Re: [PATCH] Revert "selftests: error out if kernel header files are not yet built"

2023-12-11 Thread Muhammad Usama Anjum
On 12/12/23 12:00 AM, John Hubbard wrote: > On 12/11/23 03:00, Muhammad Usama Anjum wrote: >> On 12/9/23 7:01 AM, John Hubbard wrote: >>> This reverts commit 9fc96c7c19df ("selftests: error out if kernel header >>> files are not yet built"). >> I don't think whole of this commit needs to be reverte

Re: [PATCH] Revert "selftests: error out if kernel header files are not yet built"

2023-12-11 Thread John Hubbard
On 12/11/23 03:00, Muhammad Usama Anjum wrote: On 12/9/23 7:01 AM, John Hubbard wrote: This reverts commit 9fc96c7c19df ("selftests: error out if kernel header files are not yet built"). I don't think whole of this commit needs to be reverted. Lets leave the warning message as it is and just re

Re: [PATCH] Revert "selftests: error out if kernel header files are not yet built"

2023-12-11 Thread Marcos Paulo de Souza
On Mon, 2023-12-11 at 16:00 +0500, Muhammad Usama Anjum wrote: > On 12/9/23 7:01 AM, John Hubbard wrote: > > This reverts commit 9fc96c7c19df ("selftests: error out if kernel > > header > > files are not yet built"). > I don't think whole of this commit needs to be reverted. Lets leave > the > warn

Re: [PATCH] Revert "selftests: error out if kernel header files are not yet built"

2023-12-11 Thread Muhammad Usama Anjum
On 12/9/23 7:01 AM, John Hubbard wrote: > This reverts commit 9fc96c7c19df ("selftests: error out if kernel header > files are not yet built"). I don't think whole of this commit needs to be reverted. Lets leave the warning message as it is and just remove the condition to abort the compilation. >

Re: [PATCH] Revert "selftests: error out if kernel header files are not yet built"

2023-12-08 Thread John Hubbard
...and, somehow I failed to Cc Peter Z. Doing that now. thanks, John Hubbard NVIDIA On 12/8/23 18:01, John Hubbard wrote: This reverts commit 9fc96c7c19df ("selftests: error out if kernel header files are not yet built"). It turns out that requiring the kernel headers to be built as a prerequ

[PATCH] Revert "selftests: error out if kernel header files are not yet built"

2023-12-08 Thread John Hubbard
This reverts commit 9fc96c7c19df ("selftests: error out if kernel header files are not yet built"). It turns out that requiring the kernel headers to be built as a prerequisite to building selftests, does not work in many cases. For example, Peter Zijlstra writes: "My biggest beef with the whole