Re: [ckrm-tech] [PATCH 1/7] containers (V7): Generic container system abstracted from cpusets code

2007-03-24 Thread Srivatsa Vaddagiri
On Mon, Feb 12, 2007 at 12:15:22AM -0800, [EMAIL PROTECTED] wrote: > +static int attach_task(struct container *cont, char *pidbuf, char **ppathbuf) > +{ > + pid_t pid; > + struct task_struct *tsk; > + struct container *oldcont; > + int retval; > + > + if (sscanf(pidbuf, "%d", )

Invert X or Y axis options for usbtouchscreen

2007-03-24 Thread Ondrej Zary
Hello, this patch adds support for inverting X or Y axis (or both) to the usbtouchscreen driver. Invert Y is needed (together with swap XY) for LeadingTouch screens (at least for some of them). Signed-off-by: Ondrej Zary <[EMAIL PROTECTED]> -- Ondrej Zary ---

Re: troubles with DAC960

2007-03-24 Thread Boris Andratzek
Boris Andratzek wrote: > Hello members of the kernel-list, > > > I'm new to this and hope I don't misuse the list in any way. > > Doing the update from debian sarge to etch on my server I ran into the > bug documented here: bugzilla.kernel.org/show_bug.cgi?id=7177 > I already made some comments

Re: [PATCH 3/3] Use correct IDE error recovery

2007-03-24 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: Since I think that it's worth to have it in 2.6.21-final and respin didn't happen I did the required changes myself (it also turned out that I missed few things during initial review), then applied the patch... Please let my know whether you are fine

Re: [4/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Michal Piotrowski
Hi, On 23/03/07, Thomas Gleixner <[EMAIL PROTECTED]> wrote: On Fri, 2007-03-23 at 19:50 +0100, Adrian Bunk wrote: > Subject: soft lockup detected on CPU#0 > References : http://lkml.org/lkml/2007/3/3/152 > Submitter : Michal Piotrowski <[EMAIL PROTECTED]> > Handled-By : Thomas Gleixner

Re: [RFC: 2.6 patch] fix ISDN_CAPI<->ISDN_DIVAS

2007-03-24 Thread Armin Schindler
On Sat, 24 Mar 2007, Adrian Bunk wrote: > Randy Dunlap reported in kernel Bugzilla #8241 the following compile > error with CONFIG_ISDN_CAPI=m, CONFIG_ISDN_DIVAS=y: > > <-- snip --> > > ... > WARNING: "DIVA_DIDD_Read" [drivers/isdn/hardware/eicon/divacapi.ko] undefined! > WARNING:

Re: [4/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Thomas Gleixner
Emil, On Fri, 2007-03-23 at 20:22 +0100, Thomas Gleixner wrote: > On Fri, 2007-03-23 at 19:50 +0100, Adrian Bunk wrote: > > Subject: dynticks makes ksoftirqd1 use unreasonable amount of cpu time > > References : http://bugzilla.kernel.org/show_bug.cgi?id=8100 > > Submitter : Emil Karlson

[PATCH] Delete unused header file media/wm8775.h.

2007-03-24 Thread Robert P. J. Day
Delete the unreferenced header file include/media/wm8775.h. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- even the matching source file drivers/media/video/wm8775.c doesn't include this header file. diff --git a/include/media/wm8775.h b/include/media/wm8775.h deleted file mode

[PATCH] Delete unused header file media/cs53l32a.h.

2007-03-24 Thread Robert P. J. Day
Delete the unreferenced header file include/media/cs53l32a.h. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- not even the matching *source* file drivers/media/video/cs53l32a.c includes this header file. that would seem a pretty good sign that no one loves it anymore. diff --git

[PATCH] Delete unused header file math-emu/extended.h.

2007-03-24 Thread Robert P. J. Day
Delete the unreferenced header file include/math-emu/extended.h. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- one more header file that absolutely no one refers to but i'm sure *someone* is going to defend to the death. diff --git a/include/math-emu/extended.h

Re: [-mm patch] fs/revoke.c: cleanups (and bugfix for 64bit systems)

2007-03-24 Thread Pekka Enberg
On 3/24/07, Adrian Bunk <[EMAIL PROTECTED]> wrote: This patch contains the following: - every file should #include the headers containing the prototypes for it's global functions - fix the wrong return value of sys_frevoke() gcc was now able to detect - make 2 needlessly global structs static

[2.6 patch] drivers/spi/: fix section mismatches

2007-03-24 Thread Adrian Bunk
This patch fixes the following section mismatches: <-- snip --> WARNING: drivers/built-in.o - Section mismatch: reference to .init.text:spi_register_master from .text between 'spi_bitbang_start' (at offset 0x84e11a) and 'bitbang_work' WARNING: drivers/built-in.o - Section mismatch: reference

[-mm patch] fs/revoke.c: cleanups (and bugfix for 64bit systems)

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: >... > Changes since 2.6.21-rc3-mm1: >... > +revoke-core-code.patch >... > revoke() syscall >... This patch contains the following: - every file should #include the headers containing the prototypes for it's global functions - fix

[-mm patch] unexport bio_{,un}map_user

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: >... > Changes since 2.6.21-rc3-mm1: >... > git-scsi-misc.patch >... > git trees >... bio_{,un}map_user do no longer have any modular users. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- --- linux-2.6.21-rc4-mm1/fs/bio.c.old

[2.6 patch] #if 0 dmi_name_in_vendors()

2007-03-24 Thread Adrian Bunk
dmi_name_in_vendors() is no longer used. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/firmware/dmi_scan.c |2 ++ include/linux/dmi.h |2 -- 2 files changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.21-rc4-mm1/include/linux/dmi.h.old2007-03-23

[-mm patch] drivers/scsi/constants.c: make 2 functions static

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: >... > Changes since 2.6.21-rc3-mm1: >... > git-scsi-misc.patch >... > git trees >... This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/scsi/constants.c |4

[-mm patch] lguest: #if 0 check_bug_kill()

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: >... > Changes since 2.6.21-rc3-mm1: >... > +lguest-use-read-only-pages-rather-than-segments-to-protect-high-mapped-switcher.patch >... > x86/x86_64 updates >... check_bug_kill() is no longer used. Signed-off-by: Adrian Bunk

[2.6.22 patch] more scheduled OSS driver removal

2007-03-24 Thread Adrian Bunk
This patch contains the scheduled removal of OSS drivers that: - have ALSA drivers for the same hardware without known regressions and - whose Kconfig options have been removed in 2.6.20. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- Due to its size, the patch is available at

[RFC: 2.6 patch] fix ISDN_CAPI<->ISDN_DIVAS

2007-03-24 Thread Adrian Bunk
Randy Dunlap reported in kernel Bugzilla #8241 the following compile error with CONFIG_ISDN_CAPI=m, CONFIG_ISDN_DIVAS=y: <-- snip --> ... WARNING: "DIVA_DIDD_Read" [drivers/isdn/hardware/eicon/divacapi.ko] undefined! WARNING: "DIVA_DIDD_Read" [drivers/isdn/hardware/eicon/diva_mnt.ko]

Re: Problem with 2.6.20 based kernels on SUSE 9.3

2007-03-24 Thread roland
Waiting for mandatory devices: eth-id-00:01:6c:ad:2b:c9 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 1 0 eth-id-00:01:6c:ad:2b:c9No interface found failedSetting up service network . . . . . . . I had such issues when using suse 9.3 inside vmware very often - typically

Semi-typical watchdog bug re early misc_register()

2007-03-24 Thread Alexey Dobriyan
Hi, Wim. It seems that some watchdog drivers are doing following mistake: rv = misc_register(); if (rv < 0) return rv; rv = request_region(); if (rv < 0) { misc_deregister(); return rv; } But, right after

Re: [ckrm-tech] [PATCH 3/7] containers (V7): Add generic multi-subsystem API to containers

2007-03-24 Thread Srivatsa Vaddagiri
On Mon, Feb 12, 2007 at 12:15:24AM -0800, [EMAIL PROTECTED] wrote: > +static int attach_task(struct container *cont, struct task_struct *tsk) > { [snip] > + for_each_subsys(h, ss) { > + if (ss->can_attach) { > + retval = ss->can_attach(ss, cont, tsk); > +

Re: [v4l-dvb-maintainer] [PATCH] DVB: Delete unused header file linux/dvb/version.h.

2007-03-24 Thread Manu Abraham
On 3/23/07, Arjan van de Ven <[EMAIL PROTECTED]> wrote: On Fri, 2007-03-23 at 16:47 +0100, Marcel Siegert wrote: > On Friday 23 March 2007, Robert P. J. Day wrote: > > > > Delete the unreferenced header file include/linux/dvb/version.h. > > > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>

Re: mm snapshot broken-out-2007-03-24-00-14.tar.gz uploaded

2007-03-24 Thread Michal Piotrowski
On 24/03/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: The mm snapshot broken-out-2007-03-24-00-14.tar.gz has been uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-03-24-00-14.tar.gz It contains the following patches against 2.6.21-rc4: Please drop

Fan control disabled

2007-03-24 Thread Jan Engelhardt
Hello, for some reason, pwm (fan control) is not writable 11:30 linux-si2r:../i2c-1/1-002e # l pwm*_enable -r--r--r-- 1 root root 4096 Mar 24 11:19 pwm1_enable -r--r--r-- 1 root root 4096 Mar 24 11:19 pwm2_enable -r--r--r-- 1 root root 4096 Mar 24 11:19 pwm3_enable 11:30

Re: mm snapshot broken-out-2007-03-24-00-14.tar.gz uploaded

2007-03-24 Thread Michal Piotrowski
Hi, [EMAIL PROTECTED] napisał(a): > The mm snapshot broken-out-2007-03-24-00-14.tar.gz has been uploaded to > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-03-24-00-14.tar.gz > > It contains the following patches against 2.6.21-rc4: Bryan, your patch

2.6.21-rc4: known regressions with patches (v2)

2007-03-24 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20 with patches available. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any

Re: PNPACPI probes serial twice, messes up serial console

2007-03-24 Thread Russell King
On Wed, Mar 21, 2007 at 10:40:54AM -0600, Bjorn Helgaas wrote: > On Wednesday 21 March 2007 10:37, Russell King wrote: > > On Wed, Mar 21, 2007 at 10:35:38AM -0600, Bjorn Helgaas wrote: > > > On Tuesday 20 March 2007 08:32, Bjorn Helgaas wrote: > > > > On Tuesday 20 March 2007 00:46, Keith Owens

sata-vsc broken on SGI Prism

2007-03-24 Thread Andreas Schwab
I'm getting this panic when loading sata-vsc on a SGI Prism: Loading sata_vsc ACPI: Unable to derive IRQ for device 0001:00:03.0 ACPI: PCI Interrupt 0001:00:03.0[A]: no GSI FRZ XN request short error. FRZ XN error detail 1A: Command word: 0x11 Supplemental: 0xff Source

Re: [PATCH 2.6.21-rc4] hwmon: HP Mobile Data Protection System 3D ACPI driver

2007-03-24 Thread Yan Burman
Arjan van de Ven wrote: Hi, your code looks very nice and clean, only few comments, see below Thanks +static int mdps_joystick_kthread(void *data) +{ + int x = 0, y = 0, z = 0; + + while (!kthread_should_stop()) { + if (input_3d) { +

Re: HELP!!! SD and suspend damage i-node.

2007-03-24 Thread Pavel Machek
Hi! > I use 2.6.20.2 kernel with ext3 rootfs on 4Gb SD on sharp zaurus sl-750 > (PXA255). > After suspend/resume filesystem stay clean. But some i-nodes become broken. > Some files looks like block device or pipe with strange permissions, owner > etc. > I'm sure that there is no bad blocks on

PATCH: tun/tap driver hw address handling

2007-03-24 Thread Brian Braunstein
Hi Max, Here's the patch we discussed at the beginning of the month. Linus, According to Documentation/SubmittingPatches "bug fixes" or "obvious" changes should CCed to you, so this is why I have done this. Note: This entire email can be found at

Linux 2.4.34.2

2007-03-24 Thread Willy Tarreau
I've just released Linux 2.4.34.2. Only two fixes here, one from Pete Zaitcev to support USB high-speed HID, required by at least an Avocent KVM, and one for a user-triggerable bug in IPv6. The patch and changelog will appear soon at the following locations:

Linux 2.4.35-pre2

2007-03-24 Thread Willy Tarreau
I've just released Linux 2.4.35-pre2. It contains a fix for bug in IPv6 which can be locally triggered. Also contained in this release are the parenthesis fixes from Mariusz Kozlowski. Those are fixes for unbalanced parenthesis in rarely used macros, and I preferred to get them all definitely

Re: [patch] rfc: introduce /dev/hugetlb

2007-03-24 Thread Andrew Morton
On Sat, 24 Mar 2007 07:57:52 +0100 Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > > But for non-programming reasons, we're just not there yet: people want to > > program direct to the kernel interfaces simply because of the > > distribution/coordination problems with libraries. It would be nice

Re: [patch 1/2] hugetlb: add resv argument to hugetlb_file_setup

2007-03-24 Thread Christoph Hellwig
On Fri, Mar 23, 2007 at 03:42:13PM -0700, Ken Chen wrote: > rename hugetlb_zero_setup() to hugetlb_file_setup() to better match > function name convention like shmem implementation. Also add an > argument to the function to indicate whether file setup should reserve > hugetlb page upfront or not.

Re: [patch 2/2] hugetlb: add /dev/hugetlb char device

2007-03-24 Thread Christoph Hellwig
> +int hugetlb_zero_setup(struct file *file, struct vm_area_struct *vma) > +{ > + file = hugetlb_file_setup(vma->vm_end - vma->vm_start, 0); > + if (IS_ERR(file)) > + return PTR_ERR(file); > + > + if (vma->vm_file) > + fput(vma->vm_file); > + vma->vm_file =

Re: [patch] rfc: introduce /dev/hugetlb

2007-03-24 Thread Andrew Morton
On Sat, 24 Mar 2007 00:11:32 -0700 "Ken Chen" <[EMAIL PROTECTED]> wrote: > On 3/23/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > a) Ken observes that obtaining private hugetlb memory via hugetlbfs > >involves "fuss". > > > > b) the libhugetlbfs maintainers then go off and implement a

[RFC][PATCH 2/3] export time until next timer interrupt using NOHZ

2007-03-24 Thread Adam Belay
This patch exposes information about the time remaining until the next timer interrupt expires by utilizing the dynticks infrastructure. It also modifies the main idle loop to allow dynticks to handle non-interrupt break events (e.g. DMA). Finally, it exposes sleep ticks information to external

[RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-24 Thread Adam Belay
This patch adds the 'menu' governor, as was described in my first email. Thanks, Adam Kconfig| 11 +++ governors/Makefile |1 governors/menu.c | 152 + 3 files changed, 164 insertions(+) diff -urN

[RFC][PATCH 0/3] A Dynticks Aware Processor Idle PM Governor

2007-03-24 Thread Adam Belay
Hi All, Here is my first take at implementing an idle PM governor that takes full advantage of NO_HZ. I call it the 'menu' governor because it considers the full list of idle states before each entry. I've kept the implementation fairly simple. It attempts to guess the next residency time and

[RFC][PATCH 1/3] cpuidle governor API changes

2007-03-24 Thread Adam Belay
This patch prepares cpuidle for the menu governor. It adds an optional stage after idle state entry to give the governor an opportunity to check why the state was exited. Also it makes sure the idle loop returns after each state entry, allowing the appropriate dynticks code to run. Thanks, Adam

Fix sudden warps in mousedev

2007-03-24 Thread Pete Zaitcev
Here's another one of those soon-to-be-obsoleted patches to mousedev. But if it lives just in 2.6.21, it's good, right? It's a pure bugfix. On my laptop with Synaptics, if I lift the finger and place it elsewhere, the pointer sometimes warps dramatically. Here's the evtest trace which illustrates

Re: [patch] rfc: introduce /dev/hugetlb

2007-03-24 Thread Ken Chen
On 3/23/07, Andrew Morton <[EMAIL PROTECTED]> wrote: a) Ken observes that obtaining private hugetlb memory via hugetlbfs involves "fuss". b) the libhugetlbfs maintainers then go off and implement a no-fuss way of doing this. Hmm, what started this thread was libhugetlbfs maintainer

Re: [patch] rfc: introduce /dev/hugetlb

2007-03-24 Thread Ken Chen
On 3/23/07, Andrew Morton [EMAIL PROTECTED] wrote: a) Ken observes that obtaining private hugetlb memory via hugetlbfs involves fuss. b) the libhugetlbfs maintainers then go off and implement a no-fuss way of doing this. Hmm, what started this thread was libhugetlbfs maintainer

Re: [patch] rfc: introduce /dev/hugetlb

2007-03-24 Thread Andrew Morton
On Sat, 24 Mar 2007 00:11:32 -0700 Ken Chen [EMAIL PROTECTED] wrote: On 3/23/07, Andrew Morton [EMAIL PROTECTED] wrote: a) Ken observes that obtaining private hugetlb memory via hugetlbfs involves fuss. b) the libhugetlbfs maintainers then go off and implement a no-fuss way of

Re: [patch 1/2] hugetlb: add resv argument to hugetlb_file_setup

2007-03-24 Thread Christoph Hellwig
On Fri, Mar 23, 2007 at 03:42:13PM -0700, Ken Chen wrote: rename hugetlb_zero_setup() to hugetlb_file_setup() to better match function name convention like shmem implementation. Also add an argument to the function to indicate whether file setup should reserve hugetlb page upfront or not. I

Re: [patch 2/2] hugetlb: add /dev/hugetlb char device

2007-03-24 Thread Christoph Hellwig
+int hugetlb_zero_setup(struct file *file, struct vm_area_struct *vma) +{ + file = hugetlb_file_setup(vma-vm_end - vma-vm_start, 0); + if (IS_ERR(file)) + return PTR_ERR(file); + + if (vma-vm_file) + fput(vma-vm_file); + vma-vm_file = file; +

Re: [patch] rfc: introduce /dev/hugetlb

2007-03-24 Thread Andrew Morton
On Sat, 24 Mar 2007 07:57:52 +0100 Sam Ravnborg [EMAIL PROTECTED] wrote: But for non-programming reasons, we're just not there yet: people want to program direct to the kernel interfaces simply because of the distribution/coordination problems with libraries. It would be nice to fix

Linux 2.4.35-pre2

2007-03-24 Thread Willy Tarreau
I've just released Linux 2.4.35-pre2. It contains a fix for bug in IPv6 which can be locally triggered. Also contained in this release are the parenthesis fixes from Mariusz Kozlowski. Those are fixes for unbalanced parenthesis in rarely used macros, and I preferred to get them all definitely

Linux 2.4.34.2

2007-03-24 Thread Willy Tarreau
I've just released Linux 2.4.34.2. Only two fixes here, one from Pete Zaitcev to support USB high-speed HID, required by at least an Avocent KVM, and one for a user-triggerable bug in IPv6. The patch and changelog will appear soon at the following locations:

[RFC][PATCH 0/3] A Dynticks Aware Processor Idle PM Governor

2007-03-24 Thread Adam Belay
Hi All, Here is my first take at implementing an idle PM governor that takes full advantage of NO_HZ. I call it the 'menu' governor because it considers the full list of idle states before each entry. I've kept the implementation fairly simple. It attempts to guess the next residency time and

[RFC][PATCH 1/3] cpuidle governor API changes

2007-03-24 Thread Adam Belay
This patch prepares cpuidle for the menu governor. It adds an optional stage after idle state entry to give the governor an opportunity to check why the state was exited. Also it makes sure the idle loop returns after each state entry, allowing the appropriate dynticks code to run. Thanks, Adam

[RFC][PATCH 2/3] export time until next timer interrupt using NOHZ

2007-03-24 Thread Adam Belay
This patch exposes information about the time remaining until the next timer interrupt expires by utilizing the dynticks infrastructure. It also modifies the main idle loop to allow dynticks to handle non-interrupt break events (e.g. DMA). Finally, it exposes sleep ticks information to external

[RFC][PATCH 3/3] add the 'menu' cpuidle governor

2007-03-24 Thread Adam Belay
This patch adds the 'menu' governor, as was described in my first email. Thanks, Adam Kconfig| 11 +++ governors/Makefile |1 governors/menu.c | 152 + 3 files changed, 164 insertions(+) diff -urN

PATCH: tun/tap driver hw address handling

2007-03-24 Thread Brian Braunstein
Hi Max, Here's the patch we discussed at the beginning of the month. Linus, According to Documentation/SubmittingPatches bug fixes or obvious changes should CCed to you, so this is why I have done this. Note: This entire email can be found at

Re: HELP!!! SD and suspend damage i-node.

2007-03-24 Thread Pavel Machek
Hi! I use 2.6.20.2 kernel with ext3 rootfs on 4Gb SD on sharp zaurus sl-750 (PXA255). After suspend/resume filesystem stay clean. But some i-nodes become broken. Some files looks like block device or pipe with strange permissions, owner etc. I'm sure that there is no bad blocks on SD.

Re: [PATCH 2.6.21-rc4] hwmon: HP Mobile Data Protection System 3D ACPI driver

2007-03-24 Thread Yan Burman
Arjan van de Ven wrote: Hi, your code looks very nice and clean, only few comments, see below Thanks +static int mdps_joystick_kthread(void *data) +{ + int x = 0, y = 0, z = 0; + + while (!kthread_should_stop()) { + if (input_3d) { +

Re: PNPACPI probes serial twice, messes up serial console

2007-03-24 Thread Russell King
On Wed, Mar 21, 2007 at 10:40:54AM -0600, Bjorn Helgaas wrote: On Wednesday 21 March 2007 10:37, Russell King wrote: On Wed, Mar 21, 2007 at 10:35:38AM -0600, Bjorn Helgaas wrote: On Tuesday 20 March 2007 08:32, Bjorn Helgaas wrote: On Tuesday 20 March 2007 00:46, Keith Owens wrote:

sata-vsc broken on SGI Prism

2007-03-24 Thread Andreas Schwab
I'm getting this panic when loading sata-vsc on a SGI Prism: Loading sata_vsc ACPI: Unable to derive IRQ for device 0001:00:03.0 ACPI: PCI Interrupt 0001:00:03.0[A]: no GSI FRZ XN request short error. FRZ XN error detail 1A: Command word: 0x11 Supplemental: 0xff Source

Fix sudden warps in mousedev

2007-03-24 Thread Pete Zaitcev
Here's another one of those soon-to-be-obsoleted patches to mousedev. But if it lives just in 2.6.21, it's good, right? It's a pure bugfix. On my laptop with Synaptics, if I lift the finger and place it elsewhere, the pointer sometimes warps dramatically. Here's the evtest trace which illustrates

Re: mm snapshot broken-out-2007-03-24-00-14.tar.gz uploaded

2007-03-24 Thread Michal Piotrowski
Hi, [EMAIL PROTECTED] napisał(a): The mm snapshot broken-out-2007-03-24-00-14.tar.gz has been uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-03-24-00-14.tar.gz It contains the following patches against 2.6.21-rc4: Bryan, your patch

Fan control disabled

2007-03-24 Thread Jan Engelhardt
Hello, for some reason, pwm (fan control) is not writable 11:30 linux-si2r:../i2c-1/1-002e # l pwm*_enable -r--r--r-- 1 root root 4096 Mar 24 11:19 pwm1_enable -r--r--r-- 1 root root 4096 Mar 24 11:19 pwm2_enable -r--r--r-- 1 root root 4096 Mar 24 11:19 pwm3_enable 11:30

Re: mm snapshot broken-out-2007-03-24-00-14.tar.gz uploaded

2007-03-24 Thread Michal Piotrowski
On 24/03/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The mm snapshot broken-out-2007-03-24-00-14.tar.gz has been uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-03-24-00-14.tar.gz It contains the following patches against 2.6.21-rc4: Please drop

Re: [v4l-dvb-maintainer] [PATCH] DVB: Delete unused header file linux/dvb/version.h.

2007-03-24 Thread Manu Abraham
On 3/23/07, Arjan van de Ven [EMAIL PROTECTED] wrote: On Fri, 2007-03-23 at 16:47 +0100, Marcel Siegert wrote: On Friday 23 March 2007, Robert P. J. Day wrote: Delete the unreferenced header file include/linux/dvb/version.h. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] NACK

Semi-typical watchdog bug re early misc_register()

2007-03-24 Thread Alexey Dobriyan
Hi, Wim. It seems that some watchdog drivers are doing following mistake: rv = misc_register(); if (rv 0) return rv; rv = request_region(); if (rv 0) { misc_deregister(); return rv; } But, right after

Re: Problem with 2.6.20 based kernels on SUSE 9.3

2007-03-24 Thread roland
Waiting for mandatory devices: eth-id-00:01:6c:ad:2b:c9 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 1 0 eth-id-00:01:6c:ad:2b:c9No interface found failedSetting up service network . . . . . . . I had such issues when using suse 9.3 inside vmware very often - typically

[2.6.22 patch] more scheduled OSS driver removal

2007-03-24 Thread Adrian Bunk
This patch contains the scheduled removal of OSS drivers that: - have ALSA drivers for the same hardware without known regressions and - whose Kconfig options have been removed in 2.6.20. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- Due to its size, the patch is available at

[RFC: 2.6 patch] fix ISDN_CAPI-ISDN_DIVAS

2007-03-24 Thread Adrian Bunk
Randy Dunlap reported in kernel Bugzilla #8241 the following compile error with CONFIG_ISDN_CAPI=m, CONFIG_ISDN_DIVAS=y: -- snip -- ... WARNING: DIVA_DIDD_Read [drivers/isdn/hardware/eicon/divacapi.ko] undefined! WARNING: DIVA_DIDD_Read [drivers/isdn/hardware/eicon/diva_mnt.ko] undefined!

[-mm patch] lguest: #if 0 check_bug_kill()

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: ... Changes since 2.6.21-rc3-mm1: ... +lguest-use-read-only-pages-rather-than-segments-to-protect-high-mapped-switcher.patch ... x86/x86_64 updates ... check_bug_kill() is no longer used. Signed-off-by: Adrian Bunk [EMAIL

[2.6 patch] #if 0 dmi_name_in_vendors()

2007-03-24 Thread Adrian Bunk
dmi_name_in_vendors() is no longer used. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/firmware/dmi_scan.c |2 ++ include/linux/dmi.h |2 -- 2 files changed, 2 insertions(+), 2 deletions(-) --- linux-2.6.21-rc4-mm1/include/linux/dmi.h.old2007-03-23

[-mm patch] fs/revoke.c: cleanups (and bugfix for 64bit systems)

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: ... Changes since 2.6.21-rc3-mm1: ... +revoke-core-code.patch ... revoke() syscall ... This patch contains the following: - every file should #include the headers containing the prototypes for it's global functions - fix the

[-mm patch] unexport bio_{,un}map_user

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: ... Changes since 2.6.21-rc3-mm1: ... git-scsi-misc.patch ... git trees ... bio_{,un}map_user do no longer have any modular users. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- --- linux-2.6.21-rc4-mm1/fs/bio.c.old

[2.6 patch] drivers/spi/: fix section mismatches

2007-03-24 Thread Adrian Bunk
This patch fixes the following section mismatches: -- snip -- WARNING: drivers/built-in.o - Section mismatch: reference to .init.text:spi_register_master from .text between 'spi_bitbang_start' (at offset 0x84e11a) and 'bitbang_work' WARNING: drivers/built-in.o - Section mismatch: reference

Re: [-mm patch] fs/revoke.c: cleanups (and bugfix for 64bit systems)

2007-03-24 Thread Pekka Enberg
On 3/24/07, Adrian Bunk [EMAIL PROTECTED] wrote: This patch contains the following: - every file should #include the headers containing the prototypes for it's global functions - fix the wrong return value of sys_frevoke() gcc was now able to detect - make 2 needlessly global structs static

[PATCH] Delete unused header file math-emu/extended.h.

2007-03-24 Thread Robert P. J. Day
Delete the unreferenced header file include/math-emu/extended.h. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- one more header file that absolutely no one refers to but i'm sure *someone* is going to defend to the death. diff --git a/include/math-emu/extended.h

[PATCH] Delete unused header file media/cs53l32a.h.

2007-03-24 Thread Robert P. J. Day
Delete the unreferenced header file include/media/cs53l32a.h. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- not even the matching *source* file drivers/media/video/cs53l32a.c includes this header file. that would seem a pretty good sign that no one loves it anymore. diff --git

[PATCH] Delete unused header file media/wm8775.h.

2007-03-24 Thread Robert P. J. Day
Delete the unreferenced header file include/media/wm8775.h. Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- even the matching source file drivers/media/video/wm8775.c doesn't include this header file. diff --git a/include/media/wm8775.h b/include/media/wm8775.h deleted file mode 100644

Re: [4/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Thomas Gleixner
Emil, On Fri, 2007-03-23 at 20:22 +0100, Thomas Gleixner wrote: On Fri, 2007-03-23 at 19:50 +0100, Adrian Bunk wrote: Subject: dynticks makes ksoftirqd1 use unreasonable amount of cpu time References : http://bugzilla.kernel.org/show_bug.cgi?id=8100 Submitter : Emil Karlson [EMAIL

Re: [RFC: 2.6 patch] fix ISDN_CAPI-ISDN_DIVAS

2007-03-24 Thread Armin Schindler
On Sat, 24 Mar 2007, Adrian Bunk wrote: Randy Dunlap reported in kernel Bugzilla #8241 the following compile error with CONFIG_ISDN_CAPI=m, CONFIG_ISDN_DIVAS=y: -- snip -- ... WARNING: DIVA_DIDD_Read [drivers/isdn/hardware/eicon/divacapi.ko] undefined! WARNING: DIVA_DIDD_Read

Re: [4/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Michal Piotrowski
Hi, On 23/03/07, Thomas Gleixner [EMAIL PROTECTED] wrote: On Fri, 2007-03-23 at 19:50 +0100, Adrian Bunk wrote: Subject: soft lockup detected on CPU#0 References : http://lkml.org/lkml/2007/3/3/152 Submitter : Michal Piotrowski [EMAIL PROTECTED] Handled-By : Thomas Gleixner [EMAIL

Re: troubles with DAC960

2007-03-24 Thread Boris Andratzek
Boris Andratzek wrote: Hello members of the kernel-list, I'm new to this and hope I don't misuse the list in any way. Doing the update from debian sarge to etch on my server I ran into the bug documented here: bugzilla.kernel.org/show_bug.cgi?id=7177 I already made some comments there.

[-mm patch] drivers/scsi/constants.c: make 2 functions static

2007-03-24 Thread Adrian Bunk
On Mon, Mar 19, 2007 at 08:56:23PM -0800, Andrew Morton wrote: ... Changes since 2.6.21-rc3-mm1: ... git-scsi-misc.patch ... git trees ... This patch makes two needlessly global functions static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/constants.c |4 ++-- 1

Re: [PATCH 3/3] Use correct IDE error recovery

2007-03-24 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: Since I think that it's worth to have it in 2.6.21-final and respin didn't happen I did the required changes myself (it also turned out that I missed few things during initial review), then applied the patch... Please let my know whether you are fine

Invert X or Y axis options for usbtouchscreen

2007-03-24 Thread Ondrej Zary
Hello, this patch adds support for inverting X or Y axis (or both) to the usbtouchscreen driver. Invert Y is needed (together with swap XY) for LeadingTouch screens (at least for some of them). Signed-off-by: Ondrej Zary [EMAIL PROTECTED] -- Ondrej Zary ---

Re: [4/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Thomas Gleixner
On Sat, 2007-03-24 at 14:59 +0100, Michal Piotrowski wrote: On 23/03/07, Thomas Gleixner [EMAIL PROTECTED] wrote: On Fri, 2007-03-23 at 19:50 +0100, Adrian Bunk wrote: Subject: soft lockup detected on CPU#0 References : http://lkml.org/lkml/2007/3/3/152 Submitter : Michal

Re: [RFC: 2.6 patch] fix ISDN_CAPI-ISDN_DIVAS

2007-03-24 Thread Adrian Bunk
On Sat, Mar 24, 2007 at 02:49:42PM +0100, Armin Schindler wrote: On Sat, 24 Mar 2007, Adrian Bunk wrote: Randy Dunlap reported in kernel Bugzilla #8241 the following compile error with CONFIG_ISDN_CAPI=m, CONFIG_ISDN_DIVAS=y: -- snip -- ... WARNING: DIVA_DIDD_Read

Re: mm snapshot broken-out-2007-03-24-00-14.tar.gz uploaded

2007-03-24 Thread Andrew Morton
On Sat, 24 Mar 2007 12:35:33 +0100 Michal Piotrowski [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] napisał(a): The mm snapshot broken-out-2007-03-24-00-14.tar.gz has been uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-03-24-00-14.tar.gz It

error in compilation kernel 2.6.19 - internal compiler error

2007-03-24 Thread Thibaud Hulin
Hello ! I'm triyng to compile the kernel 2.6.19 on Debian Testing 4.0 Unfortunately, I can't success. This is my error message : CC [M] drivers/scsi/lpfc/lpfc_sli.o In file included from drivers/scsi/lpfc/lpfc_sli.c:23: include/linux/pci.h:251: internal compiler error: in build_int_cst_wide,

Re: [rfc][patch] queued spinlocks (i386)

2007-03-24 Thread Nikita Danilov
Nick Piggin writes: On Fri, Mar 23, 2007 at 11:04:18AM +0100, Ingo Molnar wrote: * Nick Piggin [EMAIL PROTECTED] wrote: Implement queued spinlocks for i386. [...] isnt this patented by MS? (which might not worry you SuSE/Novell guys, but it might be a worry for the rest

Re: [PATCH UPDATED][2] cosmetic adaption of drivers/ide/Kconfig concerning SATA

2007-03-24 Thread Patrick Ringl
Bartlomiej Zolnierkiewicz wrote: On Sunday 18 March 2007, Patrick Ringl wrote: Bartlomiej Zolnierkiewicz wrote: Hello, On Sunday 18 March 2007, Patrick Ringl wrote: Hello, Hi, since especially Serial ATA has it's own menu point now, I guess we can change the

Re: [4/5] 2.6.21-rc4: known regressions (v2)

2007-03-24 Thread Michal Piotrowski
On 24/03/07, Thomas Gleixner [EMAIL PROTECTED] wrote: On Sat, 2007-03-24 at 14:59 +0100, Michal Piotrowski wrote: On 23/03/07, Thomas Gleixner [EMAIL PROTECTED] wrote: On Fri, 2007-03-23 at 19:50 +0100, Adrian Bunk wrote: Subject: soft lockup detected on CPU#0 References :

Re: error in compilation kernel 2.6.19 - internal compiler error

2007-03-24 Thread Paolo Ornati
On Sat, 24 Mar 2007 16:45:46 +0100 Thibaud Hulin [EMAIL PROTECTED] wrote: I'm triyng to compile the kernel 2.6.19 on Debian Testing 4.0 Unfortunately, I can't success. This is my error message : CC [M] drivers/scsi/lpfc/lpfc_sli.o In file included from drivers/scsi/lpfc/lpfc_sli.c:23:

Why is NCQ enabled by default by libata? (2.6.20)

2007-03-24 Thread Justin Piszcz
Without NCQ, performance is MUCH better on almost every operation, with the exception of 2-3 items. /usr/sbin/bonnie++ -d /x/bonnie -s 7952 -m p34 -n 16:10:16:64 run.txt; # Average of 3 runs with NCQ on for Quad Raptor ADFD 150 RAID 5 Software RAID:

Re: PATCH: tun/tap driver hw address handling

2007-03-24 Thread Ahmed S. Darwish
Hi Brian, On Sat, Mar 24, 2007 at 01:56:50AM -0700, Brian Braunstein wrote: Linus, According to Documentation/SubmittingPatches bug fixes or obvious changes should CCed to you, so this is why I have done this. IMHO these days patches got reviewed on LKML, then tested enough on the

Re: mm snapshot broken-out-2007-03-24-00-14.tar.gz uploaded

2007-03-24 Thread Michal Piotrowski
On 24/03/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The mm snapshot broken-out-2007-03-24-00-14.tar.gz has been uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-03-24-00-14.tar.gz My network doesn't work RTNETLINK answers: Invalid argument git-net*

Re: Why is NCQ enabled by default by libata? (2.6.20)

2007-03-24 Thread Alan Cox
On Sat, 24 Mar 2007 12:38:02 -0400 (EDT) Justin Piszcz [EMAIL PROTECTED] wrote: Without NCQ, performance is MUCH better on almost every operation, with the exception of 2-3 items. It depends on the drive. Generally NCQ is better but some drive firmware isn't too bright and there are probably

Re: [rfc][patch] queued spinlocks (i386)

2007-03-24 Thread Ingo Molnar
* Nikita Danilov [EMAIL PROTECTED] wrote: Indeed, this technique is very well known. E.g., http://citeseer.ist.psu.edu/anderson01sharedmemory.html has a whole section (3. Local-spin Algorithms) on them, citing papers from the 1990 onward. that is a cool reference! So i'd suggest to do

glibc vs 2.6/2.4

2007-03-24 Thread Yakov Lerner
Can I build recent glibc such that it will work both on 2.6 and on 2.4 ? (multithreading-wise, I suppose). I tried to boot recent 2.6-based distro with 2.4 kernel and it did not work. Do I need to set some env.vars maybe (LD_ASSUME_KERNEL ? GNU_LIBPTHREAD_VERSION ?) for glibc when I switch

[PATCH] fix sysfs rom file creation for BIOS ROM shadows

2007-03-24 Thread Jesse Barnes
At one time, if a BIOS ROM shadow was detected for the boot video device (stored at offset 0xc), we'd set a special resource flag, IORESOURCE_ROM_SHADOW, so that the sysfs ROM file code could handle it properly. That broke along the way somewhere though, so current kernels will be missing

<    1   2   3   >