Re: roaming support for d80211 stack

2006-09-06 Thread Johannes Berg
On Tue, 2006-09-05 at 17:42 -0700, Mohamed Abbas wrote: > Are there any one working on roaming support for d80211 stack? I'm not aware of anyone working on it, but I used to think there was some support. I guess that isn't true then if you need to ask that question :) johannes - To unsubscribe

Re: [RFC] Alternate WE-21 support (core API)

2006-09-06 Thread Johannes Berg
On Wed, 2006-09-06 at 16:55 -0400, John W. Linville wrote: > Is this patch acceptable to the group? Does it make things better? > Or worse? Did I leave-out anything that should still go in? Did I > take too much? Looks good to me. johannes - To unsubscribe from this list: send the line "unsub

Re: [RFC] network namespaces

2006-09-06 Thread Eric W. Biederman
Stephen Hemminger <[EMAIL PROTECTED]> writes: > The problem with VNIC's is it won't work for all devices (without lots of > work), and for many device's it requires putting the device in promiscuous > mode. It also plays havoc with network access control devices. Which is fine. If it works it is

[PATCH] ucode debug status via sysfs for wireless-2.6

2006-09-06 Thread Larry Finger
John, Please apply this patch by Martin Langer to wireless-2.6. It must follow the patch to "Add firmware version printout to wireless-2.6 (bcm43xx-softmac)". As originally submitted, the patch was appropriate for an obsolete version of bcm43xx-softmac, but I have updated and tested. Thanks,

Re: [RFC] network namespaces

2006-09-06 Thread Stephen Hemminger
On Wed, 06 Sep 2006 17:25:50 -0600 [EMAIL PROTECTED] (Eric W. Biederman) wrote: > "Caitlin Bestler" <[EMAIL PROTECTED]> writes: > > > [EMAIL PROTECTED] wrote: > > > >> > >>> Finally, as I understand both network isolation and network > >>> virtualization (both level2 and level3) can happily co

Re: ipv6 lockdep

2006-09-06 Thread Herbert Xu
On Wed, Sep 06, 2006 at 03:06:12PM +, Matthew Galgoci wrote: > > = > [ INFO: possible recursive locking detected ] > 2.6.17-1.2614.fc6 #1 > - > java/7112 is trying to acquire lock: > (slock-AF_INET6){-+..}

Re: e1000_xmit_frame and e1000_down racing with next_to_use?

2006-09-06 Thread Shaw Vrana
> On Wed, 6 Sep 2006 10:58:15 -0700 (PDT) > [EMAIL PROTECTED] wrote: > >> Hello All, >> >> I have a question about the use of the tx_ring->next_to_use variable in >> the e1000. Specifically, I'm wondering about a race between the use of >> next_to_use in e1000_xmit_frame and the clearing of next_t

Re: [RFC] network namespaces

2006-09-06 Thread Eric W. Biederman
"Caitlin Bestler" <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: > >> >>> Finally, as I understand both network isolation and network >>> virtualization (both level2 and level3) can happily co-exist. We do >>> have several filesystems in kernel. Let's have several network >>> virtualiza

[patch 37/37] sky2: version 1.6.1

2006-09-06 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Stephen Hemminger <[EMAIL PROTECTED]> Since this code incorporates some of the fixes from 2.6.18, change the version number. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Signed-off-by: Greg

[patch 05/37] bridge-netfilter: dont overwrite memory outside of skb

2006-09-06 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Stephen Hemminger <[EMAIL PROTECTED]> The bridge netfilter code needs to check for space at the front of the skb before overwriting; otherwise if skb from device doesn't have headroom, then it will c

[patch 33/37] sky2: clear status IRQ after empty

2006-09-06 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Stephen Hemminger <[EMAIL PROTECTED]> Don't clear status IRQ until list has been read to avoid causing status list wraparound. Clearing IRQ forces a Transmit Status update if it is pending. Signed-o

Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj

2006-09-06 Thread Benjamin Herrenschmidt
> Under some circumstances I can work out which sources have triggered which > interrupts (there are various off-CPU FPGAs which implement auxiliary PICs > that > do announce their sources), but the aux-PIC channels are grouped together upon > delivery to the CPU PIC, so some of the ACK'ing has t

[patch 35/37] sky2: MSI test timing

2006-09-06 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Stephen Hemminger <[EMAIL PROTECTED]> The test for MSI IRQ could have timing issues. The PCI write needs to be pushed out before waiting, and the wait queue should be initialized before the IRQ. Si

[patch 36/37] sky2: fix fiber support

