Re: [PATCH] kdump: Defer the insertion of crashkernel resources

2024-01-04 Thread Baoquan He
Huacai, On 12/29/23 at 04:02pm, Huacai Chen wrote: > In /proc/iomem, sub-regions should be inserted after their parent, > otherwise the insertion of parent resource fails. But after generic > crashkernel reservation applied, in both RISC-V and ARM64 (LoongArch > will also use generic reservation

Re: [PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir

2024-01-04 Thread Joel Granados
On Thu, Jan 04, 2024 at 03:05:42PM +, Matthew Wilcox wrote: > On Thu, Jan 04, 2024 at 04:02:21PM +0100, Joel Granados via B4 Relay wrote: > > From: Joel Granados > > > > What? > > The reason I wanted you to do the sentinel removal before the split was > so that there weren't two rounds of

Re: [PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir

2024-01-04 Thread Matthew Wilcox
On Thu, Jan 04, 2024 at 04:02:21PM +0100, Joel Granados via B4 Relay wrote: > From: Joel Granados > > What? The reason I wanted you to do the sentinel removal before the split was so that there weren't two rounds of patches. Ironically, because you refused to do it that way, not only are there

Re: [PATCHv4 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled

2024-01-04 Thread Kirill A. Shutemov
On Wed, Dec 13, 2023 at 09:22:34AM -0800, Sean Christopherson wrote: > On Tue, Dec 12, 2023, Kirill A. Shutemov wrote: > > On Tue, Dec 05, 2023 at 03:45:01AM +0300, Kirill A. Shutemov wrote: > > > kvm_guest_cpu_offline() tries to disable kvmclock regardless if it is > > > present in the VM. It

[PATCH v2 10/10] bpf: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 09/10] delayacct: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 06/10] scheduler: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 05/10] seccomp: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 08/10] kprobes: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 02/10] umh: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 04/10] timekeeping: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

[PATCH v2 00/10] sysctl: Remove sentinel elements from kernel dir

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados What? These commits remove the sentinel element (last empty element) from the sysctl arrays of all the files under the "kernel/" directory that use a sysctl array for registration. The merging of the preparation patches (in

[PATCH v2 01/10] kernel misc: Remove the now superfluous sentinel elements from ctl_table array

2024-01-04 Thread Joel Granados via B4 Relay
From: Joel Granados This commit comes at the tail end of a greater effort to remove the empty elements at the end of the ctl_table arrays (sentinels) which will reduce the overall build time size of the kernel and run time memory bloat by ~64 bytes per sentinel (further information Link :

Re: [RFC PATCH 2/7] osdump: reuse some code from crash_core to get vmcoreinfo

2024-01-04 Thread Petr Mladek
Hi Qi, first, most people, including me, prefer to be in Cc for the entire patchset. It helps to get the whole picture. This mail is even worse because the other patches are not in the same thread. As a result, I can't find the other patches even via lore, see