Re: [RFC][PATCH] uli526x: Add suspend and resume routines (updated)

2007-08-13 Thread Jeff Garzik
Rafael J. Wysocki wrote: On Wednesday, 8 August 2007 00:26, Jeff Garzik wrote: Rafael J. Wysocki wrote: On Tuesday, 7 August 2007 23:40, Jeff Garzik wrote: I'll let our new tulip maintainer see what he thinks about the implementation. Seems fairly sane to me, but should at least get an "it

Re: [PATCH] xen-netfront: remove dead code

2007-08-13 Thread Jeff Garzik
Jeremy Fitzhardinge wrote: This patch removes some residual dead code left over from removing the "flip" receive mode. This patch doesn't change the generated output at all, since gcc already realized it was dead. This resolves the "regression" reported by Adrian. Signed-off-by: Jeremy

Re: ACPI: thermal: create "thermal.off=1" to disable ACPI thermal support

2007-08-13 Thread Len Brown
On Sunday 12 August 2007 14:49, Randy Dunlap wrote: > On Sun, 12 Aug 2007 10:59:11 GMT Linux Kernel Mailing List wrote: > > > Gitweb: > > http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=72b33ef8bb1ac7f6c5a16d23304ab25ddc73d93d > > Commit:

Re: [PATCH] xen-netfront: Avoid deref'ing skbafter it is potentially freed.

2007-08-13 Thread Jeff Garzik
Jeremy Fitzhardinge wrote: xennet_tx_bug_gc can free the skb before we use it, so make sure we don't. Jeff, this is -rc material. Signed-off-by: Keir Fraser <[EMAIL PROTECTED]> Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> Cc: Jeff Garzik <[EMAIL PROTECTED]> applied - To

Re: [PATCH] drivers/net/3c505: Convert to generic boolean

2007-08-13 Thread Jeff Garzik
Richard Knutsson wrote: Convert to generic boolean Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Compile-tested with all(yes|mod|no)config on x86(|_64) & sparc(|64) Diffed against Linus' git-tree. Sent 2007-05-01, no replys applied - To unsubscribe from this list: send the line

Re: [PATCH] drivers/net/tokenring: Convert to generic boolean

2007-08-13 Thread Jeff Garzik
Richard Knutsson wrote: Convert to generic boolean Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Compile-tested with all(yes|mod|no)config on x86(|_64) & sparc(|64) Diffed against Linus' git-tree. Sent 2007-05-01, no replys applied - To unsubscribe from this list: send the line

Re: drivers/net/tokenring/3c359.c

2007-08-13 Thread Jeff Garzik
Surya Prabhakar N wrote: Hi, Replacing kmalloc with kzalloc and cleaning up memset in drivers/net/tokenring/3c359.c Signed-off-by: Surya Prabhakar <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: [PATCH 12/13] cxgb3 - log and clear PEX errors

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Clear pciE PEX errors late at module load time. Log details when PEX errors occur. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/t3_hw.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) ACK 10-12

Re: [PATCH 13/13] cxgb3 - test MSI capabilities

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Check that the HW in really in MSI/MSI-X mode when it was succesfully enabled. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/cxgb3_main.c | 42 drivers/net/cxgb3/regs.h

Re: [PATCH 9/13] cxgb3 - Update internal memory management

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Set PM1 internal memory to round robin mode Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> why? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH 8/13] cxgb3 - log adapter derial number

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Log HW serial number when cxgb3 module is loaded. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/common.h |2 ++ drivers/net/cxgb3/cxgb3_main.c |6 -- drivers/net/cxgb3/t3_hw.c |3 ++- 3

Re: [PATCH 5/13] cxgb3 - Expose HW memory page info

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Let the RDMA driver get HW page info to work around HW issues. Assign explicit enum values. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> "HW issues" -- you need to go into far more detail, when adding a new interface. what hw

Re: [PATCH 4/13] cxgb3 - use immediate data for offload Tx

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Send small TX_DATA work requests as immediate data even when there are fragments. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/sge.c | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-)

Re: [PATCH 6/24] make atomic_read() behave consistently on frv

2007-08-13 Thread Nick Piggin
Chris Snook wrote: David Howells wrote: Chris Snook <[EMAIL PROTECTED]> wrote: cpu_relax() contains a barrier, so it should do the right thing. For non-smp architectures, I'm concerned about interacting with interrupt handlers. Some drivers do use atomic_* operations. I'm not sure

Re: [PATCH 3/13] cxgb3 - SGE doorbell overflow warning

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Log doorbell Fifo overflow Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/regs.h |8 drivers/net/cxgb3/sge.c |4 2 files changed, 12 insertions(+), 0 deletions(-) ACK, but not applied

Re: [PATCH 2/13] cxgb3 - Update rx coalescing length

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Set max Rx coalescing length to 12288 Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/common.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/cxgb3/common.h

