Re: 2.6.20-rc7: known regressions (v2) (part 1)

2007-02-02 Thread Eric W. Biederman
Auke Kok <[EMAIL PROTECTED]> writes: > Adrian Bunk wrote: >> This email lists some known regressions in 2.6.20-rc7 compared to 2.6.19 >> that are not yet fixed in Linus' tree. >> >> If you find your name in the Cc header, you are either submitter of one >> of the bugs, maintainer of an affectected

Re: 2.6.20-rc7: known regressions (v2) (part 1)

2007-02-02 Thread Auke Kok
Adrian Bunk wrote: This email lists some known regressions in 2.6.20-rc7 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breaka

2.6.20-rc7: known regressions (v2) (part 1)

2007-02-02 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc7 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering

Re: [RFC][PATCH][XFRM][0/5] extension for XFRM databases

2007-02-02 Thread Shinta Sugimoto
Hello Jamal, Thank you for your feedback. Please find my comments inline. On Fri, 02 Feb 2007 08:35:51 -0500 jamal <[EMAIL PROTECTED]> wrote: > Hello, > > On Fri, 2007-02-02 at 20:25 +0900, Shinta Sugimoto wrote: > > > In the design phase, we sorted out the requirements as below: > > > > (1)

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread Brian Haley
Hi Vlad, Vlad Yasevich wrote: Brian Haley wrote: Hi Neil, @@ -830,7 +836,8 @@ retry: ift = !max_addresses || ipv6_count_addresses(idev) < max_addresses ? ipv6_add_addr(idev, &addr, tmp_plen, - ipv6_addr_type(&addr)&IPV6_ADDR_SCOPE_MASK, IFA_F_TEMPORA

[PATCH] sky2: flow control off

2007-02-02 Thread Stephen Hemminger
Turn flow control off for sky2. When flow control is on, the transmitter may get randomly stuck. Perhaps there is hardware problem, but until Marvell provides errata information for workaround, it should default to off. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/sky2.c |

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread Vlad Yasevich
Neil Horman wrote: > On Fri, Feb 02, 2007 at 11:46:08AM -0800, David Miller wrote: >> From: Neil Horman <[EMAIL PROTECTED]> >> Date: Fri, 2 Feb 2007 14:06:34 -0500 >> >>> Ok, I'm still testing it, but heres a new patch for review. >>> Significant changes include the addition of a >>> CONFIG_IPV6_OP

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread Vlad Yasevich
Brian Haley wrote: > Hi Neil, > >> @@ -830,7 +836,8 @@ retry: >> ift = !max_addresses || >>ipv6_count_addresses(idev) < max_addresses ? >> ipv6_add_addr(idev, &addr, tmp_plen, >> - ipv6_addr_type(&addr)&IPV6_ADDR_SCOPE_MASK, >> IFA_F_TEMPORARY) : NULL; >>

Re: [PATCH 10/10] cxgb3 - Add dual licensing

2007-02-02 Thread Divy Le Ray
Arjan van de Ven wrote: On Tue, 2007-01-30 at 19:44 -0800, Divy Le Ray wrote: Dual licensing, needed for OFED 1.2 Hi, did you get permission from all the people who contributed code to your driver ? Hi Arjan, The NIC driver was developed in Chelsio, the RDMA support was developed

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread Vlad Yasevich
Neil Horman wrote: > Ok, I'm still testing it, but heres a new patch for review. Significant > changes > include the addition of a CONFIG_IPV6_OPTIMISTIC_DAD option that is dependent > on > the inclusion of both IPPV6 and EXPERIMENTAL options, as well as a new method > for redirecting packets fr

[PATCH V2] ieee80211: Fix sparse warning

2007-02-02 Thread Larry Finger
Sparse issues the warning "warning: symbol 'crypt' shadows an earlier one" in net/ieee80211/ieee80211_tx.c. Signed-off-by: Larry Finger <[EMAIL PROTECTED]> --- Index: wireless-2.6/net/ieee80211/ieee80211_tx.c === --- wireless-2.6.ori

Re: [PATCH] ieee80211: Fix sparse warning

2007-02-02 Thread Larry Finger
John W. Linville wrote: > On Wed, Jan 31, 2007 at 06:50:19PM -0600, Larry Finger wrote: >> Sparse issues the warning "warning: symbol 'crypt' shadows an earlier one" >> in net/ieee80211/ieee80211_tx.c. >> >> Signed-off-by: Larry Finger <[EMAIL PROTECTED]> >> --- >> >> Index: wireless-2.6/net/ieee80

Please pull "upstream" branch of wireless-2.6

2007-02-02 Thread John W. Linville
This patches are intended for 2.6.21. --- The following changes since commit 541c654cfdeb5cc6d2e945988985570384ee2a43: John W. Linville (1): Merge branch 'upstream-fixes' into upstream are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireles

Please pull "upstream-fixes" branch of wireless-2.6

2007-02-02 Thread John W. Linville
This is a fix for 2.6.20 (time permitting). --- The following changes since commit f56df2f4db6e4af87fb8e941cff69f4501a111df: Linus Torvalds (1): Linux 2.6.20-rc7 are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git upstream-fix

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread Brian Haley
Hi Neil, @@ -830,7 +836,8 @@ retry: ift = !max_addresses || ipv6_count_addresses(idev) < max_addresses ? ipv6_add_addr(idev, &addr, tmp_plen, - ipv6_addr_type(&addr)&IPV6_ADDR_SCOPE_MASK, IFA_F_TEMPORARY) : NULL; + ipv6_addr_type(&addr)&I

Re: [PATCH] ieee80211: Fix sparse warning

2007-02-02 Thread John W. Linville
On Wed, Jan 31, 2007 at 06:50:19PM -0600, Larry Finger wrote: > Sparse issues the warning "warning: symbol 'crypt' shadows an earlier one" > in net/ieee80211/ieee80211_tx.c. > > Signed-off-by: Larry Finger <[EMAIL PROTECTED]> > --- > > Index: wireless-2.6/net/ieee80211/ieee80211_tx.c > ==

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

2007-02-02 Thread Mattia Dongili
On Fri, Feb 02, 2007 at 09:27:14PM +0100, Thomas Gleixner wrote: > On Fri, 2007-02-02 at 20:18 +0100, Mattia Dongili wrote: > > > May I ask you for another test ? Please turn on high resolution timers > > > and check, if the same strange behaviour is happening. > > > > Yep, here we go again. Still

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Rick Jones
Yes the wakeup happens deep inside the critical section and if the process is running on another CPU it could race to the lock. Hmm, i suppose the wakeup could be moved out, but it would need some restructuring of the code. Also to be safe the code would still need to at least hold a reference

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

2007-02-02 Thread Thomas Gleixner
On Fri, 2007-02-02 at 20:18 +0100, Mattia Dongili wrote: > > May I ask you for another test ? Please turn on high resolution timers > > and check, if the same strange behaviour is happening. > > Yep, here we go again. Still seeing long stalls but no negative expires > offset. > Actually one more t

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Andi Kleen
> Perhaps a poor choice of words on my part - something along the lines of: > > hold_lock(); > wake_up_someone(); > release_lock(); > > where the someone being awoken can try to grab the lock before the path > doing the waking manages to release it. Yes the wakeup happens deep inside the criti

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread Neil Horman
On Fri, Feb 02, 2007 at 11:46:08AM -0800, David Miller wrote: > From: Neil Horman <[EMAIL PROTECTED]> > Date: Fri, 2 Feb 2007 14:06:34 -0500 > > > Ok, I'm still testing it, but heres a new patch for review. > > Significant changes include the addition of a > > CONFIG_IPV6_OPTIMISTIC_DAD option tha

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Rick Jones
Andi Kleen wrote: The meta question behind all that would seem to be whether the scheduler should be telling us where to perform the network processing, or should the network processing be telling the scheduler what to do? (eg all my old blathering about IPS vs TOPS in HP-UX...) That's an un

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread David Miller
From: Neil Horman <[EMAIL PROTECTED]> Date: Fri, 2 Feb 2007 14:06:34 -0500 > Ok, I'm still testing it, but heres a new patch for review. > Significant changes include the addition of a > CONFIG_IPV6_OPTIMISTIC_DAD option that is dependent on the inclusion > of both IPPV6 and EXPERIMENTAL options,

[RFT] sky2 auto negotiation PHY errata

2007-02-02 Thread Stephen Hemminger
This patch does the Marvell errata before auto negotiation (from drivers/phy/marvell.c). The Yukon II chips have an internal version of the same PHY, so perhaps this errata is necessary for them as well. For test only, but it may fix some of the hangs. It seems to fix the PHY lockups I saw yester

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

2007-02-02 Thread Mattia Dongili
Cc-ing netdev and netfilter-devel, the beginning of the thread is here http://lkml.org/lkml/2007/1/31/306 On Thu, Feb 01, 2007 at 11:33:22PM +0100, Thomas Gleixner wrote: > Mattia, ... > May I ask you for another test ? Please turn on high resolution timers > and check, if the same strange behavio

Re: [PATCH] IPv6: Implement RFC 4429 Optimistic Duplicate Address Detection

2007-02-02 Thread Neil Horman
Ok, I'm still testing it, but heres a new patch for review. Significant changes include the addition of a CONFIG_IPV6_OPTIMISTIC_DAD option that is dependent on the inclusion of both IPPV6 and EXPERIMENTAL options, as well as a new method for redirecting packets from optimistic sources to incompl

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Andi Kleen
> > The meta question behind all that would seem to be whether the scheduler > should be telling us where to perform the network processing, or should > the network processing be telling the scheduler what to do? (eg all my > old blathering about IPS vs TOPS in HP-UX...) That's an unsolved pr

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Rick Jones
Andi Kleen wrote: Rick Jones <[EMAIL PROTECTED]> writes: Still, does this look like something worth persuing? In a past life/OS when one was able to eliminate one percentage point of spinlock contention, two percentage points of improvement ensued. The stack is really designed to go fast wi

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Andi Kleen
Rick Jones <[EMAIL PROTECTED]> writes: > > Still, does this look like something worth persuing? In a past > life/OS when one was able to eliminate one percentage point of > spinlock contention, two percentage points of improvement ensued. The stack is really designed to go fast with per CPU loca

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Rick Jones
SPINLOCKS HOLDWAIT UTIL CONMEAN( MAX ) MEAN( MAX )(% CPU) TOTAL NOWAIT SPIN RJECT NAME 7.4% 2.8% 0.1us( 143us) 3.3us( 147us)( 1.4%) 75262432 97.2% 2.8% 0% lock_sock_nested+0x30 29.5% 6.6% 0.5us( 148us) 0.9us( 143us)(0.49%) 37622512 93.4% 6.

Re: "meaningful" spinlock contention when bound to non-intr CPU?

2007-02-02 Thread Jesse Brandeburg
On 2/1/07, Rick Jones <[EMAIL PROTECTED]> wrote: With some help from Lee Schermerhorn and Alan Brunelle I got a lockmeter kernel going, and it is suggesting that the greatest spinlock contention comes from the routines: SPINLOCKS HOLDWAIT UTIL CONMEAN( MAX ) MEAN(

[PATCH 2/4] skge: use dev_printk

2007-02-02 Thread Stephen Hemminger
Use dev_printk related macros for PCI related errors and warnings Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- skge.orig/drivers/net/skge.c +++ skge/drivers/net/skge.c @@ -2395,7 +2395,7 @@ static int skge_up(struct net_device *de BUG_ON(skge->dma & 7); if ((u64)skge

[PATCH 3/4] skge: WOL support

2007-02-02 Thread Stephen Hemminger
Add WOL support for Yukon chipsets in skge device. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- drivers/net/skge.c | 158 + drivers/net/skge.h |2 2 files changed, 125 insertions(+), 35 deletions(-) --- skge.orig/drivers/net/

[PATCH 4/4] skge: version 1.10

2007-02-02 Thread Stephen Hemminger
Mark this as 1.10 because WOL now works Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- skge.orig/drivers/net/skge.c +++ skge/drivers/net/skge.c @@ -42,7 +42,7 @@ #include "skge.h" #define DRV_NAME "skge" -#define DRV_VERSION"1.9" +#define DRV_VERSION

[PATCH 0/4] skge: update

2007-02-02 Thread Stephen Hemminger
Several enhancements: WOL now works, use dev_printk macros and allow handling broken hardware better. -- - 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 1/4] skge: handle zero address at open

2007-02-02 Thread Stephen Hemminger
Some motherboards are broken and have no address set. Failing at probe time prevents the device from ever being used (like to download a fixed BIOS). Instead warn on probe and check again when device is brought up. That way the address can be set. Signed-off-by: Stephen Hemminger <[EMAIL PROTECT

Re: [PATCH]ip_auto_config bug in 2.6.20-rc6

2007-02-02 Thread Thomas Bogendoerfer
On Fri, Feb 02, 2007 at 02:27:29PM +0100, Jan Engelhardt wrote: > >> I think this is a bug since I am not using a NFS root FS. > > I just wonder why IP_PNP has not been obsoleted and removed from the > tree yet, given that initramfs is the advertised way to do so such > things. I hope this will

RE: [PATCH]ip_auto_config bug in 2.6.20-rc6

2007-02-02 Thread Joakim Tjernlund
> -Original Message- > From: Thomas Bogendoerfer [mailto:[EMAIL PROTECTED] > Sent: 02 February 2007 16:18 > To: Jan Engelhardt > Cc: Joakim Tjernlund; Netdev; Linux-Kernel > Subject: Re: [PATCH]ip_auto_config bug in 2.6.20-rc6 > > On Fri, Feb 02, 2007 at 02:27:29PM +0100, Jan Engelhardt w

Re: when having to acquire an SA, ipsec drops the packet

2007-02-02 Thread Paul Moore
On Thursday, February 1 2007 6:44 pm, James Morris wrote: > On Thu, 1 Feb 2007, Joy Latten wrote: > > When using labeled xfrms (xfrms that contain a security context), there > > is potential for a greater amount of SAs to be created than when using > > regular xfrms. An SA may be created every time

Re: [Fwd: Re: [PATCH 1/10] cxgb3 - main header files]

2007-02-02 Thread Steve Wise
On Thu, 2007-02-01 at 20:48 -0800, Roland Dreier wrote: > > Have you had a chance to review this? > > Still on my list. > > Can we trade? Can you look at the IPoIB connected mode stuff in the > ipoib-cm branch in > > git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git > >

Re: sky2 hangs

2007-02-02 Thread Jarek Poplawski
On Fri, Feb 02, 2007 at 02:43:11PM +0100, Jarek Poplawski wrote: > On 02-02-2007 12:53, Fagyal Csongor wrote: > > Thomas Glanzmann wrote: ... > Is this with this yesterday sky2-tx-recover.patch applied? I mean hung-ups - not ethtool. Regards, Jarek P. - To unsubscribe from this list: send the lin

[git patches] net driver fixes

2007-02-02 Thread Jeff Garzik
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/e100.c |7 +-- drivers/net/netxen/netxen_nic.h | 136 +++ dr

Re: sky2 hangs

2007-02-02 Thread Jarek Poplawski
On 02-02-2007 12:53, Fagyal Csongor wrote: > Thomas Glanzmann wrote: ... >>> Next time sky2 hangs on me I'll try to reset the PHY and see if that >>> helps. I can usually trigger the hang by doing a couple of ifconfig >>> up/down on the interface, though I'm not getting any error message >>> from t

Re: [RFC][PATCH][XFRM][0/5] extension for XFRM databases

2007-02-02 Thread jamal
Hello, On Fri, 2007-02-02 at 20:25 +0900, Shinta Sugimoto wrote: > In the design phase, we sorted out the requirements as below: > > (1) Overhead of userland <-> kernel interaction message exchange > should be kept minimum. > (2) There should not be too much requirement for user application

Re: [PATCH -FIX] e100: fix napi ifdefs removing needed code

2007-02-02 Thread Jeff Garzik
Auke Kok wrote: e100: fix napi ifdefs removing needed code From: Auke Kok <[EMAIL PROTECTED]> The e100 driver is NAPI mode only. We need to netif_poll_disable during suspend and shutdown. The non-NAPI driver code was removed and is only avaiable in the out-of-tree e100 kernel driver. Signed-of

Re: [PATCH] spidernet : fix memory leak in spider_net_stop

2007-02-02 Thread Jeff Garzik
Jens Osterkamp wrote: We forget to call spider_net_free_rx_chain_contents which does the actual dev_kfree_skb. New skbs are allocated from skbuff_head_cache on each "ifconfig up" letting the cache grow infinitely. This patch fixes it. Signed-off-by: Jens Osterkamp <[EMAIL PROTECTED]> applied

Re: [PATCH 1/1] NetXen: Fixes for ppc architecture.

2007-02-02 Thread Jeff Garzik
Amit S. Kale wrote: NetXen: Fixes for ppc architecture. Signed-off-by: Amit S. Kale <[EMAIL PROTECTED]> --- Sorry, I wanted to send only one patch so please ignore [PATCH 0/2] in the subject of my last mail. It should be [PATCH 0/1]. netxen_nic.h | 98 -

Re: [PATCH]ip_auto_config bug in 2.6.20-rc6

2007-02-02 Thread Jan Engelhardt
On Feb 2 2007 14:09, Joakim Tjernlund wrote: >On Thu, 2007-02-01 at 12:26 +0100, Joakim Tjernlund wrote: >> The following commandline: >> root=/dev/mtdblock6 rw rootfstype=jffs2 >> ip=192.168.1.10:::255.255.255.0:localhost.localdomain:eth1:off >> console=ttyS0,115200 >> makes ip_auto_config fal

Re: [PATCH 2.6.20-rc7 1/2] atl1: get rid of pci_module_init

2007-02-02 Thread Jeff Garzik
Jay Cliburn wrote: From: Jay Cliburn <[EMAIL PROTECTED]> pci_module_init is deprecated. Use pci_register_driver instead. Discovered by and modification suggested by Alan Cox. Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]> applied 1-2 to #atl1 - To unsubscribe from this list: send the line

Re: [PATCH] [v4] PA Semi PWRficient Ethernet driver

2007-02-02 Thread Jeff Garzik
Olof Johansson wrote: Driver for the PA Semi PWRficient on-chip Ethernet (1/10G) Basic enablement, will be complemented with performance enhancements over time. PHY support will be added as well. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> patch applied. You may now send diffs for all

Re: [PATCH 2.6.20 1/5] s2io: Making LRO and UFO as module loadable parameter.

2007-02-02 Thread Jeff Garzik
Sivakumar Subramani wrote: This patch adds two load parameters napi and ufo. Previously NAPI was compilation option with these changes wan enable disable NAPI using load parameter. Also we are introducing ufo load parameter to enable/disable ufo feature Signed-off-by: Sivakumar Subramani <[EMAIL

Re: [PATCH] mm: fix page_mkclean_one

2007-02-02 Thread Evgeniy Polyakov
On Fri, Feb 02, 2007 at 07:42:52PM +1100, Nick Piggin ([EMAIL PROTECTED]) wrote: > Anyway, I had a look at your bugzilla test-case and managed to slim it > down to something that easily shows what the problem is (available on > request) -- the problem is that recipient of the sendfile is seeing > m

[PATCH]ip_auto_config bug in 2.6.20-rc6

2007-02-02 Thread Joakim Tjernlund
On Thu, 2007-02-01 at 12:26 +0100, Joakim Tjernlund wrote: > The following commandline: > root=/dev/mtdblock6 rw rootfstype=jffs2 > ip=192.168.1.10:::255.255.255.0:localhost.localdomain:eth1:off > console=ttyS0,115200 > makes ip_auto_config fall back to DHCP and complain "IP-Config: Incomplete

Re: [RFC][PATCH][XFRM][1/5] extension to XFRM for dynamic endpoint update (MIGRATE)

2007-02-02 Thread James Morris
On Fri, 2 Feb 2007, Shinta Sugimoto wrote: > > > > > +EXPORT_SYMBOL(xfrm_state_clone); > > > > Why not EXPORT_SYMBOL_GPL ? > > (for all of your exports). > > Actually I don't have specific preference on either EXPORT_SYMBOL or > EXPORT_SYMBOL_GPL. It seemed to me that other functions defined i

Re: (usagi-core 32165) Re: [RFC][PATCH][XFRM][4/5] extension to XFRM for dynamic endpoint update (MIGRATE)

2007-02-02 Thread Shinta Sugimoto
On Thu, 1 Feb 2007 09:50:00 -0500 (EST) James Morris <[EMAIL PROTECTED]> wrote: > On Thu, 1 Feb 2007, Shinta Sugimoto wrote: > > > + /* allow IPSEC_PROTO_ANY to match all protocols */ > > + //sel.proto = pfkey_proto_to_xfrm(sa->sadb_address_proto); > > + sel.proto = sa->sadb_address_proto;

/async open+send/ Re: [take35 10/10] kevent: Kevent based AIO (aio_sendfile()/aio_sendfile_path()).

2007-02-02 Thread Evgeniy Polyakov
On Thu, Feb 01, 2007 at 01:12:34PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > > Kevent based AIO (aio_sendfile()/aio_sendfile_path()). > > aio_sendfile()/aio_sendfile_path() contains of two major parts: AIO > state machine and page processing code. > The former is just a small subsys

[PATCH 7/7] [S390]: Add AF_IUCV socket support

2007-02-02 Thread Frank Pavlic
From: Jennifer Hunt<[EMAIL PROTECTED]> This patch adds AF_IUCV socket support. Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> --- arch/s390/defconfig|1 include/linux/net.h|2 include/linux/socket.h |4 in

[PATCH 4/7] [S390]: Adapt vmlogrdr driver to new IUCV API

2007-02-02 Thread Frank Pavlic
From: Martin Schwidefsky <[EMAIL PROTECTED]> Adapt vmlogrdr character device driver to new IUCV API Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> --- drivers/s390/char/vmlogrdr.c | 284 +++--- 1 files c

[PATCH 3/7] [S390]: Adapt monreader driver to new IUCV API

2007-02-02 Thread Frank Pavlic
From: Martin Schwidefsky <[EMAIL PROTECTED]> Adapt monreader character device driver to new IUCV API Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> --- drivers/s390/char/monreader.c | 218 +++-- 1 files c

[PATCH 6/7] [S390]: Adapt special message interface to new IUCV API

2007-02-02 Thread Frank Pavlic
From: Martin Schwidefsky <[EMAIL PROTECTED]> Adapt special message interface to new IUCV API Signed-off-by: Frank Pavlic <[EMAIL PROTECTED]> Signed-off-by: Martin Schwidefsky <[EMAIL PROTECTED]> --- drivers/s390/net/smsgiucv.c | 147 ++- 1 files changed,

[PATCH 0/7] [S390]: Introduction of AF_IUCV sockets support

2007-02-02 Thread Frank Pavlic
Hello, The Inter-User Communication Vehicle (IUCV) is a z/VM communication facility that enables a program running in one virtual machine to communicate with another virtual machine, or with a control program, or even with itself. The communication takes place over a predefined linkage called a

Re: sky2 hangs

2007-02-02 Thread Fagyal Csongor
Thomas Glanzmann wrote: Hello, Next time sky2 hangs on me I'll try to reset the PHY and see if that helps. I can usually trigger the hang by doing a couple of ifconfig up/down on the interface, though I'm not getting any error message from the driver when that happens. same for me. I

Re: [RFC][PATCH][XFRM][1/5] extension to XFRM for dynamic endpoint update (MIGRATE)

2007-02-02 Thread Shinta Sugimoto
Dear James, Thank you for your comments. Please find my comments inline. On Thu, 1 Feb 2007 09:45:18 -0500 (EST) James Morris <[EMAIL PROTECTED]> wrote: > On Thu, 1 Feb 2007, Shinta Sugimoto wrote: > > > > +int xfrm_migrate(struct xfrm_selector *sel, u8 dir, u8 type, > > +struct xf

Re: [RFC][PATCH][XFRM][0/5] extension for XFRM databases

2007-02-02 Thread Shinta Sugimoto
Hello, On Thu, 01 Feb 2007 08:24:33 -0500 jamal <[EMAIL PROTECTED]> wrote: > Hello, > I think i may have understood your approach before but i am a little > lost right now, so bear with me. No problem. > > Could we not achieve your goals by using (on XFRM at least) > XFRM_MSG_UPDPOLICY and XF

Re: sky2 hangs

2007-02-02 Thread Julien BLACHE
Thomas Glanzmann <[EMAIL PROTECTED]> wrote: Hi, >> I can reproduce the problem now (on mac mini). Interestingly it seems >> to whack the whole ethernet switch when it happens. I've observed that too, on a cheap DLink switch. Next time sky2 hangs on me I'll try to reset the PHY and see if that h

Re: sky2 hangs

2007-02-02 Thread Thomas Glanzmann
Hello, > Next time sky2 hangs on me I'll try to reset the PHY and see if that > helps. I can usually trigger the hang by doing a couple of ifconfig > up/down on the interface, though I'm not getting any error message > from the driver when that happens. same for me. In dmesg is absolut nothing. I

[RFC/PATCH 2.6.20-rc6 4/4] spidernet: remove txram full logging

2007-02-02 Thread Ishizaki Kou
This patches removes logging for SPIDER_NET_GTMFLLINT interrupts. Since the interrupts are not irregular, and they happen frequently when using 100Mbps network switches. This patch is just for a test. Please try this if you can. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- --- org-linux-p

[RFC/PATCH 2.6.20-rc6 3/4] spidernet: add support for Celleb

2007-02-02 Thread Ishizaki Kou
This patch adds or changes some HW specific settings for spider_net on Celleb. This patch is just for a test. Please try this, if you can. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- --- org-linux-powerpc-git/drivers/net/Kconfig 2007-02-02 14:34:19.0 +0900 +++ linux-powerpc-gi

[RFC/PATCH 2.6.20-rc6 2/4] spidernet: load firmaware when open

2007-02-02 Thread Ishizaki Kou
This patch moves calling init_firmware() from spider_net_probe() to spider_net_open() so as to use the driver by built-in. This patch is just for a test. Please try this, if you can. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- --- org-linux-powerpc-git/drivers/net/spider_net.c 2007-

[RFC/PATCH 2.6.20-rc6 1/4] spidernet: autoneg support for Celleb

2007-02-02 Thread Ishizaki Kou
Add auto negotiation support for Celleb. This patch is just for a test. Please try this, if you can. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> --- --- org-linux-powerpc-git/drivers/net/spider_net.h 2007-02-02 14:24:26.0 +0900 +++ linux-powerpc-git/drivers/net/spider_net.h 2

Re: spidernet: dynamic phy setup code

2007-02-02 Thread Ishizaki Kou
Jens-san, Thanks for your comments. >Ishizaki-san, > >> This patch partially works on celleb but remains >> following several problems. >> 1. It doesn't recover once an ethernet cable which is >>connected to a spider_net card is unpluged. > >My understanding is that you are using the LINK i

[PATCH] d80211: Fix WMM ACI to UP mapping

2007-02-02 Thread Zhu Yi
Fix WMM ACI to UP mapping according to IEEE 802.1d spec. Table 7-2. Signed-off-by: Zhu Yi <[EMAIL PROTECTED]> diff --git a/net/d80211/ieee80211_sta.c b/net/d80211/ieee80211_sta.c index 393a294..fabdef5 100644 --- a/net/d80211/ieee80211_sta.c +++ b/net/d80211/ieee80211_sta.c @@ -289,7 +289,7 @@ st

Re: [PATCH] mm: fix page_mkclean_one

2007-02-02 Thread Nick Piggin
Mark Groves wrote: Hi, I have been been seeing a problem when using sendfile repeatedly on an SMP server, which I believe is related to the problem that was discovered recently with marking dirty pages. The bug, as well as a test script, is listed at http://bugzilla.kernel.org/show_bug.cgi?id=7

Re: [BNX2]: PHY workaround for 5709 A0.

2007-02-02 Thread David Miller
From: "Michael Chan" <[EMAIL PROTECTED]> Date: Thu, 01 Feb 2007 10:47:58 -0800 > [BNX2]: PHY workaround for 5709 A0. > > 5709 A0 copper devices will not link up with some link partners > without this workaround. > > Update driver to 1.5.5. > > Signed-off-by: Michael Chan <[EMAIL PROTECTED]> A

Re: [NET_SCHED]: act_ipt: fix regression in ipt action

2007-02-02 Thread David Miller
Applied, thanks Patrick. - 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