Re: [PATCH] acl: Annotate struct posix_acl with __counted_by()

2024-10-01 Thread Christian Brauner
On Tue, Oct 01, 2024 at 08:42:52PM GMT, Nathan Chancellor wrote: > On Thu, Sep 26, 2024 at 02:21:42PM +0200, Thorsten Blum wrote: > > On 26. Sep 2024, at 03:46, kernel test robot wrote: > > > > > > Hello, > > > > > > kernel test robot noticed > > > "WARNING:at_lib/string_helpers.c:#__fortify_re

Re: [PATCH] acl: Annotate struct posix_acl with __counted_by()

2024-10-01 Thread Nathan Chancellor
On Thu, Sep 26, 2024 at 02:21:42PM +0200, Thorsten Blum wrote: > On 26. Sep 2024, at 03:46, kernel test robot wrote: > > > > Hello, > > > > kernel test robot noticed > > "WARNING:at_lib/string_helpers.c:#__fortify_report" on: > > > > commit: 3d2d832826325210abb9849ee96634bf5a197517 ("[PATCH] a

[PATCH] printf: Remove unused 'bprintf'

2024-10-01 Thread linux
From: "Dr. David Alan Gilbert" bprintf is unused. Remove it. It was added in commit 4370aa4aa753 ("vsprintf: add binary printf") but as far as I can see was never used, unlike the other two functions in that patch. Signed-off-by: Dr. David Alan Gilbert --- include/linux/string.h | 1 - lib

Re: [PATCH 1/2] rust: harden index manipulation using ownership

2024-10-01 Thread Alice Ryhl
On Mon, Sep 30, 2024 at 1:16 AM Trevor Gross wrote: > > On Fri, Sep 13, 2024 at 5:01 PM Alice Ryhl wrote: > > > +//! Utilities for working with ranges of indices. > > + > > +/// A range of indices. > > +/// > > +/// This utility is useful for ensuring that no index in the range is used > > more

Re: [REGRESSION][BISECTED] Cannot boot Lichee Pi 4A with FORTIFY_SOURCE enabled

2024-10-01 Thread Alexandre Ghiti
Hi Jason, On 25/09/2024 16:32, Jason Montleon wrote: On Tue, Sep 24, 2024 at 1:36 PM Kees Cook wrote: On September 24, 2024 8:58:57 AM PDT, Jason Montleon wrote: On Sun, Sep 22, 2024 at 6:38 PM Kees Cook wrote: Can you try this patch? It should avoid using the "WARN" infrastructure (if

Re: [PATCH] MAINTAINERS: Add security/Kconfig.hardening to hardening section

2024-10-01 Thread Paul Moore
On Sun, Sep 29, 2024 at 5:00 PM Nathan Chancellor wrote: > On Sun, Sep 29, 2024 at 10:20:59PM +0200, Paul Moore wrote: > > On September 28, 2024 8:26:28 PM Nathan Chancellor > > wrote: > > > When running get_maintainer.pl on security/Kconfig.hardening, only the > > > security subsystem folks sho