Re: [PATCH] pstore/ramoops: Fix typo as there is no "reserver"

2024-08-07 Thread Mike Rapoport
On Wed, Aug 07, 2024 at 05:00:29PM -0400, Steven Rostedt wrote: > From: Steven Rostedt > > For some reason my finger always hits the 'r' after typing "reserve". > Fix the typo in the Documentation example. > > Fixes: d9d814eebb1ae ("pstore/ramoops: Add ramoops.mem_name= command line > option")

Re: [PATCH] pstore/ramoops: Fix typo as there is no "reserver"

2024-08-07 Thread Kees Cook
On Wed, 07 Aug 2024 17:00:29 -0400, Steven Rostedt wrote: > For some reason my finger always hits the 'r' after typing "reserve". > Fix the typo in the Documentation example. > > Applied to for-next/pstore, thanks! [1/1] pstore/ramoops: Fix typo as there is no "reserver" https://git.kerne

[PATCH] pstore/ramoops: Fix typo as there is no "reserver"

2024-08-07 Thread Steven Rostedt
From: Steven Rostedt For some reason my finger always hits the 'r' after typing "reserve". Fix the typo in the Documentation example. Fixes: d9d814eebb1ae ("pstore/ramoops: Add ramoops.mem_name= command line option") Signed-off-by: Steven Rostedt (Google) --- Note, I did have this fixed, but t

Re: [PATCH v12 20/24] virt: geniezone: Add tracing support for hyp call and vcpu exit_reason

2024-08-07 Thread Steven Rostedt
On Tue, 30 Jul 2024 16:24:32 +0800 Liju-clr Chen wrote: > From: Liju Chen > > Add tracepoints for hypervisor calls and VCPU exit reasons in GenieZone > driver. It aids performance debugging by providing more information > about hypervisor operations and VCPU behavior. > > Command Usage: > echo

Re: [PATCH] docs: improve comment consistency in .muttrc example configuration

2024-08-07 Thread Jonathan Corbet
Jiamu Sun writes: > Added a space to align comment formatting; this helps improve > consistency and visual uniformity. > > Signed-off-by: Jiamu Sun > --- > Documentation/process/email-clients.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/process/emai

Re: [PATCH v4 24/26] arch_numa: switch over to numa_memblks

2024-08-07 Thread Arnd Bergmann
On Wed, Aug 7, 2024, at 20:18, Mike Rapoport wrote: > On Wed, Aug 07, 2024 at 08:58:37AM +0200, Arnd Bergmann wrote: >> On Wed, Aug 7, 2024, at 08:41, Mike Rapoport wrote: >> > >> > void __init arch_numa_init(void); >> > int __init numa_add_memblk(int nodeid, u64 start, u64 end); >> > -void __in

Re: [PATCH v4 24/26] arch_numa: switch over to numa_memblks

2024-08-07 Thread Mike Rapoport
On Wed, Aug 07, 2024 at 08:58:37AM +0200, Arnd Bergmann wrote: > On Wed, Aug 7, 2024, at 08:41, Mike Rapoport wrote: > > From: "Mike Rapoport (Microsoft)" > > > > Until now arch_numa was directly translating firmware NUMA information > > to memblock. > > I get a link time warning from this: > >