Re: RFD: Kernel release numbering

2005-03-04 Thread Steven Cole
Jeff Garzik wrote: Linus Torvalds wrote: I've long since decided that there's no point to making -pre. What's the difference between a -pre and a daily -bk snapshot? Really? Several non-BK developers use the first -rc1 as a merge point. Others simply trust that _Linus_ has a lot more smarts than

Re: RFD: Kernel release numbering

2005-03-04 Thread Greg KH
On Fri, Mar 04, 2005 at 10:59:54AM -0800, Randy.Dunlap wrote: Can/will/should it also include *required* (showstopper) build fixes, if there are any of those? I think so, the ppc fix is such a thing. But not for things marked CONFIG_BROKEN :) thanks, greg k-h - To unsubscribe from this

Re: Undefined symbols in 2.6.11-rc5-mm1

2005-03-04 Thread Adrian Bunk
On Fri, Mar 04, 2005 at 07:56:38PM +0100, Adrian Bunk wrote: On Fri, Mar 04, 2005 at 09:23:17PM +1100, Rusty Russell wrote: On Wed, 2005-03-02 at 15:00 +0100, Adrian Bunk wrote: Why doesn't an EXPORT_SYMBOL create a reference? It does: EXPORT_SYMBOL(x) drops the address of x, including

[patch] inotify for 2.6.11-mm1

2005-03-04 Thread Robert Love
On Fri, 2005-03-04 at 13:37 -0500, Robert Love wrote: Hey, Andrew. I greatly reworked much of the data structures and their interactions, to lay the groundwork for sanitizing the locking. I then, I hope, sanitized the locking. It looks right, I am happy. Comments welcome. I surely could

Re: RFD: Kernel release numbering

2005-03-04 Thread Greg KH
On Fri, Mar 04, 2005 at 11:12:22AM -0800, Linus Torvalds wrote: But automation takes time to build up and learn, and in the meantime doing it by hand and learning early is definitely the right thing to do. Maybe you doing it by hand just makes it clear that I was wrong about the need for

Re: Linux 2.6.11.1

2005-03-04 Thread Paolo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 | For those of you who haven't waded through the huge RFD: Kernel release | numbering thread on lkml to realize that we are now going to start | putting out 2.6.x.y releases, here's the summary: | | A few of us $suckers will be trying to maintain

Re: [Fwd: United States Patent: 6,862,609]

2005-03-04 Thread Tom Vier
On Thu, Mar 03, 2005 at 01:21:08AM -0500, Gene Heskett wrote: It brings up another sore point with me. I'm of the opinion that both copyright, and patent, should be granted to the author/inventor on a non-transferable basis. He could then sell rights to use it for a set period of time, at

Re: [PATCH] whitespace cleanups for fs/cifs/file.c

2005-03-04 Thread Jesper Juhl
On Fri, 4 Mar 2005, Christopher R. Hertel wrote: I would guess that Steve is at Connectathon... Might be a while before he has time to catch up on these threads. Ok, thank you for the info. I'll just sit back and be patient and if nothing happens I'll pick it back up once 2.6.12 hits the

Re: [PATCH] whitespace cleanups for fs/cifs/file.c

2005-03-04 Thread Christopher R. Hertel
I would guess that Steve is at Connectathon... Might be a while before he has time to catch up on these threads. Chris -)- -- Implementing CIFS - the Common Internet FileSystem ISBN: 013047116X Samba Team -- http://www.samba.org/ -)- Christopher R. Hertel jCIFS Team --

Libre Software Meeting 2005 : Call for contributions

2005-03-04 Thread Thomas Petazzoni
CALL FOR CONTRIBUTIONS Libre Software Meeting 2005 --- Operating system design and implementation The Libre Software Meeting (LSM) has been one of the most important Free Software events in France since the year 2000 [0]. This year, the meeting will take place

Re: RFD: Kernel release numbering

2005-03-04 Thread David Greaves
Richard Purdie wrote: Writing instructions for setting up oe to build it may be the best option. As it happens I was editing that exact page in the wiki t'other day: http://openembedded.org/cgi-bin/moin.cgi/GettingStarted I actually only wanted a toolchain but oe and scratchbox[1] seemed the

Re: nothing in /proc/fs/nfs/exports ?

2005-03-04 Thread Trond Myklebust
fr den 04.03.2005 Klokka 11:58 (+) skreiv J.A. Magallon: = /proc/fs/nfs/exports # Version 1.1 # Path Client(Flags) # IPs Nothing in xtab ? Nothing in /proc ? Why ? man exportfs. Read all about the 2.6 kernel's new mechanism for communication between mountd and the kernel.

Re: RFD: Kernel release numbering

2005-03-04 Thread Jesper Juhl
On Fri, 4 Mar 2005, Jens Axboe wrote: On Fri, Mar 04 2005, Jesper Juhl wrote: I run vanilla kernels on all my boxes, workstations and servers, since I don't really trust vendor kernels. That's a strange statement, I don't think you are aware of the level of testing that goes into a

Re: RFD: Kernel release numbering

