Re: [PATCH 4/5] scsi: megaraid_sas - preallocate memory for ioctl processing

2007-02-07 Thread James Bottomley
On Wed, 2007-02-07 at 13:30 -0800, Andrew Morton wrote: > I suspect all this horror is due to stupidity in the DMA API. > > pci_alloc_consistent() just goes and assumes GFP_ATOMIC, whereas > the caller (megasas_mgmt_fw_ioctl) would have been perfectly happy > to use GFP_KERNEL. > > I bet this fix

[patch] Re: SCSI logging sucks

2007-02-07 Thread Randy Dunlap
On Wed, 07 Feb 2007 12:06:30 -0500 Chuck Ebbert wrote: > SCSI logging isn't documented very well, and what little there is > has a problem: > > In Documentation/kernel-parameters.txt we have: > > scsi_logging= [SCSI] > > but it's really "scsi_logging_level", as seen here in drivers/sc

Re: [patch] Re: SCSI logging sucks

2007-02-07 Thread Martin K. Petersen
> "Randy" == Randy Dunlap <[EMAIL PROTECTED]> writes: Randy> There are a number of things that can be used for 'token' (you Randy> can find them in the source: ), and Randy> this allows you to select the types of information you want, Randy> and the level allows you to select the level of verb

Re: [autofs] Bad race condition in the new autofs protocol somewhere

2007-02-07 Thread Ian Kent
On Wed, 2007-02-07 at 19:18 +0100, Olivier Galibert wrote: > On Thu, Feb 08, 2007 at 03:07:41AM +0900, Ian Kent wrote: > > It may be better to update to a later kernel so I don't have to port the > > patch to several different kernels. Is that possible? > > Sure, 2.6.20 or -git? 2.6.20 has all th

Re: [PATCH] Atmel SPI controller driver

2007-02-07 Thread David Brownell
On Wednesday 07 February 2007 8:15 am, Haavard Skinnemoen wrote: > Driver for the Atmel on-chip SPI master controller. > > Tested primarily on AVR32/AT32AP7000/ATSTK1000 using mtd_dataflash and > the jffs2 filesystem. Call me paranoid, but until such controller drivers can withstand loads placed

Re: discussion of Kbuild fixes (kbuild: Kbuild.include avoid using spaces in call arguments)

2007-02-07 Thread Oleg Verych
On Thu, Feb 08, 2007 at 03:05:41AM +0100, Roman Zippel wrote: > Hi, > > On Thu, 8 Feb 2007, Oleg Verych wrote: > > > -- `find | sort' in localversion (i insist on split between paths and > > files) > > make has dedicated functions for this. I think, "make" (even whatever shiny new) that par

Re: Git backlight subsystem tree

2007-02-07 Thread Andrew Morton
On Thu, 08 Feb 2007 02:30:26 + Richard Purdie <[EMAIL PROTECTED]> wrote: > I'm thinking of more officially volunteering to maintain the Linux > backlight class/subsystem and have been trying to sort out the various > pending patches. I've made a backlight tree available as: > > http://git.o-h

Re: [PATCH 3/6] workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork

2007-02-07 Thread Horms
On Wed, Feb 07, 2007 at 08:43:55PM +0300, Oleg Nesterov wrote: > On 02/07, Oleg Nesterov wrote: > > > > The following code > > > > schedule_delayed_work(dw); > > cancel_rearming_delayed_workqueue(dw); // OK > > cancel_rearming_delayed_workqueue(dw); // HANGS! > > > > still doesn't

Re: [GIT PATCH] PCI patches for 2.6.20

2007-02-07 Thread Jeff Garzik
Greg KH wrote: Greg Kroah-Hartman (3): PCI: remove duplicate device id from ata_piix PCI: remove duplicate device id from ipr Revert "PCI: remove duplicate device id from ata_piix" If these are coming out of quilt, why add these commit-then-revert changesets at all?

Re: `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

2007-02-07 Thread Linus Torvalds
On Wed, 7 Feb 2007, Trond Myklebust wrote: > > The latest pull from the git tree spews out a torrent of the above > warning on a recent Fedora Core 6 machine running gcc-4.1.1. config file > is attached... Should hopefully be fixed already in current -git Linus - To unsubscribe

[PATCH] fix cc-option-yn whitespace

