Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Thorsten Leemhuis
On 14.02.24 09:00, Greg Kroah-Hartman wrote: > The Linux kernel project now has the ability to assign CVEs to fixed > issues, so document the process and how individual developers can get a > CVE if one is not automatically assigned for their fixes. > [...] This following is just nitpicking, hence

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Thu, Feb 15, 2024 at 09:17:59AM +0100, Thorsten Leemhuis wrote: > On 14.02.24 09:00, Greg Kroah-Hartman wrote: > > The Linux kernel project now has the ability to assign CVEs to fixed > > issues, so document the process and how individual developers can get a > > CVE if one is not automatically

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Wed, Feb 14, 2024 at 09:37:31AM +0100, Vegard Nossum wrote: > > On 14/02/2024 09:00, Greg Kroah-Hartman wrote: > > diff --git a/Documentation/process/cve.rst b/Documentation/process/cve.rst > > new file mode 100644 > > index ..6465e6a79c18 > > --- /dev/null > > +++ b/Documentation/p

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Wed, Feb 14, 2024 at 08:41:26AM -0500, Konstantin Ryabitsev wrote: > On Wed, Feb 14, 2024 at 09:00:30AM +0100, Greg Kroah-Hartman wrote: > > +A list of all assigned CVEs for the Linux kernel can be found in the > > +archives of the linux-cve mailing list, as seen on > > +https://lore.kernel.org/

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Wed, Feb 14, 2024 at 02:10:07PM +0100, Krzysztof Kozlowski wrote: > On 14/02/2024 09:00, Greg Kroah-Hartman wrote: > > The Linux kernel project now has the ability to assign CVEs to fixed > > issues, so document the process and how individual developers can get a > > CVE if one is not automatica

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Wed, Feb 14, 2024 at 09:34:38AM +0100, Lukas Bulwahn wrote: > On Wed, Feb 14, 2024 at 9:01 AM Greg Kroah-Hartman > wrote: > > > > The Linux kernel project now has the ability to assign CVEs to fixed > > issues, so document the process and how individual developers can get a > > CVE if one is no

[PATCH v4] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
The Linux kernel project now has the ability to assign CVEs to fixed issues, so document the process and how individual developers can get a CVE if one is not automatically assigned for their fixes. Reviewed-by: Kees Cook Reviewed-by: Konstantin Ryabitsev Reviewed-by: Krzysztof Kozlowski Review

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Vegard Nossum
On 15/02/2024 12:50, Greg Kroah-Hartman wrote: On Wed, Feb 14, 2024 at 09:37:31AM +0100, Vegard Nossum wrote: On 14/02/2024 09:00, Greg Kroah-Hartman wrote: diff --git a/Documentation/process/cve.rst b/Documentation/process/cve.rst new file mode 100644 index ..6465e6a79c18 --- /d

Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Jürgen Groß
On 15.02.24 13:10, Greg Kroah-Hartman wrote: The Linux kernel project now has the ability to assign CVEs to fixed issues, so document the process and how individual developers can get a CVE if one is not automatically assigned for their fixes. Reviewed-by: Kees Cook Reviewed-by: Konstantin Ryab

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Oleksandr Natalenko
Hello. On čtvrtek 15. února 2024 13:04:56 CET Greg Kroah-Hartman wrote: > On Wed, Feb 14, 2024 at 09:34:38AM +0100, Lukas Bulwahn wrote: > > On Wed, Feb 14, 2024 at 9:01 AM Greg Kroah-Hartman > > wrote: > > > > > > The Linux kernel project now has the ability to assign CVEs to fixed > > > issues,

Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Jiri Kosina
On Thu, 15 Feb 2024, Greg Kroah-Hartman wrote: > The Linux kernel project now has the ability to assign CVEs to fixed > issues, so document the process and how individual developers can get a > CVE if one is not automatically assigned for their fixes. There is still one thing that's not clear to

Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Thu, Feb 15, 2024 at 04:03:02PM +0100, Jürgen Groß wrote: > On 15.02.24 13:10, Greg Kroah-Hartman wrote: > > The Linux kernel project now has the ability to assign CVEs to fixed > > issues, so document the process and how individual developers can get a > > CVE if one is not automatically assign

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Thu, Feb 15, 2024 at 05:10:50PM +0100, Oleksandr Natalenko wrote: > Hello. > > On čtvrtek 15. února 2024 13:04:56 CET Greg Kroah-Hartman wrote: > > On Wed, Feb 14, 2024 at 09:34:38AM +0100, Lukas Bulwahn wrote: > > > On Wed, Feb 14, 2024 at 9:01 AM Greg Kroah-Hartman > > > wrote: > > > > > > >

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Michal Hocko
On Wed 14-02-24 09:00:30, Greg KH wrote: [...] > +Process > +--- > + > +As part of the normal stable release process, kernel changes that are > +potentially security issues are identified by the developers responsible > +for CVE number assignments and have CVE numbers automatically assigned > +

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Thu, Feb 15, 2024 at 06:54:17PM +0100, Michal Hocko wrote: > On Wed 14-02-24 09:00:30, Greg KH wrote: > [...] > > +Process > > +--- > > + > > +As part of the normal stable release process, kernel changes that are > > +potentially security issues are identified by the developers responsible >