Re: [PATCH 1/13] cxgb3 - MAC workaround update

2007-08-13 Thread Jeff Garzik
Divy Le Ray wrote: From: Divy Le Ray <[EMAIL PROTECTED]> Update the MAC workaround to deal with switches that do not honor pause frames. Signed-off-by: Divy Le Ray <[EMAIL PROTECTED]> --- drivers/net/cxgb3/common.h |1 + drivers/net/cxgb3/xgmac.c | 22 +++--- 2 files

Re: [PATCH] hres_timers_resume must block interrupts

2007-08-13 Thread Thomas Gleixner
On Mon, 2007-08-13 at 19:26 -0400, Joe Korty wrote: > Retrigger_next_event() must be called with interrupts disabled. > > All internal (to hrtimer.c) uses of retrigger_next_event() are correct. > But the version exported to other files, hres_timers_resume(), does not > do the IRQ blocking, nor

Re: [PATCH 6/24] make atomic_read() behave consistently on frv

2007-08-13 Thread Nick Piggin
Paul E. McKenney wrote: On Mon, Aug 13, 2007 at 01:15:52PM +0800, Herbert Xu wrote: Paul E. McKenney <[EMAIL PROTECTED]> wrote: On Sat, Aug 11, 2007 at 08:54:46AM +0800, Herbert Xu wrote: Chris Snook <[EMAIL PROTECTED]> wrote: cpu_relax() contains a barrier, so it should do the right

RE: [PATCH] [28/2many] MAINTAINERS - ACPI VIDEO DRIVER

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 13:21 +0800, Zhang, Rui wrote: > I can take charge of the ACPI video driver. Glad to hear it. ACPI VIDEO DRIVER P: Rui Zhang M: [EMAIL PROTECTED] L: [EMAIL PROTECTED] W: http://acpi.sourceforge.net/ S: Supported F: drivers/acpi/video.c - To

Re: [PATCH] [28/2many] MAINTAINERS - ACPI VIDEO DRIVER

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 01:16 -0400, Len Brown wrote: > as Luming has moved onto other things, and Rui is shy > about being in MAINTAINERS as yet... Please update to > P:Len Brown > M:[EMAIL PROTECTED] ACPI VIDEO DRIVER P: Len Brown M: [EMAIL PROTECTED] L: [EMAIL PROTECTED]

[Fwd: Re: [PATCH] PSS(proportional set size) accounting in smaps]

2007-08-13 Thread Balbir Singh
I keep forgetting to check that you are on the cc. My email client loves dropping you from the to/cc list. Original Message Subject: Re: [PATCH] PSS(proportional set size) accounting in smaps Date: Tue, 14 Aug 2007 10:56:12 +0530 From: Balbir Singh <[EMAIL PROTECTED]>

Re: [PATCH] PSS(proportional set size) accounting in smaps

2007-08-13 Thread Balbir Singh
Fengguang Wu wrote: > The "proportional set size" (PSS) of a process is the count of pages it has in > memory, where each page is divided by the number of processes sharing it. So > if > a process has 1000 pages all to itself, and 1000 shared with one other > process, > its PSS will be 1500. >

RE: [PATCH] [28/2many] MAINTAINERS - ACPI VIDEO DRIVER