2005-03-04 Thread Rene Herman
Linus Torvalds wrote: I've long since decided that there's no point to making -pre. What's the difference between a -pre and a daily -bk snapshot? Really? The fact that not a script, but Linus Torvalds, decides that the tree is in a state he likes to share with others. You have been doing -pre's

Re: slab corruption in skb allocs

2005-03-04 Thread Richard Fuchs
Richard Fuchs wrote: [e100] i will try again the eepro100 driver and see if it does the same... yes, the same thing happens with the eepro100 driver. cheers richard - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo

Re: Linux 2.6.11.1

2005-03-04 Thread Jeff Garzik
Paolo wrote: Out of curiosity, are you going to include the -as branch ? The -as stuff should be built on top of 2.6.11.X. 2.6.11.X should not be every fix under the sun, until 2.6.12 is released. Jeff - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH 1/4] vfs: adds the S_PRIVATE flag and adds use to security

2005-03-04 Thread Jeffrey Mahoney
This patch adds an S_PRIVATE flag to inode-i_flags to mark an inode as filesystem-internal. As such, it should be excepted from the security infrastructure to allow the filesystem to perform its own access control. Changes: - Post-operations for calls that generally instantiate the dentry but

Re: RFD: Kernel release numbering

2005-03-04 Thread Jeff Garzik
Greg KH wrote: On Fri, Mar 04, 2005 at 11:12:22AM -0800, Linus Torvalds wrote: Let's try with the 2.6.x.y numbering scheme, it's simple, and maybe it ends up being sufficient. I just wanted to bring up the point that I don't think the sucker tree _has_ to be seen as a 2.6.x.y tree at all. Fair

RE: RFD: Kernel release numbering

2005-03-04 Thread Hua Zhong
-fixup or -fixes maybe. x.y is OK too. :) How about Service Pack? :joke: I could never understand why we have confused users in the naming in 2.6 serials and are trying to confuse them even more.. Hua - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

[PATCH] blockdev: fixes race between mount/umount

2005-03-04 Thread Jeffrey Mahoney
This patch fixes a race between mount and umount in set_blocksize. The results can vary between buffer errors and infinite loops in __getblk_slow, and possibly others. The patch makes set_blocksize run under the bdev_lock if it is the sole holder of the block device. Changes: - Added missing

Re: Linux 2.6.11.1

2005-03-04 Thread Greg KH
On Fri, Mar 04, 2005 at 08:28:58PM +0100, Paolo wrote: Out of curiosity, are you going to include the -as branch ? The whole thing? No, see previous comments about the contents of the -as and -ac branches in the big lkml thread. But if people will forward on bits and pieces of the -as and -ac

Re: Linux 2.6.11.1

2005-03-04 Thread Paolo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Greg KH wrote: | On Fri, Mar 04, 2005 at 08:28:58PM +0100, Paolo wrote: | |Out of curiosity, are you going to include the -as branch ? | | | The whole thing? No, see previous comments about the contents of the | -as and -ac branches in the big lkml

Re: [Linux-fbdev-devel] [PATCH][resend] drivers/video/kyro/fbdev.c ignoring return value of copy_*_user