Re: [PATCH v4] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Thu, Feb 15, 2024 at 06:38:05PM +0100, Jiri Kosina wrote: > On Thu, 15 Feb 2024, Greg Kroah-Hartman wrote: > > > The Linux kernel project now has the ability to assign CVEs to fixed > > issues, so document the process and how individual developers can get a > > CVE if one is not automatically a

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Michal Hocko
On Thu 15-02-24 19:20:09, Greg KH wrote: > On Thu, Feb 15, 2024 at 06:54:17PM +0100, Michal Hocko wrote: > > On Wed 14-02-24 09:00:30, Greg KH wrote: > > [...] > > > +Process > > > +--- > > > + > > > +As part of the normal stable release process, kernel changes that are > > > +potentially secur

Re: [PATCH 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support

2024-02-15 Thread Easwar Hariharan
On 2/14/2024 3:22 PM, mhkelle...@gmail.com wrote: > From: Michael Kelley > > Add documentation topic for PCI pass-thru devices in Linux guests > on Hyper-V and for the associated PCI controller driver (pci-hyperv.c). > > Signed-off-by: Michael Kelley > --- > Documentation/virt/hyperv/index.rst

RE: [PATCH 1/1] Documentation: hyperv: Add overview of PCI pass-thru device support

2024-02-15 Thread Michael Kelley
From: Easwar Hariharan Sent: Thursday, February 15, 2024 10:41 AM > > On 2/14/2024 3:22 PM, mhkelle...@gmail.com wrote: > > > > Add documentation topic for PCI pass-thru devices in Linux guests > > on Hyper-V and for the associated PCI controller driver (pci-hyperv.c). > > > > Signed-off-by: Mic

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Kees Cook
On Thu, Feb 15, 2024 at 07:20:09PM +0100, Greg Kroah-Hartman wrote: > Here's an example of what the CVE announcement is going to look like for > a "test" that we have been doing for our scripts > > https://lore.kernel.org/linux-cve-announce/2024021353-drainage-unstuffed-a7c0@gregkh/T/#u > ..

Re: [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling

2024-02-15 Thread Andrew Morton
On Mon, 12 Feb 2024 13:38:59 -0800 Suren Baghdasaryan wrote: > +Example output. > + > +:: > + > +> cat /proc/allocinfo > + > + 153MiB mm/slub.c:1826 module:slub func:alloc_slab_page > + 6.08MiB mm/slab_common.c:950 module:slab_common func:_kmalloc_order > + 5.09MiB mm

Re: [PATCH v3] Documentation: Document the Linux Kernel CVE process

2024-02-15 Thread Greg Kroah-Hartman
On Thu, Feb 15, 2024 at 11:40:43AM -0800, Kees Cook wrote: > On Thu, Feb 15, 2024 at 07:20:09PM +0100, Greg Kroah-Hartman wrote: > > Here's an example of what the CVE announcement is going to look like for > > a "test" that we have been doing for our scripts > > > > https://lore.kernel.org/lin