Re: [Alsa-devel] Re: [linux-audio-dev] Re: any update on the pcmcia bug blocking Audigy2 notebook sound card driver development

2005-08-08 Thread Lee Revell
[added James to cc:] On Mon, 2005-08-08 at 09:40 -0700, Fernando Lopez-Lezcano wrote: > On Sun, 2005-08-07 at 10:43, Andrew Morton wrote: > > Raymond Lai <[EMAIL PROTECTED]> wrote: > > > Hi all, > > > > > > I remember there's a kernel pcmcia bug preventing the development for > > > the Audigy2 p

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-08 Thread Andrew Morton
Jiri Slaby <[EMAIL PROTECTED]> wrote: > > --- a/drivers/char/watchdog/i6300esb.c > +++ b/drivers/char/watchdog/i6300esb.c > @@ -368,12 +368,11 @@ static unsigned char __init esb_getdevic >* Find the PCI device >*/ > > -while ((dev = pci_find_device(PCI_ANY

Re: [PATCH] cpuset release ABBA deadlock fix

2005-08-08 Thread Andrew Morton
Paul Jackson <[EMAIL PROTECTED]> wrote: > > Fix possible cpuset_sem ABBA deadlock if 'notify_on_release' set. > So.. Is this 2.6.13-safe? > + (void) call_usermodehelper(argv[0], argv, envp, 0); ick. Why the cast? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [patch 16/16] block/ps2esdi: replace sleep_on() with wait_event()

2005-08-08 Thread Andrew Morton
[EMAIL PROTECTED] wrote: > > Use wait_event() instead of the deprecated sleep_on(). In all > replacements, wait_event() expects the condition to *stop* on, so the > existing > conditional is negated and passed as the parameter. I am not sure if these > changes are appropriate, as the condition

Re: [PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-08 Thread Greg KH
On Tue, Aug 09, 2005 at 01:55:16AM +0200, Jiri Slaby wrote: > This patch changes pci_find_device to pci_get_device (encapsulated in > for_each_pci_dev) in i6300esb watchdog card with appropriate adding > pci_dev_put. Can you please route all of these changes through me? It's some tricky code to

[reiserfs] exception/panic while trying to write data

2005-08-08 Thread Xavier Roche
Hi folks, While trying to upgrade from Linux 2.6.7 to Linux 2.6.11.12, my reiserfs partition screwed up for an unknown reason (inconsistency in the filesystem ?) and the kernel started to reboot each 10 minutes ("panic loop") I'm not sure this is related to 2.6.11.12 (the filesystem might ha

Re: understanding Linux capabilities brokenness

2005-08-08 Thread James Morris
On Tue, 9 Aug 2005, David Madore wrote: > the "process management" part. For example, I might like to run this > or that binary, which claims it needs to be run as root, with a > limited set of capabilities: the current Linux kernels make this quite > impossible. Not impossible with SELinux. -

Re: Hang at resume with AC adapter not plugged

2005-08-08 Thread Nigel Cunningham
Hi Christian. On Tue, 2005-08-09 at 15:41, Christian Hesse wrote: > Hi everybody, > > I have a little problem with software suspend 2.1.9.1[012] on > 2.6.13-rc[3456]. > The system hangs on resume if the AC adapter is not plugged in. Everything > works well if I use 2.1.9.5 on 2.6.12.x or plug

Hang at resume with AC adapter not plugged

2005-08-08 Thread Christian Hesse
Hi everybody, I have a little problem with software suspend 2.1.9.1[012] on 2.6.13-rc[3456]. The system hangs on resume if the AC adapter is not plugged in. Everything works well if I use 2.1.9.5 on 2.6.12.x or plug in the AC adapter. I've tried acpi-20050729 for 2.6.13-rc6 but that did not cha

Re: capabilities patch (v 0.1)

2005-08-08 Thread Chris Wright
* David Madore ([EMAIL PROTECTED]) wrote: > * Second, a much more extensive change, the patch introduces a third > set of capabilities for every process, the "bounding" set. Normally this is not a good idea. don't add more sets. if you really want to work on this i'll give you all the patches th

Re: [RFC][patch 0/2] mm: remove PageReserved

2005-08-08 Thread Nigel Cunningham
Hi. On Tue, 2005-08-09 at 15:20, Nick Piggin wrote: > Nigel Cunningham wrote: > > Hi Nick et al. > > > > On Tue, 2005-08-09 at 14:59, Nick Piggin wrote: > > >>>Changing the e820 code so it sets PageNosave instead of PageReserved, > >>>along with a couple of modifications in swsusp itself should

capabilities patch (v 0.1)

2005-08-08 Thread David Madore
Well, I wasn't sleepy tonight, so I produced the following patch for Linux capabilities, which attempts to make them useful. It is supposed to do the following (which may or may not conform with the POSIX semantics, I don't think it matters much): * First, and most importantly, capabilities are c

Re: [RFC][patch 0/2] mm: remove PageReserved

2005-08-08 Thread Nick Piggin
Nigel Cunningham wrote: Hi Nick et al. On Tue, 2005-08-09 at 14:59, Nick Piggin wrote: Changing the e820 code so it sets PageNosave instead of PageReserved, along with a couple of modifications in swsusp itself should get rid of the swsusp dependency. That would work for swsusp, but there

Re: [RFC][patch 0/2] mm: remove PageReserved

2005-08-08 Thread Nigel Cunningham
Hi Nick et al. On Tue, 2005-08-09 at 14:59, Nick Piggin wrote: > Nigel Cunningham wrote: > > Hi. > > > > On Tue, 2005-08-09 at 07:09, Daniel Phillips wrote: > > > >>>It doesn't look like they'll be able to easily free up a page > >>>flag for 2 reasons. First, PageReserved will probably be kept >

[KORG] Re: Changes to kernel.org website

2005-08-08 Thread H. Peter Anvin
Nick Sillik wrote: I think the following should be changed on the kernel.org web site? In "New to Linux?" Section Note, however, that most distributions are very large, so unless you have a _very_fast_Internet_link_ you may want to save yourself some hassle and purchase a CD-ROM with

Re: make kcalloc() a static inline

2005-08-08 Thread Pekka J Enberg
Adrian Bunk writes: kcalloc() doesn't do much more than calling kzalloc(), and gcc has better optimizing opportunities when it's inlined. The result of this patch with a fulll kernel compile (roughly equivalent to "make allyesconfig") shows a minimal size improvement: text da

Re: [PATCH] seclvl: use securityfs

2005-08-08 Thread James Morris
On Mon, 8 Aug 2005, [EMAIL PROTECTED] wrote: This looks like a nice cleanup. > + > + if (count < 0 || count >= PAGE_SIZE) > + return -ENOMEM; > + if (*ppos != 0) { > + return -EINVAL; > + } Why is the first error there -ENOMEM and not -EINVAL? - James -- Ja

Changes to kernel.org website

2005-08-08 Thread Nick Sillik
I think the following should be changed on the kernel.org web site? In "New to Linux?" Section Note, however, that most distributions are very large, so unless you have a _very_fast_Internet_link_ you may want to save yourself some hassle and purchase a CD-ROM with a distribution; su

Re: [RFC][patch 0/2] mm: remove PageReserved

2005-08-08 Thread Nick Piggin
Nigel Cunningham wrote: Hi. On Tue, 2005-08-09 at 07:09, Daniel Phillips wrote: It doesn't look like they'll be able to easily free up a page flag for 2 reasons. First, PageReserved will probably be kept around for at least one release. Second, swsusp and some arch code (ioremap) wants to know

Re: understanding Linux capabilities brokenness

2005-08-08 Thread David Madore
On Tue, Aug 09, 2005 at 01:53:50AM +, Theodore Ts'o wrote: > The POSIX specification for capabilities requires filesystem support, > so that each executables can be marked with three capability sets --- > which indicate which capabilities are asserted when the executable > starts, which capabil

Re: understanding Linux capabilities brokenness

2005-08-08 Thread James Morris
Let me play the Devil's advocate here. Should we be thinking about deprecating and removing capabilities from Linux? - James -- James Morris <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordom

Incorrect permissions on parport sysctls.

2005-08-08 Thread Dave Jones
We have a bunch of 'probe' sysctl's in parport, which are readable. (world readable even). Make them write-only. Without this, sysctl -a will try to read these files. Signed-off-by: Dave Jones <[EMAIL PROTECTED]> --- linux-2.6.11/drivers/parport/procfs.c~ 2005-04-25 12:17:30.0 -0400

Re: [Bugme-new] [Bug 5003] New: Problem with symbios driver on recent -mm trees

2005-08-08 Thread Martin J. Bligh
> On Fri, 2005-08-05 at 07:36 -0700, Martin J. Bligh wrote: >> Howcome it works on all mainline kernels, and not -mm then? ;-) >> Did we fix an error path to detect failures, maybe? > > Well, OK, it might be something to do with your drives trying to > negotiate IU and QAS. Support for this was a

Re: [RFC][patch 0/2] mm: remove PageReserved

2005-08-08 Thread Nigel Cunningham
Hi. On Tue, 2005-08-09 at 07:09, Daniel Phillips wrote: > > It doesn't look like they'll be able to easily free up a page > > flag for 2 reasons. First, PageReserved will probably be kept > > around for at least one release. Second, swsusp and some arch > > code (ioremap) wants to know about struc

Re: Compiling module-init-tools versions after v3.0

2005-08-08 Thread Rusty Russell
On Mon, 2005-08-08 at 21:12 -0400, Andrew Haninger wrote: > On 8/8/05, Adrian Bunk <[EMAIL PROTECTED]> wrote: > > But this could be better handled in module-init-tools. > Here's hoping it will be once 3.2 is released. > > Thanks again. > > -Andy Thanks for this report! This is the first I've he

Re: [PATCH] Custom IORESOURCE Class

2005-08-08 Thread Kumar Gala
On Aug 8, 2005, at 6:17 PM, Adam Belay wrote: On Mon, Aug 08, 2005 at 09:00:21AM -0700, Greg KH wrote: On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote: Below is a patch that adds an additional resource class to the platform resource types. This is to support additional r

Re: [PATCH 2/4] Task notifier: Implement todo list in task_struct

2005-08-08 Thread Nigel Cunningham
(Sorry everyone else for emailing you too. I'm only doing so to honour the convention of not removing people from replies.) Hi Christoph. As I look at the patch in preparation for sending it, I don't think I really changed anything significant. (I didn't address the issues I mentioned in the prev

Re: [PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-08 Thread Greg KH
On Tue, Aug 09, 2005 at 01:54:01AM +0200, Jiri Slaby wrote: > This marks these functions as deprecated not to use in latest drivers (it > doesn't use reference counts and the device returned by it can disappear in > any time). Did you forget to send this to the PCI maintainer for some reason? Any

Re: [PATCH] add MODULE_ALIAS for x86_64 aes

2005-08-08 Thread James Morris
On Mon, 8 Aug 2005, Olaf Hering wrote: > On Mon, Aug 08, Olaf Hering wrote: > > On Mon, Aug 08, Andrew Morton wrote: > > > > > What do you mean by "this could be the right fix"? Did it work? > > > > I cant test it due to lack of hardware. Will find someone who does. > > modprobe aes is done b

[PATCH] fix make clean damaging hg repos

2005-08-08 Thread Matt Mackall
# HG changeset patch # User Matt Mackall <[EMAIL PROTECTED]> # Node ID d3e83cde10ebc2a570503c1ff9c4d9e8f37f4af9 # Parent 915766b005c1a990ea360affa0c025087e45c723 Keep make clean from deleting files in .hg Running 'make clean' was quietly deleting files in Mercurial kernel repositories matching '.

Re: How to reclaim inode pages on demand

2005-08-08 Thread Rik van Riel
On Mon, 8 Aug 2005, Mel Gorman wrote: > Given a struct page, that one knows is an inode, can anyone suggest > the best way to find the inode using it and free it? Note that you can only free the inodes that aren't currently open files for any of the processes in the system. -- All Rights Revers

Re: [PATCH 2/4] Task notifier: Implement todo list in task_struct

2005-08-08 Thread Nigel Cunningham
Hi. On Tue, 2005-08-09 at 12:01, Christoph Lameter wrote: > On Tue, 9 Aug 2005, Nigel Cunningham wrote: > > > Just to let you know that I have it working with Suspend2. One thing I > > am concerned about is that we still need a way of determining whether a > > process has been signalled but not y

Re: obsolete modparam change busted.

2005-08-08 Thread Rusty Russell
On Mon, 2005-08-08 at 14:49 -0400, Dave Jones wrote: > However this change was broken, and if the modprobe.conf > has trailing whitespace, modules fail to load with the > following helpful message.. Hi Dave, This fix should be preferable, I think. Name: Ignore trailing whitespace on kern

[PATCH] cpm_uart: Fix dpram allocation and non-console uarts

2005-08-08 Thread Kumar Gala
(A believe Marcelo would like to see this in 2.6.13, but I'll let him fight over that ;) * Makes dpram allocations work * Makes non-console UART work on both 8xx and 82xx * Fixed whitespace in files that were touched Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> Signed-off-by: Pantelis Antoni

[PATCH] cpm_uart: needs some love to compile with GCC4.0.1

2005-08-08 Thread Kumar Gala
Fixed problems so we can build with gcc-4.0.1 Signed-off-by: Peter Schaefer-Hutter <[EMAIL PROTECTED]> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- commit dcc63579f883d388c5b4f69c4adc82423cab1de2 tree f856b999bdc0182e6299ecd4432380af0ac0 parent 1de80554bcae877dce3b6d878053eb092ef65c72 au

Re: 2.6.12.3 lockup with lots of D state processes

2005-08-08 Thread Rob Mueller
Just an update to this, I've found some more information. I can now reliably reproduce this lock up. I was trying to remove a large number of files from a reiserfs partition nohup rm -rf /var/spool/imap3/?/user/.migrated/*& And just a second or two after I started that command, I got a message

Re: [PATCH] Custom IORESOURCE Class

2005-08-08 Thread Adam Belay
On Mon, Aug 08, 2005 at 09:00:21AM -0700, Greg KH wrote: > On Mon, Aug 08, 2005 at 11:11:45AM -0700, Matthew Gilbert wrote: > > Below is a patch that adds an additional resource class to the platform > > resource types. This is to support additional resources that need to be > > passed > > to dri

Re: [PATCH] DVB: lgdt330x frontend: some bug fixes & add lgdt3303 support

2005-08-08 Thread Mac Michaels
I am not attached to the experimental code. If it goes away my feelings will not be hurt. It was put there so I can easily tell an early adopter how to make the noise go away. -- Mac On Monday 08 August 2005 08:20 am, Michael Krufky wrote: > Mauro Carvalho Chehab wrote: > > This should't be

PowerOP 3/3: Intel Centrino cpufreq integration

2005-08-08 Thread Todd Poynor
A minimal example of modifying cpufreq to use PowerOP for reading and writing power parameters on Intel Centrino platforms. It would be possible to move voltage table lookups to the PowerOP layer. Index: linux-2.6.12/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c =

Linux 2.4.32-pre3

2005-08-08 Thread Marcelo Tosatti
Hi, Here goes v2.4.32-pre3. It contains several v2.6 backported fixes, amongst them: - libata update - networking fixes (most notably Netfilter) Please refer to the changelog for the detailed information Summary of changes from v2.4.32-pre2 to v2.4.32-pre3 ==

PowerOP 2/3: Intel Centrino support

2005-08-08 Thread Todd Poynor
Minimal PowerOP support for Intel Enhanced Speedstep "Centrino" notebooks. These systems run at an operating point comprised of a cpu frequency and a core voltage. The voltage could be set from the values recommended in the datasheets if left unspecified (-1) in the operating point, as cpufreq do

PowerOP 1/3: PowerOP core

2005-08-08 Thread Todd Poynor
The PowerOP core provides the struct powerop_point that defines an operating point, and trivial routines for calling the platform-specific backend to read and set operating points and for registering a single machine-dependent backend. Operating points are an array of 32-bit integer-valued power p

PowerOP 0/3: System power operating point management API

2005-08-08 Thread Todd Poynor
PowerOP is a system power parameter management API submitted for discussion. PowerOP writes and reads power "operating points", comprised of arbitrary integer-valued values, called power parameters, that correspond to registers, clocks, dividers, voltage regulators, etc. that may be modified to se

Re: Unreliable Guide to Locking - Addition?

2005-08-08 Thread Rusty Russell
On Mon, 2005-08-08 at 18:41 +0530, Kedar Sovani wrote: > when the last atomic_dec_and_test() (the last == the one which > returns 0) is being called on the object, the object is usually not > accessible to others (list_del()) and hence the simultaneous > atomic_inc() call never occurs. Yes, a

Re: [PATCH 2/4] Task notifier: Implement todo list in task_struct

2005-08-08 Thread Christoph Lameter
On Tue, 9 Aug 2005, Nigel Cunningham wrote: > Just to let you know that I have it working with Suspend2. One thing I > am concerned about is that we still need a way of determining whether a > process has been signalled but not yet frozen. At the moment you just > check p->todo, but if/when other

Re: understanding Linux capabilities brokenness

2005-08-08 Thread Theodore Ts'o
On Mon, Aug 08, 2005 at 11:53:33PM +, David Wagner wrote: > David Madore wrote: > >This does not tell me, then, why CAP_SETPCAP was globally disabled by > >default, nor why passing of capabilities across execve() was entirely > >removed instead of being fixed. > > I do not know of any good re

Re: SATALink Sil3112 and Linux woes

2005-08-08 Thread Avuton Olrich
On 8/8/05, Shaun Jackman <[EMAIL PROTECTED]> wrote: > setup. Is this card well supported under Linux? If it's a black sheep, > could someone please recommend a PCI SATA card that works well? I have onboard SATALink Sil3112 (on my Asus A7N8X) and it's worked fine (libata and non). > First off, eve

Re: [PATCH 2/4] Task notifier: Implement todo list in task_struct

2005-08-08 Thread Nigel Cunningham
Hi. Just to let you know that I have it working with Suspend2. One thing I am concerned about is that we still need a way of determining whether a process has been signalled but not yet frozen. At the moment you just check p->todo, but if/when other functionality begins to use the todo list, this

Re: Compiling module-init-tools versions after v3.0

2005-08-08 Thread Andrew Haninger
On 8/8/05, Adrian Bunk <[EMAIL PROTECTED]> wrote: > Workaround: > > Remove the > > man_MANS = $(MAN5) $(MAN8) > > line in Makefile.in before running configure. On 8/8/05, Ken Moffat <[EMAIL PROTECTED]> wrote: > per LFS (http://www.linuxfromscratch.org/lfs/) make DOCBOOKTOMAN="" > (or look at

Re: 2.6.13-rc3-mm3

2005-08-08 Thread Christoph Lameter
On Mon, 8 Aug 2005, Richard Purdie wrote: > The following patch (against -mm) cleared the problem up but I'm not > sure how correct it is: Almost. The new entry needs to be made dirty. new_entry is already made young. entry is not. --- Set dirty bit correctly in handle_pte_fault new_entry is

Re: [PATCH] Removing maintainer's bad e-mails

2005-08-08 Thread Adrian Bunk
On Mon, Aug 08, 2005 at 08:31:40PM -0400, Kurt Wall wrote: > On Tue, Aug 09, 2005 at 12:49:17AM +0200, Adrian Bunk took 42 lines to write: > > On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote: > > > > > > You may as well change the S: to unmaintained whilst > > > you're there, it hasn't

Re: [HELP] How to get address of module

2005-08-08 Thread Hiroki Kaminaga
From: "linux-os \(Dick Johnson\)" <[EMAIL PROTECTED]> Subject: Re: [HELP] How to get address of module Date: Mon, 8 Aug 2005 09:51:25 -0400 > What do you want the address of in your driver? Do you want the > address of its various entry points (hint, the stuff you put > into the "struct file_opera

Re: [HELP] How to get address of module

2005-08-08 Thread Hiroki Kaminaga
From: Arnd Bergmann <[EMAIL PROTECTED]> Subject: Re: [HELP] How to get address of module Date: Mon, 8 Aug 2005 15:30:53 +0200 > You can do all that with module_address_lookup() using the KALLSYMS > infrastructure. Thank you. What I wanted is: given the segfault address, I would like to 1) get

irqpoll causing some breakage?

2005-08-08 Thread Daniel Drake
Hi, I recently added the irqpoll patch to Gentoo's 2.6.12 kernels, using this patch: http://dev.gentoo.org/~dsd/genpatches/trunk/2.6.12/2700_irqpoll.patch Since then, I've had a few reports of minor breakage, but this is the first one I've been able to get full info on. Hans-Christian Arming

[-mm patch] SIS190 must select MII

2005-08-08 Thread Adrian Bunk
On Tue, Aug 09, 2005 at 02:26:31AM +0200, Jiri Slaby wrote: > Hello, i find out this problem: > #make O=../bu allmodconfig > ... > #make O=../bu all > ... > LD .tmp_vmlinux1 > drivers/built-in.o(.text+0x63c87): In function `sis190_get_settings': > /l/latest/xxx/drivers/net/sis190.c:1656: unde

Re: [PATCH] Posix file attribute support on VFAT

2005-08-08 Thread Machida, Hiroyuki
Bodo Eggert wrote: Hiroyuki Machida <[EMAIL PROTECTED]> wrote: For newly created and/or modified files/dirs, system can utilize full posix attributes, because memory resident inode storage can hold those. After umount-mount cycle, system may lose some attributes to preserve VFAT format. Ino

Re: [PATCH] Removing maintainer's bad e-mails

2005-08-08 Thread Kurt Wall
On Tue, Aug 09, 2005 at 12:49:17AM +0200, Adrian Bunk took 42 lines to write: > On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote: > > > > You may as well change the S: to unmaintained whilst > > you're there, it hasn't seen any updates in a long time, > > and still uses several out-of-da

Re: Compiling module-init-tools versions after v3.0

2005-08-08 Thread Ken Moffat
On Mon, 8 Aug 2005, Andrew Haninger wrote: > > The problem is that compiling module-init-tools versions after 3.0 > seem require docbook-utils (the compile fails on a docbook2man > operation) to be installed and docbook-utils requires jade which will > not compile. I found one jade package called

2.6.13-rc5-mm1, mii.c functions linking problem

2005-08-08 Thread Jiri Slaby
Hello, i find out this problem: #make O=../bu allmodconfig ... #make O=../bu all ... LD .tmp_vmlinux1 drivers/built-in.o(.text+0x63c87): In function `sis190_get_settings': /l/latest/xxx/drivers/net/sis190.c:1656: undefined reference to `mii_ethtool_gset' drivers/built-in.o(.text+0x63c96):

Re: [RFC][patch 0/2] mm: remove PageReserved

2005-08-08 Thread Nick Piggin
Daniel Phillips wrote: On Sunday 07 August 2005 13:28, Nick Piggin wrote: If anyone has an issue with the patches or my merge plan, let's get some discussion going. You forgot to mention what replaces PageReserved: the VM_RESERVED vma flag, which is now added to the whole zap_pte call chai

Re: 2.6.13-rc5-mm1 doesnt boot on x86_64

2005-08-08 Thread James Bottomley
On Mon, 2005-08-08 at 10:42 -0700, Andrew Morton wrote: > -mm has extra list_head debugging goodies. I'd be suspecting a list_head > corruption detected somewhere under spi_release_transport(). Aha, looking in wrong driver ... the problem actually appears to be a double release of the transport t

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-08-08 Thread Sonny Rao
On Tue, Aug 09, 2005 at 09:09:57AM +1000, Keith Owens wrote: > On Mon, 8 Aug 2005 10:44:04 -0700, > Andrew Morton <[EMAIL PROTECTED]> wrote: > >Sonny Rao <[EMAIL PROTECTED]> wrote: > >> Modules linked in: cpufreq_userspace cpufreq_stats freq_table > >> cpufreq_powersave > >> cpufreq_ondemand cpu

[PATCH -mm] removes pci_find_device from i6300esb.c

2005-08-08 Thread Jiri Slaby
This patch changes pci_find_device to pci_get_device (encapsulated in for_each_pci_dev) in i6300esb watchdog card with appropriate adding pci_dev_put. Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> diff --git a/drivers/char/watchdog/i6300esb.c b/drivers

[PATCH] pci_find_device and pci_find_slot mark as deprecated

2005-08-08 Thread Jiri Slaby
This marks these functions as deprecated not to use in latest drivers (it doesn't use reference counts and the device returned by it can disappear in any time). Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> diff --git a/include/linux/pci.h b/include/li

[PATCH] removes pci_find_device from parport_pc.c

2005-08-08 Thread Jiri Slaby
This patch changes pci_find_device to pci_get_device (encapsulated in for_each_pci_dev). Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c --- a/drivers/parport/parport_pc.c +++ b/dri

[PATCH] Removing maintainer's bad e-mails

2005-08-08 Thread Jiri Slaby
This patch removes 1 whole entry, which is no longer maintained and 1 e-mail, which is not right. [comtrol was posted by Rolf Eike Beer] Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Rolf Eike Beer <[EMAIL PROTECTED]> Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> diff --git a/MAINTA

[PATCH] Removes documentation about non-existent functions

2005-08-08 Thread Jiri Slaby
This removes very old functions from pci docs, which aren't no longer in the kernel. Generated in 2.6.13-rc5-mm1 kernel version. Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> diff --git a/Documentation/pci.txt b/Documentation/pci.txt --- a/Documentation/pci.txt +++ b/Documentation/pci.txt @@ -26

Re: understanding Linux capabilities brokenness

2005-08-08 Thread David Wagner
David Madore wrote: >This does not tell me, then, why CAP_SETPCAP was globally disabled by >default, nor why passing of capabilities across execve() was entirely >removed instead of being fixed. I do not know of any good reason. Perhaps the few folks who knew enough to fix it properly didn't fee

SATALink Sil3112 and Linux woes

2005-08-08 Thread Shaun Jackman
Hello, I have a Silicon Image SATALink Sil3112 PCI card connected to two 200 GB SATA Seagate drives. I'm running into many problems with this setup. Is this card well supported under Linux? If it's a black sheep, could someone please recommend a PCI SATA card that works well? First off, every 2.

Re: Wireless support

2005-08-08 Thread Alejandro Bonilla Beeche
On Tue, 2005-08-09 at 01:29 +0200, Adrian Bunk wrote: > On Mon, Aug 08, 2005 at 03:06:58PM -0400, Lee Revell wrote: > > On Mon, 2005-08-08 at 12:56 -0600, Alejandro Bonilla wrote: > With NdisWrapper, the hardware manufacturer can say: > "Our hardware is supported through the open source NdisWrapp

Re: [patch 1/1] x86_64: Rename KDB_VECTOR to DEBUGGER_VECTOR

2005-08-08 Thread Keith Owens
On Tue, 9 Aug 2005 01:16:37 +0200, Andi Kleen <[EMAIL PROTECTED]> wrote: >On Tue, Aug 09, 2005 at 09:14:52AM +1000, Keith Owens wrote: >> On Mon, 8 Aug 2005 21:28:50 +0200, >> Andi Kleen <[EMAIL PROTECTED]> wrote: >> >On Mon, Aug 08, 2005 at 12:27:10PM -0700, Tom Rini wrote: >> >> { >> >> unsi

Re: Wireless support

2005-08-08 Thread Adrian Bunk
On Mon, Aug 08, 2005 at 03:06:58PM -0400, Lee Revell wrote: > On Mon, 2005-08-08 at 12:56 -0600, Alejandro Bonilla wrote: > > Again, the point is that ndiswrapper is a great project, but people > > uses it for the leftovers! We *shouldn't* buy leftovers or from Manuf > > that don't care about Linux

Re: [PATCH 2.6.13-rc3-git9] pl2303: pl2303_update_line_status data length fix

2005-08-08 Thread Horst Schirmeier
On Mon, 08 Aug 2005, Greg KH wrote: > On Thu, Jul 28, 2005 at 03:32:20PM +0200, Horst Schirmeier wrote: > > Minimum data length must be UART_STATE + 1, as data[UART_STATE] is being > > accessed for the new line_state. Although PL-2303 hardware is not > > expected to send data with exactly UART_STAT

RE: [sched, patch] better wake-balancing, #3

2005-08-08 Thread Chen, Kenneth W
Ingo Molnar wrote on Saturday, July 30, 2005 12:19 AM > * Nick Piggin <[EMAIL PROTECTED]> wrote: > > > > here's an updated patch. It handles one more detail: on SCHED_SMT we > > > should check the idleness of siblings too. Benchmark numbers still > > > look good. > > > > Maybe. Ken hasn't measu

Re: Linux-2.6.13-rc6: aic7xxx testers please..-deadlock

2005-08-08 Thread Andrew Morton
"art" <[EMAIL PROTECTED]> wrote: > > kernel 2.6.13-rc1-git7 to 2.6.13-rc5 transfer 72MB/s on aha19160 with 15k > rpm seagate with reiserfs3 but possible deadlock in heavy IO - rsync > ~5-small files from /mnt/seagate15k/a to /mnt/seagate15k/b ends in > middle with deadlock of rsync (3 instances

Re: [patch 1/1] x86_64: Rename KDB_VECTOR to DEBUGGER_VECTOR

2005-08-08 Thread Andi Kleen
On Tue, Aug 09, 2005 at 09:14:52AM +1000, Keith Owens wrote: > On Mon, 8 Aug 2005 21:28:50 +0200, > Andi Kleen <[EMAIL PROTECTED]> wrote: > >On Mon, Aug 08, 2005 at 12:27:10PM -0700, Tom Rini wrote: > >> { > >>unsigned int icr = APIC_DM_FIXED | shortcut | vector | dest; > >> - if (vector ==

Re: [patch 1/1] x86_64: Rename KDB_VECTOR to DEBUGGER_VECTOR

2005-08-08 Thread Keith Owens
On Mon, 8 Aug 2005 21:28:50 +0200, Andi Kleen <[EMAIL PROTECTED]> wrote: >On Mon, Aug 08, 2005 at 12:27:10PM -0700, Tom Rini wrote: >> { >> unsigned int icr = APIC_DM_FIXED | shortcut | vector | dest; >> -if (vector == KDB_VECTOR) >> +if (vector == NMI_VECTOR) >> icr =

Re: How to reclaim inode pages on demand

2005-08-08 Thread Andrew Morton
Mel Gorman <[EMAIL PROTECTED]> wrote: > > Hi, > > I am working on a direct reclaim strategy to free up large blocks of > contiguous pages. The part I have is working fine, but I am finding a > hundreds of pages that are being used for inodes that I need to reclaim. I > tried purging the inode list

Re: OOPS in 2.6.13-rc1-mm1 -- EIP is at sysfs_release+0x49/0xb0

2005-08-08 Thread Keith Owens
On Mon, 8 Aug 2005 10:44:04 -0700, Andrew Morton <[EMAIL PROTECTED]> wrote: >Sonny Rao <[EMAIL PROTECTED]> wrote: >> Modules linked in: cpufreq_userspace cpufreq_stats freq_table >> cpufreq_powersave >> cpufreq_ondemand cpufreq_conservative ipv6 video thermal processor hotkey >> fan co >> ntain

Re: [PATCH] spi

2005-08-08 Thread david-b
Well I like this a bit better, but it's still in transition from the old I2C style stuff over to a newer driver model based one. (As other folk have noted, with the "bus" v. "adapter" confusion.) - Can you make the SPI messages work with an async API? It suffices to have a callback and a "vo

Re: [PATCH] spi

2005-08-08 Thread Andrew Morton
dmitry pervushin <[EMAIL PROTECTED]> wrote: > A few coding style nits. > +#include "spi_locals.h" > + > +static LIST_HEAD( spi_busses ); Please don't put spaces after '(' and before ')'. > + if (0 == strncmp(*id, SPI_ID_ANY, strlen(SPI_ID_ANY))) { And this trick isn't really needed

Re: Fw: two 2.6.13-rc3-mm3 oddities

2005-08-08 Thread Dipankar Sarma
On Mon, Aug 08, 2005 at 10:25:59AM -0700, Andrew Morton wrote: > Dipankar Sarma <[EMAIL PROTECTED]> wrote: > > > > > But: IIRC the counters were moved to the ctor/dtor for performance > > > reasons, I'd guess mbligh ran into cache line trashing on the > > > filp_count_lock spinlock with reaim or

Re: 2.6.12->2.6.13-rc6 SMT changes -- intentional?

2005-08-08 Thread Phil Oester
On Tue, Aug 09, 2005 at 12:34:10AM +0200, Petr Vandrovec wrote: > It looks like that ACPI is gone... Can you recheck your .config that > you still have ACPI enabled? > Petr Hmmff...yup, you are correct. Which is interesting, since I just copi

Re: [RFC] atomic open(..., O_CREAT | ...)

2005-08-08 Thread Trond Myklebust
ty den 09.08.2005 Klokka 00:27 (+0200) skreiv Miklos Szeredi: > I'd like to make my filesystem be able to do file creation and opening > atomically. This is needed for filesystems which cannot separate > checking open permission from the actual open operation. > > Usually any filesystem served fr

FW: fix nohalt boot option

2005-08-08 Thread Chen, Kenneth W
"nohalt" option is currently broken on IPF (2.6.12 is the earliest kernel I looked, might be broken even earlier). - Ken -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chen, Kenneth W Sent: Monday, August 08, 2005 3:25 PM To: linux-ia64@vger.kernel.org

icn driver fails to unload when no hardware present.

2005-08-08 Thread Dave Jones
Fix a null dereference in module unload path. Found by a simple modprobe icn ; rmmod icn Signed-off-by: Dave Jones <[EMAIL PROTECTED]> --- linux-2.6.12/drivers/isdn/icn/icn.c~2005-08-08 18:50:25.0 -0400 +++ linux-2.6.12/drivers/isdn/icn/icn.c 2005-08-08 18:54:13.0 -0400

[PATCH] seclvl: use securityfs

2005-08-08 Thread serue
Hi, since Greg KH's securityfs patch is in -mm, the attached patch will convert seclvl to use securityfs. thanks, -serge Signed-off-by: Serge Hallyn <[EMAIL PROTECTED]> -- seclvl.c | 226 +++ 1 files changed, 69 insertions(+), 157 del

Re: [PATCH] Removing maintainer's bad e-mails

2005-08-08 Thread Adrian Bunk
On Mon, Aug 08, 2005 at 02:33:00PM -0400, Dave Jones wrote: > On Mon, Aug 08, 2005 at 01:50:43AM +0200, Jiri Slaby wrote: > > > diff --git a/MAINTAINERS b/MAINTAINERS > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -204,8 +204,6 @@ S: Maintained > > > > ADVANSYS SCSI DRIVER > > P: B

[PATCH] cpuset release ABBA deadlock fix

2005-08-08 Thread Paul Jackson
Fix possible cpuset_sem ABBA deadlock if 'notify_on_release' set. For a particular usage pattern, creating and destroying cpusets fairly frequently using notify_on_release, on a very large system, this deadlock can be seen every few days. If you are not using the cpuset notify_on_release feature,

Re: Linux 2.6.11.5 on R3912 problems

2005-08-08 Thread Mark Underwood
OK. Fixed this one myself :-), I had misunderstood the MIPS timer stuff and thus the kernel wasn't scheduling. Mark --- Mark Underwood <[EMAIL PROTECTED]> wrote: > Hi, > > I have now been trying to get Linux 2.6.11.5 (built > with gcc 3.3.3 and binutils 2.15.91.0.2) up and > running on my Helio

[-mm patch] make kcalloc() a static inline

2005-08-08 Thread Adrian Bunk
kcalloc() doesn't do much more than calling kzalloc(), and gcc has better optimizing opportunities when it's inlined. The result of this patch with a fulll kernel compile (roughly equivalent to "make allyesconfig") shows a minimal size improvement: text data bss dec

RE: [RFC] Demand faulting for large pages

2005-08-08 Thread Chen, Kenneth W
Adam Litke wrote on Monday, August 08, 2005 3:17 PM > The reason for the VM_FAULT_SIGBUS default return is because I thought a > fault on a pte_present hugetlb page was an invalid/unhandled fault. > I'll have another think about races to the fault handler though. Two threads fault on the same pte

[patch 12/16] ide/ide-cs: replace schedule_timeout() with msleep()

2005-08-08 Thread domen
From: Nishanth Aravamudan <[EMAIL PROTECTED]> Uses msleep() in place of schedule_timeout() to guarantee the task delays as expected. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- i

[patch 07/16] block/umem: replace PRINTK with pr_debug

2005-08-08 Thread domen
From: Domen Puncer <[EMAIL PROTECTED]> Removed unused dprintk, replaced PRINTK with pr_debug. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- umem.c | 11 --- 1 files changed, 4 i

[patch 15/16] reiserfs: super.c - vfree() checking cleanups

2005-08-08 Thread domen
From: [EMAIL PROTECTED] super.c vfree() checking cleanups. Signed-off by: James Lamanna <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- super.c |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: quilt/fs/reiserfs/super.c

Re: Compiling module-init-tools versions after v3.0

2005-08-08 Thread Adrian Bunk
On Mon, Aug 08, 2005 at 06:08:57PM -0400, Andrew Haninger wrote: > Hello. Hi Andrew, > I'm trying to upgrade one of my machines to module-init-tools-3.2-pre8 > so that I can better assist a driver developer in debugging some > issues with the OPL3SA2 driver from ALSA. > > The machine is curre

[patch 13/16] net/stir4200: replace direct assignment with set_current_state()

2005-08-08 Thread domen
From: Nishanth Aravamudan <[EMAIL PROTECTED]> Use set_current_state() instead of direct assignment of current->state. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- stir4200.c |

[patch 04/16] fs/namespace.c: list_for_each_entry

2005-08-08 Thread domen
From: Domen Puncer <[EMAIL PROTECTED]> Make code more readable with list_for_each_entry. Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Maximilian Attems <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> --- namespace.c |4 +--- 1 files changed, 1 insertio

Re: 2.6.12->2.6.13-rc6 SMT changes -- intentional?

2005-08-08 Thread Petr Vandrovec
Phil Oester wrote: Just booted a box on 2.6.13-rc6, and noticed that it now only reports a single processor, whereas on 2.6.12.4 it reports two. While there is only one physical processor, I wonder if this change was intentional, since I can't find anything in the changelog about SMT changes. B

[patch 16/16] block/ps2esdi: replace sleep_on() with wait_event()

2005-08-08 Thread domen
From: Nishanth Aravamudan <[EMAIL PROTECTED]> Use wait_event() instead of the deprecated sleep_on(). In all replacements, wait_event() expects the condition to *stop* on, so the existing conditional is negated and passed as the parameter. I am not sure if these changes are appropriate, as the co

  1   2   3   4   >