2007-02-07 Thread Roland McGrath
This change: commit 5de043f4bd11a9e0a3e8daec7d1905da575a76b7 Author: Oleg Verych <[EMAIL PROTECTED]> Date: Tue Feb 6 02:18:21 2007 +0100 [PATCH] kbuild: improve option checking, Kbuild.include cleanup introduced leading whitespace in the results of cc-option

Re: [GIT PATCH] PCI patches for 2.6.20

2007-02-07 Thread Greg KH
On Wed, Feb 07, 2007 at 10:17:12PM -0500, Jeff Garzik wrote: > Greg KH wrote: > >Greg Kroah-Hartman (3): > > PCI: remove duplicate device id from ata_piix > > PCI: remove duplicate device id from ipr > > Revert "PCI: remove duplicate device id from ata_piix" > > > If these are comi

Re: [GIT PATCH] ACPI patches for 2.6.21

2007-02-07 Thread Len Brown
On Wednesday 07 February 2007 16:55, Al Boldi wrote: > Len Brown wrote: > > ACPICA Core version 2070126 simplifies the ACPI table manager > > code by consolidating multiple table definitions into one. > > It also saves memory by mapping the tables where the BIOS provides them > > rather than copyin

Re: [patch, fix build regression] kbuild: Kbuild.include avoid using spaces in call arguments

2007-02-07 Thread Andrew Morton
On Wed, 7 Feb 2007 15:52:54 -0800 (PST) Linus Torvalds <[EMAIL PROTECTED]> wrote: > On Thu, 8 Feb 2007, Roman Zippel wrote: > > > > Sorry, it needs more changes, the patch simply wasn't ready. > > One problem I find very problematic with all the Kbuild setup is that > people tend to be very qu

Re: [PATCH] fix cc-option-yn whitespace

2007-02-07 Thread Linus Torvalds
On Wed, 7 Feb 2007, Roland McGrath wrote: > This change: > > commit 5de043f4bd11a9e0a3e8daec7d1905da575a76b7 > Author: Oleg Verych <[EMAIL PROTECTED]> > Date: Tue Feb 6 02:18:21 2007 +0100 > > [PATCH] kbuild: improve option checking, Kbuild.include cleanup > > in