2005-03-04 Thread Jesper Juhl
On Sat, 5 Mar 2005, Antonino A. Daplas wrote: On Friday 04 March 2005 22:26, Jesper Juhl wrote: Hi, 2.6.11 still contain these warnings : drivers/video/kyro/fbdev.c:597: warning: ignoring return value of `copy_from_user', declared with attribute warn_unused_result

Re: [PATCH] clean up FIXME in do_timer_interrupt

2005-03-04 Thread Lee Revell
On Fri, 2005-03-04 at 02:28 -0800, George Anzinger wrote: Lee Revell wrote: On Thu, 2005-03-03 at 16:45 -0800, Andrew Morton wrote: If efi_enabled is true and efi_set_rtc_mmss(xtime.tv_sec) returns zero, the new code will run set_rtc_mmss(xtime.tv_sec) whereas the old code won't.

Re: Undefined symbols in 2.6.11-rc5-mm1

2005-03-04 Thread Adrian Bunk
On Fri, Mar 04, 2005 at 02:11:13PM -0500, Kai Germaschewski wrote: On Fri, 4 Mar 2005, Rusty Russell wrote: On Wed, 2005-03-02 at 15:00 +0100, Adrian Bunk wrote: Why doesn't an EXPORT_SYMBOL create a reference? It does: EXPORT_SYMBOL(x) drops the address of x, including

Re: slab corruption in skb allocs

2005-03-04 Thread Matt Mackall
On Fri, Mar 04, 2005 at 01:23:48PM +0100, Richard Fuchs wrote: Andrew Morton wrote: I guess it could be hardware. But given that disabling DMA _causes_ the problem, rather than fixes it, it seems unlikely. Could you enable CONFIG_DEBUG_PAGEALLOC in .config and see it that triggers an

[RFC] ext3/jbd race: releasing in-use journal_heads

2005-03-04 Thread Stephen C. Tweedie
Hi all, For the past few months there has been a slow but steady trickle of reports of oopses in kjournald. Recently I got a couple of reports that were repeatable enough to rerun with extra debugging code. It turns out that we're releasing a journal_head while it is still linked onto the

Re: BIOS overwritten during resume (was: Re: Asus L5D resume on battery power)

2005-03-04 Thread Pavel Machek
Hi! IIRC kernel code/data is marked as PageReserved(), that's why we need to save that :(. Not sure what to do with data e820 marked as reserved... Perhaps we need another page flag, like PG_readonly, and mark the pages reserved by the e820 as PG_reserved | PG_readonly (the

Re: RFD: Kernel release numbering

2005-03-04 Thread Linus Torvalds
On Fri, 4 Mar 2005, Nicolas Pitre wrote: It might still be worth a try, especially since so many people are convinced this is the way to go (your fault or not is not the point). Making releases is actually a fair bit of work. Not the script itself, but just deciding and trying to

Re: Patch to enable the USB handoff on Dell 650

2005-03-04 Thread Pete Zaitcev
On Wed, 2 Feb 2005 10:18:47 +0300 Andrey Panin [EMAIL PROTECTED] wrote: +++ linux-2.6.11-rc2-lem/arch/i386/kernel/dmi_scan.c2005-01-31 20:42:16.163592792 -0800 +static __init int enable_usb_handoff(struct dmi_blacklist *d) +{ Please don't add new quirks into dmi_scan.c. Use

Re: [Alsa-devel] Re: intel 8x0 went silent in 2.6.11

2005-03-04 Thread Mark Canter
Bill: As I have been running through the kernel setting: 2.6.11/sound/pci/ac97/ac97_patch.c: static const snd_kcontrol_new_t snd_ac97_ad1981x_jack_sense[] = { AC97_SINGLE(Headphone Jack Sense, AC97_AD_JACK_SPDIF, 11, 1, 1), Note the last 1 is originally 0 in the kernel. This might do it, but

Re: intel 8x0 went silent in 2.6.11

2005-03-04 Thread Bill Davidsen
Nish Aravamudan wrote: On Thu, 03 Mar 2005 13:51:40 +0100, Pierre Ossman [EMAIL PROTECTED] wrote: I just upgraded to Linux 2.6.11 and the soundcard on my machine went silent. All volume controls are correct and there are no errors reported. But no sound coming from the speakers. And here's the

[PATCH] I2C: Allow it87 pwm reconfiguration

2005-03-04 Thread Greg KH
ChangeSet 1.2081, 2005/03/02 11:50:10-08:00, [EMAIL PROTECTED] [PATCH] I2C: Allow it87 pwm reconfiguration Quoting myself: As soon as you will have confirmed that everything worked as expected, Jonas and I will provide a patch adding a pwm polarity reconfiguration module parameter for you to

Re: RFD: Kernel release numbering

2005-03-04 Thread Linus Torvalds
On Fri, 4 Mar 2005, Rene Herman wrote: Linus Torvalds wrote: I've long since decided that there's no point to making -pre. What's the difference between a -pre and a daily -bk snapshot? Really? The fact that not a script, but Linus Torvalds, decides that the tree is in a state he

[PATCH] I2C: fix typo in drivers/i2c/busses/i2c-ixp4xx.c

2005-03-04 Thread Greg KH
ChangeSet 1.2104, 2005/03/02 12:18:36-08:00, [EMAIL PROTECTED] [PATCH] I2C: fix typo in drivers/i2c/busses/i2c-ixp4xx.c I was looking at your ixp4xx gpio i2c driver for inspiration (for a similar pxa2xx one) and I just happened to notice a tiny typo. Signed-off-by: Ian Campbell [EMAIL

Re: Linux 2.6.11.1

2005-03-04 Thread Steven Rostedt
On Fri, 2005-03-04 at 09:53 -0800, Greg KH wrote: --- I've released the 2.6.11.1 patch: kernel.org/pub/linux/kernel/people/gregkh/v2.6.11/patch-2.6.11.1.gz With a detailed changelog at: kernel.org/pub/linux/kernel/people/gregkh/v2.6.11/ChangeLog-2.6.11.1 A

Re: Linux 2.6.11.1

2005-03-04 Thread Ian Pilcher
From a purely process point of view, my concern would be making sure that everything that goes into 2.6.X.Y (e.g. 2.6.11.1) makes it into 2.6.X+1 (e.g. 2.6.12). -- Ian Pilcher[EMAIL

[PATCH] PCI: Apple PCI IDs update

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.24, 2005/02/25 14:36:10-08:00, [EMAIL PROTECTED] [PATCH] PCI: Apple PCI IDs update please sent that to Andrew/Linus in your next batch for after 2.6.11, those new IDs will be needed for support of the new iMac G5. The changes to pci.ids match the changes already submitted to

Re: Linux 2.6.11.1

2005-03-04 Thread Andrew Morton
Greg KH [EMAIL PROTECTED] wrote: A few of us $suckers will be trying to maintain a 2.6.x.y set of releases that happen after 2.6.x is released. Just to test things out a bit... Here's the list of things which we might choose to put into 2.6.11.2. I was planning on sending them in for

Re: [SATA] libata-dev queue updated

2005-03-04 Thread Joerg Sommrey
On Fri, Mar 04, 2005 at 01:07:16PM -0500, Jeff Garzik wrote: Joerg Sommrey wrote: On Fri, Mar 04, 2005 at 02:10:14AM -0500, Jeff Garzik wrote: Joerg Sommrey wrote: On Thu, Mar 03, 2005 at 11:09:26PM -0500, Jeff Garzik wrote: Joerg Sommrey wrote: On Wed, Mar 02, 2005 at 05:43:59PM

[PATCH] I2C: Make i2c list terminators explicitely unsigned

2005-03-04 Thread Greg KH
ChangeSet 1.2107, 2005/03/02 15:02:10-08:00, [EMAIL PROTECTED] [PATCH] I2C: Make i2c list terminators explicitely unsigned Shouldn't the i2c list terminators be explicitely declared as unsigned? I'd hope it to help code analysis tools and possibly avoid false positives. Coverity's SWAT pointed

[PATCH] I2C: fix for fscpos voltage values

2005-03-04 Thread Greg KH
ChangeSet 1.2089, 2005/03/02 11:59:41-08:00, [EMAIL PROTECTED] [PATCH] I2C: fix for fscpos voltage values Multiplied the voltage multipliers by 10 in order to comply with the sysfs guidelines. Signed-off-by: Stefan Ott [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED]

Re: [linux-pm] [PATCH] Custom power states for non-ACPI systems

2005-03-04 Thread Todd Poynor
Nigel Cunningham wrote: ... Two way communication between a userspace policy manager and kernel drivers is implemented via DBus. In this scheme, 'kernel drivers' doesn't just refer to the drivers for hardware. It refers to anything remotely power management related, including code to implement

[PATCH] PCI: tone down pci=routeirq message

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.25, 2005/02/25 15:47:53-08:00, [EMAIL PROTECTED] [PATCH] PCI: tone down pci=routeirq message From: Bjorn Helgaas [EMAIL PROTECTED] Tone down the message about using pci=routeirq. I do still get a few reports, but most are now prompted just by the fact that my email address

Re: [SATA] libata-dev queue updated

2005-03-04 Thread Jeff Garzik
Joerg Sommrey wrote: On Fri, Mar 04, 2005 at 01:07:16PM -0500, Jeff Garzik wrote: Joerg Sommrey wrote: On Fri, Mar 04, 2005 at 02:10:14AM -0500, Jeff Garzik wrote: Joerg Sommrey wrote: On Thu, Mar 03, 2005 at 11:09:26PM -0500, Jeff Garzik wrote: Joerg Sommrey wrote: On Wed, Mar 02, 2005 at

[PATCH] I2C: S3C2410 missing I2C_CLASS_HWMON

2005-03-04 Thread Greg KH
ChangeSet 1.2109, 2005/03/02 15:02:43-08:00, [EMAIL PROTECTED] [PATCH] I2C: S3C2410 missing I2C_CLASS_HWMON None of the standard sensor drivers currently recognise the s3c24xx I2C controller as it does not have I2C_CLASS_HWMON set in the adapter class field. The attached patch initialises the

Re: [PATCH] new driver for ITM Touch touchscreen

2005-03-04 Thread Vojtech Pavlik
On Fri, Mar 04, 2005 at 11:54:18AM -0500, Dmitry Torokhov wrote: No, not physical sizes. I was wondering if soe touchscreens are reporting let's say actual coordinates from 1100-3600 and others from 600-3850, instead of full 0-4096. Is there a way to query the hardware and find the actual min

Re: cfq: depth 4 reached, tagging now on

2005-03-04 Thread Lee Revell
On Fri, 2005-03-04 at 10:00 +0100, Jens Axboe wrote: On Fri, Mar 04 2005, Chuck Ebbert wrote: On 2005-02-21 at 8:20:44, Jens Axboe wrote: On Sat, Feb 19 2005, Lee Revell wrote: Starting around 2.6.11-rc4 I get this printk during the boot process after kjournald starts, and again

[PATCH] I2C: fixed up the i2c-id.h algo ids.

2005-03-04 Thread Greg KH
ChangeSet 1.2114, 2005/03/02 15:50:42-08:00, [EMAIL PROTECTED] [PATCH] I2C: fixed up the i2c-id.h algo ids. Thanks to Jean Delvare [EMAIL PROTECTED] for the help with this. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] include/linux/i2c-id.h | 15 +-- 1 files changed, 9

[PATCH] I2C: New chip driver: sis5595

2005-03-04 Thread Greg KH
ChangeSet 1.2099, 2005/03/02 12:17:12-08:00, [EMAIL PROTECTED] [PATCH] I2C: New chip driver: sis5595 Please find below the new version of the patch against kernel 2.6.11-rc3-mm1 to add the sis5595 driver (sensor part). As you suggested, I have changed the PCI part of the driver, taking the

[PATCH] w1: Core cleanup 1/2

2005-03-04 Thread Greg KH
ChangeSet 1.2082, 2005/03/02 16:58:52-08:00, [EMAIL PROTECTED] [PATCH] w1: Core cleanup 1/2 Trivial cleanups, mostly static/non static, removed unneded exports. It fuzzes a bit, sorry, patch is quite old. Signed-off-by: Evgeniy Polyakov [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL

Re: [Alsa-devel] Re: intel 8x0 went silent in 2.6.11

2005-03-04 Thread Bill Davidsen
Lee Revell wrote: On Thu, 2005-03-03 at 13:46 -0500, Mark Canter wrote: The same issue exists on a T42p (ICH4). Doesn't that kind of defeat the purpose? The thought of having to disable the headphone jack and reenable it each time is trivial considering you can go with the fact that sound did

Re: [Alsa-devel] Re: intel 8x0 went silent in 2.6.11

2005-03-04 Thread Lee Revell
On Fri, 2005-03-04 at 15:40 -0500, Bill Davidsen wrote: Lee Revell wrote: On Thu, 2005-03-03 at 13:46 -0500, Mark Canter wrote: The same issue exists on a T42p (ICH4). Doesn't that kind of defeat the purpose? The thought of having to disable the headphone jack and reenable it each

[PATCH] PCI: clean up the msi api

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.21, 2005/02/17 15:07:01-08:00, [EMAIL PROTECTED] [PATCH] PCI: clean up the msi api Remove the call to request_mem_region() in msix_capability_init() to grab the MSI-X vector table. Drivers should be using pci_request_regions() so that they own all of the PCI BARs, and the

[PATCH] PCI: NUMA-Q PCI config access arg validation

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.12, 2005/02/07 16:20:50-08:00, [EMAIL PROTECTED] [PATCH] PCI: NUMA-Q PCI config access arg validation Fix NUMA-Q PCI config access bus validation. bus indexes into BUS2QUAD, which is mp_bus_id_to_node[MAX_MP_BUSSES]. This depends on the pci_raw_ops should use unsigned args

[PATCH] w1/w1_therm: replace schedule_timeout() with msleep_interruptible()

2005-03-04 Thread Greg KH
ChangeSet 1.2080, 2005/03/02 16:58:20-08:00, [EMAIL PROTECTED] [PATCH] w1/w1_therm: replace schedule_timeout() with msleep_interruptible() Description: Use msleep_interruptible() instead of schedule_timeout() to guarantee the task delays as expected. Changed tm to an int, as it now is in terms

[PATCH] I2C: i2c-dev namespace cleanup

2005-03-04 Thread Greg KH
ChangeSet 1.2090, 2005/03/02 12:04:12-08:00, [EMAIL PROTECTED] [PATCH] I2C: i2c-dev namespace cleanup This patch is namespace cleanup for the i2c-dev module. Please apply. Signed-off-by Mark M. Hoffman [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED]

[PATCH] I2C: add GL520SM Sensor Chip driver

2005-03-04 Thread Greg KH
ChangeSet 1.2101, 2005/03/02 12:17:46-08:00, [EMAIL PROTECTED] [PATCH] I2C: add GL520SM Sensor Chip driver Port of the Genesys Logic 520SM sensor chip driver from linux 2.4 Signed-off-by: Maarten Deprez [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED]

[PATCH] I2C i2c-nforce2: add support for nForce4 (patch against 2.6.11-rc4)

2005-03-04 Thread Greg KH
ChangeSet 1.2105, 2005/03/02 12:18:53-08:00, [EMAIL PROTECTED] [PATCH] I2C i2c-nforce2: add support for nForce4 (patch against 2.6.11-rc4) can you please apply the attached patch (against 2.6.11-rc4, but works as well for 2.6.11-rc3-mm2), that adds support for the two SMBusses of the nForce4 to

[PATCH] drivers/pci/*: convert to pci_register_driver

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.16, 2005/02/17 15:05:08-08:00, [EMAIL PROTECTED] [PATCH] drivers/pci/*: convert to pci_register_driver convert from pci_module_init to pci_register_driver (from:http://kerneljanitors.org/TODO). Signed-off-by: Christophe Lucas [EMAIL PROTECTED] Signed-off-by: Greg

[PATCH] convert pci_dev-slot_name usage to pci_name()

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.6, 2005/02/07 14:36:14-08:00, [EMAIL PROTECTED] [PATCH] convert pci_dev-slot_name usage to pci_name() Prepare for removal of pci_dev-slot_name Signed-off-by: Dave Jones [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] arch/frv/mb93090-mb00/pci-frv.c

[PATCH] PCI: pci_raw_ops should use unsigned args

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.13, 2005/02/07 16:21:16-08:00, [EMAIL PROTECTED] [PATCH] PCI: pci_raw_ops should use unsigned args Convert pci_raw_ops to use unsigned segment (aka domain), bus, and devfn. With the previous code, various ia64 config accesses fail due to segment sign-extension problems.

[PATCH] I2C: Fix some gcc 4.0 compile failures and warnings

2005-03-04 Thread Greg KH
ChangeSet 1.2108, 2005/03/02 15:02:27-08:00, [EMAIL PROTECTED] [PATCH] I2C: Fix some gcc 4.0 compile failures and warnings gcc 4.0.x cvs seems to dislike include/linux/i2c.h file and others due to a current gcc 4.0.x change having to do with array declarations. Example error msg:

[PATCH] PCI: pci_proc_domain

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.9, 2005/02/07 14:38:06-08:00, [EMAIL PROTECTED] [PATCH] PCI: pci_proc_domain There's no need for the architectures to know how to name busses, so replace pci_name_bus with pci_proc_domain -- a predicate to allow architectures to choose whether domains are included in

[PATCH] PCI: fix hotplug double free

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.26, 2005/02/25 15:48:12-08:00, [EMAIL PROTECTED] [PATCH] PCI: fix hotplug double free With the brackets missed out func could be freed twice. Found by Coverity tool Signed-off-by: Alexander Nyberg [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED]

Re: [PATCH] convert pci_dev-slot_name usage to pci_name()

2005-03-04 Thread Greg KH
On Fri, Mar 04, 2005 at 04:00:29PM -0500, Jeff Garzik wrote: Greg KH wrote: ChangeSet 1.1998.11.6, 2005/02/07 14:36:14-08:00, [EMAIL PROTECTED] [PATCH] convert pci_dev-slot_name usage to pci_name() Prepare for removal of pci_dev-slot_name Can you split this up and send me the

New ALPS code in -mm

2005-03-04 Thread Benoit Boissinot
On Tue, 1 Mar 2005 12:54:32 +0100, Vojtech Pavlik [EMAIL PROTECTED] wrote: Can you check with a current -mm kernel whether any of the issues is still there? Everything seems to work smoothly with my ALPS. I have problems with ALPS and 2.6.11-mm1. If I move the pointer with the touchpad, it

[PATCH] drivers/w1/*: convert to pci_register_driver

2005-03-04 Thread Greg KH
ChangeSet 1.2086, 2005/03/02 16:59:57-08:00, [EMAIL PROTECTED] [PATCH] drivers/w1/*: convert to pci_register_driver convert from pci_module_init to pci_register_driver (from:http://kerneljanitors.org/TODO). Signed-off-by: Christophe Lucas [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman

[PATCH] I2C: Change of i2c co-maintainer

2005-03-04 Thread Greg KH
ChangeSet 1.2115, 2005/03/02 16:13:14-08:00, [EMAIL PROTECTED] [PATCH] I2C: Change of i2c co-maintainer Since I am working more actively than Philip (or anyone else, for that matter) on the i2c subsystem these days, it would probably make sense that I am listed as the co-maintainer instead of

Re: Linux 2.6.11.1

2005-03-04 Thread Steven Rostedt
On Fri, 2005-03-04 at 12:53 -0800, Greg KH wrote: See the comments above the part you snipped off, that stated the infrastructure is still being worked on :) Damn, I somehow missed that paragraph. Well, I've read the whole darn thread and still am getting work done. I guess I've

Re: [PATCH] convert pci_dev-slot_name usage to pci_name()

2005-03-04 Thread Jeff Garzik
Greg KH wrote: ChangeSet 1.1998.11.6, 2005/02/07 14:36:14-08:00, [EMAIL PROTECTED] [PATCH] convert pci_dev-slot_name usage to pci_name() Prepare for removal of pci_dev-slot_name Can you split this up and send me the drivers/net/* portion? Jeff - To unsubscribe from this list: send the

[PATCH] PCI Hotplug: Remove unneeded instructions from ibmphp_pci.c

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.8, 2005/02/07 14:37:42-08:00, [EMAIL PROTECTED] [PATCH] PCI Hotplug: Remove unneeded instructions from ibmphp_pci.c this patch removes some unneeded code from ibmphp_pci.c. First I thought it is a bug and the second line should have been sec_no = (int) sec_number. But than I

Re: [ patch 1/7] drivers/serial/jsm: new serial device driver

2005-03-04 Thread Wen Xiong
Jeff Garzik wrote: Wen Xiong wrote: General comment: This driver has -way- too many global variables. Normal drivers should associate state information with each instance of a device (e.g. each struct pci_dev), not globally. +/* + * Globals + */ +uintjsm_NumBoards,current_NumBoards;

[PATCH] I2C: just delete the id field, let's not delay it any longer

2005-03-04 Thread Greg KH
ChangeSet 1.2088, 2005/03/02 11:58:47-08:00, [EMAIL PROTECTED] [PATCH] I2C: just delete the id field, let's not delay it any longer Becides, sparse keeps complaining when it sees this attribute within a structure... Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] include/linux/i2c.h |

[PATCH] arch/i386/kernel/pci/irq.c: Wrong message output

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.14, 2005/02/08 12:22:53-08:00, [EMAIL PROTECTED] [PATCH] arch/i386/kernel/pci/irq.c: Wrong message output The following has been reported in the wild for kernel 2.6.8-24: PCI: Enabling device :00:05.0 ( - 0002) PCI: No IRQ known for interrupt pin @ of device

[PATCH] Add class definition to the elektor bus driver

2005-03-04 Thread Greg KH
ChangeSet 1.2111, 2005/03/02 15:03:15-08:00, [EMAIL PROTECTED] [PATCH] Add class definition to the elektor bus driver Hi Frank, all, Which bus driver are you using? It obviously lacks class declaration, so the correct fix is to add the class there. The modules that are loading are (in

[PATCH] I2C: Kill i2c_client.id (4/5)

2005-03-04 Thread Greg KH
ChangeSet 1.2086, 2005/03/02 11:52:48-08:00, [EMAIL PROTECTED] [PATCH] I2C: Kill i2c_client.id (4/5) (4/5) Deprecate i2c_client.id. Now that i2c_client.id has no more users in the kernel (none that I could find at least) we could remove that struct member. I however think that it's better to

Re: [PATCH] clean up FIXME in do_timer_interrupt

2005-03-04 Thread George Anzinger
Lee Revell wrote: On Fri, 2005-03-04 at 02:28 -0800, George Anzinger wrote: Lee Revell wrote: On Thu, 2005-03-03 at 16:45 -0800, Andrew Morton wrote: If efi_enabled is true and efi_set_rtc_mmss(xtime.tv_sec) returns zero, the new code will run set_rtc_mmss(xtime.tv_sec) whereas the old code

[PATCH] PCI: Make pci_claim_resource __devinit

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.10, 2005/02/07 14:38:32-08:00, [EMAIL PROTECTED] [PATCH] PCI: Make pci_claim_resource __devinit ia64 calls pci_claim_resource() from pcibios_fixup_bus(), which is __devinit, so pci_claim_resource() needs to be __devinit too. Signed-off-by: Matthew Wilcox [EMAIL PROTECTED]

[PATCH] I2C: Remove NULL client checks in rtc8564 driver

2005-03-04 Thread Greg KH
ChangeSet 1.2106, 2005/03/02 15:01:52-08:00, [EMAIL PROTECTED] [PATCH] I2C: Remove NULL client checks in rtc8564 driver Several functions in your rtc8564 driver verify the non-NULLity of the i2c client that is passed to them. It doesn't seem to be necessary, as I can't think of any case where

[patch 5/5] make st seekable again

2005-03-04 Thread akpm
From: Kai Makisara [EMAIL PROTECTED] Apparently `tar' errors out if it cannot perform lseek() against a tape. Work around that in-kernel. Signed-off-by: Kai Makisara [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- 25-akpm/drivers/ide/ide-tape.c |8 +++-

