login
Header Space

 
 

Mailing list archives

Search results

Found 575 matching messages (0.031 seconds). Page 1 of 29.

Re: [patch] i386: add option to show more code in oops reports

... On Wed, 24 Jan 2007 15:22:49 -0500 > Chuck Ebbert wrote: > > >> ... t seem to make much sense. > >> Signed-off-by: Chuck Ebbert >> > > ooh, congrats. > Thanks. Looks like I'll have plenty to do ...

linux-kernel - Chuck Ebbert - Jan 25 2007 - 19:56

Re: Soft lockup on shutdown in nf_ct_iterate_cleanup()

Patrick McHardy wrote: > Chuck Ebbert wrote: >> Chuck Ebbert wrote: >> >>> I was testing a 2.6.20 kernel and got a soft >>> lockup on shutdown: >>> >>> _raw_write_lock+0x5a >>> ...

linux-kernel - Chuck Ebbert - Feb 24 2007 - 12:18

Re: Loud "pop" coming from hard drive on reboot

Jan Engelhardt wrote: > On Apr 11 2007 17:35, Chuck Ebbert wrote: >> Jan Engelhardt wrote: >>> On Apr 11 2007 17:07, Chuck Ebbert wrote: >>>> When I reboot my notebook, it powers off and powers back on. >>>> On ...

linux-kernel - Chuck Ebbert - Apr 11 2007 - 18:07

Re: Please release a stable kernel Linux 3.0

... /2007 04:54 PM, Rafael J. Wysocki wrote: > On Friday, 22 June 2007 19:11, Chuck Ebbert wrote: >> On 06/22/2007 11:00 AM, Rafael J. Wysocki wrote: >>> On Friday, 22 June 2007 00:34, Chuck Ebbert wrote: >>>> On 06/21/2007 06:29 PM, ...

linux-kernel - Chuck Ebbert - Jun 25 2007 - 12:38

Re: [x86 setup] Fix assembly constraints

... memory (so > "ri", not "g"). > > Thanks to Chuck Ebbert for prompting this review. > That was Etienne Lorrain (cc'd), not me. ... the original only went to linux-kernel. > Cc: Chuck Ebbert > Signed-off-by: H ...

linux-kernel - Chuck Ebbert - Jul 13 2007 - 18:20

Re: i386 doublefault handler is broken with CONFIG_DEBUG_SPINLOCK

... 09/2007 01:49 PM, Andi Kleen wrote: > Chuck Ebbert writes: >> ... the doublefault_tss should fix it. >> >> Signed-off-by: Chuck Ebbert >> >> --- >> >> NOTE: not even compile tested. > > Can you please test ...

linux-kernel - Chuck Ebbert - Aug 9 2007 - 14:40

Re: i386 doublefault handler is broken with CONFIG_DEBUG_SPINLOCK

... the printk() of the TSS address, though. > > Fix double fault handler > > From: Chuck Ebbert > > The new percpu ... g. x86-64 will recover) > > Signed-off-by: Chuck Ebbert > Signed-off-by: ...

linux-kernel - Chuck Ebbert - Aug 10 2007 - 15:11

Re: Why do so many machines need "noapic"?

... wrote: > On the day of Friday 07 September 2007 Chuck Ebbert hast written: >> On 09/06/2007 07:31 AM, Andi Kleen wrote: >>> Chuck Ebbert writes: >>>> Some systems lock up without the noapic option. >>> Please find ...

linux-kernel - Chuck Ebbert - Sep 10 2007 - 15:12

Re: LIBATA SCSI command validation changed in 2.6.24

On 01/11/2008 06:21 PM, Jeff Garzik wrote: > Chuck Ebbert wrote: >> On 01/11/2008 04:35 PM, Jeff Garzik wrote: >>> Chuck Ebbert wrote: >>>> commit 607126c2a21cd6e9bb807fdd415c1a992f7b9009 changed command >>>> validation >>>> ...

linux-kernel - Chuck Ebbert - Jan 11 2008 - 19:28

[patch] xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN

From: Chuck Ebbert xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN Xen options ... need to disable CONFIG_PM in order to disable CPU hotplugging. Signed-off-by: Chuck Ebbert --- Index: linux-2.6 ...

