[PATCH] module-init-tools: generate modules.seriomap

2005-02-05 Thread Dmitry Torokhov
Hi Rusty, I have converted serio bus to use ID matching and changed serio drivers to use MODULE_DEVICE_TABLE. Now that Vojtech pulled the changes into his tree it would be nice if official module-init-tools generated the module map so that hotplug scripts could automatically load proper drivers.

Re: [PATCH] fix wait_task_inactive race (was Re: Race condition in ptrace)

2005-02-05 Thread Nick Piggin
Nick Piggin wrote: Ingo Molnar wrote: * Nick Piggin <[EMAIL PROTECTED]> wrote: When a task is put to sleep, it is dequeued from the runqueue while it is still running. The problem is that the runqueue lock can be dropped and retaken in schedule() before the task actually schedules off, and wait_ta

[PATCH] Add resume support to serio bus.

2005-02-05 Thread Dmitry Torokhov
Hi, This patch adds resume support to serio_bus based on serio reconnect framework so now not only i8042 ports will be re-initialized at resume. It also removes serio_reconnect calls from i8042 as they no longer needed. Tested on S4 (swsusp) with Synaptics touchpad. -- Dmitry

Re: PATCH: SysV semaphore race vs SIGSTOP

2005-02-05 Thread Ove Kaaven
lør, 05,.02.2005 kl. 09.37 +0100, skrev Manfred Spraul: > Hi Ove, > > >As I mentioned in an earlier mail, there is a race when SIGSTOP-ing a > >process waiting for a SysV semaphore, where if a process holding a > >semaphore suspends another process waiting on the semaphore and then > >releases the

Re: [PATCH] fix wait_task_inactive race (was Re: Race condition in ptrace)

2005-02-05 Thread Nick Piggin
Ingo Molnar wrote: * Nick Piggin <[EMAIL PROTECTED]> wrote: When a task is put to sleep, it is dequeued from the runqueue while it is still running. The problem is that the runqueue lock can be dropped and retaken in schedule() before the task actually schedules off, and wait_task_inactive did not

Re: Intel AGP support attaching to wrong PCI IDs

2005-02-05 Thread Kyle Moffett
On Feb 06, 2005, at 01:49, Jon Smirl wrote: X on GL is already written and is part of the xserver project. This will run on the standalone OpenGL stack. Combine this with Cairo/Glitz and we have a graphics system that can compete with Windows Longhorn. Why compete with vaporware (mostly)? If you re

Re: Please open sysfs symbols to proprietary modules

2005-02-05 Thread Lee Revell
On Wed, 2005-02-02 at 21:50 -0500, Kyle Moffett wrote: > It's not like somebody will have > some innate commercial advantage over you because they have your > driver source code. For a hardware vendor that's not a very compelling argument. Especially compared to what their IP lawyers are telling

Re: [RFC/RFT] Better handling of bad xfers/interrupt delays in psmouse

2005-02-05 Thread Dmitry Torokhov
On Sunday 06 February 2005 00:29, Dmitry Torokhov wrote: > On Saturday 05 February 2005 16:11, Vojtech Pavlik wrote: > > On Sat, Feb 05, 2005 at 02:48:56PM -0500, Dmitry Torokhov wrote: > > > Hi, > > > > > > The patch below attempts to better handle situation when psmouse interrupt > > > is delaye

Re: [PATCH] fix wait_task_inactive race (was Re: Race condition in ptrace)

2005-02-05 Thread Ingo Molnar
* Nick Piggin <[EMAIL PROTECTED]> wrote: > When a task is put to sleep, it is dequeued from the runqueue > while it is still running. The problem is that the runqueue > lock can be dropped and retaken in schedule() before the task > actually schedules off, and wait_task_inactive did not account >

Re: [patch] scsi/libata: correct bug for ULi M5281

2005-02-05 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: > Hi,Jeff: > We didn't add the ULi-specific code to libata-core,just export some > functions of it,is it ok? > The problem is ULi-specific,so the reset procedures must be in sata_uli.c. OK, thanks for explaining. We still have the problem that code is duplicated from liba

Re: msdos/vfat defaults are annoying

2005-02-05 Thread Christoph Hellwig
On Sun, Feb 06, 2005 at 12:33:43AM -0500, John Richard Moser wrote: > I dunno. I can never understand the innards of the kernel devs' minds. filesystem detection isn't handled at the kerne level. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message t

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread Herbert Xu
On Sun, Feb 06, 2005 at 02:50:07PM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote: > > Which means in addrconf_notiry(), if the dev == &loopback_dev, > call addrconf_ifdown for every device like this: This should fix the reported issue. However, I'm not sure if it's a good idea to stop all IP traf

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread Herbert Xu
On Sun, Feb 06, 2005 at 02:31:07PM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote: > > Here, lo is going down. > rt->rt6i_dev = lo and rt->rt6i_idev = ethX. > I think we already see dst->dev == dev (==lo) now. > So, I doubt that fix the problem. > > The source of problem is entry (*) which still o

