kdump fails to load and crashes [was: mmotm 2009-11-01-10-01 uploaded]

2009-11-02 Thread Jiri Slaby
On 11/01/2009 07:07 PM, a...@linux-foundation.org wrote: > The mm-of-the-moment snapshot 2009-11-01-10-01 has been uploaded to Hi, kdump loading crashes: BUG: unable to handle kernel paging request at 8800010a7000 IP: [] machine_kexec_prepare+0x16b/0x13e0 PGD 1806063 PUD 180a063 PMD 10001e1 Oo

Re: kdump fails to load and crashes [was: mmotm 2009-11-01-10-01 uploaded]

2009-11-03 Thread Jiri Slaby
On 11/03/2009 03:44 PM, Vivek Goyal wrote: > On Tue, Nov 03, 2009 at 12:11:58AM +0100, Jiri Slaby wrote: >> On 11/01/2009 07:07 PM, a...@linux-foundation.org wrote: >>> The mm-of-the-moment snapshot 2009-11-01-10-01 has been uploaded to >> >> Hi, kdump loading cra

Re: kdump fails to load and crashes [was: mmotm 2009-11-01-10-01 uploaded]

2009-11-03 Thread Jiri Slaby
On 11/03/2009 04:24 PM, Vivek Goyal wrote: >> There /proc/iomem looks like: >> 0010-12be : System RAM >> 0100-04ff : Crash kernel >> 0100-014680c2 : Kernel code >> 014680c3-016f39f7 : Kernel data >> 0175b000-017d97ab : Kernel bss ... > Anyway, can you just try rese

Re: [PATCH 08/11] sysctl: Add size to register_sysctl_init

2023-06-28 Thread Jiri Slaby
On 21. 06. 23, 15:11, Joel Granados wrote: On Wed, Jun 21, 2023 at 11:56:03AM +0200, Jiri Slaby wrote: On 21. 06. 23, 11:09, Joel Granados wrote: In order to remove the end element from the ctl_table struct arrays, we explicitly define the size when registering the targes. We add a size

Re: [PATCH 08/11] sysctl: Add size to register_sysctl_init

2023-06-28 Thread Jiri Slaby
On 21. 06. 23, 15:15, Joel Granados wrote: On Wed, Jun 21, 2023 at 12:47:58PM +0200, Greg Kroah-Hartman wrote: On Wed, Jun 21, 2023 at 11:09:57AM +0200, Joel Granados wrote: static int __init random_sysctls_init(void) { - register_sysctl_init("kernel/random", random_table); + re

Re: [PATCH 08/11] sysctl: Add size to register_sysctl_init

2023-06-28 Thread Jiri Slaby
On 21. 06. 23, 11:09, Joel Granados wrote: In order to remove the end element from the ctl_table struct arrays, we explicitly define the size when registering the targes. We add a size argument to the register_sysctl_init call and pass an ARRAY_SIZE for all the callers. Hi, I am missing here (o

kexec verbose dumps with 6.8 [was: [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing]

2024-03-12 Thread Jiri Slaby
On 13. 12. 23, 6:57, Baoquan He wrote: When specifying 'kexec -c -d', kexec_load interface will print loading information, e.g the regions where kernel/initrd/purgatory/cmdline are put, the memmap passed to 2nd kernel taken as system RAM ranges, and printing all contents of struct kexec_segment,

Re: kexec verbose dumps with 6.8 [was: [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing]

2024-03-12 Thread Jiri Slaby
Hi, On 13. 03. 24, 1:48, Baoquan He wrote: Hi Jiri, On 03/12/24 at 10:58am, Jiri Slaby wrote: On 13. 12. 23, 6:57, Baoquan He wrote: ... snip... --- a/include/linux/kexec.h +++ b/include/linux/kexec.h ... @@ -500,6 +500,13 @@ static inline int crash_hotplug_memory_support(void

Re: [PATCH] kexec: fix the unexpected kexec_dprintk() macro

2024-03-14 Thread Jiri Slaby
ce, again my question: === Actually what was wrong on the pr_debug()s? Can you simply turn them on from the kernel when -d is passed to kexec instead of all this? === And yet, it is still missing a prefix :). Signed-off-by: Baoquan He Reported-by: Jiri Slaby Closes: https://lore.kernel.o

Re: [PATCH 4/5] printk: Rename console_start to console_resume

2025-02-26 Thread Jiri Slaby
On 26. 02. 25, 20:59, Marcos Paulo de Souza wrote: The intent of console_start was to resume a previosly suspended console, so rename it accordly. FWIW no objections re code change. Except "previosly" here and "accordly" in 1-4 :D. (In case you resend.) thanks, -- js suse labs