Re: [GIT PATCH] PCI patches for 2.6.24

2008-02-01 Thread Andrew Morton
On Fri, 1 Feb 2008 15:11:47 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > PCI: PCIE ASPM support drivers/built-in.o: In function `pci_scan_slot': drivers/pci/probe.c:1016: undefined reference to `pcie_aspm_init_link_state' drivers/built-in.o: In function `pci_stop_dev': drivers/pci/remove.c:36

Re: [PATCH] Add iSCSI iBFT support (v0.4.6)

2008-02-01 Thread Andrew Morton
On Fri, 01 Feb 2008 18:18:09 -0600 James Bottomley <[EMAIL PROTECTED]> wrote: > Also, move the reserve_bootmem into the ibft_find routines and ensure > they're only called once on boot. And note that the reserve_bootmem() interface is about to change. http://userweb.kernel.org/~akpm/mmotm/broken

Re: [GIT PATCH] PCI patches for 2.6.24

2008-02-01 Thread Andrew Morton
On Fri, 1 Feb 2008 16:49:16 -0800 Greg KH <[EMAIL PROTECTED]> wrote: > > --- a/drivers/pci/pcie/Kconfig~fix-gregkh-pci-pci-pcie-aspm-support > > +++ a/drivers/pci/pcie/Kconfig > > @@ -32,7 +32,7 @@ source "drivers/pci/pcie/aer/Kconfig" > > # > > config PCIEASPM > > bool "PCI Express ASPM sup

Re: gpiolib merge plans?

2008-02-02 Thread Andrew Morton
On Sat, 2 Feb 2008 14:26:45 +0300 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > Hello Andrew, David, > > I wonder what are the merge plans for gpiolib for 2.6.25? Are > there any design issues that suppress merging?.. > I'll merge it all. > > p.s. Sorry if I'm rubbing salt into the wound... bu

Re: [PATCH 1/2] Split list.h and move rcu-protected lists into rculist.h

2008-02-02 Thread Andrew Morton
On Sat, 02 Feb 2008 14:32:41 +0100 Franck Bui-Huu <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Thu, 17 Jan 2008 21:47:38 +0100 > > Franck Bui-Huu <[EMAIL PROTECTED]> wrote: > > > >> This patch moves rcu-protected lists from list.h into a ne

Re: x86: Why have __copy_from_user_ll_nocache* been exported?

2008-02-02 Thread Andrew Morton
On Sat, 2 Feb 2008 23:36:28 +0200 Adrian Bunk <[EMAIL PROTECTED]> wrote: > On Thu, Jan 31, 2008 at 01:05:29PM -0800, Andrew Morton wrote: > > On Thu, 31 Jan 2008 22:14:30 +0200 > > Adrian Bunk <[EMAIL PROTECTED]> wrote: > > > > > A commit that

Re: [PATCH] AMD Thermal Interrupt Support

2008-02-02 Thread Andrew Morton
On Thu, 17 Jan 2008 17:06:33 -0800 "Russell Leidich" <[EMAIL PROTECTED]> wrote: > > Here's the hopefully-final version of the patch, which I have just > > tested on Intel and AMD. Curious. This just broke. i386 allmodconfig: arch/x86/kernel/cpu/mcheck/p4.o: In function `smp_thermal_interrupt':

Re: [PATCH] [MEMSTICK] Updates for the memstick driver

2008-02-02 Thread Andrew Morton
Changes to the block core in mainline have destroyed this driver. This was hitherto not known because I was unable to carry git-block in -mm because it blithely tromped all over other people's code. I'll disable the memstick driver in config for now. Please send fixes? -- To unsubscribe from

Re: [PATCH] AMD Thermal Interrupt Support

2008-02-02 Thread Andrew Morton
On Sat, 02 Feb 2008 16:27:40 -0800 Harvey Harrison <[EMAIL PROTECTED]> wrote: > On Sat, 2008-02-02 at 16:10 -0800, Andrew Morton wrote: > > On Thu, 17 Jan 2008 17:06:33 -0800 "Russell Leidich" <[EMAIL PROTECTED]> > > wrote: > > > > > > H

Re: [patch 2/3] CONFIG_HIGHPTE vs. sub-page page tables.

2008-02-02 Thread Andrew Morton
On Sun, 03 Feb 2008 16:37:00 +1100 Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > Why dropping add-mm-argument-to-pte-pmd-pud-pgd_free.patch though ? I dropped the whole series. > It's a sane patch and a helps going further, and a total pain to re-do > later on. Besides, I may have some us

Re: [PATCH] request_irq() always returns -EINVAL with a NULL handler.

2008-02-02 Thread Andrew Morton
On Thu, 17 Jan 2008 17:57:58 +1100 Rusty Russell <[EMAIL PROTECTED]> wrote: > I assume that these ancient network drivers were trying to find out if > an irq is available. eepro.c expecting +EBUSY was doubly wrong. > > I'm not sure that can_request_irq() is the right thing, but these drivers > a

Re: [PATCH] per-process securebits

