Re: [Kgdb-bugreport] [PATCH 1/1] kernel: fix numerous spelling mistakes

2021-05-28 Thread Eric W. Biederman
read through and everything looks like a good spelling correction, and on top of that this looks safe as it just comments being changed? How were you thinking of getting this merged? Do we have a misc maintainer? If the individual maintainers need to merge this than this patch should probably get split

Re: [Kgdb-bugreport] [PATCH 00/11] Introduce kernel_clone(), kill _do_fork()

2020-08-19 Thread Eric W. Biederman
Christian Brauner writes: > On Wed, Aug 19, 2020 at 08:32:59AM -0500, Eric W. Biederman wrote: >> Matthew Wilcox writes: >> >> > On Wed, Aug 19, 2020 at 10:45:56AM +0200, Christian Brauner wrote: >> >> On Wed, Aug 19, 2020 at 09:43:40AM +0200, pet...@infrade

Re: [Kgdb-bugreport] [PATCH 00/11] Introduce kernel_clone(), kill _do_fork()

2020-08-19 Thread Eric W. Biederman
Matthew Wilcox writes: > On Wed, Aug 19, 2020 at 10:45:56AM +0200, Christian Brauner wrote: >> On Wed, Aug 19, 2020 at 09:43:40AM +0200, pet...@infradead.org wrote: >> > On Tue, Aug 18, 2020 at 06:44:47PM +0100, Matthew Wilcox wrote: >> > > On Tue, Aug 18, 2020 at 07:34:00PM +0200, Christian

Re: [Kgdb-bugreport] [PATCH 05/14] KDB: add more exports for supporting KDB modules

2013-03-25 Thread Eric W. Biederman
are working with the community instead of trying asking the rest of us to support something you won't share. Nacked-by: Eric W. Biederman ebied...@xmission.com --- linux.orig/kernel/signal.c +++ linux/kernel/signal.c @@ -1419,7 +1419,7 @@ out_unlock: rcu_read_unlock(); return ret

Re: [Kgdb-bugreport] [PATCH 08/28] kdb: core for kgdb back end (2 of 2)

2010-02-18 Thread Eric W. Biederman
Jason Wessel jason.wes...@windriver.com writes: Eric W. Biederman wrote: Jason Wessel jason.wes...@windriver.com writes: This patch contains the hooks and instrumentation into kernel which live outside the kernel/debug directory, which the kdb core will call to run commands like lsmod

Re: [Kgdb-bugreport] Problem getting kgdb to read kernel symbols. addresses shifted?

2007-09-28 Thread Eric W. Biederman
Pete/Piet Delaney [EMAIL PROTECTED] writes: Jason Wessel wrote: Shouldn't crash, kdump and kgdb take into consideration a shift in the kernel so that gdb works normally? Seems that having the kgdb stub knowledgeable of a shift in the kernel might be easy to compensate for. Perhaps just

Re: [Kgdb-bugreport] Problem getting kgdb to read kernel symbols. addresses shifted?

2007-09-28 Thread Eric W. Biederman
Derek Atkins [EMAIL PROTECTED] writes: Well, gdb agrees with System.map, so I'm sure that gdb itself is okay. It's certainly possible that that the kgdb stub is weird, but /proc/kallsyms doesn't match System.map, and THAT'S what's confusing me most of all. Ok. So we must have a relocatable