Re: [PATCH] lkdtm/bugs: Improve warning message for compilers without counted_by support

2024-03-21 Thread Kees Cook
On Thu, 21 Mar 2024 13:18:17 -0700, Nathan Chancellor wrote: > The current message for telling the user that their compiler does not > support the counted_by attribute in the FAM_BOUNDS test does not make > much sense either grammatically or semantically. Fix it to make it > correct in both aspects

Re: [PATCH] lkdtm/bugs: Improve warning message for compilers without counted_by support

2024-03-21 Thread Gustavo A. R. Silva
On 3/21/24 14:18, Nathan Chancellor wrote: The current message for telling the user that their compiler does not support the counted_by attribute in the FAM_BOUNDS test does not make much sense either grammatically or semantically. Fix it to make it correct in both aspects. Signed-off-by: Nat

[PATCH] lkdtm/bugs: Improve warning message for compilers without counted_by support

2024-03-21 Thread Nathan Chancellor
The current message for telling the user that their compiler does not support the counted_by attribute in the FAM_BOUNDS test does not make much sense either grammatically or semantically. Fix it to make it correct in both aspects. Signed-off-by: Nathan Chancellor --- drivers/misc/lkdtm/bugs.c |