Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread James Morris
On Fri, 8 Apr 2005, Evgeniy Polyakov wrote: > > > Sure, but seems I need to ask again: What is the exact reason not to > > > implement > > > the muticast message multiplexing/subscription part of the connector as a > > > generic part of netlink? That would be nice to have and useful for other >

[PATCH] 'is_enabled' flag should be set/cleared when the device is actually enabled/disabled

2005-04-07 Thread Kenji Kaneshige
Hi, (B (BI think 'is_enabled' flag in pci_dev structure should be set/cleared (Bwhen the device actually enabled/disabled. Especially about (Bpci_enable_device(), it can be failed. By this change, we will also (Bget the possibility of refering 'is_enabled' flag from the functions (Bcalled

Re: VST and Sched Load Balance

2005-04-07 Thread Srivatsa Vaddagiri
On Thu, Apr 07, 2005 at 05:10:24PM +0200, Ingo Molnar wrote: > Interaction with VST is not a big issue right now because this only matters > on SMP boxes which is a rare (but not unprecedented) target for embedded > platforms. Well, I don't think VST is targetting just power management in

Re: Kernel SCM saga..

2005-04-07 Thread H. Peter Anvin
Followup to: <[EMAIL PROTECTED]> By author:Chris Wedgwood <[EMAIL PROTECTED]> In newsgroup: linux.dev.kernel > > On Thu, Apr 07, 2005 at 09:42:04PM -0700, Linus Torvalds wrote: > > > Yes. The silly thing is, at least in my local tests it doesn't > > actually seem to be _doing_ anything while

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Fri, 2005-04-08 at 15:08 +1000, Herbert Xu wrote: > On Fri, Apr 08, 2005 at 09:11:56AM +0400, Evgeniy Polyakov wrote: > > > > > Yes but what will go wrong on uni-processor MIPS when you don't do the > > > sync in atomic_sub_return? > > > > Sync synchornizes cached mamory access, > > without it

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 09:11:56AM +0400, Evgeniy Polyakov wrote: > > > Yes but what will go wrong on uni-processor MIPS when you don't do the > > sync in atomic_sub_return? > > Sync synchornizes cached mamory access, > without it new value may be stored only into cache, > but not into memory. I

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Fri, 2005-04-08 at 14:53 +1000, Herbert Xu wrote: > On Fri, Apr 08, 2005 at 08:55:27AM +0400, Evgeniy Polyakov wrote: > > > > > > Unfortunately not, that sync is required exactly for return value store. > > > > > > On UP? > > > > Yes, some quotes: > > Yes but what will go wrong on

Re: Kernel SCM saga..

2005-04-07 Thread Chris Wedgwood
On Thu, Apr 07, 2005 at 09:42:04PM -0700, Linus Torvalds wrote: > Yes. The silly thing is, at least in my local tests it doesn't > actually seem to be _doing_ anything while it's slow (there are no > system calls except for a few memory allocations and > de-allocations). It seems to have some

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread David S. Miller
On Fri, 8 Apr 2005 14:53:02 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > Yes but what will go wrong on uni-processor MIPS when you don't do the > sync in atomic_sub_return? Indeed. I see nothing in those quotes which indicate that the SYNC is needed on uniprocessor. It's only saying things

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 08:55:27AM +0400, Evgeniy Polyakov wrote: > > > > Unfortunately not, that sync is required exactly for return value store. > > > > On UP? > > Yes, some quotes: Yes but what will go wrong on uni-processor MIPS when you don't do the sync in atomic_sub_return? Cheers, --

[patch 1/1] reiserfs: make resize option auto-get new device size

2005-04-07 Thread blaisorblade
Cc: <[EMAIL PROTECTED]>, , <[EMAIL PROTECTED]> It's trivial for the resize option to auto-get the underlying device size, while it's harder for the user. I've copied the code from jfs. Since of the different reiserfs option parser (which does not use the superior match_token used by almost

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Fri, 2005-04-08 at 14:17 +1000, Herbert Xu wrote: > On Fri, Apr 08, 2005 at 08:21:28AM +0400, Evgeniy Polyakov wrote: > > > > > > On UP do not. > > > > > > Shouldn't we should be fixing the MIPS implementation of > > > atomic_sub_return to not do the sync on UP then? > > > > Unfortunately

Re: Kernel SCM saga..

2005-04-07 Thread Linus Torvalds
On Thu, 7 Apr 2005, Chris Wedgwood wrote: > > I'm playing with monotone right now. Superficially it looks like it > has tons of gee-whiz neato stuff... however, it's *agonizingly* slow. > I mean glacial. A heavily sedated sloth with no legs is probably > faster. Yes. The silly thing is, at

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread David S. Miller
On Fri, 08 Apr 2005 07:52:34 +0400 Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > sparc64 has 32->64 conversation on exit. It's extremely cheap, the conversion instruction pairs with the retl instruction so it's essentially free. Talking about an arithmetic instruction over is complete nonsense

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread David S. Miller
On Fri, 8 Apr 2005 14:17:24 +1000 Herbert Xu <[EMAIL PROTECTED]> wrote: > On UP? I think the barrier can be eliminated on MIPS on UP. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 08:21:28AM +0400, Evgeniy Polyakov wrote: > > > > On UP do not. > > > > Shouldn't we should be fixing the MIPS implementation of > > atomic_sub_return to not do the sync on UP then? > > Unfortunately not, that sync is required exactly for return value store. On UP? --

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Fri, 2005-04-08 at 14:02 +1000, Herbert Xu wrote: > On Fri, Apr 08, 2005 at 08:02:49AM +0400, Evgeniy Polyakov wrote: > > > > > > mips has additional sync. > > > > > > But atomic_dec + 2 barries is going to do the sync as well, no? > > > > On UP do not. > > Shouldn't we should be fixing the

Re: Kernel SCM saga..

2005-04-07 Thread Chris Wedgwood
On Wed, Apr 06, 2005 at 08:42:08AM -0700, Linus Torvalds wrote: > PS. Don't bother telling me about subversion. If you must, start reading > up on "monotone". That seems to be the most viable alternative, but don't > pester the developers so much that they don't get any work done. They are >

Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread Raul Miller
On Thu, Apr 07, 2005 at 08:05:31PM -0700, David Schwartz wrote: > I think we have a real problem, however, in cases where the source > file that holds only the firmware data contains a GPL notice. Sure: the GPL notice isn't completely valid. But I think people have already decided that

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 08:02:49AM +0400, Evgeniy Polyakov wrote: > > > > mips has additional sync. > > > > But atomic_dec + 2 barries is going to do the sync as well, no? > > On UP do not. Shouldn't we should be fixing the MIPS implementation of atomic_sub_return to not do the sync on UP then?

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Fri, 2005-04-08 at 13:50 +1000, Herbert Xu wrote: > On Fri, Apr 08, 2005 at 07:52:34AM +0400, Evgeniy Polyakov wrote: > > On Fri, 2005-04-08 at 13:32 +1000, Herbert Xu wrote: > > > On Fri, Apr 08, 2005 at 07:33:58AM +0400, Evgeniy Polyakov wrote: > > > > On Fri, 2005-04-08 at 12:59 +1000,

Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread Henning Makholm
Scripsit "David Schwartz" <[EMAIL PROTECTED]> [quoting me] >> No, it is completely wrong to say that the object file is merely an >> aggregation. The two components are being coupled much more tightly >> than in the situation that the GPL discribes as "mere aggregation". > Would you

[PATCH] x86-64: i386 vDSO: add PT_NOTE segment

2005-04-07 Thread Roland McGrath
Assuming my previous patch goes into the native i386 vDSO, this patch makes the x86_64's 32-bit vDSO match it. Thanks, Roland Signed-off-by: Roland McGrath <[EMAIL PROTECTED]> --- linux-2.6/arch/x86_64/ia32/vsyscall-sigreturn.S +++ linux-2.6/arch/x86_64/ia32/vsyscall-sigreturn.S @@ -118,3

Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread Raul Miller
> > Also, "mere aggregation" is a term from the GPL. You can read what > > it says there yourself. But basically it's there so that people make > > a distinction between the program itself and other stuff that isn't > > the program. On Thu, Apr 07, 2005 at 04:20:50PM -0700, David Schwartz

[PATCH] i386 vDSO: add PT_NOTE segment

2005-04-07 Thread Roland McGrath
This patch adds an ELF note to the vDSO giving the LINUX_VERSION_CODE value. Having this in the vDSO lets the dynamic linker avoid the `uname' syscall it now always does at startup to ascertain the kernel ABI available. Thanks, Roland Signed-off-by: Roland McGrath <[EMAIL PROTECTED]> ---

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 07:52:34AM +0400, Evgeniy Polyakov wrote: > On Fri, 2005-04-08 at 13:32 +1000, Herbert Xu wrote: > > On Fri, Apr 08, 2005 at 07:33:58AM +0400, Evgeniy Polyakov wrote: > > > On Fri, 2005-04-08 at 12:59 +1000, Herbert Xu wrote: > > > > Evgeniy Polyakov <[EMAIL PROTECTED]>

Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread Eric W. Biederman
Sven Luther <[EMAIL PROTECTED]> writes: > > It sounds like you are now looking at the question of are the > > huge string of hex characters the preferred form for making > > modifications to firmware. Personally I would be surprised > > but those hunks are small enough it could have been written

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Fri, 2005-04-08 at 13:32 +1000, Herbert Xu wrote: > On Fri, Apr 08, 2005 at 07:33:58AM +0400, Evgeniy Polyakov wrote: > > On Fri, 2005-04-08 at 12:59 +1000, Herbert Xu wrote: > > > Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > > > > > > > atomic_dec_and_test() is more expensive than 2

Re: Kernel SCM saga..

2005-04-07 Thread Jeff Garzik
Linus Torvalds wrote: In other words, this cherry-picking can generally be scripted and done "outside" the SCM (you can trivially have a script that takes a revision from one tree and applies it to the other). I don't believe that the SCM needs to support it in any fundamentally inherent manner.

Re: [PATCH 2/6] freepgt2: sys_mincore ignore FIRST_USER_PGD_NR

2005-04-07 Thread Hugh Dickins
On Fri, 8 Apr 2005, Nick Piggin wrote: > David Howells wrote: > > Hugh Dickins <[EMAIL PROTECTED]> wrote: > > > > > Remove use of FIRST_USER_PGD_NR from sys_mincore: it's inconsistent > > > (no > > > other syscall refers to it), unnecessary (sys_mincore loops over vmas > > > further down) and

Maximum data read/writes per SCSI Command

2005-04-07 Thread sai narasimhamurthy
Hi, I wanted to increase the number of sectors that could be requested/Written per SCSI READ(10)/WRITE command , and varying MAX_SECTORS in blkdev.h helped me to do it. However I could not request more than 256 sectors and could not write more than 1632 inspite of changing MAX_SECTORS to higher

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Thu, 2005-04-07 at 11:47 -0400, James Morris wrote: > On Thu, 7 Apr 2005, Kay Sievers wrote: > > > Sure, but seems I need to ask again: What is the exact reason not to > > implement > > the muticast message multiplexing/subscription part of the connector as a > > generic part of netlink? That

Re: Kernel SCM saga..

2005-04-07 Thread Jeff Garzik
Linus Torvalds wrote: On Thu, 7 Apr 2005, Daniel Phillips wrote: In that case, a nice refinement is to put the sequence number at the end of the subject line so patch sequences don't interleave: No. That makes it unsortable, and also much harder to pick put which part of the subject line is the

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
On Fri, Apr 08, 2005 at 07:33:58AM +0400, Evgeniy Polyakov wrote: > On Fri, 2005-04-08 at 12:59 +1000, Herbert Xu wrote: > > Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > > > > > atomic_dec_and_test() is more expensive than 2 barriers + atomic_dec(), > > > but in case of connector I think the

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Evgeniy Polyakov
On Fri, 2005-04-08 at 12:59 +1000, Herbert Xu wrote: > Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > > > atomic_dec_and_test() is more expensive than 2 barriers + atomic_dec(), > > but in case of connector I think the price is not so high. > > Can you list the platforms on which this is true?

RE: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread David Schwartz
> > No-one is saying that the linker "merely aggregates" object > > code for the driver; what *is* being said is: in the case of > > firmware, especially if the firmware is neither a derivative > > work on the kernel (see above) nor the firmware includes part > > of the kernel (duh), it is

Re: [Fwd: Re: connector is missing in 2.6.12-rc2-mm1]

2005-04-07 Thread Herbert Xu
Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > > atomic_dec_and_test() is more expensive than 2 barriers + atomic_dec(), > but in case of connector I think the price is not so high. Can you list the platforms on which this is true? Thanks, -- Visit Openswan at http://www.openswan.org/ Email:

[PATCH] i386: Use loaddebug macro consistently

2005-04-07 Thread Roland McGrath
This moves the macro loaddebug from asm-i386/suspend.h to asm-i386/processor.h, which is the place that makes sense for it to be defined, removes the extra copy of the same macro in arch/i386/kernel/process.c, and makes arch/i386/kernel/signal.c use the macro in place of its expansion. This is a

2.6.11-ck4

2005-04-07 Thread Con Kolivas
These are patches designed to improve system responsiveness. It is configurable to any workload but the default ck* patch is aimed at the desktop and ck*-server is available with more emphasis on serverspace. Apply to 2.6.11:

Re: init process freezed after run_init_process

2005-04-07 Thread rjy
Apply these rules: 1.) If you do provide an initrd= thing, the initrd is being looked for /linuxrc. I have add /linuxrc, /init and /bin/init, all link to /sbin/init. It just refuses to work ... :( Only VIA IDE chipset maybe, but you don't usually need that for just-initrd. You'd need that for the

Re: 2.6.12-rc2-mm1

2005-04-07 Thread Nick Piggin
On Thu, 2005-04-07 at 18:08 -0700, Siddha, Suresh B wrote: > On Thu, Apr 07, 2005 at 03:11:12AM +1000, Nick Piggin wrote: > > Using the attached patch, a puny dual PIII-650 with ~400MB RAM swapped > > itself to death after 2 infinite loop tasks had been pinned to one > > of the CPUs. See how

RE: [patch] sched: auto-tune migration costs [was: Re: Industry db benchmark result on recent 2.6 kernels]

2005-04-07 Thread Chen, Kenneth W
Ingo Molnar wrote on Tuesday, April 05, 2005 11:46 PM > ok, the delay of 16 secs is alot better. Could you send me the full > detection log, how stable is the curve? Full log attached. begin 666 boot.log M0F]O="!PF5D($E40R!W:71H($-052 P("AL87-T(&1I9F8@,R!C>6-L97,L(>&5R M@I#86QI8G)A=

Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread Henning Makholm
Scripsit Humberto Massa <[EMAIL PROTECTED]> > After a *lot* of discussion, it was deliberated on d-l that > this is not that tricky at all, and that the "mere > aggregation" clause applies to the combination, for various > reasons, with a great degree of safety. When was this alleged conclusion

Re: [patch] inotify for 2.6.11

2005-04-07 Thread Robert Love
On Thu, 2005-04-07 at 18:37 -0700, Rusty Lynch wrote: > Looking into this a little more I realized that the lack of /proc > notifications (for processes coming and going) is a common problem anytime > a file is modified without going through the VFS. Other examples are > remote file changes on a

Re: alsa es1371's joystick functionality broken in 2.6.11-mm4

2005-04-07 Thread Patrick McFarland
On Thursday 07 April 2005 03:52 pm, Ian Pilcher wrote: > Any chance the joystick is just broken? Nope. What works: 1) _Both_ joysticks (one that uses the analog driver, the other that uses the sidewinder driver) work fine under Win2k. 2) Sound works under both Linux and Win2k. 3) The analog

Re: [PATCH] radeonfb: (#2) Implement proper workarounds for PLL accesses

2005-04-07 Thread Benjamin Herrenschmidt
On Fri, 2005-04-08 at 01:58 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > > > Yes, that's very extreme, I suspect somebody is banging on set_par or > > something like that. > > fb_setcolreg is it. Ok, what about that patch: --- This patch adds to the

Re: [RFC,PATCH 3/4] Change synchronize_kernel to _rcu and _sched

2005-04-07 Thread Paul E. McKenney
On Fri, Apr 08, 2005 at 01:16:53AM +0200, Francois Romieu wrote: > Paul E. McKenney <[EMAIL PROTECTED]> : > > This patch changes calls to synchronize_kernel(), deprecated in the > > earlier "Deprecate synchronize_kernel, GPL replacement" patch to > > instead call the new synchronize_rcu() and

Re: 2.6.12-rc2-mm1

2005-04-07 Thread Siddha, Suresh B
On Thu, Apr 07, 2005 at 03:11:12AM +1000, Nick Piggin wrote: > Using the attached patch, a puny dual PIII-650 with ~400MB RAM swapped > itself to death after 2 infinite loop tasks had been pinned to one > of the CPUs. See how you go. Its goes well beyond the initial 7000 number I mentioned.

Re: Kernel SCM saga..

2005-04-07 Thread Jesse Barnes
On Thursday, April 7, 2005 9:40 am, Rik van Riel wrote: > Larry, thanks for the help you have given us by making > bitkeeper available for all these years. A big thank you from me too, I've really enjoyed using BK and I think it's made me much more productive than I would have been otherwise. I

Re: Kernel SCM saga..

2005-04-07 Thread Ian Wienand
On Wed, Apr 06, 2005 at 08:42:08AM -0700, Linus Torvalds wrote: > If you must, start reading up on "monotone". One slightly annoying thing is that monotone doesn't appear to have a web interface. I used to use the bk one a lot when tracking down bugs, because it was really fast to have a web

VRRP multiple VIP VMAC problem

2005-04-07 Thread Kalyanjeet Gogoi
Hi, I am working on VRRP and want to set multiple VIP <==> VMAC on a single interface, is it possible The mailing list had one thread long time back which was taking about a kernel patch for this, but I don't if this is done or not. What options do I have for doing the above? Thanks, Kalyanjeet

[PATCH] mtime attribute is not being updated on client

2005-04-07 Thread Linda Dunaphant
Hi Trond, The acregmin (default=3) and acregmax (default=60) NFS attributes that control the min and max attribute cache lifetimes don't appear to be working after the first few timeouts. Using a test program that loops on the following sequence: - write to a file on an NFS3 mounted

[PATCH 6/6] mm/bootmem.c: use generic round_up_pow2() macro

2005-04-07 Thread Nick Wilson
From: Nick Wilson <[EMAIL PROTECTED]> Use the generic round_up_pow2() instead of a custom rounding method. Signed-off-by: Nick Wilson <[EMAIL PROTECTED]> --- bootmem.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: linux/mm/bootmem.c

[PATCH 5/6] lib/bitmap.c: use generic round_up_pow2() macro

2005-04-07 Thread Nick Wilson
From: Nick Wilson <[EMAIL PROTECTED]> Use the generic round_up_pow2() instead of a custom rounding method. Signed-off-by: Nick Wilson <[EMAIL PROTECTED]> --- bitmap.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: linux/lib/bitmap.c

Re: [PATCH 0/6] add generic round_up_pow2() macro

2005-04-07 Thread Andrew Morton
Nick Wilson <[EMAIL PROTECTED]> wrote: > > The first patch adds a generic round_up_pow2() macro to kernel.h. The > remaining patches modify a few files to make use of the new macro. We already have ALIGN() and roundup_pow_of_two(). - To unsubscribe from this list: send the line "unsubscribe

[PATCH 4/6] kernel/resource.c: use generic round_up_pow2() macro

2005-04-07 Thread Nick Wilson
From: Nick Wilson <[EMAIL PROTECTED]> Use the generic round_up_pow2() instead of a custom rounding method. Signed-off-by: Nick Wilson <[EMAIL PROTECTED]> --- resource.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux/kernel/resource.c

[PATCH 3/6] include/linux/a.out.h: use generic round_up_pow2() macro

2005-04-07 Thread Nick Wilson
From: Nick Wilson <[EMAIL PROTECTED]> Use the generic round_up_pow2() instead of a custom rounding method. Signed-off-by: Nick Wilson <[EMAIL PROTECTED]> --- a.out.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux/include/linux/a.out.h

[PATCH 1/6] include/linux/kernel.h: use generic round_up_pow2() macro

2005-04-07 Thread Nick Wilson
From: Nick Wilson <[EMAIL PROTECTED]> Add a generic macro to kernel.h to round up to the next multiple of n. Signed-off-by: Nick Wilson <[EMAIL PROTECTED]> --- kernel.h |5 + 1 files changed, 5 insertions(+) Index: linux/include/linux/kernel.h

[PATCH 2/6] include/linux/kernel.h: use generic round_up_pow2() macro

2005-04-07 Thread Nick Wilson
From: Nick Wilson <[EMAIL PROTECTED]> Use the generic round_up_pow2() instead of a custom rounding method. Signed-off-by: Nick Wilson <[EMAIL PROTECTED]> --- kernel.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux/include/linux/kernel.h

Re: Linux 2.6.12-rc2

2005-04-07 Thread Nish Aravamudan
On Apr 7, 2005 3:45 PM, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > On Thu, 2005-04-07 at 11:54 -0700, Nish Aravamudan wrote: > > On Apr 7, 2005 10:50 AM, Moritz Muehlenhoff <[EMAIL PROTECTED]> wrote: > > > Benjamin Herrenschmidt wrote: > > > > > 1. When resuming from S3 suspend and having

[PATCH 0/6] add generic round_up_pow2() macro

2005-04-07 Thread Nick Wilson
Randy.Dunlap wrote: > >+#define ALIGN_DATA_SIZE(size) ((size + PAGE_SIZE - 1) & ~(PAGE_SIZE - > >1)) > > > ISTM that we need a generic round_up() function or macro

Re: PMTU, MSS and "fragmentation needed" problem with linux?

2005-04-07 Thread Nico Schottelius
Thanks for the hints Florian, but still there are open questions: Florian Attenberger [Thu, Apr 07, 2005 at 07:33:09PM +0200]: > [...] > # [From the kernel help: > # > #This option adds a `TCPMSS' target, which allows you to alter the > #MSS value of TCP SYN packets, to control the

Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread Adrian Bunk
On Thu, Apr 07, 2005 at 11:05:05PM +0200, Sven Luther wrote: > On Thu, Apr 07, 2005 at 10:56:47PM +0200, Adrian Bunk wrote: >... > > If your statement was true that Debian must take more care regarding > > legal risks than commercial distributions, can you explain why Debian > > exposes the

Re: kernel compile

2005-04-07 Thread Alexander Samad
Hi Should not be a problem as the compilation doesn't use any part of the running kernel. As long as you have the required components Alex On Thu, Apr 07, 2005 at 07:09:18PM -0400, Allison wrote: > Hi, > > Is it possible to compile a 2.4.20 kernel on a 2.6 system ? > And use the new image

Re: fix stale PCI pm docs

2005-04-07 Thread Greg KH
On Tue, Apr 05, 2005 at 11:49:49PM +0200, Pavel Machek wrote: > Hi! > > This fixes u32 vs. pm_message_t confusion in documentation, and > removes references to no-longer-existing (*save_state), too. With > exception of USB (I hope David will fix/apply my patch), this should > fix last piece of

Re: fix u32 vs. pm_message_t in PCI, PCIE

2005-04-07 Thread Greg KH
On Sat, Apr 02, 2005 at 11:23:19PM +0200, Pavel Machek wrote: > Hi! > > This fixes drivers/pci (mostly pcie stuff). [These patches are > independend and change no object code; therefore not numbered]. > > Please apply, Applied, thanks. greg k-h - To unsubscribe from this list: send the line

[-mm patch] fix sound/oss/nm256_audio.c with gcc 4.0

2005-04-07 Thread Adrian Bunk
Rearrange sound/oss/nm256_audio.c and to drop nm256_debug from nm256.h since it confuses gcc 4.0 (this problem was my fault). Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- This patch was already sent on: - 29 Mar 2005 --- linux-2.6.12-rc1-mm3-full/sound/oss/nm256.h.old 2005-03-28

Re: [RESEND PATCH 2.6.11.2 1/1] PCI Allow OutOfRange PIRQ table address

2005-04-07 Thread Greg KH
On Mon, Mar 28, 2005 at 06:19:55AM -0800, [EMAIL PROTECTED] wrote: > Hi Greg, PCI folk, > > Resending this patch. Is it okay now? Sorry for the delay, I've added to my trees now. thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH] ds1337 1/4

2005-04-07 Thread Greg KH
On Fri, Apr 08, 2005 at 01:17:58AM +0200, Ladislav Michl wrote: > On Thu, Apr 07, 2005 at 02:18:39PM -0700, Greg KH wrote: > > Jean's point is that you should send an individual patch for each type > > of individual change. It's ok to say "patch 3 requires you to have > > applied patches 1 and 2"

Re: [PATCH] PCI Hotplug: remove code duplication in drivers/pci/hotplug/ibmphp_pci.c

2005-04-07 Thread Greg KH
On Sat, Apr 02, 2005 at 02:20:11PM +0200, Rolf Eike Beer wrote: > Greg KH wrote: > > ChangeSet 1.2181.16.9, 2005/03/17 13:54:33-08:00, [EMAIL PROTECTED] > > > > [PATCH] PCI Hotplug: remove code duplication in > > drivers/pci/hotplug/ibmphp_pci.c > > > > This patch removes some code duplication

Re: [PATCH 2.6.11] aoe [7/12]: support configuration of AOE_PARTITIONS from Kconfig

2005-04-07 Thread Greg KH
On Thu, Apr 07, 2005 at 02:56:39PM -0400, Ed L Cashin wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > ... > > So, which one of the aoe patches listed at: > > > > http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/driver/ > > do you want me to drop? This one: > > >

Re: [PATCH][26.5/27] Add MT25204 PCI IDs

2005-04-07 Thread Greg KH
On Fri, Apr 01, 2005 at 02:06:50PM -0800, Roland Dreier wrote: > Ugh, this patch is required to build support for the new Mellanox > HCAs. Greg K-H applied it to his tree a while ago but it hasn't made > it to Linus yet. > > Sorry, > Roland > > Add PCI device IDs for new Mellanox MT25204

Re: [PATCH] radeonfb: (#2) Implement proper workarounds for PLL accesses

2005-04-07 Thread Benjamin Herrenschmidt
On Fri, 2005-04-08 at 01:58 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > > > Yes, that's very extreme, I suspect somebody is banging on set_par or > > something like that. > > fb_setcolreg is it. Ahhh... interesting. I'll see if I can find a way to work

Re: iomapping a big endian area

2005-04-07 Thread Jesse Barnes
On Monday, April 4, 2005 7:25 am, James Bottomley wrote: > On Mon, 2005-04-04 at 15:16 +0100, Christoph Hellwig wrote: > > The IOC4 device that provides IDE, serial ports and external interrupts > > on Altix systems has a big endian register layour, and the PCI-X bridge > > in those Altix systems

Re: [PATCH] radeonfb: (#2) Implement proper workarounds for PLL accesses

2005-04-07 Thread Andreas Schwab
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > Yes, that's very extreme, I suspect somebody is banging on set_par or > something like that. fb_setcolreg is it. kernel: radeonfb_set_par kernel: radeon_write_pll_regs: radeon_pll_errata_after_data kernel: radeon_write_pll_regs:

Re: RFC: turn kmalloc+memset(,0,) into kcalloc

2005-04-07 Thread Kyle Moffett
On Apr 06, 2005, at 11:50, Paulo Marques wrote: kzalloc it is, then. [...] So we gain 8kB on the uncompressed image and 1347 bytes on the compressed one. This was just a dumb test and actual results might be better due to smarter human cleanups. Not a spectacular gain per se, but the increase

RE: non-free firmware in kernel modules, aggregation and unclear copyright notice.

2005-04-07 Thread David Schwartz
> On Thu, Apr 07, 2005 at 01:26:17AM -0700, David Schwartz wrote: > > If you believe the linker "merely aggregates" the object code for the > > driver with the data for the firmware, I can't see how you can argue > > that any linking is anything but mere aggregation. In neither case can > > you

Re: ext3 allocate-with-reservation latencies

2005-04-07 Thread Mingming Cao
On Thu, 2005-04-07 at 14:08 +0100, Stephen C. Tweedie wrote: > Hi, > > On Thu, 2005-04-07 at 09:14, Ingo Molnar wrote: > > > doesnt the first option also allow searches to be in parallel? > > In terms of CPU usage, yes. But either we use large windows, in which > case we *can't* search

[PATCH] ds1337 1/4

2005-04-07 Thread Ladislav Michl
On Thu, Apr 07, 2005 at 02:18:39PM -0700, Greg KH wrote: > Jean's point is that you should send an individual patch for each type > of individual change. It's ok to say "patch 3 requires you to have > applied patches 1 and 2" and so on. Please split this up better. Here it is... Use

Re: [RFC,PATCH 3/4] Change synchronize_kernel to _rcu and _sched

2005-04-07 Thread Francois Romieu
Paul E. McKenney <[EMAIL PROTECTED]> : > This patch changes calls to synchronize_kernel(), deprecated in the > earlier "Deprecate synchronize_kernel, GPL replacement" patch to > instead call the new synchronize_rcu() and synchronize_sched() APIs. [...] > diff -urpN -X dontdiff

Re: Kernel SCM saga..

2005-04-07 Thread Linus Torvalds
On Thu, 7 Apr 2005, Martin Pool wrote: > > Importing the first snapshot (2004-01-01) took 41.77s user, 1:23.79 > total. Each subsequent day takes about 10s user, 30s elapsed to commit > into bzr. The speeds are comparable to CVS or a bit faster, and may be > faster than other distributed

Re: Kernel SCM saga..

2005-04-07 Thread Dave Airlie
> > Are you happy with processing patches + descriptions, one per mail? > > Yes. That's going to be my interim, I was just hoping that with 2.6.12-rc2 > out the door, and us in a "calming down" period, I could afford to not > even do that for a while. > > The real problem with the email thing is

Re: [PATCH] radeonfb: (#2) Implement proper workarounds for PLL accesses

2005-04-07 Thread Benjamin Herrenschmidt
On Fri, 2005-04-08 at 01:13 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > > > Can you cound how many times radeonfb_set_par is called and dump your > > "counter" at the beginning and end of each of these calls ? > > Switch from X to console: > > kernel:

[PATCH] ds1337 4/4

2005-04-07 Thread Ladislav Michl
Add support for DS1339. The only difference against DS1337 is Trickle Charge register at address 10h, which is used to enable battery or gold cap charging. Please note that value may vary for different batteries, so it should be made module parameter. 0xaa is sane default and also matches my board

[PATCH] ds1337 2/4

2005-04-07 Thread Ladislav Michl
Use correct macros to convert between bdc and bin. See linux/bcd.h --- linux-omap/drivers/i2c/chips/ds1337.c.orig 2005-04-08 00:32:45.234203040 +0200 +++ linux-omap/drivers/i2c/chips/ds1337.c 2005-04-08 00:34:58.457949952 +0200 @@ -127,15 +127,15 @@ buf[4], buf[5],

[PATCH] ds1337 3/4

2005-04-07 Thread Ladislav Michl
dev_{dbg,err} functions should print client's device name. data->id can be dropped from message, because device is determined by bus it hangs on (it has fixed address). --- linux-omap/drivers/i2c/chips/ds1337.c.orig 2005-04-08 00:36:15.072302800 +0200 +++ linux-omap/drivers/i2c/chips/ds1337.c

Re: [SCSI] Driver Broken in 2.6.x (attemp 2)

2005-04-07 Thread |TEcHNO|
Hi, Just wamted to ask if anyone has some will into it, or if this driver shoudl be removed from the kernel as broken. -- pozdrawiam |"Help me master, I felt the burning twilight behind [EMAIL PROTECTED]|those gates of stell..." --Perihelion, Prophecy Sequence - To unsubscribe from this

Re: [PATCH] i2c: new driver for ds1337 RTC

2005-04-07 Thread Ladislav Michl
Jean, I'll comment your mail first and then send separate patches (somehow I can't sleep this night :)) On Thu, Apr 07, 2005 at 11:29:08PM +0200, Jean Delvare wrote: > > * Move NULL argument checking from get/set date functions to > > ds1337_command function, so it is only at one place. Note

Re: [PATCH] radeonfb: (#2) Implement proper workarounds for PLL accesses

2005-04-07 Thread Andreas Schwab
Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > Can you cound how many times radeonfb_set_par is called and dump your > "counter" at the beginning and end of each of these calls ? Switch from X to console: kernel: radeonfb_set_par kernel: radeon_pll_errata_after_data last message repeated

kernel compile

2005-04-07 Thread Allison
Hi, Is it possible to compile a 2.4.20 kernel on a 2.6 system ? And use the new image successfully ? thanks, Allison - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] radeonfb: (#2) Implement proper workarounds for PLL accesses

2005-04-07 Thread Benjamin Herrenschmidt
On Fri, 2005-04-08 at 07:22 +1000, Dave Airlie wrote: > > There are 1694 calls to radeon_pll_errata_after_data during a switch from > > X to the console and 393 calls the other way. > > Wow... Ben that seems a bit extreme... there's not even close to 393 plls :-) Yes, that's very extreme, I

Re: [PATCH] radeonfb: (#2) Implement proper workarounds for PLL accesses

2005-04-07 Thread Benjamin Herrenschmidt
On Thu, 2005-04-07 at 22:21 +0200, Andreas Schwab wrote: > Benjamin Herrenschmidt <[EMAIL PROTECTED]> writes: > > > It is weird tho. Could you try adding a printk or something to figure > > out how much this is called during a typical swich ? > > There are 1694 calls to

Re: [patch 2.6.12-rc1-mm4] fork_connector: add a fork connector

2005-04-07 Thread Jay Lan
BTW, when it happened last time, my program listening to the socket complained about duplicate messages received. Unmatched seq. Rcvd=1824062, expected=1824061 <=== Unmatched seq. Rcvd=1824062, expected=1824063 <=== Unmatched seq. Rcvd=1824348, expected=1824307 When my program

Re: Linux 2.6.12-rc2

2005-04-07 Thread Benjamin Herrenschmidt
On Thu, 2005-04-07 at 11:54 -0700, Nish Aravamudan wrote: > On Apr 7, 2005 10:50 AM, Moritz Muehlenhoff <[EMAIL PROTECTED]> wrote: > > Benjamin Herrenschmidt wrote: > > > > 1. When resuming from S3 suspend and having switched off the backlight > > > > with radeontool the backlight isn't switched

Re: Linux 2.6.12-rc2

2005-04-07 Thread Benjamin Herrenschmidt
On Thu, 2005-04-07 at 19:50 +0200, Moritz Muehlenhoff wrote: > Benjamin Herrenschmidt wrote: > > > 1. When resuming from S3 suspend and having switched off the backlight > > > with radeontool the backlight isn't switched back on any more. > > > > I'm not sure what's up here, it's a nasty issue

Re: [patch 2.6.12-rc1-mm4] fork_connector: add a fork connector

2005-04-07 Thread Jay Lan
Hi Evgeniy, Should i be concerned about this bugcheck? I have seen this happening a number of times, all with the same signature in my testing. I ran a mix of AIM7, ubench, fork-test (continuously fork new processes), and another program reading from the fork connector socket. Thanks, - jay

[PATCH] Add dontdiff file

2005-04-07 Thread Randy.Dunlap
On Thu, 7 Apr 2005 15:37:51 -0700 Matt Mackall wrote: | On Tue, Apr 05, 2005 at 08:10:27PM -0700, Randy.Dunlap wrote: | > There is a fairly up-to-date dontdiff file available at | > http://developer.osdl.org/rddunlap/doc/dontdiff-osdl | | Can we stash a copy in Documentation? certainly. Add a

Re: [PATCH] kernel 2.6.11.6 - I2C adaptor for ColdFire 5282 CPU

2005-04-07 Thread Matt Mackall
On Tue, Apr 05, 2005 at 08:10:27PM -0700, Randy.Dunlap wrote: > There is a fairly up-to-date dontdiff file available at > http://developer.osdl.org/rddunlap/doc/dontdiff-osdl Can we stash a copy in Documentation? -- Mathematics is the supreme nostalgia of our time. - To unsubscribe from this

set keyboard repeat rate: EVIOCGREP and EVIOCSREP

2005-04-07 Thread Vernon Mauery
I was wondering if anyone knows how to change the repeatrate on a USB keyboard with a 2.4 kernel. The system is a legacy free system (no ps2 port), so kbdrate does nothing. With evdev loaded, the keyboard and mouse (both USB devices) get registered with the event system and show up as

Re: A problem with kswapd

2005-04-07 Thread Adrian Bunk
On Mon, Apr 04, 2005 at 09:42:39AM +0200, Jose Ángel De Bustos Pérez wrote: > Hi, > > I have a problem with kswapd and I didn't find anything in the > archives of the list (I hope not having missed someone). > > kswapd is using 100% of CPU in a suse sles8 with kernel 2.4.241. This > machine has

  1   2   3   4   5   6   7   >