2007-08-13 Thread Zhang, Rui
Hi, Len, I can take charge of the ACPI video driver. Thanks, Rui -Original Message- From: Len Brown [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 14, 2007 1:16 PM To: [EMAIL PROTECTED]; Zhang, Rui Cc: [EMAIL PROTECTED]; Yu, Luming; linux-kernel@vger.kernel.org; [EMAIL PROTECTED];

Re: [PATCH] [28/2many] MAINTAINERS - ACPI VIDEO DRIVER

2007-08-13 Thread Len Brown
On Monday 13 August 2007 02:22, [EMAIL PROTECTED] wrote: > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > diff --git a/MAINTAINERS b/MAINTAINERS > index b159b00..4faf1ce 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -300,6 +300,7 @@ M:

ACPI patch for 2.6.23-rc3

2007-08-13 Thread Len Brown
Hi Linus, please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release This will update the file shown below -- fixing a 2.6.23-rc3 regression. thanks! -Len ps. individual patches are available on [EMAIL PROTECTED] and a consolidated plain patch is

Re: System call interposition/unprotecting the table

2007-08-13 Thread Avi Kivity
Alan Cox wrote: > This is to protect it from being changed by an attacker or someone trying > to do strange and bogus things to the kernel. > Someone who apparently hasn't heard of vmap(), etc. It's a debug aid at best. -- Do not meddle in the internals of kernels, for they are subtle and

Re: [PATCH] net/tulip/xircom_cb.c: remove superfulous priv assignment

2007-08-13 Thread Jeff Garzik
Mariusz Kozlowski wrote: Hello, Unpatched version does sth like this: dev = alloc_etherdev(... private = netdev_priv(dev); ... dev->priv = private; which doesn't make much sense (does it?) because this is done in alloc_netdev() already. struct net_device *alloc_netdev(... { ...

Re: [PATCH] fix NULL pointer dereference in __vm_enough_memory()

2007-08-13 Thread Andrew Morton
On Mon, 13 Aug 2007 14:01:06 +0100 Alan Cox <[EMAIL PROTECTED]> wrote: > On Mon, 13 Aug 2007 15:38:53 +0800 > WU Fengguang <[EMAIL PROTECTED]> wrote: > > > On Sun, Aug 12, 2007 at 04:17:44PM +0100, Alan Cox wrote: > > > Try this (it compiles but isnt tested). Its a weekend here, the sun is > > >

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Mike Frysinger
On 8/14/07, Bryan Wu <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-13 at 23:54 -0400, Robin Getz wrote: > > On Mon 13 Aug 2007 15:56, Mike Frysinger pondered: > > > On 8/13/07, Joe Perches <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2007-08-13 at 15:10 -0400, Mike Frysinger wrote: > > > > > On

Re: [PATCH] [154/2many] MAINTAINERS - DIGI INTL. EPCA DRIVER

2007-08-13 Thread Cal Peake
On Mon, 13 Aug 2007, Joe Perches wrote: > On Tue, 2007-08-14 at 00:29 -0400, Cal Peake wrote: > > Prolly /[^a-z0-9]/i would the safest bet. Also don't forget to escape > > double quotes (e.g. "Jonathan \"Jon\" Doe" <[EMAIL PROTECTED]>). > > A-Z and [[:space:]] are OK too. The 'i' at the end of

Re: [Bugme-new] [Bug 8885] New: Unable to access memory card reader anymore

2007-08-13 Thread Andrew Morton
(resend, fixed mailing list address) On Mon, 13 Aug 2007 09:07:36 -0700 (PDT) [EMAIL PROTECTED] wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=8885 > >Summary: Unable to access memory card reader anymore >Product: IO/Storage >Version: 2.5 >

[PATCH 3/3] /drivers/net ucc_geth ioremap balancing/returncode check (resend)

2007-08-13 Thread Scott Thompson
resending patchset against 2.6.23-rc3 for /drivers/net ioremap balancing / return check, previous patchset contained wordwrap errors: corrects: --sbus_ioremap return unchecked. --ioremap function unchecked --function failure cases did not clean up ioremap'd values. lne390.c -- believe

[PATCH 1/3] /drivers/net ioremap balancing/returncode check (resend)

2007-08-13 Thread Scott Thompson
resending patchset against 2.6.23-rc3 for /drivers/net ioremap balancing / return check, previous patchset contained wordwrap errors: corrects: --sbus_ioremap return unchecked. --ioremap function unchecked --function failure cases did not clean up ioremap'd values. lne390.c -- believe

[PATCH 2/3] /drivers/net myri_sbus.c ioremap balancing/returncode check (resend)

2007-08-13 Thread Scott Thompson
resending patchset against 2.6.23-rc3 for /drivers/net ioremap balancing / return check, previous patchset contained wordwrap errors: corrects: --sbus_ioremap return unchecked. --ioremap function unchecked --function failure cases did not clean up ioremap'd values. lne390.c -- believe

[PATCH try 4] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
Finally. This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]> --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 + drivers/ata/pata_bf54x.c | 1585

Re: [PATCH] [154/2many] MAINTAINERS - DIGI INTL. EPCA DRIVER

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 00:29 -0400, Cal Peake wrote: > Prolly /[^a-z0-9]/i would the safest bet. Also don't forget to escape > double quotes (e.g. "Jonathan \"Jon\" Doe" <[EMAIL PROTECTED]>). A-Z and [[:space:]] are OK too. I skimmed the spec, but nothing jumped out at me. - To unsubscribe from

Re: USB HC on i.MX21 hangs with error -110

2007-08-13 Thread Midhun A
Hi All, Sorry for crossposting. > Let's see ... Linux-ARM is a "please don't crosspost" list; I did not know that. I will not repeat. I did not know which list to ask help for USB untill afterwards I found the linux-usb-users mailing list. Sorry again. Will not repeat. Thanks, Midhun. -

Re: [PATCH] [27/2many] MAINTAINERS - ACPI THERMAL DRIVER

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 00:23 -0400, Len Brown wrote: > Also, as Konstantin has moved on, might as well list me as maintainer too: ACPI THERMAL DRIVER P: Len Brown M: [EMAIL PROTECTED] L: [EMAIL PROTECTED] W: http://acpi.sourceforge.net/ S: Supported F:

Re: [PATCH ] /drivers/atm ioremap balancing/ returncode check (re-resend)

2007-08-13 Thread Scott Thompson
patchset against 2.6.23-rc3. corrects missing ioremap return checks and balancing on iounmap calls.. I attempted to actually reapply the patch that was sent but the following two lines that aren't changed with this patch exceed the yahoo wordwrap maximum (argh). I also fixed an if

Re: [PATCH] [463/2many] MAINTAINERS - STRADIS MPEG-2 DECODER DRIVER

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 21:04 -0700, Nathan Laredo wrote: > Well, technically speaking, there are multiple files to the stradis > driver, not just stradis.c. These files seem to be shared between drivers. the Kconfig file shows: obj-$(CONFIG_VIDEO_STRADIS) += stradis.o as the only STRADIS file.

Re: [PATCH] [154/2many] MAINTAINERS - DIGI INTL. EPCA DRIVER

2007-08-13 Thread Cal Peake
On Mon, 13 Aug 2007, Joe Perches wrote: > On Mon, 2007-08-13 at 09:35 -0700, Joe Perches wrote: > > On Mon, 2007-08-13 at 09:15 -0700, Kok, Auke wrote: > > > or properly put it on "quotes": > > > > I'll improve the script and revert the name changes. > > # check for "must quote" chars in name >

Re: [PATCH] [27/2many] MAINTAINERS - ACPI THERMAL DRIVER

2007-08-13 Thread Len Brown
Acked-by: Len Brown <[EMAIL PROTECTED]> Also, as Konstantin has moved on, might as well list me as maintainer too: P: Len Brown M: [EMAIL PROTECTED] On Monday 13 August 2007 02:22, [EMAIL PROTECTED] wrote: > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL

Re: [PATCH] [25/2many] MAINTAINERS - ACPI FAN DRIVER

2007-08-13 Thread Len Brown
Acked-by: Len Brown <[EMAIL PROTECTED]> (and the maintainer can just be me now, per other message) thanks, -Len On Monday 13 August 2007 02:22, [EMAIL PROTECTED] wrote: > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > diff --git a/MAINTAINERS

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Len Brown
> > ACPI FAN DRIVER > > P: Konstantin A. Karasyov > > M: [EMAIL PROTECTED] > > Len? Konstantin is gone, so I guess this is effectively me for the time-being. P: Len Brown M: [EMAIL PROTECTED] thanks, -Len - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: [PATCH] [24/2many] MAINTAINERS - ACPI EC DRIVER

2007-08-13 Thread Len Brown
Acked-by: Len Brown <[EMAIL PROTECTED]> On Monday 13 August 2007 02:22, [EMAIL PROTECTED] wrote: > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > diff --git a/MAINTAINERS b/MAINTAINERS > index 6bb5785..ef63c9d 100644 > --- a/MAINTAINERS > +++

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 12:12 +0800, Bryan Wu wrote: > Yes, open a public mailing list is a good choice to replace the whole > team member list. > > How about some driver code maintainers? Just let me know please. cheers, Joe - To unsubscribe from this list: send the line "unsubscribe

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Bryan Wu
On Mon, 2007-08-13 at 23:54 -0400, Robin Getz wrote: > On Mon 13 Aug 2007 15:56, Mike Frysinger pondered: > > On 8/13/07, Joe Perches <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-08-13 at 15:10 -0400, Mike Frysinger wrote: > > > > On 8/13/07, Joe Perches <[EMAIL PROTECTED]> wrote: > > > > > But

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Mike Frysinger
On 8/13/07, Robin Getz <[EMAIL PROTECTED]> wrote: > On Mon 13 Aug 2007 15:56, Mike Frysinger pondered: > > On 8/13/07, Joe Perches <[EMAIL PROTECTED]> wrote: > > > On Mon, 2007-08-13 at 15:10 -0400, Mike Frysinger wrote: > > > > On 8/13/07, Joe Perches <[EMAIL PROTECTED]> wrote: > > > > > But if

Re: [PATCH] [463/2many] MAINTAINERS - STRADIS MPEG-2 DECODER DRIVER

2007-08-13 Thread Nathan Laredo
Well, technically speaking, there are multiple files to the stradis driver, not just stradis.c. The tar file, http://kernel.org/pub/linux/kernel/people/laredo/stradis.tar.gz should make clear which files originated in the stradis driver. - Nathan Laredo [EMAIL PROTECTED] On 8/12/07, [EMAIL

Re: [PATCH 4 of 5 ] /drivers/char/rio ioremap balancing/ returncode check

2007-08-13 Thread Scott Thompson
On Mon, 13 Aug 2007 16:30:14 -0400 Jiri Slaby <[EMAIL PROTECTED]> wrote: >why [EMAIL PROTECTED] > David Airlie was listed as the owner on several of the files and in maintainers for "DRM", which was my best to: guess for /drivers/char/drm (which was patch 3 in this series). If there was a

[PATCH ] /drivers/atm ioremap balancing/ returncode check (resend)

2007-08-13 Thread Scott Thompson
patchset against 2.6.23-rc3. corrects missing ioremap return checks and balancing on iounmap calls.. Warning -- cleanup handler here may miss additional required cleanup as has occurred on other portions of ioremap audit. This patch had been submitted previously but hushmail client caused

"pci=routeirq" on IBM Thinkpad A20m Type 2628-3au fixes wireless card in cardbus/pcmcia slot

2007-08-13 Thread Jeffrey Hundstad
pci=routeirq makes my wireless lan card in a cardbus/pcmcia slot work. I'm posting these are requested in the dmesg. (below are lspci and dmesg, more available by request) Here's the lspci: 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03) Flags: bus