Re: [patch] scsi/ahci: Add support for ULi M5287

2005-02-05 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: > Hi,Jeff: > I think you are not necessary add the m5287 support to ahci.c now, the code > I add is to > correct the two bugs of our controller, now we have designed a new AHCI > controller name M5288(device id is 0x5288), > it work perfectly with the linux ahci driver only

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread Herbert Xu
On Sat, Feb 05, 2005 at 08:10:44PM -0800, David S. Miller wrote: > > > Alternatively we can > > remove the dst->dev == dev check in dst_dev_event and dst_ifdown > > and move that test down to the individual ifdown functions. > > I think there is a hole in this idea maybe. > > If the idea is

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread Herbert Xu
On Sat, Feb 05, 2005 at 09:04:11PM -0800, David S. Miller wrote: > > Oh I see. That would work, and it seems the simplest, and > lowest risk fix for this problem. > > Herbert, what do you think? Yes I agree. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[

Re: Intel AGP support attaching to wrong PCI IDs

2005-02-05 Thread Jon Smirl
On Sun, 6 Feb 2005 01:08:40 -0500, Dave Jones <[EMAIL PROTECTED]> wrote: > Why exactly are you trying to write host bridge drivers anyway ? > Confused. We're trying to add sysfs attributes for identifying and controlling legacy address spaces. Desktop x86 has just a single legacy IO/mem address sp

Re: 2.4.x oops with X

2005-02-05 Thread Andreas Hartmann
Andreas Hartmann wrote: > Andreas Hartmann wrote: > [...] >> But now, the question is: >> Why does X crash running kernel 2.4.x with glibc 2.3.4 and not with kernel >> 2.6.10? Why does X run fine using kernel 2.4 and 2.6 with glibc 2.3.3? >> >> -- >>

Re: 2.6.11-rc3-mm1 : mount UDF CDRW stuck in D state

2005-02-05 Thread Andrew Morton
Peter Osterlund <[EMAIL PROTECTED]> wrote: > > Peter Osterlund <[EMAIL PROTECTED]> writes: > > > Laurent Riffard <[EMAIL PROTECTED]> writes: > > > > > This is kernel 2.6.11-rc3-mm1. I can't mount an UDF-formatted cdrw > > > in packet-writing mode. Mount process gets stuck in D state. > > > > > >

Re: Intel AGP support attaching to wrong PCI IDs

2005-02-05 Thread Dave Jones
On Sun, Feb 06, 2005 at 12:58:46AM -0500, Jon Smirl wrote: > On Sat, 5 Feb 2005 23:05:26 -0500, Dave Jones <[EMAIL PROTECTED]> wrote: > > Take a peek at 'lspci -vv' output. You'll notice that the AGP > > capabilities are attached to the host bridge. > > I see that now, why is it on the host b

Re: Intel AGP support attaching to wrong PCI IDs

2005-02-05 Thread Jon Smirl
On Sat, 5 Feb 2005 23:05:26 -0500, Dave Jones <[EMAIL PROTECTED]> wrote: > Take a peek at 'lspci -vv' output. You'll notice that the AGP > capabilities are attached to the host bridge. I see that now, why is it on the host bridge instead of the AGP bridge? So that means if we add drivers for the h

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread YOSHIFUJI Hideaki / $B5HF#1QL@(B
In article <[EMAIL PROTECTED]> (at Sun, 06 Feb 2005 14:31:07 +0900 (JST)), (BYOSHIFUJI Hideaki / [EMAIL PROTECTED](B <[EMAIL PROTECTED]> says: (B (B> The source of problem is entry (*) which still on routing entry, (B> not on gc list. And, the owner of entry is not routing table but (B> unica

[RFT #2] libata (SATA) driver fixes

2005-02-05 Thread Jeff Garzik
See attached changelog and patch, for review and testing. This includes some fixes for some ugly probe-related bugs, rarely hit thankfully. It also includes new "future nvidia SATA" support and Promise SATAII TX2/4 support. Note that this patch changes the interrupt-acknowledgement code in sat

msdos/vfat defaults are annoying

2005-02-05 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 So I've noticed, again, much annoyed, that if I rely on -t auto, horrible horrible things happen. I have had floppies and compact flash cards that I've done mkfs.vfat to make fat32 filesystems on (not fat16), and mounting them brings the thing on as m

Re: [RFC/RFT] Better handling of bad xfers/interrupt delays in psmouse

2005-02-05 Thread Dmitry Torokhov
On Saturday 05 February 2005 16:11, Vojtech Pavlik wrote: > On Sat, Feb 05, 2005 at 02:48:56PM -0500, Dmitry Torokhov wrote: > > Hi, > > > > The patch below attempts to better handle situation when psmouse interrupt > > is delayed for more than 0.5 sec by requesting a resend. This will allow > > p

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread YOSHIFUJI Hideaki / $B5HF#1QL@(B
In article <[EMAIL PROTECTED]> (at Sat, 5 Feb 2005 21:04:11 -0800), "David S. Miller" <[EMAIL PROTECTED]> says: > On Sun, 06 Feb 2005 13:37:23 +0900 (JST) > YOSHIFUJI Hideaki / [EMAIL PROTECTED](B <[EMAIL PROTECTED]> wrote: > > > How about making dst->ops->dev_check() like this: > > > > static

2.6: USB Storage hangs machine on bootup for ~2 minutes

2005-02-05 Thread Parag Warudkar
I am running FC3 on a AMD64 laptop. The laptop has 3 USB ports. If I attach any usb-storage device (Sandisk Cruiser usb drive, iPod, Maxtor external drive etc.) the kernel hangs while booting. The hang occurs shortly after the usb-storage module is loaded. The machine does not respond to anything o

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread David S. Miller
On Sun, 06 Feb 2005 13:37:23 +0900 (JST) YOSHIFUJI Hideaki / [EMAIL PROTECTED](B <[EMAIL PROTECTED]> wrote: > How about making dst->ops->dev_check() like this: > > static int inline dst_dev_check(struct dst_entry *dst, struct net_device *dev) > { > if (dst->ops->dev_check) > r

Re: [PATCH 2.4.29] libata: fix ata_piix on ICH6R in RAID mode

2005-02-05 Thread Jeff Garzik
Martins Krikis wrote: --- linux-2.4.29/drivers/scsi/libata-core.c 2005-01-25 20:55:41.0 -0500 +++ linux-2.4.29-iswraid/drivers/scsi/libata-core.c 2005-02-01 20:23:51.0 -0500 @@ -3597,7 +3597,8 @@ int ata_pci_init_one (struct pci_dev *pd else port[1] = port[0]; - if ((port[0]-

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread YOSHIFUJI Hideaki / $B5HF#1QL@(B
In article <[EMAIL PROTECTED]> (at Sat, 5 Feb 2005 20:02:42 -0800), "David S. Miller" <[EMAIL PROTECTED]> says: > > Yes, IPv6 needs "split device" semantics > > (for per-device statistics such as Ip6InDelivers etc), > > and I like later solution. > > Ok. I never read whether ipv6, like ipv4, is

Re: [patch] scsi/ahci: Add support for ULi M5287

2005-02-05 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: Hi,Jeff We add the support for ULi's AHCI controller M5287 in drivers/scsi/ahci.c, This patch is applied to kernel 2.6.10-rc3. Please apply to new kernels. Ideally I would like to eliminate vendor-specific code, where possible. Does the AHCI driver work at all, with simply

Re: [patch] scsi/libata: correct bug for ULi M5281

2005-02-05 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: > Hi Jeff, > > I've correct the patch according to your suggestion. > But we need libata-core.c to export some functions. > Here is the patch. Please check it and apply it to new kernels. > Thanks a lot. I'm afraid I cannot accept even the updated version of your patch.

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread YOSHIFUJI Hideaki / $B5HF#1QL@(B
In article <[EMAIL PROTECTED]> (at Sat, 5 Feb 2005 20:10:44 -0800), "David S. Miller" <[EMAIL PROTECTED]> says: > > Alternatively we can > > remove the dst->dev == dev check in dst_dev_event and dst_ifdown > > and move that test down to the individual ifdown functions. > > I think there is a hol

Re: Drive performance bottleneck

2005-02-05 Thread Nuno Silva
Andrew Morton wrote: Lincoln Dale <[EMAIL PROTECTED]> wrote: sg_dd uses a window into a kernel DMA window. as such, two of the four memory acccesses are cut out (1. DMA from HBA to RAM, 2. userspace accessing data). 1.6Gbps / 2 = 800MB/s -- or roughly what Ian was seeing with sg_dd. Right. Tha

Re: [patch] Real-Time Preemption, -RT-2.6.11-rc3-V0.7.38-01

2005-02-05 Thread Valdis . Kletnieks
On Fri, 04 Feb 2005 11:03:47 +0100, Ingo Molnar said: > > i have released the -V0.7.38-01 Real-Time Preemption patch, which can be Building with: # CONFIG_PREEMPT_NONE is not set # CONFIG_PREEMPT_VOLUNTARY is not set CONFIG_PREEMPT_DESKTOP=y # CONFIG_PREEMPT_RT is not set CC kernel/sched

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread David S. Miller
On Sat, 5 Feb 2005 17:46:43 +1100 Herbert Xu <[EMAIL PROTECTED]> wrote: > This doesn't work because net/core/dst.c can only search based > on dst->dev. For the split device case, dst->dev is set to > loopback_dev while rt6i_idev is set to the real device. Indeed. I didn't catch that. > If we w

Re: PROBLEM: 2.6.11-rc2 hangs on bridge shutdown (br0)

2005-02-05 Thread David S. Miller
On Sat, 05 Feb 2005 19:50:39 +0900 (JST) YOSHIFUJI Hideaki / [EMAIL PROTECTED](B <[EMAIL PROTECTED]> wrote: > In article <[EMAIL PROTECTED]> (at Sat, 5 Feb 2005 17:46:43 +1100), Herbert > Xu <[EMAIL PROTECTED]> says: > > > If we wanted to preserve the split device semantics, then we > > can crea

Re: [OT] Re: Why is debugging under Linux such a pain

2005-02-05 Thread Tomasz Rola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 5 Feb 2005, Kyle Moffett wrote: > You could also try Xnest, which runs a second X-server within a window > of > the primary X-server, Yes, this is a good idea... > except without most of the extra overhead of VNC ...but I'm not sure if th

Re: Intel AGP support attaching to wrong PCI IDs

2005-02-05 Thread Dave Jones
On Sat, Feb 05, 2005 at 08:45:19PM -0500, Jon Smirl wrote: > I have an i875 chipset with these two devices: > > 8086:2578 - 00:00.0 Host bridge: Intel Corp. 82875P/E7210 Memory > Controller Hub (rev 02) > 8086:2579 - 00:01.0 PCI bridge: Intel Corp. 82875P Processor to AGP > Controller (rev 0

Re: [PATCH] Dynamic tick, version 050127-1

2005-02-05 Thread Tony Lindgren
* Tony Lindgren <[EMAIL PROTECTED]> [050205 18:39]: > * Pavel Machek <[EMAIL PROTECTED]> [050205 15:08]: > > > > Ok, works slightly better: time no longer runs 2x too fast. When TSC > > is used, I get same behaviour as before ("sleepy machine"). With > > "notsc", machine seems to work okay, but I

Re: Problem with trackpad and 2.6.11-rc[23], but not -rc1

2005-02-05 Thread Dmitry Torokhov
On Saturday 05 February 2005 21:14, Joseph Pingenot wrote: > Hello. > > I just tried (again) to get the most recent kernel version working on my > laptop. All is clear except for one small detail: the trackpad and mouse > buttons don't work. When using the eraser mouse, it moves around fine.

Re: [PATCH] PPC/PPC64: Abstract cpu_feature checks.

2005-02-05 Thread Olof Johansson
Doh, forgot to do a final refpatch after fixing build error. I blame it on lack of morning coffee. Here's a proper version: Abstract most manual mask checks of cpu_features with cpu_has_feature() Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> --- linux-2.5-olof/arch/ppc/kernel/ppc_ht

Re: [PATCH 2.6.11-rc2] ide: merge do_rw_taskfile() and flagged_taskfile() into do_taskfile()

2005-02-05 Thread Tejun Heo
Hello, Bartlomiej Zolnierkiewicz wrote: On Sun, 6 Feb 2005 11:13:31 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: Hello, Bartlomiej. Hi, This is a new version of ide_do_taskfile.patch. Compared to the original do_rw_task(), only one more 'if' is used in the hot path, so I think the performance iss

[PATCH] fix wait_task_inactive race (was Re: Race condition in ptrace)

2005-02-05 Thread Nick Piggin
Nick Piggin wrote: Something like the following (untested) extension of Bodo's work could be the minimal fix for 2.6.11. As I've said though, I'd consider it a hack and prefer to do something about the locking. That could be done after 2.6.11 though. Depends how you feel. I think this is the right

Re: [PATCH 2.6.11-rc2] ide: merge do_rw_taskfile() and flagged_taskfile() into do_taskfile()

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Sun, 6 Feb 2005 11:13:31 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: > Hello, Bartlomiej. Hi, > This is a new version of ide_do_taskfile.patch. Compared to the > original do_rw_task(), only one more 'if' is used in the hot path, so > I think the performance issue can be ignored now. Also,

Re: [ANNOUNCE] "iswraid" (ICHxR ataraid sub-driver) for 2.4.29

2005-02-05 Thread Jeff Garzik
Martins Krikis wrote: Version 0.1.5 of the Intel Sofware RAID driver (iswraid) is now available for the 2.4 series kernels at http://prdownloads.sourceforge.net/iswraid/2.4.29-iswraid.patch.gz?download ACK from me - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

Re: irq 10: nobody cared! (was: Re: 2.6.11-rc3-mm1)

2005-02-05 Thread William Park
On Sat, Feb 05, 2005 at 08:45:58PM -0200, Rog?rio Brito wrote: > Dear developers, > > For some kernel versions (say, since 2.6.10 proper, all the 2.6.11-rc's, > some -mm trees and also -ac) I have been getting the message "irq 10: > nobody cared!". > > The message says that I should pass the irqp

Re: [PATCH] Dynamic tick, version 050127-1

2005-02-05 Thread Tony Lindgren
* Pavel Machek <[EMAIL PROTECTED]> [050205 15:08]: > Hi! > > > > > > It could also be that the reprogamming of PIT timer does not work on > > > > > your machine. I chopped off the udelays there... Can you try > > > > > something like this: > > > > > > > > I added the udelays, but behaviour did no

Re: [PATCH 2.6.11-rc2 10/14] ide_pci: Removes SPLIT_BYTE macro from pdc202xx_old

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:19 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 10_ide_pci_pdc202xx_old_cleanup.patch > > Removes SPLIT_BYTE macro from ide/pci/pdc202xx_old driver. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line

Re: SATA in 2.4 at PE750

2005-02-05 Thread Jeff Garzik
Pete Zaitcev wrote: Jeff, you're allocating a block of two probe entries with a signle kmalloc then freeing halfs of it with two kfrees. fix applied to 2.4 and 2.6 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Problem with trackpad and 2.6.11-rc[23], but not -rc1

2005-02-05 Thread Joseph Pingenot
Hello. I just tried (again) to get the most recent kernel version working on my laptop. All is clear except for one small detail: the trackpad and mouse buttons don't work. When using the eraser mouse, it moves around fine. When using the trackpad, the cursour jumps around as though it wer

[PATCH 2.6.11-rc2] ide: merge do_rw_taskfile() and flagged_taskfile() into do_taskfile()

2005-02-05 Thread Tejun Heo
Hello, Bartlomiej. This is a new version of ide_do_taskfile.patch. Compared to the original do_rw_task(), only one more 'if' is used in the hot path, so I think the performance issue can be ignored now. Also, there's no userland visible change with this patch. Everything should work just as i

Re: [PATCH 2.6.11-rc2 09/14] ide_pci: Merges pdc202xx_new.h into pdc202xx_new.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:18 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 09_ide_pci_pdc202xx_new_merge.patch > > Merges ide/pci/pdc202xx_new.h into pdc202xx_new.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscr

Re: [linux-usb-devel] 2.6.11-rc[23]: swsusp & usb regression

2005-02-05 Thread Alan Stern
On Sat, 5 Feb 2005, Pavel Machek wrote: > Hi! > > In 2.6.11-rc[23], I get problems after swsusp resume: > > Feb 4 23:54:39 amd kernel: Restarting tasks...<3>hub 3-0:1.0: > over-current change on port 1 > Feb 4 23:54:39 amd kernel: done > Feb 4 23:54:39 amd kernel: hub 3-0:1.0: connect-deboun

Re: [PATCH 2.6.11-rc2 08/14] ide_pci: Merges opti621.h into opti621.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:18 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 08_ide_pci_opti621_merge.patch > > Merges ide/pci/opti621.h into opti621.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH 2.6.11-rc2 07/14] ide_pci: Merges it8172.h into it8172.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:18 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 07_ide_pci_it8172_merge.patch > > Merges ide/pci/it8172.h into it8172.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: 2.6.11-rc3-mm1 - broken bttv ?

2005-02-05 Thread jjluza
Eyal Lebedinsky wrote > > I am having bttv problems with vanilla -rc3. Does it work for you? I don't know, as I said I didn't test kernel between 2.6.10 and 2.6.11-rc3-mm1. Sorry. If I have time enough later, I can test 2.6.11-rc3. Since I don't really know if it's the good place to talk about th

Re: [PATCH 2.6.11-rc2 06/14] ide_pci: Merges hpt366.h into hpt366.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:18 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 06_ide_pci_hpt366_merge.patch > > Merges ide/pci/hpt366.h into hpt366.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: 2.6.11-rc3-mm1 : mount UDF CDRW stuck in D state

2005-02-05 Thread Peter Osterlund
Peter Osterlund <[EMAIL PROTECTED]> writes: > Laurent Riffard <[EMAIL PROTECTED]> writes: > > > This is kernel 2.6.11-rc3-mm1. I can't mount an UDF-formatted cdrw > > in packet-writing mode. Mount process gets stuck in D state. > > > > Mounting and writing this media in packet-writing mode works

Intel AGP support attaching to wrong PCI IDs

2005-02-05 Thread Jon Smirl
I have an i875 chipset with these two devices: 8086:2578 - 00:00.0 Host bridge: Intel Corp. 82875P/E7210 Memory Controller Hub (rev 02) 8086:2579 - 00:01.0 PCI bridge: Intel Corp. 82875P Processor to AGP Controller (rev 02) In the legacy io space thread we are talking about making a device driver

Re: [PATCH] arp_queue: serializing unlink + kfree_skb

2005-02-05 Thread David S. Miller
On Fri, 4 Feb 2005 12:55:39 +1100 Herbert Xu <[EMAIL PROTECTED]> wrote: > OK, here is the patch to do that. Let's get rid of kfree_skb_fast > while we're at it since it's no longer used. > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> I've queued this up for 2.6.x and 2.4.x, thanks everyone.

Re: [PATCH 2.6.11-rc2 05/14] ide_pci: Merges generic.h into generic.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:18 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 05_ide_pci_generic_merge.patch > > Merges ide/pci/generic.h into generic.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-kerne

[2.6 patch] add compiler-gcc4.h

2005-02-05 Thread Adrian Bunk
On Sat, Feb 05, 2005 at 11:52:00AM -0800, H. Peter Anvin wrote: > Adrian Bunk wrote: > > > >It doesn't seem to be logical for everyone whether compiler-gcc+.h or > >compiler-gcc3.h is used for gcc 4.0 ... > > > >Perhaps compiler-gcc+.h (which wasn't always updated when > >compiler-gcc3.h was upda

[OT] Re: Why is debugging under Linux such a pain

2005-02-05 Thread Kyle Moffett
On Feb 05, 2005, at 19:23, Tomasz Rola wrote: On Sat, 5 Feb 2005, Marko Macek wrote: [...] It would be nice if display lock programs used a separate X display (some kind of "virtual" display support might be nice to have, mainly for performance). I would try VNC for this, at least for debugging. Bu

[RFC][PATCH-2.6] Clean up and merge compiler-*.h

2005-02-05 Thread Kyle Moffett
I set up a sample patch to clean up and merge the compiler.h files, on the basis that it's generally easier to manage all implementations of a single compiler feature in the same file right next to each other, instead of spread across 3 files. This also cleans it up and puts the __KERNEL__ stuff

Re: 2.6.11-rc3-mm1 : mount UDF CDRW stuck in D state

2005-02-05 Thread Peter Osterlund
Laurent Riffard <[EMAIL PROTECTED]> writes: > This is kernel 2.6.11-rc3-mm1. I can't mount an UDF-formatted cdrw > in packet-writing mode. Mount process gets stuck in D state. > > Mounting and writing this media in packet-writing mode works fine > with kernel 2.6.11-rc2-mm2. I tried to repeat th

[2.6 patch] drivers/isdn/divert/isdn_divert.c: make 5 functions static

2005-02-05 Thread Adrian Bunk
This patch makes five needlessly global functions static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/isdn/divert/isdn_divert.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) --- linux-2.6.11-rc3-mm1-full/drivers/isdn/divert/isdn_divert.c.old 2005-02-05

Re: [PATCH 2.6.11-rc2 04/14] ide_pci: Merges cy82c693.h into cy82c693.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:18 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 04_ide_pci_cy82c693_merge.patch > > Merges ide/pci/cy82c693.h into cy82c693.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-ke

[2.6 patch] drivers/isdn/hardware/eicon/: misc possible cleanups

2005-02-05 Thread Adrian Bunk
This patch contains the following possible cleanups: - make some needlessly global code static - dadapter.h: remoe the unused #define OLD_MAX_DESCRIPTORS - remove the following unused functions: - di.c: pr_test_int - di.c: pr_clear_int - di.c: scom_out - di.c: scom_ready - di.c: scom_dpc

Re: [linux-usb-devel] 2.6.11-rc[23]: swsusp & usb regression

2005-02-05 Thread Pavel Machek
Hi! > > > Your logs don't indicate which host controller driver is bound to each of > > > your hubs. /proc/bus/usb/devices will contain that information. Without > > > it, it's hard to diagnose what happened. > > > > I do not think I have any hubs... no external hubs anyway. And I do > > not

[2.6 patch] drivers/isdn/capi/: make some code static

2005-02-05 Thread Adrian Bunk
This patch makes some needlessly global code static. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/isdn/capi/capi.c | 10 +- drivers/isdn/capi/kcapi_proc.c | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) --- linux-2.6.11-rc3-mm1-full/drivers/i

[2.6 patch] drivers/isdn/act2000/capi.c: #if 0 an unused function

2005-02-05 Thread Adrian Bunk
This patch #if 0's an unused function. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/isdn/act2000/capi.c |2 ++ drivers/isdn/act2000/capi.h |1 - 2 files changed, 2 insertions(+), 1 deletion(-) --- linux-2.6.11-rc3-mm1-full/drivers/isdn/act2000/capi.h.old 2005-02-05 15:

[2.6 patch] drivers/isdn/hardware/avm/: misc cleanups

2005-02-05 Thread Adrian Bunk
This patch makes the following cleanups: - make some needlessly global functions static - b1dma.c __init/__exit the functions b1dma_{init,exit} Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- drivers/isdn/hardware/avm/b1dma.c |4 ++-- drivers/isdn/hardware/avm/c4.c|6 +++--- driv

Re: Legacy IO spaces (was Re: [RFC] Reliable video POSTing on resume)

2005-02-05 Thread Jesse Barnes
On Saturday, February 05, 2005 4:07 pm, Jon Smirl wrote: > After thinking about this for a while I believe the solution is for > bridges that implement a legacy space to export legacy_io/mem in > sysfs. So in the ia64 world, all bridges would export these attributes > since each bridge creates a un

Re: Why is debugging under Linux such a pain

2005-02-05 Thread Tomasz Rola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, 5 Feb 2005, Marko Macek wrote: [...] > It would be nice if display lock programs used a separate X display > (some kind of "virtual" display support might be nice to have, mainly > for performance). I would try VNC for this, at least for de

Re: [PATCH 2.6.11-rc2 03/14] ide_pci: Merges cmd64x.h into cmd64x.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:17 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 03_ide_pci_cmd64x_merge.patch > > Merges ide/pci/cmd64x.h into cmd64x.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [ACPI] Re: Legacy IO spaces (was Re: [RFC] Reliable video POSTing on resume)

2005-02-05 Thread Jon Smirl
On Sun, 06 Feb 2005 09:42:32 +1100, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > I think it could be as simple as an additional sysfs entry > "legacy_enabled" added to all "VGA" devices in the system at the PCI > layer level. Toggling it triggers the "untoggling" of all others, > including

Re: [PATCH 2.6.11-rc2 02/14] ide_pci: Merges aec62xx.h into aec62xx.c

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:17 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 02_ide_pci_aec62xx_merge.patch > > Merges ide/pci/aec62xx.h into aec62xx.c. > > Signed-off-by: Tejun Heo <[EMAIL PROTECTED]> applied - To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [linux-usb-devel] 2.6.11-rc[23]: swsusp & usb regression

2005-02-05 Thread David Brownell
On Saturday 05 February 2005 3:14 pm, Pavel Machek wrote: > Hi! > > > Your logs don't indicate which host controller driver is bound to each of > > your hubs. /proc/bus/usb/devices will contain that information. Without > > it, it's hard to diagnose what happened. > > I do not think I have an

Re: 2.6.11-rc3-mm1 - broken bttv ?

2005-02-05 Thread Eyal Lebedinsky
jjluza wrote: I have a problem with my bttv card, I get these error messages when I try to access the TV device (and of course I can't watch TV) : I am having bttv problems with vanilla -rc3. Does it work for you? -- Eyal Lebedinsky ([EMAIL PROTECTED]) attach .zip

Re: Legacy IO spaces (was Re: [RFC] Reliable video POSTing on resume)

2005-02-05 Thread Jon Smirl
After thinking about this for a while I believe the solution is for bridges that implement a legacy space to export legacy_io/mem in sysfs. So in the ia64 world, all bridges would export these attributes since each bridge creates a unique legacy space. In the x86 and I believe the ppc world, only

Re: [PATCH 2.6.11-rc2 01/14] ide_pci: Remove lousy macros from aec62xx.

2005-02-05 Thread Bartlomiej Zolnierkiewicz
On Fri, 4 Feb 2005 16:13:17 +0900 (KST), Tejun Heo <[EMAIL PROTECTED]> wrote: > > 01_ide_pci_aec62xx_cleanup.patch > > Removes SPLIT_BYTE, MAKE_WORD and BUSCLOCK macros which are > just better off directly coded from ide/pci/aec62xx driver. > > Signed-off-by: Tejun Heo <[EMAIL P

Re: [RFC] Linux Kernel Subversion Howto

2005-02-05 Thread Larry McVoy
On Sat, Feb 05, 2005 at 08:38:48PM +0100, Stelian Pop wrote: > > Nope: he digs the bk-commit mailing list archives. > > > Interesting, I fergot about those commit mails, thanks for remining > me. > > I think those emails could provide the missing piece of the puzzle > and we could generate the mi

Re: [PATCH] Configure MTU via kernel DHCP

2005-02-05 Thread Eric W. Biederman
Hans-Peter Jansen <[EMAIL PROTECTED]> writes: > Hi Shane, > > Difference: 181 Bytes (padding ignored) > > The whole module takes about 9K, compared to dhcp in initrd, which > takes a few hundred K! Hmm. And the kinit from the klibc package (A static executable that does everything the kernel

Re: [linux-usb-devel] 2.6.11-rc[23]: swsusp & usb regression

2005-02-05 Thread Pavel Machek
Hi! > > In 2.6.11-rc[23], I get problems after swsusp resume: > > > > Feb 4 23:54:39 amd kernel: Restarting tasks...<3>hub 3-0:1.0: > > over-current change on port 1 > > Feb 4 23:54:39 amd kernel: done > > Feb 4 23:54:39 amd kernel: hub 3-0:1.0: connect-debounce failed, port > > 1 disabled >

Re: [PATCH] Dynamic tick, version 050127-1

2005-02-05 Thread Pavel Machek
Hi! > > > > It could also be that the reprogamming of PIT timer does not work on > > > > your machine. I chopped off the udelays there... Can you try > > > > something like this: > > > > > > I added the udelays, but behaviour did not change. > > > > Yeah, and if the first patch was working bette

Re: [PATCH] adding the ICS MK712 touchscreen driver to 2.6

2005-02-05 Thread Dmitry Torokhov
On Saturday 05 February 2005 16:02, Vojtech Pavlik wrote: v> On Wed, Jan 19, 2005 at 04:18:49PM -0500, Richard Koch wrote: > > Please include the patch below to bring the ICS MK712 touchscreen controller > > support, which is in kernel 2.4, in to kernel 2.6. > > > > This patch was constructed and

Re: irq 10: nobody cared! (was: Re: 2.6.11-rc3-mm1)

2005-02-05 Thread Rogério Brito
On Feb 05 2005, Rogério Brito wrote: > I am including the dmesg log of my system with this message. (...) Ooops! Forgot to include the dmesg in the previous message. :-( Thanks again, Rogério. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Rogério Brito - [EMAIL PRO

irq 10: nobody cared! (was: Re: 2.6.11-rc3-mm1)

2005-02-05 Thread Rogério Brito
Dear developers, For some kernel versions (say, since 2.6.10 proper, all the 2.6.11-rc's, some -mm trees and also -ac) I have been getting the message "irq 10: nobody cared!". The message says that I should pass the irqpoll option to the kernel and even if I do, I still get the stack trace and th

Re: [ACPI] Re: Legacy IO spaces (was Re: [RFC] Reliable video POSTing on resume)

2005-02-05 Thread Benjamin Herrenschmidt
> If they all point to the same space, I can't tell whether I have three > legacy spaces or one. I need to know how many legacy spaces there are > in order to know how many VGA cards can simultaneously be enabled. You don't need to care about this, at least in userland. All you need is proper pri

Re: 2.6.11-rc3-mm1

2005-02-05 Thread Benjamin Herrenschmidt
On Sat, 2005-02-05 at 10:48 +, Sean Neakums wrote: > Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> writes: > > > On Sat, 05 Feb 2005 11:16:49 +1100, Benjamin Herrenschmidt > > <[EMAIL PROTECTED]> wrote: > >> > >> > I tried it two or three times, same result each time. I'll give it a > >> > l

Re: 2.6.11-rc3-mm1

2005-02-05 Thread Rogério Brito
On Feb 05 2005, Jurriaan wrote: > From: Rogério Brito <[EMAIL PROTECTED]> > Date: Sat, Feb 05, 2005 at 04:10:18PM -0200 > > Inconsistent kallsyms data > > Try setting CONFIG_KALLSYMS_EXTRA_PASS > > make[1]: *** [vmlinux] Error 1 > > make[1]: Leaving directory `/usr/local/media/progs/linux/kernel/li

Re: 2.6.11-rc3-bk1: ide1: failed to initialize IDE interface

2005-02-05 Thread Jean Delvare
Hi again Bartlomiej, all, > > Notice how ide1, which happens to have no device attached, is listed > > twice. I can reproduce this on my second system as well (i386 too, > > but otherwise completely different). I guess it doesn't cause any > > trouble, but looks suboptimal. > > CONFIG_IDE_GENERIC

Re: 2.6.11-rc3: intel8x0 alsa outputs no sound

2005-02-05 Thread Narayan Desai
Try muting the headphone jack sense control with alsamixer. I had the same problem with rc2 on my t41p, and that solved it. -nld - 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/ma

Re: PNP and suspend/resumt

2005-02-05 Thread Adam Belay
On Sat, Feb 05, 2005 at 05:23:58PM +0100, Pierre Ossman wrote: > How is suspend/resume handled with PNP devices? There are no > suspend/resume functions registered for the pnp bus type. > > Rgds > Pierre PnP isn't a physical abstraction, so for now if you want to set the values in "struct device

Re: Strange device init

2005-02-05 Thread Adam Belay
On Sat, Feb 05, 2005 at 06:10:02PM +0100, Pierre Ossman wrote: > I'm having problem with a card reader on a laptop (Acer Aspire 1501). > The device doesn't get its resources configured properly. > > The reader is connected to the LPC bus so there is no standardised way > to configure the device.

Re: L1_CACHE

2005-02-05 Thread Dave Jones
On Sat, Feb 05, 2005 at 11:45:22AM +, Axel Schmalowsky wrote: > Hey, > > Can anyone tell me if it is destruktive or does it cause lose of > performance if I set up > L1_CACHE_SHIFT_MAX as well as CONFIG_X86_L1_CACHE_SHIFT to the value of 10? This makes no sense. This define is for the c

Re: [PATCH 0/7] driver core: export MAJOR/MINOR to the hotplug env

2005-02-05 Thread Kay Sievers
On Fri, Feb 04, 2005 at 10:16:36PM -0800, Greg KH wrote: > On Wed, Feb 02, 2005 at 01:48:12AM +0100, Kay Sievers wrote: > > On Tue, Feb 01, 2005 at 02:56:25PM -0800, Greg KH wrote: > > > Hm, that class_simple interface is looking like the way we should move > > > toward, as it's "simple" to use, in

Re: rtl8139 (8139too) net problem in linux 2.6.10

2005-02-05 Thread OGAWA Hirofumi
OGAWA Hirofumi <[EMAIL PROTECTED]> writes: > Umm... Bit strange... > > I couldn't find the PCI4510 in yenta_table. Did you add the PCI4510 to > yenta_table? Could you send "lspci -n" (what vendor-id and device-id)? Grr... Ok, probably that was processed as default bridge. Could you please try th

question re usage of interruptible_sleep_on( ) function call in cpm_iic_tryaddress( ) function (in i2c-algo-8xx.c)

2005-02-05 Thread Povolotsky, Alexander
> Hello, > > I have MPC880 microprocessor based board with single 24C02 I2C EEPROM, > connected to the I2C bus. > Yes, it is embedded, yes it is not INTEL arch ... but PLEASE - READ ON ! ;-) > > Currently booting of the board hangs in the I2C driver after invocation of > interruptible_sleep_on

  1   2   3   >