Re: Linux 2.6.11.1

2005-03-04 Thread Greg KH
On Fri, Mar 04, 2005 at 12:44:31PM -0800, Andrew Morton wrote: Greg KH [EMAIL PROTECTED] wrote: A few of us $suckers will be trying to maintain a 2.6.x.y set of releases that happen after 2.6.x is released. Just to test things out a bit... Here's the list of things which we might

[PATCH] I2C: Enable w83781d and w83627hf temperature channels

2005-03-04 Thread Greg KH
ChangeSet 1.2092, 2005/03/02 12:09:28-08:00, [EMAIL PROTECTED] [PATCH] I2C: Enable w83781d and w83627hf temperature channels The chips supported by the w83781d and w83627hf drivers might come up with their temperature channels disabled. Currently, the w83781d driver does so for temp3 but omits

Re: [ patch 4/7] drivers/serial/jsm: new serial device driver

2005-03-04 Thread Wen Xiong
Greg KH wrote: On Sun, Feb 27, 2005 at 06:39:51PM -0500, Wen Xiong wrote: This patch is for jsm_proc.c and includes the functions relating to /proc/jsm entry. No, don't add new /proc stuff. Use sysfs, and if you want to spit out more data, use debugfs. What is the need for these files?

[PATCH] I2C: lm78 driver improvement