RE: [PATCH] [61/2many] MAINTAINERS - ARM/INTEL IOP13XX ARM ARCHITECTURE

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 16:09 -0700, Williams, Dan J wrote: > For IOP13XX, IOP33X, and IOP32X add: > F: arch/arm/plat-iop/ > F: include/asm-arm/hardware/iop* ARM/INTEL IOP32X ARM ARCHITECTURE P: Lennert Buytenhek M: [EMAIL PROTECTED] P: Dan Williams M: [EMAIL PROTECTED] L:

Re: [PATCH] [404/2many] MAINTAINERS - RCUTORTURE MODULE

2007-08-13 Thread Josh Triplett
Joe Perches wrote: > On Mon, 2007-08-13 at 08:09 -0700, Josh Triplett wrote: >> Also: >> +F: Documentation/RCU/torture.txt > > RCUTORTURE MODULE > P:Josh Triplett > M:[EMAIL PROTECTED] > L:linux-kernel@vger.kernel.org > S:Maintained > F:Documentation/RCU/torture.txt > F:

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Robin Getz
On Mon 13 Aug 2007 15:56, Mike Frysinger pondered: > On 8/13/07, Joe Perches <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-08-13 at 15:10 -0400, Mike Frysinger wrote: > > > On 8/13/07, Joe Perches <[EMAIL PROTECTED]> wrote: > > > > But if anyone has a new email address and still wants > > > > to be

