Re: [PATCH 06/10] fortify: replace __is_constexpr() by is_const() in strlen()

2024-12-06 Thread Vincent Mailhol
On Thu. 5 Dec. 2024 at 03:58, David Laight wrote: > From: Vincent Mailhol > > Sent: 02 December 2024 17:33 > > > > From: Vincent Mailhol > > > > is_const() is a one to one replacement of __is_constexpr(). Do the > > replacement so that __is_constexpr() can be removed. > > > > Signed-off-by: Vince

[PATCH 06/10] fortify: replace __is_constexpr() by is_const() in strlen()

2024-12-02 Thread Vincent Mailhol via B4 Relay
From: Vincent Mailhol is_const() is a one to one replacement of __is_constexpr(). Do the replacement so that __is_constexpr() can be removed. Signed-off-by: Vincent Mailhol --- include/linux/fortify-string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/