2005-03-04 Thread Greg KH
ChangeSet 1.2091, 2005/03/02 12:04:28-08:00, [EMAIL PROTECTED] [PATCH] I2C: lm78 driver improvement The following patch against kernel 2.6.11-rc2-mm1 improves the lm78 driver. I used it as a model to port the sis5595 driver to the 2.6 kernel, and I then applied the changes suggested by Jean

Re: Linux 2.6.11.1

2005-03-04 Thread Trond Myklebust
fr den 04.03.2005 Klokka 12:44 (-0800) skreiv Andrew Morton: nfsd--sgi-921857-find-broken-with-nohide-on-nfsv3.patch nfsd--exportfs-reduce-stack-usage.patch nfsd--svcrpc-add-a-per-flavor-set_client-method.patch nfsd--svcrpc-rename-pg_authenticate.patch

Re: [ patch 2/7] drivers/serial/jsm: new serial device driver

2005-03-04 Thread Wen Xiong
Greg KH wrote: On Sun, Feb 27, 2005 at 06:38:44PM -0500, Wen Xiong wrote: diff -Nuar linux-2.6.9.orig/drivers/serial/jsm/jsm_tty.c linux-2.6.9.new/drivers/serial/jsm/jsm_tty.c --- linux-2.6.9.orig/drivers/serial/jsm/jsm_tty.c 1969-12-31 18:00:00.0 -0600 +++