2006-09-06 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Stephen Hemminger <[EMAIL PROTECTED]> Fix support for fiber based devices. Needed to keep track of PMD type to add workaround in setup. Add support for gigabit half duplex fiber. Signed-off-by: Ste

RE: [RFC] network namespaces

2006-09-06 Thread Caitlin Bestler
[EMAIL PROTECTED] wrote: > >> Finally, as I understand both network isolation and network >> virtualization (both level2 and level3) can happily co-exist. We do >> have several filesystems in kernel. Let's have several network >> virtualization approaches, and let a user choose. Is that makes >>

[patch 32/37] sky2: accept flow control

2006-09-06 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Stephen Hemminger <[EMAIL PROTECTED]> Don't program the GMAC to reject flow control packets. This maybe the cause of some of the transmit hangs. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>

[patch 34/37] sky2: use dev_alloc_skb for receive buffers

2006-09-06 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- From: Stephen Hemminger <[EMAIL PROTECTED]> Several code paths assume an additional 16 bytes of header padding on the receive path. Use dev_alloc_skb to get that padding. Signed-off-by: Stephen Hemminger

Re: [Devel] Re: [RFC] network namespaces

2006-09-06 Thread Daniel Lezcano
Kir Kolyshkin wrote: Herbert Poetzl wrote: my point (until we have an implementation which clearly shows that performance is equal/better to isolation) is simply this: of course, you can 'simulate' or 'construct' all the isolation scenarios with kernel bridging and routing and tricky inject

Re: [RFC] Alternate WE-21 support (core API)

2006-09-06 Thread Larry Finger
John W. Linville wrote: On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote: On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote: I don't know about the others, but long/short retry limits have users (e.g., Host AP driver) and these drivers are currently forced to use a hack to do

Re: [RFC] Alternate WE-21 support (core API)

2006-09-06 Thread Jean Tourrilhes
On Wed, Sep 06, 2006 at 04:55:44PM -0400, John W. Linville wrote: > On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote: > > On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote: > > > > > I don't know about the others, but long/short retry limits have users > > > (e.g., Host AP driver

[Patch] BUG_ON cleanup in drivers/net/tokenring/

2006-09-06 Thread Eric Sesterhenn
hi, this patch converts one if() BUG(); to BUG_ON(); so it can be safely optimized away. Signed-off-by: Eric Sesterhenn <[EMAIL PROTECTED]> --- linux-2.6.18-rc6/drivers/net/tokenring/tmspci.c.orig2006-09-06 23:32:41.0 +0200 +++ linux-2.6.18-rc6/drivers/net/tokenring/tmspci.c

Re: [stable] [PATCH 0/6] sky2 important fixes backport

2006-09-06 Thread Greg KH
On Wed, Sep 06, 2006 at 10:17:52AM -0700, Stephen Hemminger wrote: > Selective backport of bug fixes in 2.6.18 to 2.6.17 stable. All 6 queued to -stable, thanks. greg k-h - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordo

Re: [RFT] sky2 vs iptables

2006-09-06 Thread Stephen Hemminger
On Tue, 05 Sep 2006 21:36:24 -0400 Daniel Drake <[EMAIL PROTECTED]> wrote: > Hi, > > There's a strange sky2 bug on the Gentoo bugzilla: > http://bugs.gentoo.org/show_bug.cgi?id=136508 > > sky2 seems to work OK, but breaks as soon as the iptables ruleset is > loaded. Nothing can be pinged, etc.

[RFC] Alternate WE-21 support (core API)

2006-09-06 Thread John W. Linville
On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote: > On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote: > > > I don't know about the others, but long/short retry limits have users > > (e.g., Host AP driver) and these drivers are currently forced to use a > > hack to do this withou

Re: [RFC] Alternate WE-21 support (core API)

2006-09-06 Thread Michael Buesch
On Wednesday 06 September 2006 22:55, John W. Linville wrote: > On Thu, Aug 31, 2006 at 04:00:05PM +0200, Johannes Berg wrote: > > On Thu, 2006-08-31 at 06:51 -0700, Jouni Malinen wrote: > > > > > I don't know about the others, but long/short retry limits have users > > > (e.g., Host AP driver) an

Please pull from my tree

2006-09-06 Thread Michael Buesch
Hi John, Please do git pull git://bu3sch.de/wireless-dev.git fixes-for-linville This will pull a ssb fix I forgot to send upstream via patches. http://bu3sch.de/git?p=wireless-dev.git;a=commitdiff;h=e29495e14131be28da4fb8bf8a2615fd3f625764 drivers/misc/ssb.c |

Re: [RFC] network namespaces

