Re: [PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules

2023-10-24 Thread Willy Tarreau
On Tue, Oct 24, 2023 at 11:24:27AM +0200, Greg Kroah-Hartman wrote: > On Sun, Oct 22, 2023 at 08:31:45PM -0600, Jonathan Corbet wrote: > > Willy Tarreau writes: > > > > > The linux-distros list relaxed their rules to try to adapt better to > > > how the Lin

[PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules

2023-10-15 Thread Willy Tarreau
Greg Kroah-Hartman Cc: Kees Cook Cc: Solar Designer Cc: Vegard Nossum Acked-by: Jiri Kosina Signed-off-by: Willy Tarreau --- This is the final version for merging. Changes since RFC: - s/BEFORE/UNTIL from Vegard - improved wording from Alexander - acked-by from Jiri Thanks!

Re: [RFC PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules

2023-10-13 Thread Willy Tarreau
On Fri, Oct 13, 2023 at 08:54:03AM +0200, Jiri Kosina wrote: > On Fri, 13 Oct 2023, Willy Tarreau wrote: > > > Jiri, does your Acked-by still stand with these adjustment ? If so, I'll > > resend the updated version today or this week-end, as time permits. > > As it

Re: [RFC PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules

2023-10-12 Thread Willy Tarreau
On Sat, Oct 07, 2023 at 04:04:54PM +0200, Willy Tarreau wrote: > > +Please note that the respective policies and rules are different since > > +the 3 lists pursue different goals. Coordinating between the kernel > > +security team and other teams is difficult since occasional emb

Re: [RFC PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules

2023-10-07 Thread Willy Tarreau
Hi Vegard, On Sat, Oct 07, 2023 at 06:30:11PM +0200, Vegard Nossum wrote: > > On 07/10/2023 16:04, Willy Tarreau wrote: > > +As such, the kernel security team strongly recommends that reporters of > > +potential security issues DO NOT contact the "linux-distros" maili

[RFC PATCH] Documentation: security-bugs.rst: linux-distros relaxed their rules

2023-10-07 Thread Willy Tarreau
Greg Kroah-Hartman Cc: Kees Cook Cc: Solar Designer Cc: Vegard Nossum Signed-off-by: Willy Tarreau --- Documentation/process/security-bugs.rst | 33 ++--- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/Documentation/process/security-bugs.rst b/Documentation/pr

Re: [PATCH] Documentation/admin-guide: Embargoed hardware security issues

2019-08-02 Thread Willy Tarreau
On Fri, Aug 02, 2019 at 08:57:29AM +0200, Greg Kroah-Hartman wrote: > On Fri, Aug 02, 2019 at 06:49:08AM +0200, Willy Tarreau wrote: > > Hi Greg, Thomas, > > > > On Thu, Jul 25, 2019 at 03:01:13PM +0200, Greg Kroah-Hartman wrote: > > > +The list is encrypted and em

Re: [PATCH] Documentation/admin-guide: Embargoed hardware security issues

2019-08-01 Thread Willy Tarreau
Hi Greg, Thomas, On Thu, Jul 25, 2019 at 03:01:13PM +0200, Greg Kroah-Hartman wrote: > +The list is encrypted and email to the list can be sent by either PGP or > +S/MIME encrypted and must be signed with the reporter's PGP key or S/MIME > +certificate. The list's PGP key and S/MIME certificate ar

Re: [PATCH 1/2] Compiler Attributes: add support for __fallthrough (gcc >= 7.1)

2018-10-22 Thread Willy Tarreau
On Mon, Oct 22, 2018 at 02:58:00AM -0400, Theodore Y. Ts'o wrote: > On Sun, Oct 21, 2018 at 05:42:18PM -0700, Matthew Wilcox wrote: > > On Sun, Oct 21, 2018 at 07:14:13PM +0200, Miguel Ojeda wrote: > > > +#if __has_attribute(__fallthrough__) > > > +# define __fallthrough __attribut