[PATCH] I2C: use time_after instead of comparing jiffies

2005-03-04 Thread Greg KH
ChangeSet 1.2097, 2005/03/02 12:16:37-08:00, [EMAIL PROTECTED] [PATCH] I2C: use time_after instead of comparing jiffies Signed-off-by: Alexey Dobriyan [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] drivers/i2c/chips/adm1021.c|5 +++-- drivers/i2c/chips/adm1025.c

Re: [PATCH][MMC] Secure Digital (SD) support

2005-03-04 Thread Ian Molton
Pierre Ossman wrote: I would if I had some hardware to play with *hint* *hint* ;) Same here. I have some basic chipset docs. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Linux 2.6.11.1

2005-03-04 Thread Andrew Morton
Greg KH [EMAIL PROTECTED] wrote: Here's the list of things which we might choose to put into 2.6.11.2. I was planning on sending them in for 2.6.12 when that was going to be errata-only. Ok, care to forward them on? Sure. How do they get to Linus? Hm, odds are the nfsd one

[PATCH] I2C: lm80 driver improvement

2005-03-04 Thread Greg KH
ChangeSet 1.2095, 2005/03/02 12:10:18-08:00, [EMAIL PROTECTED] [PATCH] I2C: lm80 driver improvement Description: Cleanup some cluttered macros, add error checking for fan divisor value set. Signed-off-by: Sytse Wielinga [EMAIL PROTECTED] Signed-off-by: Aurelien Jarno [EMAIL PROTECTED]