[PATCH 2/3, try #4] Blackfin: serial driver for Blackfin architecture against Linux kernel 2.6.20

2007-02-07 Thread Wu, Bryan
Hi forks, Aubrey update the patch according to Russell's review. Thanks Russell Here is the change log: a) arrange the driver to reflect the real settings in the termios b) don't use __builtin_bfin_ssync(), directly use SSYNC() instead Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> Reviewed-by: Ala

Re: [BUG?] ata disk running maximum at DMA33 with 2.6.20 and new pata driver, NV CK804 ide controller.

2007-02-07 Thread Robert Hancock
Alan wrote: On Wed, 7 Feb 2007 01:19:36 +0100 Luigi Genoni <[EMAIL PROTECTED]> wrote: Hi, since upgrading to kernel 2.6.20 my pata disk, using new pata driver, is initialized maximum in DMA33 mode (and obviously performances drop consequently), as you can see from: Interesting. Willing to

Re: Re : Re : [PATCH] Compressed ia32 ELF file generation for loading by Gujin 1/3

2007-02-07 Thread Vivek Goyal
On Wed, Feb 07, 2007 at 02:55:39PM +, Etienne Lorrain wrote: > Vivek Goyal wrote: > >How do I know which program header is real mode code and the boot loader > > is not supposed to load it? May be PT_LOAD header with physical addr 0? > > What happens if changes happen and down the line we start

Re: 2.6.20 BUG: soft lockup detected on CPU#0!

2007-02-07 Thread Andrew Morton
On Thu, 8 Feb 2007 00:02:10 +0100 (CET) Lukasz Trabinski <[EMAIL PROTECTED]> wrote: > Hello > > On 2.6.19 I had about 60 days uptime, on 2.6.20 2 days :( > Did the machine actually fail? Or did it just print these messages and keep going? > > oceanic:~$ uname -a > Linux oceanic.wsisiz.edu.

Re: PROBLEM: sata timeouts with intel 82801HB on amd64

2007-02-07 Thread Robert Hancock
Paolo Ornati wrote: If mounting XFS with "nobarrier" fixes the problem it seems that more than one Seagate disk cannot handle the Cache Flush command while other commands are in fly... It's not allowed to overlap NCQ (FPDMA read/write) commands with any other commands such as cache flushes. li

Re: [PATCH] pata_acpi: take two

2007-02-07 Thread Robert Hancock
Alan wrote: --- linux.vanilla-2.6.20-rc6-mm3/drivers/ata/pata_amd.c 2007-01-31 14:20:10.0 + +++ linux-2.6.20-rc6-mm3/drivers/ata/pata_amd.c 2007-02-06 17:04:19.0 + @@ -642,6 +642,11 @@ if (type == 1 && rev > 0x7) type = 2; +#if defined(CONFIG_AT

dd

2007-02-07 Thread Oleg Verych
Hallo. search-a-little-harder-for-mkimage.patch -- Subject: search a little harder for mkimage From: "Mike Frysinger" <[EMAIL PROTECTED]> > Check to see if `${CROSS_COMPILE}mkimage` exists and if not, fall back to > the standard `mkimage` Why

Re: dd

2007-02-07 Thread Andrew Morton
On Thu, 8 Feb 2007 06:24:40 +0100 Oleg Verych <[EMAIL PROTECTED]> wrote: > If that matter, `type -path' is bashizm (BloAted SHell), and "blackbox" > with "dash" (very good `sh' equivalents) will fail. Does the kernel presently build with that shell? - To unsubscribe from this list: send the line

[git pull] drm tree for 2.6.21-rc1

2007-02-07 Thread Dave Airlie
Hi Linus, Please pull from the 'drm-patches' branch of git://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-patches This contains the drm patches for the 2.6.21-rc1, and contains a cleanup of the drm ioremap code to avoid some paravirt_op exports, fixes to the ioremap code

Re: 2.6.20 PCI Cannot allocate resource region 2

2007-02-07 Thread Manu Abraham
On 2/7/07, Grant Grundler <[EMAIL PROTECTED]> wrote: On Tue, Feb 06, 2007 at 03:52:47PM +0400, Manu Abraham wrote: > >attaching a dump of the regs (on 2.6.17.7) as well as the diff > > The device now works, used the demodulator driver alongwith the bridge > driver. Ok - thanks for the dmesg outp

+ make-mkcompile_h-use-lang=c-and-lc_all=c-for-cc-v.patch

2007-02-07 Thread Oleg Verych
> make-mkcompile_h-use-lang=c-and-lc_all=c-for-cc-v.patch [] > Fix a minor bug in mkcompile_h. As one can see, the current locale is used > while getting the version of gcc. This produces problems when a locale > other than C or en_US is used. As an example, my /proc/version contains > Turkish c

Re: [PATCH] remove sb->s_files and file_list_lock usage in dquot.c

2007-02-07 Thread Christoph Hellwig
On Wed, Feb 07, 2007 at 07:03:05PM +0100, Jan Engelhardt wrote: > With filesystems that can turn on their quota after mount time (about > every fs except xfs), I can surely have a ton of files open, and hence, > if I understand correctly, have lots of inodes instantiated. Yes, you can in theory.

Re: [RFC 0/28] Patches to pass vfsmount to LSM inode security hooks

2007-02-07 Thread Andreas Gruenbacher
On Wednesday 07 February 2007 08:25, Jeff Mahoney wrote: > Chris Wright wrote: > > * Andreas Gruenbacher ([EMAIL PROTECTED]) wrote: > >> Reiserfs currently only marks the ".reiserfs_priv" directory as private, > >> but not the files below it -- how about the attached patch to fix that? > > > > I do

Re: 2.6.20 PCI Cannot allocate resource region 2

2007-02-07 Thread Manu Abraham
On 2/7/07, Grant Grundler <[EMAIL PROTECTED]> wrote: On Tue, Feb 06, 2007 at 03:52:47PM +0400, Manu Abraham wrote: > >attaching a dump of the regs (on 2.6.17.7) as well as the diff > > The device now works, used the demodulator driver alongwith the bridge > driver. Ok - thanks for the dmesg outp

Re: + search-a-little-harder-for-mkimage.patch

2007-02-07 Thread Oleg Verych
On Wed, Feb 07, 2007 at 09:19:21PM -0800, Andrew Morton wrote: > On Thu, 8 Feb 2007 06:24:40 +0100 Oleg Verych <[EMAIL PROTECTED]> wrote: > > > If that matter, `type -path' is bashizm (BloAted SHell), and "blackbox" > > with "dash" (very good `sh' equivalents) will fail. > > Does the kernel prese

Re: `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

2007-02-07 Thread Greg KH
On Wed, Feb 07, 2007 at 07:28:19PM -0800, Linus Torvalds wrote: > > > On Wed, 7 Feb 2007, Trond Myklebust wrote: > > > > The latest pull from the git tree spews out a torrent of the above > > warning on a recent Fedora Core 6 machine running gcc-4.1.1. config file > > is attached... > > Should h

Re: Multiple virtual bus instances

2007-02-07 Thread Greg KH
On Wed, Feb 07, 2007 at 02:15:08PM -0800, Simon White wrote: > Hi, > > I've been working through trying to create a virtual > bus. How does this differ from a "real" bus? > I've successfuly made it work for a single instance but wanted to > confirm how to create multiple instances of the virtual

Re: dd

2007-02-07 Thread Mike Frysinger
On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: > Check to see if `${CROSS_COMPILE}mkimage` exists and if not, fall back to > the standard `mkimage` Why this can't be done by PATH=$CROSS_COMPILE:$PATH in your environment? because it wouldnt matter ? the tool is called "$CROSS_COMPILE-mk

Re: + search-a-little-harder-for-mkimage.patch

2007-02-07 Thread Mike Frysinger
On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: On Wed, Feb 07, 2007 at 09:19:21PM -0800, Andrew Morton wrote: > On Thu, 8 Feb 2007 06:24:40 +0100 Oleg Verych <[EMAIL PROTECTED]> wrote: > > > If that matter, `type -path' is bashizm (BloAted SHell), and "blackbox" > > with "dash" (very good `sh'

Re: [2.6.20] tifm_7xx1/mmc not working

2007-02-07 Thread Pierre Ossman
Alex Dubov is the maintainer of tifm, not me. Andreas Steinmetz wrote: > Hi, > I do have a problem with tifm_7xx1 and 2.6.20. First of all, the device > is working with 2.6.18.2 and the out of tree tifm-0.6 release. In this > case except for the first card insertion after suspend/reboot I do get >

Re: [git patches] net driver updates

2007-02-07 Thread Junio C Hamano
Jeff Garzik <[EMAIL PROTECTED]> writes: > mode change 100644 => 100755 drivers/net/qla3xxx.c > mode change 100644 => 100755 drivers/net/qla3xxx.h Did you mean to have these? Commit bd36b0ac appears to have brought the mode bits change in. Not trying to nitpick --- I am trying to find out if t

Re: + search-a-little-harder-for-mkimage.patch

2007-02-07 Thread Oleg Verych
On Thu, Feb 08, 2007 at 12:58:26AM -0500, Mike Frysinger wrote: > On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: > >On Wed, Feb 07, 2007 at 09:19:21PM -0800, Andrew Morton wrote: > >> On Thu, 8 Feb 2007 06:24:40 +0100 Oleg Verych <[EMAIL PROTECTED]> > >wrote: > >> > >> > If that matter, `type -

Re: + search-a-little-harder-for-mkimage.patch

2007-02-07 Thread Mike Frysinger
On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: On Thu, Feb 08, 2007 at 12:58:26AM -0500, Mike Frysinger wrote: > On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: > >Trivial shell scripts, especially for embedded archs (Blackfin is > >one, IIRC), may be easily converted. > > yes, but Blackfin

Re: search-a-little-harder-for-mkimage.patch

2007-02-07 Thread Oleg Verych
On Thu, Feb 08, 2007 at 12:56:17AM -0500, Mike Frysinger wrote: > On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: > >> Check to see if `${CROSS_COMPILE}mkimage` exists and if not, fall back to > >> the standard `mkimage` > > > >Why this can't be done by > > > > PATH=$CROSS_COMPILE:$PATH > > > >i

Re: mm snapshot broken-out-2007-02-06-16-59.tar.gz uploaded

2007-02-07 Thread Cedric Le Goater
Michal Piotrowski wrote: > On 07/02/07, Andrew Morton <[EMAIL PROTECTED]> wrote: >> I copied it to >> http://userweb.kernel.org/~akpm/broken-out-2007-02-06-16-59.tar.gz but >> there's really not much point in using it - it's ancient. > > Cedric, here is an updated version > http://www.stardust.web

Re: search-a-little-harder-for-mkimage.patch

2007-02-07 Thread Mike Frysinger
On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: On Thu, Feb 08, 2007 at 12:56:17AM -0500, Mike Frysinger wrote: > On 2/8/07, Oleg Verych <[EMAIL PROTECTED]> wrote: > >> Check to see if `${CROSS_COMPILE}mkimage` exists and if not, fall back to > >> the standard `mkimage` > > > >Why this can't be

[patch] export ufs_fs.h to userspace

2007-02-07 Thread Mike Frysinger
was ufs_fs.h purposefully not exported to userspace or did it just slip through the cracks ? assuming the latter scenario, the attached patch touches up the relationship between ufs_fs.h and its sub headers (like ufs_fs_sb.h) so that we can export it ... the silo bootloader takes advantage of

Re: [BUG][PATCH] fix mempolcy's check on a system with memory-less-node take2

2007-02-07 Thread Andi Kleen
> This panic(hang) was found by a numa test-set on a system with 3 nodes, where > node(2) was memory-less-node. I still think it's the wrong fix -- just get rid of the memory less node. I expect you'll likely run into more problems with that setup anyways. > static struct mempolicy *mpol_new(in

Re: PROBLEM: sata timeouts with intel 82801HB on amd64

2007-02-07 Thread Paolo Ornati
On Wed, 07 Feb 2007 22:56:45 -0600 Robert Hancock <[EMAIL PROTECTED]> wrote: > Paolo Ornati wrote: > > If mounting XFS with "nobarrier" fixes the problem it seems that more > > than one Seagate disk cannot handle the Cache Flush command while other > > commands are in fly... > > It's not allowed

Re: posix-timers overrun broken?

2007-02-07 Thread Milan Svoboda
> On Wed, 2007-02-07 at 14:36 +0100, Milan Svoboda wrote: > > But if the next interrupt arrives before function collect_signal is called > > to actually deliver the > > siginfo_t to userspace, the si.overrun is cleared in posix_timer_event and > > we have just forgotten > > one overrun... > >

Re: search-a-little-harder-for-mkimage.patch

2007-02-07 Thread Oleg Verych
On Thu, Feb 08, 2007 at 02:40:28AM -0500, Mike Frysinger wrote: [] > by this argument, why does mkuboot.sh exist at all then ? let's > simply delete mkuboot.sh and change all arch Makefile's like so: > -$(CONFIG_SHELL) $(MKIMAGE) ... > +-mkimage ... Yes (with TOOLCHAIN prefix). > i of c

[GIT PATCH] USB patches for 2.6.20

2007-02-07 Thread Greg KH
Here are a bunch of USB patches against 2.6.20-git They include some new drivers (including PS3 support), some new features (dynamic id support for usb-serial drivers), and loads of other stuff. All of these have been in the -mm releases for quite some time. Please pull from: master.kern

RE: [PATCH 4/5] scsi: megaraid_sas - preallocate memory for ioctlprocessing

2007-02-07 Thread Patro, Sumant
Thanks. I will resubmit the patch. Regards, Sumant -Original Message- From: James Bottomley [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 2:02 PM To: Andrew Morton Cc: Patro, Sumant; linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org; Kolli, Neela; Yang, Bo; Patro,

RE: [PATCH 1/5] scsi: megaraid_sas - stop cmd processing if hw_crit_error is set

2007-02-07 Thread Patro, Sumant
I will correct the formatting and will resubmit. Regards, Sumant -Original Message- From: Andrew Morton [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 07, 2007 1:18 PM To: Patro, Sumant Cc: [EMAIL PROTECTED]; linux-scsi@vger.kernel.org; linux-kernel@vger.kernel.org; Kolli, Neela; Y

Re: [patch] Re: SCSI logging sucks

2007-02-07 Thread Volker Sameske
> There's a very convenient script called scsi_logging_level included in > (of all things) the s390-tools package. > > Maybe provide a pointer to it -- or even just include it. It's not > very big... > > http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html The scsi_loggin

Re: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Horms
On Wed, Feb 07, 2007 at 09:07:40AM -0800, Luck, Tony wrote: > > kexec.h is needed by arch/ia64/kernel/process.c so for the > > declaration of kexec_disable_iosapic() which is used in > > machine_shutdown(). > > > +#include > > I merged this into your earlier change (moving machine_shutdown() int

Re: [PATCH] [IA64] Include kexec.h in arch/ia64/kernel/process.c

2007-02-07 Thread Randy Dunlap
On Thu, 8 Feb 2007 11:19:03 +0900 Horms wrote: > On Wed, Feb 07, 2007 at 09:07:40AM -0800, Luck, Tony wrote: > > > kexec.h is needed by arch/ia64/kernel/process.c so for the > > > declaration of kexec_disable_iosapic() which is used in > > > machine_shutdown(). > > > > > +#include > > > > I mer

[PATCH] sk98lin: planned removal

2007-02-07 Thread Stephen Hemminger
Document planned removal of sk98lin driver. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- Documentation/feature-removal-schedule.txt |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-remova

[PATCH] [NETDEV] [000] dmfe : fix bugs and add features

2007-02-07 Thread Levitsky Maxim
Hello, Before some time I decided to fix suspend/resume on my Davicom network card. During development I also fixed couple of bugs and added support for link detection and WOL Note : 2.6.20 already has support for link detection , but it is broken when card has external PHY , like mine. So here

[PATCH] [NETDEV] [001] dmfe : trivial/spelling fixes

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [001] dmfe : trivial/spelling fixes Fix a typo, and wrap lines on 80-th column Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- --- linux-2.6.20-org/drivers/net/tulip/dmfe.c   2007-02-03 11:47:52.0 +0200 +++ linux-2.6

[PATCH] [NETDEV] [002] dmfe : Fix possible oops

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [002] dmfe : Fix possible oops Deallocate memory after driver is unregistred to prevent oops Don't dereference NULL pointer that can be returned by dev_alloc_skb in case of oom Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> ---

[PATCH] [NETDEV] [003] dmfe : fix link detection

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [003] dmfe : fix link detection Cleanup link detection Fix link not detected when using external PHY Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- CR12's bits 0 and 1 show link status/speed only for internal PHY. In case ex

[PATCH] [NETDEV] [004] dmfe : Add suspend/resume support

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NETDEV] [004] dmfe : Add suspend/resume support Adds support for suspend/resume --- --- linux-2.6.20-mod/drivers/net/tulip/dmfe.c   2007-02-07 18:46:13.0 +0200 +++ linux-2.6.20-test/drivers/net/tulip/dmfe.c  2007-02-07 18:50:52

[PATCH] [NETDEV] [005] dmfe : Add support for wake-on-lan

2007-02-07 Thread Levitsky Maxim
From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NETDEV] [005] dmfe : Add support for wake-on-lan Adds support for wake on lan feature Signed-off-by: Maxim Levitsky <[EMAIL PROTECTED]> --- This board supports WOL on magic packet / link change / specific packet This adds support for WO

Re: dynticks + iptables almost stops the boot process [was: Re: 2.6.20-rc6-mm3]

2007-02-07 Thread Ingo Molnar
* Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 07 Feb 2007 00:17:33 +0100 > Thomas Gleixner <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-02-07 at 00:12 +0100, Tilman Schmidt wrote: > > > > No, not this. Anyway the last patch Thomas forwarded does fix the > > > > problem. > > > > > > Whic

[PATCH] [NETDEV] [005] dmfe : Add support for wake-on-lan [FIXED]

2007-02-07 Thread Levitsky Maxim
Hello , I just noticed a error in my patch , just a mistake , sorry please in dmfe_resume I mixed DMFE_WOL_LINKCHANGE | DMFE_WOL_MAGICPACKET , and WAKE_PHY | WAKE_MAGIC here goes updated patch: From: Maxim Levitsky <[EMAIL PROTECTED]> Subject: [PATCH] [NET] [005] dmfe : Add support for wake-on-

[PATCH 1/1] Fabric7 VIOC driver source code

2007-02-07 Thread Sriram Chidambaram
This patch provides the Fabric7 VIOC driver source code. This git mbox patch is built against git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git The patch can be pulled from ftp://ftp.fabric7.com/VIOC/Fabric7-VIOC-driver-patch.FEB-07-2007 Signed-off-by: Fabric7 Driver-Support <

[2.6.20] net/ieee80211/ieee80211_crypt_tkip.c spams kernel message buffer

2007-02-07 Thread Andreas Steinmetz
net/ieee80211/ieee80211_crypt_tkip.c outputs tons of these which didn't happen with 2.6.18.2 (only one or two of these after enabling the ipw2200 with the kill switch): TKIP: replay detected: STA=00:0e:2e:94:84:c3 previous TSC 0200 received TSC 0002e560 printk: 19 messages suppressed.

Re: [PATCH netdev#atl1 1/1] atl1: clean up extern, global scope declarations

2007-02-07 Thread Jeff Garzik
Jay Cliburn wrote: From: Jay Cliburn <[EMAIL PROTECTED]> atl1: move extern to header file; make some global code static Move an extern declaration to a header file. Make needlessly global functions static. Noticed by Adrian Bunk. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> applied - T

Re: [PATCH] sk98lin: planned removal

2007-02-07 Thread Jeff Garzik
Stephen Hemminger wrote: Document planned removal of sk98lin driver. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- Documentation/feature-removal-schedule.txt |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) applied - To unsubscribe from this list: send the line "u

Re: [PATCH] Broken ArcNet com20020 pcmcia driver in 2.6.20

2007-02-07 Thread Randy Dunlap
On Wed, 7 Feb 2007 23:24:21 +0100 (CET) Esben Nielsen wrote: > On Wed, 7 Feb 2007, Randy Dunlap wrote: > > > Esben Nielsen wrote: > >> Hi, > >> I can not get my com20020 pcmcia driver to work as a module under 2.6.20. > >> There is the build problem: > > > The relevant parts: > ... > CONFIG_AR

[PATCH 2/3] X.25: Adds /proc/sys/net/x25/x25_forward to control forwarding.

2007-02-07 Thread ahendry
echo "1" > /proc/sys/net/x25/x25_forward To turn on x25_forwarding, defaults to off Requires the previous patch. Signed-off-by: Andrew Hendry <[EMAIL PROTECTED]> diff -uprN -X linux-2.6.20/Documentation/dontdiff linux-2.6.20-vanilla/include/linux/sysctl.h linux-2.6.20/include/linux/sysctl.h --

[PATCH 1/3] [RESEND] X.25: Add call forwarding

2007-02-07 Thread ahendry
Adds call forwarding to X.25, allowing it to operate like an X.25 router. Useful if one needs to manipulate X.25 traffic with tools like tc. This is an update/cleanup based off a patch submitted by Daniel Ferenci a few years ago. Thanks Alan for the feedback. Added the null check to the clones. M

[PATCH 3/3] X.25: Adds /proc/net/x25/forward to view active forwarded calls.

2007-02-07 Thread ahendry
View the active forwarded calls cat /proc/net/x25/forward Signed-off-by: Andrew Hendry <[EMAIL PROTECTED]> --- linux-2.6.20-vanilla/net/x25/x25_proc.c 2007-02-07 14:29:43.0 +1100 +++ linux-2.6.20/net/x25/x25_proc.c 2007-02-07 15:17:51.0 +1100 @@ -165,6 +165,75 @@ out:

[git patches] net driver updates

2007-02-07 Thread Jeff Garzik
Just sent this upstream... Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git upstream-linus to receive the following updates: Documentation/feature-removal-schedule.txt|7 + MAINTAINERS |

Re: [PATCH] sk98lin: planned removal

2007-02-07 Thread Andrew Morton
On Wed, 7 Feb 2007 09:18:30 -0800 Stephen Hemminger <[EMAIL PROTECTED]> wrote: > Document planned removal of sk98lin driver. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> > --- > Documentation/feature-removal-schedule.txt |7 +++ > 1 files changed, 7 insertions(+), 0 deletions

Re: forcedeth problems on 2.6.20-rc6-mm3

2007-02-07 Thread Andrew Morton
On Mon, 5 Feb 2007 16:52:24 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Mon, 05 Feb 2007 18:35:06 -0600 > Robert Hancock <[EMAIL PROTECTED]> wrote: > > > Daniel Barkalow wrote: > > > On Sun, 4 Feb 2007, Robert Hancock wrote: > > > > > >> Something's busted with forcedeth in 2.6.20-rc6-mm

[PATCH] ATA convert GSI to irq on ia64

2007-02-07 Thread Zhang, Yanmin
If an ATA drive uses legacy mode, ata driver will choose 14 and 15 as the fixed irq number. On ia64 platform, such numbers are GSI and should be converted to irq vector. Below patch against kernel 2.6.20 fixes it. Signed-off-by: Zhang Yanmin <[EMAIL PROTECTED]> --- diff -Nraup linux-2.6.20/incl

<    1   2   3   4