2006-09-06 Thread Cedric Le Goater
Kir Kolyshkin wrote: > I am not sure about "network isolation" (used by Linux-VServer), but as > it comes for level2 vs. level3 virtualization, I see a need for both. > Here is the easy-to-understand comparison which can shed some light: > http://wiki.openvz.org/Differences_between_venet_and_

Re: [stable] [2.6.17.8] NFS stall / BUG in UDP fragment processing / SKB trimming

2006-09-06 Thread Greg KH
On Sat, Aug 26, 2006 at 11:18:39AM +1000, Herbert Xu wrote: > On Fri, Aug 25, 2006 at 04:03:16PM -0700, Greg KH wrote: > > > > This patch doesn't apply at all to the latest 2.6.17-stable kernel tree. > > Care to rediff it? > > Hmm, I just rebased and it actually applied as is to 2.6.17.11 :) > An

Re: [RFC] network namespaces

2006-09-06 Thread Eric W. Biederman
Cedric Le Goater <[EMAIL PROTECTED]> writes: > Eric W. Biederman wrote: > > hmm ? What about an MPI application ? > > I would expect each MPI task to be run in its container on different nodes > or on the same node. These individual tasks _communicate_ between each > other through the MPI layer (n

Re: [RFC] network namespaces

2006-09-06 Thread Cedric Le Goater
Eric W. Biederman wrote: >> This family of containers are used too for HPC (high performance computing) >> and >> for distributed checkpoint/restart. The cluster runs hundred of jobs, >> spawning >> them on different hosts inside an application container. Usually the jobs >> communicates with bro

Re: [PATCH 1/7] bonding: Add 10 Gig support

2006-09-06 Thread Jeff Garzik
Randy.Dunlap wrote: On Wed, 06 Sep 2006 12:53:42 -0400 Jeff Garzik wrote: Mitch Williams wrote: Add 10 Gig support to bonding. Resent due to corrupt patch. Signed-off-by: Mitch Williams <[EMAIL PROTECTED]> Acked-by: Jay Vosburgh <[EMAIL PROTECTED]> Did you test with git-applymbox first? It

[PATCH 2/3] sky2: fiber support

2006-09-06 Thread Stephen Hemminger
Fix the support for fiber connected gigabit boards. Allow half duplex gigabit to be configured. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/sky2.c | 81 +++- drivers/net/sky2.h | 15 +- 2 files changed, 63 inse

[PATCH 3/3] sky2: big endian

2006-09-06 Thread Stephen Hemminger
Fix support for big endian platforms like PPC. Still not sure about VLAN acceleration (does it need swapping)? Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/sky2.c | 43 ++- drivers/net/sky2.h | 19 +++ 2 files c

[PATCH 1/3] sky2: tx pause bug fix

2006-09-06 Thread Stephen Hemminger
Fix problems with transmit pause frames. The driver was telling the GMAC to flush (not process) pause frames. Manually disabling pause wasn't working because of problems in the setup. This maybe the cause of the lockup under load. http://bugzilla.kernel.org/show_bug.cgi?id=6839 Patch agai

Re: [PATCH 1/7] bonding: Add 10 Gig support

2006-09-06 Thread Jay Vosburgh
[Trying again; /usr/bin/patch didn't complain about Mitch's original; here's a cg-diff generated from where I checked his in, git-apply seems ok with it. The problem seems to be the empty line between "//endallnoun" and "// compare MAC"; in the original it's a totally empty line, from cg-

Re: [PATCH 1/7] bonding: Add 10 Gig support

2006-09-06 Thread Randy.Dunlap
On Wed, 06 Sep 2006 12:53:42 -0400 Jeff Garzik wrote: > Mitch Williams wrote: > > Add 10 Gig support to bonding. > > > > Resent due to corrupt patch. > > > > Signed-off-by: Mitch Williams <[EMAIL PROTECTED]> > > Acked-by: Jay Vosburgh <[EMAIL PROTECTED]> > > Did you test with git-applymbox firs

Re: [RFC] network namespaces

2006-09-06 Thread Kir Kolyshkin
Eric W. Biederman wrote: Kir Kolyshkin <[EMAIL PROTECTED]> writes: Herbert Poetzl wrote: my point (until we have an implementation which clearly shows that performance is equal/better to isolation) is simply this: of course, you can 'simulate' or 'construct' all the isolation scenar

Re: [RFC] network namespaces

2006-09-06 Thread Eric W. Biederman
Kir Kolyshkin <[EMAIL PROTECTED]> writes: > Herbert Poetzl wrote: >> my point (until we have an implementation which clearly >> shows that performance is equal/better to isolation) >> is simply this: >> >> of course, you can 'simulate' or 'construct' all the >> isolation scenarios with kernel br

Re: [REVISED] [PATCH] ethtool v4: add autoneg advertise feature

2006-09-06 Thread Jeff Kirsher
On 9/5/06, Jeff Kirsher <[EMAIL PROTECTED]> wrote: adds the ability to change the advertised speed and duplex for a network interface. Previously, a network interface was only able to advertise all supported speed's and duplex's, or one individual speed and duplex. The feature allows the us

[PATCH 2/6] sky2: clear status IRQ after empty

2006-09-06 Thread Stephen Hemminger
Don't clear status IRQ until list has been read to avoid causing status list wraparound. Clearing IRQ forces a Transmit Status update if it is pending. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- linux-2.6.17.11.orig/drivers/net/sky2.c +++ linux-2.6.17.11/drivers/net/sky2.c @@ -2016,

[PATCH 0/6] sky2 important fixes backport

2006-09-06 Thread Stephen Hemminger
Selective backport of bug fixes in 2.6.18 to 2.6.17 stable. -- Stephen Hemminger <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: e1000_xmit_frame and e1000_down racing with next_to_use?

2006-09-06 Thread Stephen Hemminger
On Wed, 6 Sep 2006 10:58:15 -0700 (PDT) [EMAIL PROTECTED] wrote: > Hello All, > > I have a question about the use of the tx_ring->next_to_use variable in > the e1000. Specifically, I'm wondering about a race between the use of > next_to_use in e1000_xmit_frame and the clearing of next_to_use in

[PATCH 3/6] sky2: use dev_alloc_skb for receive buffers

2006-09-06 Thread Stephen Hemminger
Several code paths assume an additional 16 bytes of header padding on the receive path. Use dev_alloc_skb to get that padding. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- linux-2.6.17.11.orig/drivers/net/sky2.c +++ linux-2.6.17.11/drivers/net/sky2.c @@ -949,14 +949,14 @@ static void

[PATCH 5/6] sky2: fix fiber support

2006-09-06 Thread Stephen Hemminger
Fix support for fiber based devices. Needed to keep track of PMD type to add workaround in setup. Add support for gigabit half duplex fiber. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/sky2.c | 81 - drivers/net/sky2

[PATCH 6/6] sky2: version 1.6.1

2006-09-06 Thread Stephen Hemminger
Since this code incorporates some of the fixes from 2.6.18, change the version number. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- linux-2.6.17.11.orig/drivers/net/sky2.c 2006-09-06 09:29:23.0 -0700 +++ linux-2.6.17.11/drivers/net/sky2.c 2006-09-06 09:29:30.0 -07

[PATCH 1/6] sky2: accept flow control

2006-09-06 Thread Stephen Hemminger
Don't program the GMAC to reject flow control packets. This maybe the cause of some of the transmit hangs. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- linux-2.6.17.11.orig/drivers/net/sky2.h 2006-09-06 10:02:11.0 -0700 +++ linux-2.6.17.11/drivers/net/sky2.h 2006-09-06 1

[PATCH] skge: heck for PCI hotplug during IRQ

2006-09-06 Thread Stephen Hemminger
Check if IRQ came from hardware fault (hotplug). Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/skge.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 7e83b6245b11158875757ab346ca6d0954ecb95e diff --git a/drivers/net/skge.c b/drivers/net/skge.c index 3f1b72e..

[PATCH 4/6] sky2: MSI test timing

2006-09-06 Thread Stephen Hemminger
The test for MSI IRQ could have timing issues. The PCI write needs to be pushed out before waiting, and the wait queue should be initialized before the IRQ. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- linux-2.6.17.11.orig/drivers/net/sky2.c +++ linux-2.6.17.11/drivers/net/sky2.c @@

Re: [RFC] network namespaces

2006-09-06 Thread Eric W. Biederman
Herbert Poetzl <[EMAIL PROTECTED]> writes: > On Wed, Sep 06, 2006 at 11:10:23AM +0200, Daniel Lezcano wrote: >> >> As far as I see, vserver use a layer 3 solution but, when needed, the >> veth "component", made by Nestor Pena, is used to provide a layer 2 >> virtualization. Right ? > > well, no,

Re: Unable to halt or reboot due to - unregister_netdevice: waiting for eth0.20 to become free. Usage count = 1

2006-09-06 Thread Ben Greear
Jesper Juhl wrote: Ok, I've done some more testing and it seems, unfortunately, that I can't trigger the problem reliably. I guess I was just "lucky" with my first few reboots. It now seems that uptime and/or amount of data that has flowed over the vlan interface impacts the probability of hittin

e1000_xmit_frame and e1000_down racing with next_to_use?

2006-09-06 Thread shaw
Hello All, I have a question about the use of the tx_ring->next_to_use variable in the e1000. Specifically, I'm wondering about a race between the use of next_to_use in e1000_xmit_frame and the clearing of next_to_use in e1000_down via e1000_clean_tx_ring. Thread 1 (_xmit) -> first = adapter->t

Re: [PATCH] Fix dm9000 release_resource

2006-09-06 Thread Dirk Opfer
Jeff Garzik schrieb: > > Your patch is attached base64-encoded, which makes it impossible to > comment on it inline. > > Jeff > > Sorry for that. I send this via webclient. Here is another attempt. dm9000_release_board calls release_resource with the platform resource instead of the requested

Re: [PATCH 11/21] nbd: limit blk_queue

2006-09-06 Thread Jens Axboe
On Wed, Sep 06 2006, Erik Mouw wrote: > On Wed, Sep 06, 2006 at 03:16:41PM +0200, Peter Zijlstra wrote: > > - disk->queue = blk_init_queue(do_nbd_request, &nbd_lock); > > + disk->queue = blk_init_queue_node_elv(do_nbd_request, > > + &nbd_lock, -1, "noop

Re: [Devel] Re: [RFC] network namespaces

2006-09-06 Thread Kir Kolyshkin
Herbert Poetzl wrote: my point (until we have an implementation which clearly shows that performance is equal/better to isolation) is simply this: of course, you can 'simulate' or 'construct' all the isolation scenarios with kernel bridging and routing and tricky injection/marking of packets,

Re: [PATCH 1/7] bonding: Add 10 Gig support

2006-09-06 Thread Gary Zambrano
On Wed, 2006-09-06 at 12:53 -0400, Jeff Garzik wrote: > Mitch Williams wrote: > > Add 10 Gig support to bonding. > > > > Resent due to corrupt patch. > Did you test with git-applymbox first? > > It's still corrupt... > > > Applying 'bonding: Add 10 Gig support' > > fatal: corrupt patch at line

Re: [PATCH 1/7] bonding: Add 10 Gig support

2006-09-06 Thread Jeff Garzik
Mitch Williams wrote: Add 10 Gig support to bonding. Resent due to corrupt patch. Signed-off-by: Mitch Williams <[EMAIL PROTECTED]> Acked-by: Jay Vosburgh <[EMAIL PROTECTED]> Did you test with git-applymbox first? It's still corrupt... Applying 'bonding: Add 10 Gig support' fatal: corrupt

Re: [RFC] network namespaces

2006-09-06 Thread Herbert Poetzl
On Wed, Sep 06, 2006 at 11:10:23AM +0200, Daniel Lezcano wrote: > Hi Herbert, > > >well, the 'ip subset' approach Linux-VServer and > >other Jail solutions use is very clean, it just does > >not match your expectations of a virtual interface > >(as there is none) and it does not cope well with > >

Re: [2.6 patch] make drivers/net/e1000/e1000_hw.c:e1000_phy_igp_get_info() static

2006-09-06 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 1/7] bonding: Add 10 Gig support

2006-09-06 Thread Mitch Williams
Add 10 Gig support to bonding. Resent due to corrupt patch. Signed-off-by: Mitch Williams <[EMAIL PROTECTED]> Acked-by: Jay Vosburgh <[EMAIL PROTECTED]> diff -urpN -X linux-2.6.18-rc4-clean/Documentation/dontdiff linux-2.6.18-rc4-clean/drivers/net/bonding/bond_3ad.c linux-2.6.18-rc4/drivers/n

[git patch] net driver "fix"

2006-09-06 Thread Jeff Garzik
Minor, but should go for 2.6.18. 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: drivers/net/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Brice Goglin: m

Re: [PATCH 1/5] skge: use netdev_alloc_skb

2006-09-06 Thread Jeff Garzik
applied patches 1-4. patch #5 does not apply: [EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt 5 patch(es) to process. Applying 'skge: use netdev_alloc_skb' Wrote tree 5933a42766864a3117611ec1c999758e9f8a2f38 Committed: c54f9765daafe8493dba837b3d70e97432cd876a Apply

Re: [RFT 0/5] sky2 experimental patches

2006-09-06 Thread Jeff Garzik
Since these are marked RFT, I ACK them, but then deleted them from my inbox awaiting resend of final version. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [2.6.19 PATCH 1/7] ehea: interface to network stack

2006-09-06 Thread Jeff Garzik
Arnd Bergmann wrote: Am Monday 04 September 2006 22:16 schrieb Francois Romieu: +#include "ehea.h" +#include "ehea_qmr.h" +#include "ehea_phyp.h" Afaik none of those is included in this patch nor in my 2.6.18-git tree. They are in 5, 3 and 2, respectively Happy bissect in sight. The driv

Re: [PATCH 11/21] nbd: limit blk_queue

2006-09-06 Thread Erik Mouw
On Wed, Sep 06, 2006 at 03:16:41PM +0200, Peter Zijlstra wrote: > - disk->queue = blk_init_queue(do_nbd_request, &nbd_lock); > + disk->queue = blk_init_queue_node_elv(do_nbd_request, > + &nbd_lock, -1, "noop"); So what happens if the noop schedul

Re: [PATCH 1/7] bonding: Add 10 Gig support

2006-09-06 Thread Jeff Garzik
ACK patches 1-7, but does not apply: [EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt 7 patch(es) to process. Applying 'bonding: Add 10 Gig support' fatal: corrupt patch at line 10 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a m

Re: [PATCH 2/5] skge: irq lock race

2006-09-06 Thread Jeff Garzik
Stephen Hemminger wrote: The driver needs to access the IRQ status inside of lock to avoid races with other places changing IRQ mask etc. This may be related to some of the SMP bugs reported against skge in kernel bugzilla. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- netdev-2.6.ori

Re: [PATCH] sky2: more pci device id's

2006-09-06 Thread Jeff Garzik
applied - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/9] s390: netiucv driver fixes

2006-09-06 Thread Jeff Garzik
[EMAIL PROTECTED] wrote: [PATCH 2/9] s390: netiucv driver fixes From: Frank Pavlic <[EMAIL PROTECTED]> - missing lock initialization added - avoid duplicate iucv-interfaces to the same peer - rw-lock added for manipulating the list of defined iucv connections Signed-o

Re: [PATCH 1/9] s390: minor s390 network driver fixes

2006-09-06 Thread Jeff Garzik
ACK patches 1-9, but patch #1 failed to apply to netdev-2.6.git#upstream: [EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt 9 patch(es) to process. Applying 's390: minor s390 network driver fixes' error: patch failed: drivers/s390/net/ctcmain.c:1714 error: drivers/s390

Re: [PATCH]: ethtool: typo fix for e1000

2006-09-06 Thread Jeff Garzik
ACK patch, NAK form. You cannot attach the patch description and signed-off-by line. It makes review much more difficult (many mail readers don't allow easy replies to attachments), and git-applymbox does not see the patch description. - To unsubscribe from this list: send the line "unsubs

Re: [Devel] Re: [RFC] network namespaces

2006-09-06 Thread Kir Kolyshkin
Kirill Korotaev wrote: I think classifying network virtualization by Layer X is not good enough. OpenVZ has Layer 3 (venet) and Layer 2 (veth) implementations, but in both cases networking stack inside VE remains fully virtualized. Let's describe all those (three?) approaches at http://wiki.o

[PATCH 2/9] s390: netiucv driver fixes

2006-09-06 Thread fpavlic
[PATCH 2/9] s390: netiucv driver fixes From: Frank Pavlic <[EMAIL PROTECTED]> - missing lock initialization added - avoid duplicate iucv-interfaces to the same peer - rw-lock added for manipulating the list of defined iucv connections Signed-off-by: Frank Pavlic <[EMAIL

Re: [PATCH] myri10ge: improve firmware selection

2006-09-06 Thread Jeff Garzik
applied; same comment as previous email... - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 5/9] s390: qeth driver fixes [2/6]

2006-09-06 Thread fpavlic
[PATCH 5/9] s390: qeth driver fixes [2/6] From: Frank Pavlic <[EMAIL PROTECTED]> - fixed error handling in create_device_attributes - fixed some minor bugs in IPv4 and IPv6 address checking Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> --- drivers/s390/net/qeth.h | 25

[PATCH 9/9] s390: qeth driver fixes [6/6]

2006-09-06 Thread fpavlic
[PATCH 9/9] s390: qeth driver fixes [6/6] From: Frank Pavlic <[EMAIL PROTECTED]> - Hipersockets has no IPV6 support, thus prevent issueing SETRTG_IPV6 control commands on Hipersockets devices. - fixed error handling in qeth_sysfs_(un)register Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> -

[PATCH 1/9] s390: minor s390 network driver fixes

2006-09-06 Thread fpavlic
Hi, following 9 patches are all s390 network device drivers related . Frank [PATCH 1/9] s390: minor s390 network driver fixes From: Frank Pavlic <[EMAIL PROTECTED]> - iucv driver: use do { } while (0) constructs instead of empty defines to avoid compile bugs. - ctc driver:

[PATCH 6/9] s390: qeth driver fixes [3/6]

2006-09-06 Thread fpavlic
[PATCH 6/9] s390: qeth driver fixes [3/6] From: Frank Pavlic <[EMAIL PROTECTED]> fixed kernel panic caused by qeth driver: Using a bonding device qeth driver will realloc headroom for every skb coming from the bond device. Once this happens qeth frees the original s

Re: [PATCH] myri10ge: update the firmware download URL in Kconfig

2006-09-06 Thread Jeff Garzik
Brice Goglin wrote: Jeff, Could you please push the following patch to Linus before 2.6.18? It updates the firmware download URL in Kconfig to match the header in drivers/net/myri10ge/myri10ge.c. Thanks! Brice Goglin In future patches, please ensure comments such as the above quoted always f

[PATCH 4/9] s390: qeth driver fixes [1/6]

2006-09-06 Thread fpavlic
[PATCH 4/9] s390: qeth driver fixes [1/6] From: Frank Pavlic <[EMAIL PROTECTED]> - Drop incoming packets with vlan_tag set if card->vlangrp is not set. - use always vlan_hwaccel_rx to pass vlan frames to the stack. - fix recovery problem. Device was recovered pro

[PATCH 7/9] s390: qeth driver fixes [4/6]

2006-09-06 Thread fpavlic
[PATCH 7/9] s390: qeth driver fixes [4/6] From: Frank Pavlic <[EMAIL PROTECTED]> - fix kernel crash due to race, set card->state to SOFTSETUP after card and card->dev are initialized properly. - remove CONFIG_QETH_PERF_STATS, use sysfs attribute instead, as we want to have the ability t

[PATCH 8/9] s390: qeth driver fixes [5/6]

2006-09-06 Thread fpavlic
[PATCH 8/9] s390: qeth driver fixes [5/6] From: Frank Pavlic <[EMAIL PROTECTED]> fix kernel panic in qdio queue handling. qeth_qdio_clear_card() could be invoked by 2 CPUs simultaneously (for example reboot event and recovery). Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> --- drivers/s390

ipv6 lockdep

2006-09-06 Thread Matthew Galgoci
I don't know if this is a previously known lockdep spew for a 2.6.18-rc6 based fedora kernel. DaveJ suggested I send this to netdev for wider review. = [ INFO: possible recursive locking detected ] 2.6.17-1.2614.fc6 #1 --

[PATCH 3/9] s390: Makefile cleanup

2006-09-06 Thread fpavlic
[PATCH 3/9] s390: Makefile cleanup From: Frank Pavlic <[EMAIL PROTECTED]> remove CONFIG_MPC from Makefile which was introduced accidently in the past. Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> --- drivers/s390/net/Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) bf8

Re: [PATCH] Fix dm9000 release_resource

2006-09-06 Thread Jeff Garzik
Dirk Opfer wrote: dm9000_release_board calls release_resource with the platform resource instead of the requested resource: db->addr_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); db->addr_req = request_mem_region(db->addr_res->start, i, pdev->name); dm9000_release_board: if (db->ad

Re: Please pull 'upstream' branch of wireless-2.6

2006-09-06 Thread Jeff Garzik
pulled - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj

2006-09-06 Thread David Howells
Ingo Molnar <[EMAIL PROTECTED]> wrote: > we'll get rid of that pt_regs thing centrally, from all drivers at once > - there's upstream buy-in for that already, and Thomas already generated > a test-patch for that a few months ago. But it's not a big issue right > now. Yay! Can you give me a po

Re: [RFC] network namespaces

2006-09-06 Thread Kirill Korotaev
On Tue, Sep 05, 2006 at 08:45:39AM -0600, Eric W. Biederman wrote: Daniel Lezcano <[EMAIL PROTECTED]> writes: For HPC if you are interested in migration you need a separate IP per container. If you can take you IP address with you migration of networking state is simple. If you can't take your

Re: [PATCH 3/7] 8139cp: ring_info removal for the receive path

2006-09-06 Thread Jeff Garzik
Francois Romieu wrote: The ring_info.len field is not used at all. cp_private.rx_skb is turned into an array of sk_buff *. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> Need to remove the now-dead struct ring_info. Otherwise, patchset looks OK. When fixed, I'll pull into #upstream, just

[2.6.19 PATCH 7/7] ehea: Makefile & Kconfig

2006-09-06 Thread Jan-Bernd Themann
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> drivers/net/Kconfig |9 + drivers/net/Makefile |1 + 2 files changed, 10 insertions(+) diff -Nurp -X dontdiff linux-2.6.18-rc6/drivers/net/Kconfig patched_kernel/drivers/net/Kconfig --- linux-2.6.18-rc6/drivers/net/Kconfi

[2.6.19 PATCH 6/7] ehea: eHEA Makefile

2006-09-06 Thread Jan-Bernd Themann
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> drivers/net/ehea/Makefile |6 ++ 1 file changed, 6 insertions(+) --- linux-2.6.18-rc6-orig/drivers/net/ehea/Makefile 1970-01-01 01:00:00.0 +0100 +++ kernel/drivers/net/ehea/Makefile2006-09-06 15:53:43.0 +02

Re: [take16 1/4] kevent: Core files.

2006-09-06 Thread Chase Venters
On Wed, 6 Sep 2006, Evgeniy Polyakov wrote: + +struct kevent_user +{ These structure names get a little dicey (kevent, kevent_user, ukevent, mukevent)... might there be slightly different names that could be selected to better distinguish the purpose of each? Like what? ukevent means userspa

[2.6.19 PATCH 5/7] ehea: main header files

2006-09-06 Thread Jan-Bernd Themann
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> drivers/net/ehea/ehea.h| 443 + drivers/net/ehea/ehea_hw.h | 290 + 2 files changed, 733 insertions(+) --- linux-2.6.18-rc6-orig/drivers/net/ehea/ehea.h 19

[2.6.19 PATCH 4/7] ehea: ethtool interface

2006-09-06 Thread Jan-Bernd Themann
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> drivers/net/ehea/ehea_ethtool.c | 294 1 file changed, 294 insertions(+) --- linux-2.6.18-rc6-orig/drivers/net/ehea/ehea_ethtool.c 1970-01-01 01:00:00.0 +0100 +++ kernel/drivers/net/

[2.6.19 PATCH 3/7] ehea: queue management

2006-09-06 Thread Jan-Bernd Themann
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> drivers/net/ehea/ehea_qmr.c | 604 drivers/net/ehea/ehea_qmr.h | 362 ++ 2 files changed, 966 insertions(+) --- linux-2.6.18-rc6-orig/drivers/net/ehea/ehea_qmr.c 1970

[PATCH 20/21] mm: a process flags to avoid blocking allocations

2006-09-06 Thread Peter Zijlstra
PF_MEM_NOWAIT - will make allocations fail before blocking. This is usefull to convert process behaviour to non-blocking. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> CC: Mike Christie <[EMAIL PROTECTED]> --- include/linux/sched.h |1 + mm/page_alloc.c |4 ++-- 2 files changed,

Re: [take16 1/4] kevent: Core files.

2006-09-06 Thread Evgeniy Polyakov
On Wed, Sep 06, 2006 at 08:40:21AM -0500, Chase Venters ([EMAIL PROTECTED]) wrote: > Evgeniy, > Sorry about the radio silence later. Some reviewer commentary > follows. > >+struct kevent > >+{ > >+/* Used for kevent freeing.*/ > >+struct rcu_head rcu_head; > >+struct u

[PATCH 08/21] nfs: enable swap on NFS

2006-09-06 Thread Peter Zijlstra
Now that NFS can handle swap cache pages, add a swapfile method to allow swapping over NFS. NOTE: this dummy method is obviously not enough to make it safe. A more complete version of the nfs_swapfile() function will be present in the next VM deadlock avoidance patches. Signed-off-by: Peter Zijls

[2.6.19 PATCH 0/7] ehea: IBM eHEA Ethernet Device Driver

2006-09-06 Thread Jan-Bernd Themann
Hi, this is the latest version of the IBM eHEA Ethernet Device Driver. We integrated the comment we got from Francois Romieu. Thanks, Jan-Bernd Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> Changelog-by:  Jan-Bernd Themann <[EMAIL PROTECTED]> Differences to patch set http://www.spinics.

[2.6.19 PATCH 2/7] ehea: pHYP interface

2006-09-06 Thread Jan-Bernd Themann
Signed-off-by: Jan-Bernd Themann <[EMAIL PROTECTED]> drivers/net/ehea/ehea_hcall.h | 51 +++ drivers/net/ehea/ehea_phyp.c | 705 ++ drivers/net/ehea/ehea_phyp.h | 454 +++ 3 files changed, 1210 insertions(+) --- linux-2.6.

[PATCH 05/21] uml: rename arch/um remove_mapping()

2006-09-06 Thread Peter Zijlstra
Now that 'include/linux/mm.h' includes 'include/linux/swap.h', the global remove_mapping() definition clashes with the arch/um one. Rename the arch/um one. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> Acked-by: Jeff Dike <[EMAIL PROTECTED]> --- arch/um/kernel/physmem.c |6 +++--- 1 file

  1   2   >