[PATCH] I2C: Fix up some build warnings in the fscpos driver.

2005-03-04 Thread Greg KH
ChangeSet 1.2082, 2005/03/02 11:51:21-08:00, [EMAIL PROTECTED] [PATCH] I2C: Fix up some build warnings in the fscpos driver. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] drivers/i2c/chips/fscpos.c |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) diff -Nru

[PATCH] I2C: Kill i2c_client.id (5/5)

2005-03-04 Thread Greg KH
ChangeSet 1.2087, 2005/03/02 11:58:29-08:00, [EMAIL PROTECTED] [PATCH] I2C: Kill i2c_client.id (5/5) (5/5) Documentation update. Finally, updates are required to the i2c/writing-client and i2c/porting-client documents. Remove any reference to i2c_client id and invite porters to discard that

[BK PATCH] PCI update for 2.6.11

2005-03-04 Thread Greg KH
Hi, Here are some PCI and PCI Hotplug patches for 2.6.11. All of these have been in the past few -mm releases. It includes a big pci.ids update. Hm, I need to mark that thing as will be deleted in the future soon, as we are tired of keeping that around. Will do that in the next round of pci

[PATCH] w1: fix some compiler warnings generated by the last static patch.

2005-03-04 Thread Greg KH
ChangeSet 1.2083, 2005/03/02 16:59:08-08:00, [EMAIL PROTECTED] [PATCH] w1: fix some compiler warnings generated by the last static patch. Signed-off-by: Greg Kroah-Hartman [EMAIL PROTECTED] drivers/w1/dscore.c |3 --- drivers/w1/dscore.h |3 --- 2 files changed, 6 deletions(-) diff

