Re: [PATCH] MAINTAINERS: hardening: Add __counted_by regex

2023-09-26 Thread Justin Stitt
On Tue, Sep 26, 2023 at 5:35 PM Justin Stitt wrote: > > On Tue, Sep 26, 2023 at 1:57 PM Eric Biggers wrote: > > > > Hi Kees, > > > > On Mon, Sep 25, 2023 at 10:20:41AM -0700, Kees Cook wrote: > > > Since __counted_by annotations may also require that code be changed to > > > get initialization or

Re: [PATCH] MAINTAINERS: hardening: Add __counted_by regex

2023-09-26 Thread Justin Stitt
On Tue, Sep 26, 2023 at 1:57 PM Eric Biggers wrote: > > Hi Kees, > > On Mon, Sep 25, 2023 at 10:20:41AM -0700, Kees Cook wrote: > > Since __counted_by annotations may also require that code be changed to > > get initialization ordering correct, let's get an extra group of eyes on > > code that is

Re: [PATCH] MAINTAINERS: hardening: Add __counted_by regex

2023-09-25 Thread Eric Biggers
Hi Kees, On Mon, Sep 25, 2023 at 10:20:41AM -0700, Kees Cook wrote: > Since __counted_by annotations may also require that code be changed to > get initialization ordering correct, let's get an extra group of eyes on > code that is working on these annotations. > > Signed-off-by: Kees Cook > ---

[PATCH] MAINTAINERS: hardening: Add __counted_by regex

2023-09-25 Thread Kees Cook
Since __counted_by annotations may also require that code be changed to get initialization ordering correct, let's get an extra group of eyes on code that is working on these annotations. Signed-off-by: Kees Cook --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/M