Re: [-mm patch] rcu_trace build fix (was Re: 2.6.20-rc6-mm2 build failure)

2007-01-30 Thread Dipankar Sarma
On Mon, Jan 29, 2007 at 11:05:52PM +, Frederik Deweerdt wrote: > On Mon, Jan 29, 2007 at 11:31:08PM +0300, Tomasz Kvarsin wrote: > > I try to compile and got: > Frederik > > Signed-off-by: Frederik Deweerdt <[EMAIL PROTECTED]> > > diff --git a/kernel/rcupreempt.c b/kernel/rcupreempt.c > index

Re: [-mm patch] BUG at net/sunrpc/svc.c:128 (was Re: 2.6.20-rc6-mm2)

2007-01-30 Thread Frederik Deweerdt
On Mon, Jan 29, 2007 at 09:49:50AM -0800, Christoph Lameter wrote: > On Mon, 29 Jan 2007, Andrew Morton wrote: > > > > static int > > > svc_pool_map_init_percpu(struct svc_pool_map *m) > > > { > > > - unsigned int maxpools = nr_node_ids; > > > + unsigned int maxpools = num_online_cpus(); > > >

Re: 2.6.20-rc6-mm2

2007-01-30 Thread Maciej Rutecki
had similar bug while resume, this patch also help. I attach config, dmesg (after add patch) and lspci. -- Maciej Rutecki <[EMAIL PROTECTED]> http://www.unixy.pl LTG - Linux Testers Group (http://www.stardust.webpages.pl/ltg/wiki/) config-2.6.20-rc6-mm2.gz Description: GNU Zip compressed d

[-mm patch] rcu_trace build fix (was Re: 2.6.20-rc6-mm2 build failure)

2007-01-29 Thread Frederik Deweerdt
On Mon, Jan 29, 2007 at 11:31:08PM +0300, Tomasz Kvarsin wrote: > I try to compile and got: > > CHK include/linux/version.h > CHK include/linux/utsrelease.h > CHK include/linux/compile.h > CC kernel/rcupreempt.o > kernel/rcupreempt.c: In function 'rcupreempt_try_flip_state_nam

Re: 2.6.20-rc6-mm2

2007-01-29 Thread Laurent Riffard
Le 29.01.2007 09:12, Andrew Morton a écrit : Temporarily at http://userweb.kernel.org/~akpm/2.6.20-rc6-mm2/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc6/2.6.20-rc6-mm2/ - Dropped git-block due to CFQ breakage Nice, reiser4

Re: [-mm patch] BUG at net/sunrpc/svc.c:128 (was Re: 2.6.20-rc6-mm2)

2007-01-29 Thread Christoph Lameter
On Mon, 29 Jan 2007, Andrew Morton wrote: > > static int > > svc_pool_map_init_percpu(struct svc_pool_map *m) > > { > > - unsigned int maxpools = nr_node_ids; > > + unsigned int maxpools = num_online_cpus(); > > unsigned int pidx = 0; > > unsigned int cpu; > > int err; > > Than

Re: 2.6.20-rc6-mm2 - modules_install error

2007-01-29 Thread Matthew Frost
l.ko cp: cannot stat `sound/pci/hda/snd-hda-intel.ko': No such file or directory INSTALL sound/pci/snd-intel8x0.ko cp: cannot stat `sound/pci/snd-intel8x0.ko': No such file or directory INSTALL sound/soundcore.ko cp: cannot stat `sound/soundcore.ko': No such file or director

Re: [-mm patch] BUG at net/sunrpc/svc.c:128 (was Re: 2.6.20-rc6-mm2)

2007-01-29 Thread Andrew Morton
On Mon, 29 Jan 2007 11:21:41 + Frederik Deweerdt <[EMAIL PROTECTED]> wrote: > On Mon, Jan 29, 2007 at 12:12:07AM -0800, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc6/2.6.20-rc6-mm2/ > > > > Hi,

[PATCH] Fix compilation problem with spider network driver on 2.6.20-rc6-mm2

2007-01-29 Thread Bernhard Walle
Fixes compilation with 2.6.20-rc6-mm1. Signed-off-by: Bernhard Walle <[EMAIL PROTECTED]> --- drivers/net/spider_net.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: b/drivers/net/spider_net.c === --- a/drivers/ne

Re: 2.6.20-rc6-mm2

2007-01-29 Thread Thomas Gleixner
On Mon, 2007-01-29 at 17:22 +0100, Karsten Wiese wrote: > Hi, > > with dynticks and highres_timers enabled, cpufreq_ondemand makes mess here on > an AMD64 UP. > cpufreq_ondemand assumes that jiffies advance at exactly the same pace as the > sum of all kstat_cpu(cpu).cpustat.* members. > This isn't

Re: 2.6.20-rc6-mm2

2007-01-29 Thread Jiri Kosina
On Mon, 29 Jan 2007, Thomas Gleixner wrote: > > I guess that it's caused by some timer changes (added Thomas and Ingo to > > CC), which confuse the softlockup detector sense of time? > Does the patch below fix this ? It does. Acked-by: Jiri Kosina <[EMAIL PROTECTED]> -- Jiri Kosina - To unsu

Re: 2.6.20-rc6-mm2

2007-01-29 Thread Karsten Wiese
Hi, with dynticks and highres_timers enabled, cpufreq_ondemand makes mess here on an AMD64 UP. cpufreq_ondemand assumes that jiffies advance at exactly the same pace as the sum of all kstat_cpu(cpu).cpustat.* members. This isn't the case here as dmesg output from patch below shows. Is cpufreq_ond

Re: 2.6.20-rc6-mm2

2007-01-29 Thread Thomas Gleixner
On Mon, 2007-01-29 at 12:02 +0100, Jiri Kosina wrote: > > I guess that it's caused by some timer changes (added Thomas and Ingo to > CC), which confuse the softlockup detector sense of time? Does the patch below fix this ? tglx Index: linux-2.6.20-rc6-mm/kernel/time/tick-common.c =

[-mm patch] BUG at net/sunrpc/svc.c:128 (was Re: 2.6.20-rc6-mm2)

2007-01-29 Thread Frederik Deweerdt
On Mon, Jan 29, 2007 at 12:12:07AM -0800, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc6/2.6.20-rc6-mm2/ > Hi, The svc_pool_map_init_percpu() should get maxpool from the number of online cpus, not the number of nodes. The foll

Re: 2.6.20-rc6-mm2

2007-01-29 Thread Jiri Kosina
On Mon, 29 Jan 2007, Andrew Morton wrote: > http://userweb.kernel.org/~akpm/2.6.20-rc6-mm2/ I just got this on suspend/resume cycle on my IBM T42p pcspkr pcspkr: EARLY resume vesafb vesafb.0: EARLY resume serial8250 serial8250: EARLY resume i8042 i8042: EARLY resume platform flopp

2.6.20-rc6-mm2

2007-01-29 Thread Andrew Morton
Temporarily at http://userweb.kernel.org/~akpm/2.6.20-rc6-mm2/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc6/2.6.20-rc6-mm2/ - Dropped git-block due to CFQ breakage - Dropped the fsaio patches due to their dependence on git