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

2007-08-13 Thread WU Fengguang
On Tue, Aug 14, 2007 at 10:57:31AM +0530, Balbir Singh wrote: > I keep forgetting to check that you are on the cc. My email client > loves dropping you from the to/cc list. hehe, sorry for my crappy smtp server ;) > Fengguang Wu wrote: > > The "proportional set size" (PSS) of a process is the cou

[M68KNOMMU]: include asm-generic/pgtable.h

2007-08-13 Thread Greg Ungerer
Include asm-generic/pgtable.h to pick up the lazy_mmu_mode and lazy_cpu_mode macros. Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]> --- diff -Naur ORG.linux-2.6.23-rc3/include/asm-m68knommu/pgtable.h linux-2.6.23-rc3/include/asm-m68knommu/pgtable.h --- ORG.linux-2.6.23-rc3/include/asm-m68knommu

[M68KNOMMU]: include linux/fs.h for do_pip()

2007-08-13 Thread Greg Ungerer
Include linux/fs.h to get the prototype for do_pipe(). Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]> --- diff -Naur ORG.linux-2.6.23-rc3/arch/m68knommu/kernel/sys_m68k.c linux-2.6.23-rc3/arch/m68knommu/kernel/sys_m68k.c --- ORG.linux-2.6.23-rc3/arch/m68knommu/kernel/sys_m68k.c 2007-07-09

[M68KNOMMU]: include linux/fs.h for getname()

2007-08-13 Thread Greg Ungerer
Include linux/fs.h to get the prototype for getname(). Signed-off-by: Greg Ungerer <[EMAIL PROTECTED]> --- diff -Naur ORG.linux-2.6.23-rc3/arch/m68knommu/kernel/process.c linux-2.6.23-rc3/arch/m68knommu/kernel/process.c --- ORG.linux-2.6.23-rc3/arch/m68knommu/kernel/process.c2007-08-14

Re: EHCI Regression in 2.6.23-rc2

2007-08-13 Thread Daniel Exner
David Brownell wrote: > On Monday 13 August 2007, [EMAIL PROTECTED] wrote: > > With the VIA controller I have, > > Which kind is that? The VT6202 is buggy as all get-out, and > they sold a *LOT* of those discrete chips for use in add-on PCI > cards. We generally warn people away from those. A mo

Re: [2/4] 2.6.23-rc3: known regressions

2007-08-13 Thread Michal Piotrowski
On 14/08/07, Luca Tettamanti <[EMAIL PROTECTED]> wrote: > Michal Piotrowski ha scritto: > > Hi all, > > > > Here is a list of some known regressions in 2.6.23-rc3. > > > > Feel free to add new regressions/remove fixed etc. > > http://kernelnewbies.org/known_regressions > [...] > > > > Subject

Re: [PATCH] hres_timers_resume must block interrupts

2007-08-13 Thread Thomas Gleixner
On Tue, 2007-08-14 at 07:36 +0200, Thomas Gleixner wrote: > 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

[git patches] net driver fixes

2007-08-13 Thread Jeff Garzik
Minor stuff except for the xen-netfront fix. e1000 change is an adds-pci-ids-only change. Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git upstream-linus to receive the following updates: MAINTAINERS |6 ++

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

2007-08-13 Thread Matt Mackall
On Tue, Aug 14, 2007 at 09:33:50AM +0800, 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 othe

Re: [PATCH] Missed "," character in printf in print_delayacct().

2007-08-13 Thread Balbir Singh
Maxim Uvarov wrote: > Sorry I've removed "," character from Documentation/accounting/getdelays.c > with taskstats-add-context-switch-counters.patch. > > It is needed to turn it back. > > > Signed-off-by: Maxim Uvarov <[EMAIL PROTECTED]> > >

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 w

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 Fitzhar

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: 72b33ef8bb1ac7f6c5

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 unsubscrib

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 "un

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 "un

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 PR

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 inf

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 fi

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 issues

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(-) n

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 that

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 since

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 b/drivers/net/cxgb3

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 ch

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 doe

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 thing

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 un

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] W

[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]> Reply-To:

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]; [EMA

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:[EM

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 availabl

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 qu

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 8/13/0

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 > KernelVe

[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 t

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: drivers/acpi/*th

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 condition

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 P

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 b/MAIN

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 o

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 > +++ b/MAINTA

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 linux-kern

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

2007-08-13 Thread Joe Perches
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 sub format_email { my ($name, $email) = @_; if

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 if

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 an

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 PROTE

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 bet

[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 word

"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:ker

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 i

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 diff

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 t

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 wi

[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 + drivers/ata

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 gmail

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 a

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: driver

[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 PROTECTE

[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 fil

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, th

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 th

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 hotte

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 -- v

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 quick

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 i

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 a/scripts/check

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 +201

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] Mor

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 hav

[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 lm-sensors

[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 mu

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 ca

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 @@ M

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 [EMA

[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 1e895

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 <

  1   2   3   4   5   6   7   8   9   10   >