[PATCH 0/2] [SERIAL] [USB] fixed to skip NULL entry in struct serial usb_serial_port.

2007-03-24 Thread Noriaki TAKAMIYA
Hi, When I boot using linux-2.6.21-rc4 on ThinkPad T41 with pl2303 USB serial device plugged in, the kernel crashes. The reason is struct usb_serial_port is referenced without checking whether it is NULL or not. Regards, -- Noriaki TAKAMIYA - To unsubscribe from this list: send the l

Re: (usagi-core 32634) [PATCH 2/2] [USB] [SERIAL]: fixed to skip NULL port entry in struct usb_serial_port.

2007-03-24 Thread Noriaki TAKAMIYA
Sorry for resending. Hi, This patch fixes to skip serial->port[i] if it is set NULL. Signed-off-by: Noriaki TAKAMIYA <[EMAIL PROTECTED]> --- include/linux/usb/serial.h |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/include/linux/usb/serial.h b/include/linux/usb/

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 w

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

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 >

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_R

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

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", &p

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 --- linux-2.6.20-orig/drivers/usb/inpu

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 w

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

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_R

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

[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

[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 a/

[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 b/include/math-emu/

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 23:22:4

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

[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 ftp://ftp.kern

[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

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 re

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 mis

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

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 linux-si2r:../i2c-1/1-00

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 (blackfin-arc

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 ot

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 wr

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 nod

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) { + mdps_g

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

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 http://bristyle.com/share/patch-tuntap-hw

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: ftp://ftp.kernel.org/pub/linux/kern

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 fi

<    1   2