[PATCH] I2C: Kill unused includes in i2c-sensor-detect.c

2005-03-04 Thread Greg KH
ChangeSet 1.2093, 2005/03/02 12:09:45-08:00, [EMAIL PROTECTED] [PATCH] I2C: Kill unused includes in i2c-sensor-detect.c Looks to me like i2c-sensor-detect.c includes a handful of headers it doesn't need at all. This patch removes them. Signed-off-by: Jean Delvare [EMAIL PROTECTED]

Re: problem with linux 2.6.11 and sa

2005-03-04 Thread George Georgalis
On Fri, 4 Mar 2005 13:53:50 -0500, George Georgalis [EMAIL PROTECTED] wrote: On Thu, 3 Mar 2005 23:37:06 -0500, Jeff Garzik [EMAIL PROTECTED] wrote: On Thu, Mar 03, 2005 at 01:57:28PM -0500, George Georgalis wrote: I recall a problem a while back with a pipe from /proc/kmsg that was sent

[PATCH] I2C: unnecessary #includes in asb100.c

2005-03-04 Thread Greg KH
ChangeSet 1.2094, 2005/03/02 12:10:01-08:00, [EMAIL PROTECTED] [PATCH] I2C: unnecessary #includes in asb100.c * Jean Delvare [EMAIL PROTECTED] [2005-01-25 10:14:49 +0100]: Any reson why asb100.c (in linux 2.6.11-rc2) includes linux/ioport.h and asm/io.h? As an i2c-only chip driver, I don't

Re: [Alsa-devel] Re: intel 8x0 went silent in 2.6.11

2005-03-04 Thread Pierre Ossman
Pierre Ossman wrote: Andrew Morton wrote: Mark Canter [EMAIL PROTECTED] wrote: To close this issue out of the LKML and alsa-devel, a bug report has been written. It appears to be an issue with the 'headphone jack sense' (as kde labels it). The issue is in the way the 8x0 addresses the

Re: intel 8x0 went silent in 2.6.11

2005-03-04 Thread Lee Revell
On Fri, 2005-03-04 at 15:36 -0500, Bill Davidsen wrote: Nish Aravamudan wrote: On Thu, 03 Mar 2005 13:51:40 +0100, Pierre Ossman [EMAIL PROTECTED] wrote: I just upgraded to Linux 2.6.11 and the soundcard on my machine went silent. All volume controls are correct and there are no errors

<    3   4   5   6   7   8   9   10   >