Re: Withdrawn for now: /drivers/char/* /drivers/net/* drivers/atm/* ioremap balancing/ returncode check

2007-08-13 Thread Scott Thompson
On Mon, 13 Aug 2007 12:00:28 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > >It's highly unlikely that the server side would wrap email. > > Jeff Heard back from hushmail support -- "Outgoing mail is currently wrapping at 68 characters for new mail, and 64 chars for replies. This is to

[PATCH ] /drivers/ata ioremap returncode check

2007-08-13 Thread Scott Thompson
patchset against 2.6.23-rc3. corrects missing ioremap return checks. Warning -- cleanup handler here may miss additional required cleanup as has occurred on other portions of ioremap audit. This patch had been submitted previously but hushmail client caused wordwrap issues, resending with

Re: lmbench ctxsw regression with CFS

2007-08-13 Thread David Miller
From: Andrew Morton <[EMAIL PROTECTED]> Date: Mon, 13 Aug 2007 20:00:38 -0700 > Guys, repeat after me: "context switch is not a fast path". Take > that benchmark and set fire to it. Nothing in this world is so absolute :-) Regardless of the value of lat_ctx, we should thank it for showing that

Re: [PATCH] [210/2many] MAINTAINERS - HARDWARE MONITORING

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 21:59 -0400, Mark M. Hoffman wrote: > If you collect the hwmon stuff into one (1) patch, I'll take it. I suspect that someone will either take or reject the whole thing. I'll send a batch of 10 or so patches to MAINTAINERS with all the collected changes tomorrow along with

Re: lmbench ctxsw regression with CFS

2007-08-13 Thread Nick Piggin
On Mon, Aug 13, 2007 at 08:00:38PM -0700, Andrew Morton wrote: > On Mon, 13 Aug 2007 14:30:31 +0200 Jens Axboe <[EMAIL PROTECTED]> wrote: > > > On Mon, Aug 06 2007, Nick Piggin wrote: > > > > > What CPU did you get these numbers on? Do the indirect calls hurt > > > > > much > > > > > on those

[PATCH try 3] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
Sorry, word wrap again in my last email. Hope this is the last one. 8-( This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]> --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 +

Re: [PATCH again 2] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Mike Frysinger
On 8/13/07, Sonic Zhang <[EMAIL PROTECTED]> wrote: > Sorry, word wrap in my last email. So, send again. i think this too got word wrapped ... pasting into gmail will word wrap things (even though it looks like it wont in the edit window), so you'll probably have to send the patch "from" your

Re: lmbench ctxsw regression with CFS

2007-08-13 Thread Andrew Morton
On Mon, 13 Aug 2007 14:30:31 +0200 Jens Axboe <[EMAIL PROTECTED]> wrote: > On Mon, Aug 06 2007, Nick Piggin wrote: > > > > What CPU did you get these numbers on? Do the indirect calls hurt much > > > > on those without an indirect predictor? (I'll try running some tests). > > > > > > it was on

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 11:21 +0900, Paul Mundt wrote: > I also haven't had one of these devices in years, though I never got > around to updating MAINTAINERS. Perhaps this should be orphaned? IMS TWINTURBO FRAMEBUFFER DRIVER L: [EMAIL PROTECTED] (subscribers-only) S: Orphan F:

[PATCH again 2] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
Sorry, word wrap in my last email. So, send again. This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]> --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 + drivers/ata/pata_bf54x.c | 1585

Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 22:08 -0400, Michael Krufky wrote: > drivers/media/video -- v4l > drivers/media/radio -- v4l > > drivers/media/dvb -- dvb VIDEO FOR LINUX P: Mauro Carvalho Chehab M: [EMAIL PROTECTED] P: LinuxTV.org Project M: [EMAIL PROTECTED] L: [EMAIL

[PATCH again] [libata] libata driver for bf548 on chip ATAPI controller.

2007-08-13 Thread Sonic Zhang
This driver is for bf548 on chip ATAPI controller. Both PIO 4 and UDMA5 mode are enabled. Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]> --- drivers/ata/Kconfig | 28 + drivers/ata/Makefile |1 + drivers/ata/pata_bf54x.c | 1585 ++ 3

Re: [PATCH 00/23] per device dirty throttling -v8

2007-08-13 Thread Andi Kleen
On Tue, Aug 14, 2007 at 11:44:56AM +1000, Stewart Smith wrote: > > Since the database fits in RAM, the only kind of access Mysql is doing > > is writing to the innodb log, the mysql binlog and finally to the innodb > > database files. > > There are certainly a whole lot of fsync'ing happening. >

Re: Bad addresses in MAINTAINERS

2007-08-13 Thread Paul Mundt
On Tue, Aug 14, 2007 at 04:27:23AM +0800, Antonino A. Daplas wrote: > On Mon, 2007-08-13 at 12:07 -0700, Joe Perches wrote: > > IMS TWINTURBO FRAMEBUFFER DRIVER > > P: Paul Mundt > > M: [EMAIL PROTECTED] > > That's not Paul's current email. > I also haven't had one of these devices in years,

Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX

2007-08-13 Thread Manu Abraham
On 8/14/07, Joe Perches <[EMAIL PROTECTED]> wrote: > On Mon, 2007-08-13 at 23:22 +0400, Manu Abraham wrote: > > > F: drivers/media/ > > This means everything under media is maintained under V4L. Incorrect > > What would you like? > media/video and media/radio *only* belong under V4L Manu -

Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl

2007-08-13 Thread Manu Abraham
On 8/13/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote: > > On Mon, 2007-08-13 at 19:33 +0200, Mariusz Kozlowski wrote: > > Hello, > > > > I don't recall discusion about this so here are my 3 cents: > > > > I like the idea. > > I don't actually. It shows a central MAINTAINERS file is

Re: [patch][rfc] 2.6.23-rc1 mm: NUMA replicated pagecache

2007-08-13 Thread Nick Piggin
On Mon, Aug 13, 2007 at 10:05:01AM -0400, Lee Schermerhorn wrote: > On Mon, 2007-08-13 at 09:43 +0200, Nick Piggin wrote: > > > > Replication may be putting more stress on some locks. It will cause more > > tlb flushing that can not be batched well, which could cause the call_lock > > to get

Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX

2007-08-13 Thread Michael Krufky
Joe Perches wrote: > On Mon, 2007-08-13 at 23:22 +0400, Manu Abraham wrote: > >>> F: drivers/media/ >>> >> This means everything under media is maintained under V4L. Incorrect >> > > What would you like? > > Just dont list "drivers/media". Instead: drivers/media/video --

Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl

2007-08-13 Thread Rene Herman
On 08/14/2007 03:51 AM, Rene Herman wrote: MODULE_MAINTAINER() was discussed a while ago but embedding information into the binary has the problem you can't ever change deployed systems, meaning it lags by design. If a maintainer changes, people would still be using the information from their

Re: [PATCH 00/23] per device dirty throttling -v8

2007-08-13 Thread Stewart Smith
On Mon, 2007-08-06 at 10:40 +0200, Brice Figureau wrote: > Mysql accesses its database files in O_DIRECT mode. binlog is written using buffered IO. for InnoDB, binlog is synced first, then innodb log. on restart (in 5.0) these are synced back up so you don't get inconsistencies. and from a

Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl

2007-08-13 Thread John W. Linville
On Mon, Aug 13, 2007 at 06:19:26PM -0700, Arjan van de Ven wrote: > > On Mon, 2007-08-13 at 16:37 -0400, Trond Myklebust wrote: > > If the problem is to do with people failing to update the MAINTAINERS > > file, why would moving the same data into 20 or 30 source files motivate > > them to keep

ignoring unimplemented functions that are old and crusty on shiny new ports

2007-08-13 Thread Mike Frysinger
would it be possible to get the class of "old and crusty" functions permanently ignored ? i'm thinking of course of "uselib" and "sysfs" ... Blackfin does not implement either of these and i think that's a good thing Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- diff --git

Re: [PATCH] [210/2many] MAINTAINERS - HARDWARE MONITORING

2007-08-13 Thread Mark M. Hoffman
Joe: * [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2007-08-12 23:28:20 -0700]: > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > diff --git a/MAINTAINERS b/MAINTAINERS > index e35e29c..f422277 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2015,6

Re: [v4l-dvb-maintainer] [PATCH] [534/2many] MAINTAINERS - VIDEO FOR LINUX

2007-08-13 Thread Joe Perches
On Mon, 2007-08-13 at 23:22 +0400, Manu Abraham wrote: > > F: drivers/media/ > This means everything under media is maintained under V4L. Incorrect What would you like? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl

2007-08-13 Thread Rene Herman
On 08/14/2007 03:19 AM, Arjan van de Ven wrote: On Mon, 2007-08-13 at 16:37 -0400, Trond Myklebust wrote: On Mon, 2007-08-13 at 10:42 -0700, Arjan van de Ven wrote: The maintainer info should be in the source file itself! That's the only reasonable way to keep it updated; now I'm all for

[GIT PATCH] hwmon updates against ~v2.6.23-rc2-git

2007-08-13 Thread Mark M. Hoffman
Hi Linus: Please pull from: git://lm-sensors.org/kernel/mhoffman/hwmon-2.6.git release You'll get four bugfixes. This takes care of all known hwmon regressions, and hopefully it's the last you'll hear from me before v2.6.23 goes final. This patch series was also posted to the

[PATCH] PSS(proportional set size) accounting in smaps

2007-08-13 Thread Fengguang Wu
The "proportional set size" (PSS) of a process is the count of pages it has in memory, where each page is divided by the number of processes sharing it. So if a process has 1000 pages all to itself, and 1000 shared with one other process, its PSS will be 1500. - lwn.net: "ELC: How

Re: [PATCH] [1/2many] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl

2007-08-13 Thread Arjan van de Ven
On Mon, 2007-08-13 at 16:37 -0400, Trond Myklebust wrote: > On Mon, 2007-08-13 at 10:42 -0700, Arjan van de Ven wrote: > > The maintainer info should be in the source file itself! That's the only > > reasonable way to keep it updated; now I'm all for having it machine > > parsable so that tools

Re: [PATCH] [464/2many] MAINTAINERS - SUPERH (sh)

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 09:43 +0900, Paul Mundt wrote: > On Sun, Aug 12, 2007 at 11:36:51PM -0700, [EMAIL PROTECTED] wrote: > I suppose you meant include/ here? Yes. Thanks. I've replace them with this in my tree. SUPERH (sh) P: Paul Mundt M: [EMAIL PROTECTED] L: [EMAIL PROTECTED]

Re: [PATCH] [464/2many] MAINTAINERS - SUPERH (sh)

2007-08-13 Thread Paul Mundt
On Sun, Aug 12, 2007 at 11:36:51PM -0700, [EMAIL PROTECTED] wrote: > Add file pattern to MAINTAINER entry > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3e51fc6..f42712c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4414,6 +4414,8 @@

Re: [PATCH] [384/2many] MAINTAINERS - PPP PROTOCOL DRIVERS AND COMPRESSORS

2007-08-13 Thread Joe Perches
On Tue, 2007-08-14 at 09:55 +1000, Paul Mackerras wrote: > It seems poor form to have to rename the file just because of a > deficiency in the tools. How about an X: exclude file pattern ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH] drivers/net/tokenring: Convert to generic boolean

2007-08-13 Thread Richard Knutsson
Convert to generic boolean Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Compile-tested with all(yes|mod|no)config on x86(|_64) & sparc(|64) Diffed against Linus' git-tree. Sent 2007-05-01, no replys diff --git a/drivers/net/tokenring/ibmtr.c b/drivers/net/tokenring/ibmtr.c index

Re: [PATCH] xen-netfront: Avoid deref'ing skbafter it is potentially freed.

2007-08-13 Thread Jesper Juhl
On Monday 13 August 2007 21:54:37 Jeremy Fitzhardinge wrote: > xennet_tx_bug_gc can free the skb before we use it, so make sure we don't. > > Jeff, this is -rc material. > > Signed-off-by: Keir Fraser <[EMAIL PROTECTED]> > Signed-off-by: Jeremy Fitzhardinge <[EMAIL PROTECTED]> > Cc: Jeff Garzik

Re: [PATCH]: proc: export a processes resource limits via proc/

2007-08-13 Thread Neil Horman
On Tue, Aug 14, 2007 at 01:04:02AM +0400, Alexey Dobriyan wrote: > On Mon, Aug 13, 2007 at 04:11:30PM -0400, Neil Horman wrote: > > --- a/fs/proc/base.c > > +++ b/fs/proc/base.c > > @@ -323,6 +324,68 @@ static int proc_oom_score(struct task_struct *task, > > char *buffer) > > return

[PATCH] drivers/net/tlan: Convert to generic boolean

2007-08-13 Thread Richard Knutsson
Convert to generic boolean Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Compile-tested with all(yes|mod|no)config on x86(|_64) & sparc(|64) Diffed against Linus' git-tree. Sent 2007-05-01, no replys diff --git a/drivers/net/tlan.c b/drivers/net/tlan.c index 106dc1e..db630c4 100644

Re: Linux 2.6.22.2

2007-08-13 Thread Greg KH
On Thu, Aug 09, 2007 at 05:40:16PM -0400, Ayaz Abdulla wrote: > Yes, you are right. Copy and paste error. I have attached a patch which will > fix this issue. > > Thanks for catching it. > Ayaz > > Signed-off-by: Ayaz Abdulla <[EMAIL PROTECTED]> > > > Prakash Punnoor wrote: > > Hi, > >

Re: [PATCH] [384/2many] MAINTAINERS - PPP PROTOCOL DRIVERS AND COMPRESSORS

2007-08-13 Thread Paul Mackerras
Joe Perches writes: > On Mon, 2007-08-13 at 19:38 +1000, Paul Mackerras wrote: > > Except for drivers/net/ppp_synctty.c. > > It seems poor form to have 5 file entries where 1 would do. > > Would renaming this one file to pppsynctty.c work? It seems poor form to have to rename the file just

Re: [PATCH 1/23] document preferred use of volatile with atomic_t

2007-08-13 Thread Paul E. McKenney
On Mon, Aug 13, 2007 at 07:04:15AM -0400, Chris Snook wrote: > From: Chris Snook <[EMAIL PROTECTED]> > > Document proper use of volatile for atomic_t operations. Looks good, as did a once-over on the arch-specific files. Good stuff!!! Acked-by: Paul E. McKenney <[EMAIL PROTECTED]> >

Re: binutils trouble was Re: [1/2] 2.6.23-rc3: known regressions with patches

2007-08-13 Thread Andi Kleen
On Tue, Aug 14, 2007 at 12:54:10AM +0200, Adrian Bunk wrote: > On Tue, Aug 14, 2007 at 12:42:05AM +0200, Andi Kleen wrote: > > On Mon, Aug 13, 2007 at 11:29:47PM +0200, Adrian Bunk wrote: > > > Debian 4.0 has older ones, and all distributions released more than a > > > year ago for sure also have

[PATCH] drivers/net/3c505: Convert to generic boolean

2007-08-13 Thread Richard Knutsson
Convert to generic boolean Signed-off-by: Richard Knutsson <[EMAIL PROTECTED]> --- Compile-tested with all(yes|mod|no)config on x86(|_64) & sparc(|64) Diffed against Linus' git-tree. Sent 2007-05-01, no replys diff --git a/drivers/net/3c505.c b/drivers/net/3c505.c index e985a85..acede30 100644

RE: [PATCH] [429/2many] MAINTAINERS - SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER

2007-08-13 Thread Luck, Tony
@@ -4084,6 +4084,7 @@ P:Pat Gefre M: [EMAIL PROTECTED] L: [EMAIL PROTECTED] S: Supported +F: Documentation/ia64/serial.txt SGI VISUAL WORKSTATION 320 AND 540 P: Andrey Panin Huh? Perhaps this should be: +F: drivers/serial/sn_console.c -Tony - To

Re: [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer

2007-08-13 Thread Alan Cox
> So the only systems really affected are lance systems with >16MB. > I don't think we can stop Linux evolution for those sorry. They'll > just have to live with it. I think thats fair enough too. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer

2007-08-13 Thread Andi Kleen
On Mon, Aug 13, 2007 at 04:25:23PM -0700, Christoph Lameter wrote: > On Tue, 14 Aug 2007, Andi Kleen wrote: > > > > But they use GFP_DMA right now and drivers cannot use DMA32 if they want > > > > The way it was originally designed was that they use GFP_DMA32, > > which would map to itself on

Re: [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer

2007-08-13 Thread Andi Kleen
On Mon, Aug 13, 2007 at 04:27:42PM -0700, Christoph Lameter wrote: > On Tue, 14 Aug 2007, Andi Kleen wrote: > > > > Ok then lets do it. > > > > Conversion only makes sense once an API with a explicit mask > > is in. Otherwise we have muddled semantics again. > > pci_set_consistent_dma_mask > >

  1   2   3   4   5   6   7   8   9   10   >