2008-02-02 Thread Andrew Morton
On Sat, 02 Feb 2008 22:01:51 -0800 "Andrew G. Morgan" <[EMAIL PROTECTED]> wrote: > Here is the very very long version (which took some time to write, and I > thought was a bit much to spam these lists with): > > http://userweb.kernel.org/~morgan/sendmail-capabilities-war-story.html Thanks. Imag

Re: [PATCH 1/2] Split list.h and move rcu-protected lists into rculist.h

2008-02-03 Thread Andrew Morton
On Sun, 03 Feb 2008 09:45:25 +0100 Franck Bui-Huu <[EMAIL PROTECTED]> wrote: > Andrew Morton wrote: > > On Sat, 02 Feb 2008 14:32:41 +0100 Franck Bui-Huu <[EMAIL PROTECTED]> wrote: > >> Do you think it's better ? > > > > Could. I'd suggest

locking api self-test hanging

2008-02-03 Thread Andrew Morton
With current mainline I'm getting intermittent hangs here: http://userweb.kernel.org/~akpm/p2033590.jpg with this config: http://userweb.kernel.org/~akpm/config-sony.txt on the Vaio. Sometimes it boots (then hits another different hang), sometimes it gets stuck there. -- To u

Re: locking api self-test hanging

2008-02-03 Thread Andrew Morton
On Sun, 3 Feb 2008 15:02:46 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > With current mainline I'm getting intermittent hangs here: > > http://userweb.kernel.org/~akpm/p2033590.jpg > > with this config: > > http://userweb.kernel.org/~ak

Re: (ondemand) CPU governor regression between 2.6.23 and 2.6.24

2008-02-03 Thread Andrew Morton
On Sun, 3 Feb 2008 16:32:55 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > If nothing happens (often the case), please raise a report at > bugzilla.kernel.org so we can track the presence of the regression. argh, please ignore. I got bitten by the im-too-lame-to-get-my-Refere

Re: (ondemand) CPU governor regression between 2.6.23 and 2.6.24

2008-02-03 Thread Andrew Morton
On Sat, 26 Jan 2008 15:06:25 +0100 Toralf Förster <[EMAIL PROTECTED]> wrote: > I use a 1-liner for a simple performance check : "time factor > 819734028463158891" > Here is the result for the new (Gentoo) kernel 2.6.24: > > With the ondemand governor of the I get: > > [EMAIL PROTECTED] ~/tmp

Re: [PATCH 3/4] Clean up the kill_someting_info

2008-02-03 Thread Andrew Morton
On Mon, 28 Jan 2008 18:16:35 +0300 Pavel Emelyanov <[EMAIL PROTECTED]> wrote: > This is the first stop (of two) in removing the kill_pgrp_info. > > All the users of this function are in kernel/signal.c, but all > they need is to call __kill_pgrp_info() with the tasklist_lock > read-locked. > > F

Re: [PATCH 3/3] Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART

2008-02-03 Thread Andrew Morton
My review comments for this patch remain unaddressed so I have put it on hold. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://

Re: [PATCH] memstick: use __blk_end_request to complete requests

2008-02-03 Thread Andrew Morton
On Sun, 3 Feb 2008 20:31:10 -0800 (PST) Alex Dubov <[EMAIL PROTECTED]> wrote: > Signed-off-by: Alex Dubov <[EMAIL PROTECTED]> > > --- mspro_block.c.orig2008-02-04 15:25:16.0 +1100 > +++ mspro_block.c 2008-02-04 15:26:28.226886699 +1100 > @@ -668,20 +668,13 @@ > >

include/linux/pcounter.h

2008-02-04 Thread Andrew Morton
e7d0362dd41e760f340c1b500646cc92522bd9d5 should have been folded into de4d1db369785c29d68915edfee0cb70e8199f4c prior to merging. We now and for ever have a window of breakage which screws up git bisection. Which I just hit. Which is the only reason I discovered the file's existence. Please do

Re: [RFC PATCH] vfs: optimization to /proc//mountinfo patch

2008-02-04 Thread Andrew Morton
On Mon, 04 Feb 2008 01:15:05 -0800 Ram Pai <[EMAIL PROTECTED]> wrote: > 1) reports deleted inode in dentry_path() consistent with that in __d_path() > 2) modified __d_path() to use prepend(), reducing the size of __d_path() > 3) moved all the functionality that reports mount information in /proc u

Re: [patch 2/3] CONFIG_HIGHPTE vs. sub-page page tables.

2008-02-04 Thread Andrew Morton
On Mon, 04 Feb 2008 11:36:49 +0100 Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > On Sat, 2008-02-02 at 21:53 -0800, Andrew Morton wrote: > > On Sun, 03 Feb 2008 16:37:00 +1100 Benjamin Herrenschmidt <[EMAIL > > PROTECTED]> wrote: > > > > > W

Re: [patch 2/3] CONFIG_HIGHPTE vs. sub-page page tables.

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 11:02:38 + Russell King <[EMAIL PROTECTED]> wrote: > I don't see any end to these bun fights at the start of the merge window. > I believe it's inevitable given the work flow that we're now using. I'm trying to find someone who will run an merged tree of all the subsystems

Re: [patch] pci: pci_enable_device_bars() fix

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 13:57:36 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * Jeff Garzik <[EMAIL PROTECTED]> wrote: > > > Ingo Molnar wrote: > >> so please tell me Jeff. If Greg, who is the super-maintainer of your > >> code area, and who deals with your code every day and changes it > >> ev