linux-kernel - Chuck Ebbert - Sep 29 2008 - 18:24

[patch 1/2] revert: x86: move prefill_possible_map calling early, fix

From: Chuck Ebbert revert: x86: move prefill_possible_map calling early, fix revert 4a7017370aa0a94a00ae5b5705e9169cdcae5fb8 ... patch will do that. Signed-off-by: Chuck Ebbert --- --- b/include/ ...

linux-kernel - Chuck Ebbert - Sep 29 2008 - 18:27

[patch 2/2] x86: move prefill_possible_map calling early, fix, V2

From: Chuck Ebbert x86: move prefill_possible_map calling early, fix, V2 fix: arch/x86/kernel/ ... : 512, nr_cpu_ids: 1, nr_node_ids 1 Signed-off-by: Chuck Ebbert --- Index: linux-2.6.26. ...

linux-kernel - Chuck Ebbert - Sep 29 2008 - 18:29

[patch x86/core] x86: allow number of additional hotplug CPUs to be set at compile time

From: Chuck Ebbert x86: allow number of additional hotplug CPUs to be set at compile time ... NR_CPUS: 512, nr_cpu_ids: 1, nr_node_ids 1 Signed-off-by: Chuck Ebbert --- Index: linux-2.6.26.noarch ...

linux-kernel - Chuck Ebbert - Oct 1 2008 - 19:19

Re: [patch x86/core] x86: allow number of additional hotplug CPUs to be set at compile time

... Oct 02, 2008 at 03:25:21PM -0400, Chuck Ebbert wrote: > > On Thu, 02 Oct 2008 11: ... > > Andi Kleen wrote: > > > > > Chuck Ebbert writes: > > > > > > > The default number of additional CPU IDs for hotplugging ...

linux-kernel - Chuck Ebbert - Oct 2 2008 - 16:09

Re: [patch 4/8] Immediate Value - i386 Optimization; kprobes

On 06/18/2007 10:57 AM, Mathieu Desnoyers wrote: > * Chuck Ebbert (cebbert@redhat.com) wrote: >>> + return NOTIFY_STOP ... page? Couldn't it unexpectedly become read-only? >> > > Hi Chuck, > > I am looking more closely at kprobes; a few ...

linux-kernel - Chuck Ebbert - Jun 18 2007 - 14:44

Re: Is PIE randomization breaking klibc binaries?

... wrote: > On 07-07-24 16:57 Chuck Ebbert wrote: > >>> $ strace ./cat >>> execve("./cat", ["./cat"], [/* 55 vars */]) = -1 ENOENT (No such file or directory) >>> ... > > Chuck, my binaries run always into a segmentation violation. ...

linux-kernel - Chuck Ebbert - Jul 24 2007 - 18:41

Re: ACPI on Averatec 2370

... /02/2007 03:42 PM, Cal Peake wrote: > On Thu, 2 Aug 2007, Chuck Ebbert wrote: > >> On 08/02/2007 01:50 PM, Cal Peake wrote: >>> ... Try the 'nolapic_timer' option. > > Ah, thank you Chuck! This looks to have fixed the stalling/hanging ...

linux-kernel - Chuck Ebbert - Aug 2 2007 - 16:26

Re: 2.6.18-stable release plans?

Jesper Juhl wrote: > On 22/01/07, Chuck Ebbert wrote: >> Is there going to be another 2.6.18-stable release? >> > > Now that 2.6.19 is out, most likely not. -stable releases are made > ...

linux-kernel - Chuck Ebbert - Jan 23 2007 - 16:33

Re: XFS or Kernel Problem / Bug

... - if that did not help i switched > back to 2.6.16.37. > > Any idea what i can do? > > Chuck Ebbert schrieb: >> That doesn't match your oops at all. Did you use a different compiler >> and/or >> different ...

linux-kernel - Chuck Ebbert - Jan 24 2007 - 11:13

[patch] i386: add option to show more code in oops reports

Sometimes we may need to see more code than the default in an oops, so add an option for that. Signed-off-by: Chuck Ebbert

linux-kernel - Chuck Ebbert - Jan 24 2007 - 16:22

speck-geostationary