Re: Both 2.6.24-mm1 and 2.6.24-git11 do NOT "see" any of mine LVM-2 disks

2008-02-04 Thread Andrew Morton
On Mon, 04 Feb 2008 20:16:48 +0700 Igor M Podlesny <[EMAIL PROTECTED]> wrote: >Hello, everybody! :-) > > On 2008-02-03 14:51, Andrew Morton wrote: > > On Sun, 3 Feb 2008 14:35:23 +0700 Igor <[EMAIL PROTECTED]> wrote: > >> On 02/02/2008, Igor <[EMAIL

Re: locking api self-test hanging

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 04:43:04 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Sun, 3 Feb 2008 15:07:44 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > On Sun, 3 Feb 2008 15:02:46 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > >

Re: locking api self-test hanging

2008-02-04 Thread Andrew Morton
On Sun, 3 Feb 2008 15:07:44 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Sun, 3 Feb 2008 15:02:46 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > With current mainline I'm getting intermittent hangs here: > > > > http://user

Re: locking api self-test hanging

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 04:43:04 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Sun, 3 Feb 2008 15:07:44 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > On Sun, 3 Feb 2008 15:02:46 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > >

Re: [Bug 9884] using the attached config hangs the kernel at boot

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 13:04:19 +0100 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > Meanwhile, please set CONFIG_PCIEASPM. > > Surely unset? Yup. I meant "please set CONFIG_PCIEASPM=n" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: soft lock failure on FC8

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 17:52:16 +0530 "Dragon kumar" <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > I am not able to boot 2.6.24-mm1 kernel on x86_64 machine with FC8. I > am attaching config file and call trace also with this mail. > > > [ 921.273592] BUG: soft lockup - CPU#0 stuck for 61s! [scsi_sc

Re: [PATCH 2/4 v2] hotplug cpu move tasks in empty cpusets to parent various other fixes

2008-02-04 Thread Andrew Morton
Confused. On Mon, 04 Feb 2008 11:40:51 -0600 [EMAIL PROTECTED] (Cliff Wickman) wrote: > From: [EMAIL PROTECTED] (Cliff Wickman) > To: linux-kernel@vger.kernel.org > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL > PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PRO

Re: [PATCH 2/2] extend clone_flags using parent_tidptr argument

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 14:24:16 -0600 "Serge E. Hallyn" <[EMAIL PROTECTED]> wrote: > Quoting Cedric Le Goater ([EMAIL PROTECTED]): > > From: Cedric Le Goater <[EMAIL PROTECTED]> > > > > We have at least 2 patchsets requiring each a new clone flag and there it > > is, we've reached the limit, none are

Re: [PATCH] Whine about suspicious return values from module's ->init() hook

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 18:42:15 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > One head-scratching session could be noticeably shorter with this patch... > Sorry, this is not an adequate description of why you think this patch should be merged. > --- > > kernel/module.c |6 ++ > 1 fil

Re: [PATCH] per-process securebits

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 18:17:22 + Pavel Machek <[EMAIL PROTECTED]> wrote: > On Fri 2008-02-01 20:07:01, James Morris wrote: > > On Fri, 1 Feb 2008, Andrew Morton wrote: > > > > > Really? I'd feel a lot more comfortable if yesterday's version 1 had led >

Re: [git pull] SLUB updates for 2.6.25

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 14:28:45 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > root (1): > > SLUB: Do not upset lockdep > > > > err, what? I though I was going to merge these: > > slub-move-count_partial.patch > slub-rename-numa-defrag_ratio-t

Re: [git pull] SLUB updates for 2.6.25

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 12:08:34 -0800 (PST) Christoph Lameter <[EMAIL PROTECTED]> wrote: > Updates for slub are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm.git slub-linus > > Christoph Lameter (5): > SLUB: Fix sysfs refcounting > M

Re: 2.6.24-mm1: ppc32: too few arguments to function 'reserve_bootmem'

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 21:29:02 +0100 Mariusz Kozlowski <[EMAIL PROTECTED]> wrote: > Hello, > > This is from ppc32: > > CC arch/powerpc/mm/mem.o > arch/powerpc/mm/mem.c: In function 'do_init_bootmem': > arch/powerpc/mm/mem.c:256: error: too few arguments to function > 'reserve_bootmem'

Re: [PATCH 2.6.24-mm1] error compiling net driver NE2000/NE1000

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 16:29:21 +0100 Pierre Peiffer <[EMAIL PROTECTED]> wrote: > Hi, > > When I compile the kernel 2.6.24-mm1 with: > CONFIG_NET_ISA=y > CONFIG_NE2000=y > > I have the following compile error: > ... > GEN .version > CHK include/linux/compile.h > UPD include/l

Re: CodingStyle: provide good example

2008-02-04 Thread Andrew Morton
On Tue, 5 Feb 2008 00:43:43 +0100 Pavel Machek <[EMAIL PROTECTED]> wrote: > if (!buffer) is actually prefered style, so lets use it in example. > > Pavel > > Signed-off-by: Pavel Machek <[EMAIL PROTECTED]> > > diff --git a/Documentat

Re: 2.6.24-mm1: module params broken

2008-02-04 Thread Andrew Morton
On Tue, 5 Feb 2008 00:06:39 + (GMT) Hugh Dickins <[EMAIL PROTECTED]> wrote: > On Mon, 4 Feb 2008, Andrew Morton wrote: > > > > Takashi found a bug in it: > > Bless him. > > > --- > > a/lib/vsprintf.c~add-new-string-functions-strict_strto-a

Re: 2.6.24-mm1: module params broken

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 21:56:54 + (GMT) Hugh Dickins <[EMAIL PROTECTED]> wrote: > Please chuck out: > add-new-string-functions-strict_strto-and-convert-kernel-params-to-use-them.patch > (along with Randy's perfectly reasonable -fix.patch). > > So predictable that it would just disable loading mod

Re: 2.6.24-mm1 - build error, AMD MCE using Intel ifdef'd log function

2008-02-04 Thread Andrew Morton
On Mon, 04 Feb 2008 15:23:50 -0700 Zan Lynx <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-02-03 at 17:16 -0800, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24/2.6.24-mm1/ > > > > > > arc

Re: 2.6.24-mm1 - Build failure at net/sched/cls_flow.c:598

2008-02-04 Thread Andrew Morton
On Mon, 04 Feb 2008 23:32:49 +0100 Tilman Schmidt <[EMAIL PROTECTED]> wrote: > My attempt to build this failed with: > >CC [M] net/sched/cls_flow.o > net/sched/cls_flow.c: In function ___flow_dump___: > net/sched/cls_flow.c:598: error: ___struct tcf_ematch_tree___ has no member > named ___h

Re: include/linux/pcounter.h

2008-02-04 Thread Andrew Morton
On Mon, 04 Feb 2008 16:20:35 -0800 (PST) David Miller <[EMAIL PROTECTED]> wrote: > From: Andrew Morton <[EMAIL PROTECTED]> > Date: Mon, 4 Feb 2008 01:44:02 -0800 > > > Please do not merge pieces of generic kernel infrastructure while > > keeping it all secret o

Re: v2.6.24-mm1 lockdep.c warning

2008-02-04 Thread Andrew Morton
3 > [ 10.671500] === > [ 10.671500] ---[ end trace e5cdd42f557be0f0 ]--- > yup, I hit that too. It looks like Ingo has deided to merge the below into mainline. I'll put it in the hot-fixes directory. From: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Andre

Re: [2.6.24-mm1] TCP/IPv6 connect() oopses at twothirdsMD4Transform()

2008-02-04 Thread Andrew Morton
On Tue, 05 Feb 2008 10:28:43 +0900 Tetsuo Handa <[EMAIL PROTECTED]> wrote: > Hello. > > Kernel config is at http://I-love.SAKURA.ne.jp/tmp/config-2.6.24-mm1 > > 2.6.24 works fine. Thanks for testing and reporting. It really helps. > Regards. > -- > BUG: unable to handle kernel paging

Re: T61P sound issue

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 19:40:38 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > Here's lspci |grep -i audio: > > Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) > > > > Running linux-2.6.24 stable. If there's a know bug, I could try

Re: [PATCH] Whine about suspicious return values from module's ->init() hook

2008-02-04 Thread Andrew Morton
On Tue, 5 Feb 2008 14:43:31 +1100 Rusty Russell <[EMAIL PROTECTED]> wrote: > On Tuesday 05 February 2008 02:42:15 Alexey Dobriyan wrote: > > One head-scratching session could be noticeably shorter with this patch... > > > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > > If we want to prev

Re: T61P sound issue

2008-02-04 Thread Andrew Morton
On Sun, 27 Jan 2008 08:49:29 -0500 "Felipe Balbi" <[EMAIL PROTECTED]> wrote: If a bug report fell in a forest, would ... > Hi all, > > Could anyone make T61P's ICH8 sound controller to work properly? ooh, a fellow t61p owner. How's suspend and resume working? > Here's lspci |grep -i audio: >

Re: [git pull] x86 arch updates for v2.6.25

2008-02-04 Thread Andrew Morton
On Mon, 4 Feb 2008 20:11:03 -0800 Phil Oester <[EMAIL PROTECTED]> wrote: > On Mon, Feb 04, 2008 at 07:27:53PM -0800, Linus Torvalds wrote: > > kgdb? Not so interesting. We have many more hard problems happening at > > user sites, not in developer hands. > > FWIW, I'm not a fulltime developer by

Re: [2.6.24 REGRESSION] BUG: Soft lockup - with VFS

2008-02-04 Thread Andrew Morton
On Mon, 28 Jan 2008 09:31:43 +0100 "Oliver Pinter (Pintér Olivér)" <[EMAIL PROTECTED]> wrote: > hi all! > > in the 2.6.24 become i some soft lockups with usb-phone, when i pluged > in the mobile, then the vfs-layer crashed. am afternoon can i the > .config send, and i bisected the kernel, when

Re: > You may find that you need to update your lvm userspace tools.

2008-02-04 Thread Andrew Morton
On Tue, 05 Feb 2008 12:32:11 +0700 Igor M Podlesny <[EMAIL PROTECTED]> wrote: > On 2008-02-04 20:27, Andrew Morton wrote: > > On Mon, 04 Feb 2008 20:16:48 +0700 Igor M Podlesny <[EMAIL PROTECTED]> > > wrote: > [...] > >>Now I can say that both 2.6.2

Re: [PATCH] Whine about suspicious return values from module's ->init() hook

2008-02-04 Thread Andrew Morton
On Tue, 5 Feb 2008 17:08:37 +1100 Rusty Russell <[EMAIL PROTECTED]> wrote: > On Tuesday 05 February 2008 14:53:18 Andrew Morton wrote: > > On Tue, 5 Feb 2008 14:43:31 +1100 Rusty Russell <[EMAIL PROTECTED]> > wrote: > > > On Tuesday 05 February 2008 02:42:15 A

Re: [2.6 patch] remove smbfs

2008-02-05 Thread Andrew Morton
ove to CIFS as soon as possible. I've patiently had this: From: Andrew Morton <[EMAIL PROTECTED]> smbfs is a bit buggy and has no maintainer. Change it to shout at the user on the first five mount attempts - tell them to switch to CIFS. Come December we'll mark it BROKEN a

Re: [BUG] regression from 2.6.24-rc8-mm1 and 2.6.24-mm1 kernel panic while bootup

2008-02-05 Thread Andrew Morton
On Tue, 05 Feb 2008 13:48:17 +0530 Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > The 2.6.24-mm1 kernel panics while bootup on the x86_64 (Dual Core AMD > Opteron) > box. This was seen in 2.6.24-rc8-mm1 either > (http://lkml.org/lkml/2008/1/17/129). > > BUG: unable to handle kernel paging reques

Re: OOM-killer invoked but why ?

2008-02-05 Thread Andrew Morton
Signed-off-by: Christoph Lameter <[EMAIL PROTECTED]> Tested-by: Dhaval Giani <[EMAIL PROTECTED]> Signed-off-by: Andrew Morton <[EMAIL PROTECTED]> Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]> diff --git a/mm/quicklist.c b/mm/quicklist.c index ae8189c..3f703

Re: Why do I have a /sys/devices/system/cpu/cpuidle under kernel 2.6.24 with a Pentium M processor ?

2008-02-05 Thread Andrew Morton
On Thu, 31 Jan 2008 14:00:14 +0100 Toralf Förster <[EMAIL PROTECTED]> wrote: (suitable cc's added) > I'm asking b/c this confuses the current sysstat up to version 8.0.4. An That would be bad. Please define "confuses"? > $ ls -lR /sys/devices/system/cpu/ > > gives : > > /sys/devices/system/c

Re: [2.6 patch] remove smbfs

2008-02-05 Thread Andrew Morton
On Tue, 5 Feb 2008 06:31:14 -0500 Jeff Layton <[EMAIL PROTECTED]> wrote: > > It looks like it's time? If so, what should I set the date to? > > Looks good to me. I'd suggest that we change the printk's to refer to a > release version and state that it will be removed in for 2.6.26 (or > 2.6.27 i

Re: T61P sound issue

2008-02-05 Thread Andrew Morton
On Tue, 5 Feb 2008 12:36:33 +0100 "Klaus S. Madsen" <[EMAIL PROTECTED]> wrote: > On Mon, Feb 04, 2008 at 19:40:38 -0800, Andrew Morton wrote: > > On Sun, 27 Jan 2008 08:49:29 -0500 "Felipe Balbi" <[EMAIL PROTECTED]> wrote: > > > > If a bug

Re: [patch 2/3] CONFIG_HIGHPTE vs. sub-page page tables.

2008-02-05 Thread Andrew Morton
On Tue, 05 Feb 2008 15:39:47 +0100 Martin Schwidefsky <[EMAIL PROTECTED]> wrote: > On Mon, 2008-02-04 at 02:51 -0800, Andrew Morton wrote: > > > > Look: I can't fix *everyone's* stuff. This was a consequence of ongoing > > > > unbounded churn in the x8

Re: [PATCH 1/7] aoe: support more AoE addresses with dynamic block device minor numbers

2012-10-02 Thread Andrew Morton
On Mon, 1 Oct 2012 18:59:12 -0700 Ed Cashin wrote: > The ATA over Ethernet protocol uses a major (shelf) and > minor (slot) address to identify a particular storage target. > These changes remove an artificial limitation the aoe driver > imposes on the use of AoE addresses. For example, without

Re: [PATCH 2/7] aoe: retain static block device numbers for backwards compatibility

2012-10-02 Thread Andrew Morton
On Mon, 1 Oct 2012 19:01:15 -0700 Ed Cashin wrote: > The old mapping between AoE target shelf and slot addresses and > the block device minor number is retained as a > backwards-compatible feature, with a new "aoe_dyndevs" module > parameter available for enabling dynamic block device minor > num

Re: [PATCH 4/7] aoe: make dynamic block minor numbers the default

2012-10-02 Thread Andrew Morton
On Mon, 1 Oct 2012 19:05:15 -0700 Ed Cashin wrote: > Because udev use is so widespread, making the old static mapping > the default is too conservative, given the severe limitations it > places on usable AoE addresses. Storage virtualization and > larger shelves have made the old limitations too

Re: [PATCH 0/2] memory-hotplug : notification of memoty block's state

2012-10-02 Thread Andrew Morton
On Tue, 2 Oct 2012 17:25:06 +0900 Yasuaki Ishimatsu wrote: > remove_memory() offlines memory. And it is called by following two cases: > > 1. echo offline >/sys/devices/system/memory/memoryXX/state > 2. hot remove a memory device > > In the 1st case, the memory block's state is changed and the

Re: [PATCH v2] mm: thp: Set the accessed flag for old pages on access fault.

2012-10-02 Thread Andrew Morton
On Tue, 2 Oct 2012 17:59:11 +0100 Will Deacon wrote: > On x86 memory accesses to pages without the ACCESSED flag set result in the > ACCESSED flag being set automatically. With the ARM architecture a page access > fault is raised instead (and it will continue to be raised until the ACCESSED > fl

Re: [PATCH v3 00/10] Introduce huge zero page

2012-10-02 Thread Andrew Morton
On Tue, 2 Oct 2012 18:19:22 +0300 "Kirill A. Shutemov" wrote: > During testing I noticed big (up to 2.5 times) memory consumption overhead > on some workloads (e.g. ft.A from NPB) if THP is enabled. > > The main reason for that big difference is lacking zero page in THP case. > We have to alloc

Re: [PATCH] hardening: add PROT_FINAL prot flag to mmap/mprotect

2012-10-02 Thread Andrew Morton
On Tue, 2 Oct 2012 15:10:56 -0700 Kees Cook wrote: > >> Has there been any more progress on this patch over-all? > > > > No progress. > > Al, Andrew, anyone? Thoughts on this? > (First email is https://lkml.org/lkml/2012/8/14/448) Wasn't cc'ed, missed it. The patch looks straightforward enough

Re: [PATCH 0/8] THP support for Sparc64

2012-10-02 Thread Andrew Morton
On Tue, 02 Oct 2012 18:26:01 -0400 (EDT) David Miller wrote: > Here is a set of patches that add THP support for sparc64. > > A few of them are relatively minor portability issues I ran into. > Like the MIPS guys I hit the update_mmu_cache() typing issue so I have > a patch for that here. > > I

Re: [PATCH v3 00/10] Introduce huge zero page

2012-10-02 Thread Andrew Morton
On Wed, 3 Oct 2012 03:04:02 +0300 "Kirill A. Shutemov" wrote: > Is the overview complete enough? Have I answered all you questions here? Yes, thanks! The design overview is short enough to be put in as code comments in suitable places. -- To unsubscribe from this list: send the line "unsubscrib

Re: [patch] mm, thp: fix mlock statistics

2012-10-03 Thread Andrew Morton
On Thu, 27 Sep 2012 18:32:33 -0700 (PDT) Hugh Dickins wrote: > So despite my earlier reluctance, please take this as an Ack on that > one too (I was testing them together): it'll be odd if one of them goes > to stable and the other not, but we can sort that out with GregKH later. Yes, all this c

Re: [GIT PULL v2] Update LZO compression

2012-10-03 Thread Andrew Morton
On Wed, 3 Oct 2012 12:48:46 +0200 richard -rw- weinberger wrote: > CC'in akpm. Thanks. > >>> Hi all, > >>> > >>> I finally have prepared a small package that updates the LZO version > >>> in the Linux kernel. Please get it from: > >>> > >>> http://www.oberhumer.com/opensource/lzo/download/Testi

Re: [PATCH] CPU hotplug, debug: Detect imbalance between get_online_cpus() and put_online_cpus()

2012-10-03 Thread Andrew Morton
On Wed, 03 Oct 2012 18:23:09 +0530 "Srivatsa S. Bhat" wrote: > The synchronization between CPU hotplug readers and writers is achieved by > means of refcounting, safe-guarded by the cpu_hotplug.lock. > > get_online_cpus() increments the refcount, whereas put_online_cpus() > decrements > it. If

Re: Updated: [PATCH] hardening: add PROT_FINAL prot flag to mmap/mprotect

2012-10-03 Thread Andrew Morton
On Wed, 03 Oct 2012 16:43:53 +0200 Ard Biesheuvel wrote: > This patch adds support for the PROT_FINAL flag to > the mmap() and mprotect() syscalls. > > The PROT_FINAL flag indicates that the requested set > of protection bits should be final, i.e., it shall > not be allowed for a subsequent mpro

Re: [patch -mm] mm, thp: fix mlock statistics fix

2012-10-03 Thread Andrew Morton
viewed what was merged into -mm and clear_page_mlock() does need this > fix as well. argh, it got me *again*. grr. From: Andrew Morton Subject: mm: document PageHuge somewhat Cc: David Rientjes Cc: Mel Gorman Cc: Andrea Arcangeli Signed-off-by: Andrew Morton --- mm/hugetlb.c |5 + 1 fi

Re: [GIT PULL v2] Update LZO compression

2012-10-03 Thread Andrew Morton
On Wed, 3 Oct 2012 23:19:04 +0200 Andi Kleen wrote: > > No, lib/lzo has no identifiable maintainer. I suggest you proceed as > > follows: > > > > - Post the entire patch series to lkml for review (I'd like a cc please) > > Already happened, multiple people reviewed and tested. um, I would not

Re: [PATCH v3] dma-debug: New interfaces to debug dma mapping errors

2012-10-03 Thread Andrew Morton
On Wed, 03 Oct 2012 08:55:59 -0600 Shuah Khan wrote: > A recent dma mapping error analysis effort showed that a large percentage > of dma_map_single() and dma_map_page() returns are not checked for mapping > errors. > > Reference: > http://linuxdriverproject.org/mediawiki/index.php/DMA_Mapping_E

Re: [PATCH 1/4] Clean up the long arch list for the UID16 config option

2012-10-03 Thread Andrew Morton
On Wed, 3 Oct 2012 17:44:23 +0100 Catalin Marinas wrote: > This patch introduces HAVE_UID16 config option and selects it in > corresponding architecture Kconfig files. UID16 now only depends on > HAVE_UID16. patching file arch/arm/Kconfig Hunk #1 FAILED at 49. 1 out of 1 hunk FAILED -- saving r

Re: [PATCH 1/5] rapidio: fix blocking wait for discovery ready

2012-10-03 Thread Andrew Morton
On Wed, 3 Oct 2012 15:18:39 -0400 Alexandre Bounine wrote: > Fix blocking wait loop in the RapidIO discovery routine to avoid warning > dumps about stalled CPU on x86 platforms. > > ... > > + to_end = jiffies + CONFIG_RAPIDIO_DISC_TIMEOUT * HZ; > + while (time_before(jif

Re: [PATCH 3/5] rapidio: run discovery as an asynchronous process

2012-10-03 Thread Andrew Morton
On Wed, 3 Oct 2012 15:18:41 -0400 Alexandre Bounine wrote: > Modify mport initialization routine to run the RapidIO discovery process > asynchronously. This allows to have an arbitrary order of enumerating and > discovering ports in systems with multiple RapidIO controllers without > creating a

Re: [PATCH 5/5] rapidio: add destination ID allocation mechanism

2012-10-03 Thread Andrew Morton
On Wed, 3 Oct 2012 15:18:43 -0400 Alexandre Bounine wrote: > Replace the single global destination ID counter with per-net allocation > mechanism to allow independent destID management for each available RapidIO > network. Using bitmap based mechanism instead of counters allows > destination ID

Re: [patch 0/3] Turn CONFIG_HOTPLUG always on.

2012-10-05 Thread Andrew Morton
On Thu, 6 Sep 2012 13:28:16 -0700 Greg KH wrote: > On Tue, Sep 04, 2012 at 05:01:05PM -0700, Greg Kroah-Hartman wrote: > > From: Greg KH > > > > The CONFIG_HOTPLUG variable is tough to turn off, and almost all arches > > default to it on. > > > > If you turn it off, it saves you a big 200 or s

Re: [patch 2/2] mm: memcg: clean up mm_match_cgroup() signature

2012-10-05 Thread Andrew Morton
Signed-off-by: Johannes Weiner Acked-by: Michal Hocko --- 1 file changed, 7 insertions(+), 7 deletions(-) index 8686294..7698182 100644 Signed-off-by: Andrew Morton --- include/linux/memcontrol.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff -puN include/linu

Re: [PATCH v2 0/8] THP support for Sparc64

2012-10-05 Thread Andrew Morton
On Thu, 04 Oct 2012 15:46:24 -0400 (EDT) David Miller wrote: > > Changes since V1: > > 1) Respun against mmotm > > 2) Bug fix for pgtable allocation, need real locking instead of >just preemption disabling. > > Andrew, you can probably take patch #5 in this series and combine > it into: >

Re: [PATCH v2 0/8] THP support for Sparc64

2012-10-05 Thread Andrew Morton
On Fri, 05 Oct 2012 17:45:08 -0400 (EDT) David Miller wrote: > From: Andrew Morton > Date: Fri, 5 Oct 2012 14:36:44 -0700 > > > David, I don't know what to do until there's some clarity on the > > numa/sched changes. Andrea has a new autonuma patchset, Peter

Re: [PATCH v2 5/7] mm: Add and use update_mmu_cache_pmd() in transparent huge page code.

2012-10-05 Thread Andrew Morton
On Thu, 04 Oct 2012 15:47:38 -0400 (EDT) David Miller wrote: > The transparent huge page code passes a PMD pointer in as the third > argument of update_mmu_cache(), which expects a PTE pointer. > > This never got noticed because X86 implements update_mmu_cache() as a > macro and thus we don't ge

Re: [rfc 0/2] Introducing VmFlags field into smaps output

2012-10-22 Thread Andrew Morton
On Tue, 23 Oct 2012 10:13:41 +0400 Cyrill Gorcunov wrote: > On Mon, Oct 22, 2012 at 02:51:58PM -0700, Andrew Morton wrote: > ... > > > + __seq_show_vmflag(VM_DONTEXPAND,"de "); > > > + __seq_show_vmflag(VM_ACCOUNT, "ac ");

Re: [PATCH v4 10/10] thp: implement refcounting for huge zero page

2012-10-22 Thread Andrew Morton
On Tue, 23 Oct 2012 09:35:32 +0300 "Kirill A. Shutemov" wrote: > On Fri, Oct 19, 2012 at 02:59:41AM +0300, Kirill A. Shutemov wrote: > > On Thu, Oct 18, 2012 at 04:45:02PM -0700, Andrew Morton wrote: > > > On Mon, 15 Oct 2012 09:00:59 +0300 > > > "Ki

Re: [PATCH] edac: fix buffer overrun if no suitable bandwidth found

2012-10-23 Thread Andrew Morton
On Mon, 22 Oct 2012 19:30:58 +0400 Denis Kirjanov wrote: > fix buffer overrun if no suitable bandwidth found > > Signed-off-by: Denis Kirjanov > --- > drivers/edac/amd64_edac.c |3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/edac/amd64_edac.c b/drivers/edac/amd64_edac.c

Re: [PATCH] remove untouched code in kfifo_in

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 21:25:46 +0200 richard -rw- weinberger wrote: > > Subject: [PATCH] Replace the type check code with typecheck() in kfifo_in > > > > In kfifo_in marco, one piece of code which is arounded by if(0) will check > > the > > type of __tmp->ptr_const and __buf. If they are different

Re: linux-next: build failure after merge of the akpm tree

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 14:42:21 +1100 Stephen Rothwell wrote: > Hi Andrew, > > After merging the akpm tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > kernel/printk/printk_syslog.c: In function 'printk_syslog_print': > kernel/printk/printk_syslog.c:108:3: error: imp

Re: linux-next: build failure after merge of the akpm tree

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 12:51:29 -0700 Joe Perches wrote: > > btw, what's up with printk_syslog.h? It includes two header files which it > > doesn't need but fails to include the two it *does* need: printk_log.h > > and types.h. > > > > > > printk_syslog.c includes kernel.h (it includes types.h)

Re: [PATCH] edac: fix buffer overrun if no suitable bandwidth found

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 22:26:12 +0200 Borislav Petkov wrote: > From: Denis Kirjanov > Date: Mon, 22 Oct 2012 19:30:58 +0400 > Subject: [PATCH] amd64_edac: Fix hypothetical out-of-bounds access > > Make sure we stay within scrubrates' array bounds. > > Boris: this is a correctness fix only because

Re: [PATCH] edac: fix buffer overrun if no suitable bandwidth found

2012-10-23 Thread Andrew Morton
can indeed start using the n+1th element of the array then it's writing random garbage into the hardware. If this can ever happen then I suspect that yes, a cc:stable is needed? From: Andrew Morton Subject: drivers/edac/amd64_edac.c:__amd64_set_scrub_rate(): avoid overindexing scrubra

Re: [rfc 0/2] Introducing VmFlags field into smaps output

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 11:15:49 +0400 Cyrill Gorcunov wrote: > On Tue, Oct 23, 2012 at 10:34:30AM +0400, Cyrill Gorcunov wrote: > > On Mon, Oct 22, 2012 at 11:30:25PM -0700, Andrew Morton wrote: > > ... > > > > Yup, but not only that, this kind of trick hides associ

Re: [PATCH v2] mm: thp: Set the accessed flag for old pages on access fault.

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 11:11:25 +0100 Will Deacon wrote: > On Mon, Oct 22, 2012 at 07:18:43PM +0100, Andrew Morton wrote: > > On Mon, 22 Oct 2012 11:35:03 +0100 > > Will Deacon wrote: > > > > > On Fri, Oct 19, 2012 at 07:49:55PM +0100, Andrew Morton wrote: > &g

Re: [PATCH] edac: fix buffer overrun if no suitable bandwidth found

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 23:38:45 +0200 Borislav Petkov wrote: > And I see you'll carry this patch so I won't send it to Linus next merge > window so thanks for this! No, please merge it yourself. Once it (or a version of it) turns up in linux-next, I'll drop my copy. Merging stuff I shouldn't is m

Re: [PATCH v2] init: Use the stringify operator for the __define_initcall macro

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 21:00:29 +0100 Matthew Leach wrote: > Currently the __define_initcall macro takes three arguments, fn, id > and level. The level argument is exactly the same as the id argument > but wrapped in quotes. To overcome this need to specify three > arguments to the __define_initcall

Re: [PATCH v4 10/10] thp: implement refcounting for huge zero page

2012-10-23 Thread Andrew Morton
On Tue, 23 Oct 2012 10:00:18 +0300 "Kirill A. Shutemov" wrote: > > Well, how hard is it to trigger the bad behavior? One can easily > > create a situation in which that page's refcount frequently switches > > from 0 to 1 and back again. And one can easily create a situation in > > which the shr

Re: [PATCH REGRESSION FIX] dw_dmac: make driver's endianness configurable

2012-10-23 Thread Andrew Morton
On Sun, 14 Oct 2012 15:54:13 +0800 Hein Tibosch wrote: > The dw_dmac was originally developed for avr32 to be used with the Synopsys > DesignWare AHB DMA controller. Starting from 2.6.38, access to the device's > i/o > memory was done with the little-endian readl/writel functions(1) > > This br

<    1   2   3   4   5   6   7   8   9   10   >