Re: compile breakage due to [SK_BUFF]: Convert skb-end to sk_buff_data_t

2007-05-13 Thread Randy Dunlap
On Sun, 13 May 2007 20:27:35 -0300 Arnaldo Carvalho de Melo wrote: Muli Ben-Yehuda wrote: On Fri, Apr 27, 2007 at 05:03:44PM +, Linux Kernel Mailing List wrote: Gitweb:

Re: forcedeth: Reside in 100Mbit Kconfig but also supports 1000Mbit cards

2007-05-26 Thread Randy Dunlap
On Sun, 27 May 2007 01:07:50 +0200 Stefan Schmidt wrote: Hello. I just needed some to tƣme to find out that the forcedeth driver I need for my dual-port 1000Mbit card on a asus M2N-SLI deluce mainboard resides in the 100Mbit category. Is there a special reason for example 10/100Mbit only

Re: [PATCH] sundance: PHY address form 0, only for device ID 0x0200 (IP100A)

2007-06-04 Thread Randy Dunlap
On Mon, 04 Jun 2007 17:04:39 -0400 Jesse Huang wrote: From: Jesse Huang [EMAIL PROTECTED] Change Logs: Search PHY address form 0, only for device ID 0x0200 (IP100A). Other device are from PHY address 1. Signed-off-by: Jesse Huang [EMAIL PROTECTED] --- drivers/net/sundance.c |4

Re: Fwd: dma_skb_copy_datagram_iovec not EXPORTed

2007-06-05 Thread Randy Dunlap
On Tue, 5 Jun 2007 10:56:58 -0400 Sam Hopkins wrote: Hello, I'm forwarding along a message sent to kernelnewbies as I was directed to address my question to this list. I am not a member of netdev, so please copy me on all discussion of this topic. Cheers, Sam --- Greetings,

[PATCH] tcp_probe: __attribute__ string location

2007-06-05 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] gcc doesn't like the location of the __attribute__ string here: net/ipv4/tcp_probe.c:83: warning: empty declaration so move it to before the function and all is well. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- net/ipv4/tcp_probe.c |3 ++- 1 file

Re: [PATCH 1/2] [RFC] NET: Implement a standard ndev_printk family

2007-06-11 Thread Randy Dunlap
On Mon, 11 Jun 2007 14:37:21 -0700 Auke Kok wrote: include/linux/netdevice.h | 38 ++ net/core/dev.c|5 + net/core/ethtool.c| 14 +++--- 3 files changed, 50 insertions(+), 7 deletions(-) diff --git

Re: [RFC PATCH 1/4] PHY Abstraction Layer III (now with more splitiness)

2005-07-27 Thread Randy Dunlap
On Jul 27, 2005, at 13:08, Randy Dunlap wrote: On Jul 25, 2005, at 16:06, Francois Romieu wrote: +int mdiobus_register(struct mii_bus *bus) +{ +int i; +int err = 0; + +spin_lock_init(bus-mdio_lock); + +if (NULL == bus || NULL == bus-name

[PATCH] kernel-doc fix for sock.h

2006-10-05 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix kernel-doc warning in include/net/sock.h: Warning(/var/linsrc/linux-2619-rc1-pv//include/net/sock.h:894): No description found for parameter 'rcu' Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- include/net/sock.h |3 +-- 1 files changed, 1

Re: [PATCH] fix for system lockups in 2.6.18-rcX caused by bcm43xx

2006-10-05 Thread Randy Dunlap
On Thu, 14 Sep 2006 10:29:30 +0200 Jarek Poplawski wrote: On Thu, Sep 14, 2006 at 10:25:32AM +0200, Jarek Poplawski wrote: ... Attachments are discouraged, but some corporate mail systems provide no other way to send patches. I thought they didn't read this but now I understand for

[PATCH] com20020: linux-2.6.19-rc2-gb4bd8c66 build #77 failed

2006-10-13 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] com20020.c needs to export functions if either of the ISA or PCI modules are built as loadable modules. Or they could always be exported. WARNING: com20020_found [drivers/net/arcnet/com20020-pci.ko] undefined! WARNING: com20020_check [drivers/net/arcnet

[PATCH] via-velocity uses INET interfaces

2006-12-18 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] via-velocity doesn't build when CONFIG_INET=n: drivers/built-in.o: In function `velocity_unregister_notifier': via-velocity.c:(.text+0xe9b46): undefined reference to `unregister_inetaddr_notifier' drivers/built-in.o: In function `velocity_init_module': via

netfilter tables config problem

2006-12-22 Thread Randy Dunlap
(on 2.6.20-rc1-git8) It's possible to have CONFIG_NETFILTER_XTABLES=y and CONFIG_IP6_NF_MATCH_IPV6HEADER=m, which causes this build error: net/built-in.o: In function `hashlimit_match': xt_hashlimit.c:(.text+0x1c887): undefined reference to `ipv6_find_hdr' make: *** [.tmp_vmlinux1] Error 1

Re: [RFC][PATCH -mm 3/5] add interface for netconsole using sysfs

2006-12-23 Thread Randy Dunlap
On Fri, 22 Dec 2006 21:14:36 +0900 Keiichi KII wrote: From: Keiichi KII [EMAIL PROTECTED] --- [changes] 1. expand macro code as far as possible. 2. follow kernel coding style. 3. print proper output messeage. 4. attach proper label for printk. 5. integrate netpoll_lock and

Re: [PATCH -MM] e1000: rewrite hardware initialization code

2007-01-09 Thread Randy Dunlap
On Tue, 09 Jan 2007 20:16:27 +0100 Krzysztof Halasa wrote: Auke Kok [EMAIL PROTECTED] writes: drivers/net/e1000/Makefile| 19 drivers/net/e1000/e1000.h | 95 drivers/net/e1000/e1000_80003es2lan.c | 1330 + drivers/net/e1000/e1000_80003es2lan.h | 89

Re: [PATCH 4/4] atl1: Ancillary C files for Attansic L1 driver

2007-01-21 Thread Randy Dunlap
On Sun, 21 Jan 2007 15:07:37 -0600 Jay Cliburn wrote: This patch contains auxiliary C files for the Attansic L1 gigabit ethernet adapter driver. Signed-off-by: Jay Cliburn [EMAIL PROTECTED] Signed-off-by: Chris Snook [EMAIL PROTECTED] --- atl1_ethtool.c | 436

Re: [PATCH 4/4] atl1: Ancillary C files for Attansic L1 driver

2007-01-23 Thread Randy Dunlap
Stephen Hemminger wrote: On Tue, 23 Jan 2007 16:33:29 -0500 Jeff Garzik [EMAIL PROTECTED] wrote: Stephen Hemminger wrote: IMHO the MSI disabling should be removed from drivers and be done in the PCI core. That is the consensus opinion. Currently drivers implement the MSI tests because the

[PATCH] netfilter@ is subscribers-only

2007-01-28 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] netfilter mailing list is subscribers-only. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- MAINTAINERS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2620-rc6.orig/MAINTAINERS +++ linux-2620-rc6/MAINTAINERS @@ -2290,7 +2290,7 @@ P

Re: [2.6 patch] NF_CONNTRACK_H323 must depend on (IPV6 || IPV6=n)

2007-01-28 Thread Randy Dunlap
Adrian Bunk wrote: On Sun, Jan 28, 2007 at 04:04:42PM -0800, David Miller wrote: From: Adrian Bunk [EMAIL PROTECTED] Date: Mon, 29 Jan 2007 01:00:11 +0100 On Sun, Jan 28, 2007 at 03:53:48PM -0800, David Miller wrote: Adrian is this the correct way to constrain the selection between n and m

[Ubuntu PATCH] IRDA: Add some IBM think pads

2006-06-14 Thread Randy Dunlap
From: Ben Collins [EMAIL PROTECTED] [UBUNTU:nsc-ircc] Add some IBM think pads Add Thinkpad T60/X60/Z60/T43/R52 Infrared driver support. http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=7b8d2713435a9fb69719a282ba75e117f3f76a5b Signed-off-by: Ben Collins

[Ubuntu PATCH] Make tulip driver not handle Davicom NICs

2006-06-14 Thread Randy Dunlap
Make tulip driver not handle Davicom NICs, let dmfe take over Reference: https://launchpad.net/bugs/48287 Source URL of Patch: http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=1804482911a71bee9114cae1c2079507a38e9e7f ---

[Ubuntu PATCH] forcedeth: Let the driver work when no PHY is found

2006-06-14 Thread Randy Dunlap
From: Ben Collins [EMAIL PROTECTED] [UBUNTU:forcedeth] Let the driver work when no PHY is found This matches breezy behavior. Reference: https://launchpad.net/products/launchpad/+bug/45257

[Ubuntu PATCH] Broadcom wireless patch, PCIE/Mactel support

2006-06-14 Thread Randy Dunlap
From: Matthew Garrett [EMAIL PROTECTED] Broadcom wireless patch, PCIE/Mactel support http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=1373a8487e911b5ee204f4422ddea00929c8a4cc This patch adds support for PCIE cores to the bcm43xx driver. This is needed for

Re: [Ubuntu PATCH] Broadcom wireless patch, PCIE/Mactel support

2006-06-15 Thread Randy Dunlap
Stefano Brivio wrote: On Wed, 14 Jun 2006 16:22:39 -0700 Randy Dunlap [EMAIL PROTECTED] wrote: From: Matthew Garrett [EMAIL PROTECTED] Broadcom wireless patch, PCIE/Mactel support http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h

Re: [Ubuntu PATCH] Broadcom wireless patch, PCIE/Mactel support

2006-06-15 Thread Randy Dunlap
Arjan van de Ven wrote: On Wed, 2006-06-14 at 16:22 -0700, Randy Dunlap wrote: From: Matthew Garrett [EMAIL PROTECTED] Broadcom wireless patch, PCIE/Mactel support http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=1373a8487e911b5ee204f4422ddea00929c8a4cc

Re: How to grab a block of binary data w/out using ioctls?

2006-10-23 Thread Randy Dunlap
On Mon, 23 Oct 2006 17:44:24 -0700 Ben Greear wrote: Since IOCTLs are out of favor these days, what would be a preferred way to get a block of binary data out of the kernel? I just want to grab a stats structure (well-aligned 32 and 64-bit counters and fixed-length strings) for a pktgen

Re: [PKT_SCHED] netem: Orphan SKB when adding to queue.

2006-10-23 Thread Randy Dunlap
On Mon, 23 Oct 2006 19:08:17 +0200 Patrick McHardy wrote: Linux Kernel Mailing List wrote: commit 4e8a5201506423e0241202de1349422af4260296 tree e562a6cdbee37e3805551af92b264fa93d722c4b parent 6a43487f43fbd4e03c606dcb62b98374a3af88fc author David S. Miller [EMAIL PROTECTED] 1161576033

[PATCH] bridge: correct print message typo

2006-10-24 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Correct message typo/spello. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- net/bridge/br_sysfs_br.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) --- linux-2619-rc3-pv.orig/net/bridge/br_sysfs_br.c +++ linux-2619-rc3-pv/net/bridge

Re: How to grab a block of binary data w/out using ioctls?

2006-10-24 Thread Randy Dunlap
On Tue, 24 Oct 2006 22:47:18 -0400 Jeff Garzik wrote: On Tue, Oct 24, 2006 at 07:25:48PM -0700, Ben Greear wrote: From reading the Documentation/filesystems/sysfs.txt, it seems like it is not recommended that one use sysfs for anything other than very simple (and single) attributes.

[PATCH] !CONFIG_NET_ETHERNET unsets CONFIG_PHYLIB, but CONFIG_USB_USBNET also needs CONFIG_PHYLIB

2006-10-25 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] USB network drivers that use mii_*() interfaces should cause those interfaces to be built. Or depend on them, but this is what all drivers/net/ drivers do. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- drivers/usb/net/Kconfig |3 +++ 1 file changed

[PATCH 2/2] usbnet: use MII hooks only if CONFIG_MII is enabled

2006-10-25 Thread Randy Dunlap
On Wed, 25 Oct 2006 15:27:09 -0700 David Brownell wrote: Instead, usbnet.c should #ifdef the relevant ethtool hooks according to CONFIG_MII ... since it's completely legit to use usbnet with peripherals that don't need MII. --- From: Randy Dunlap [EMAIL PROTECTED] usbnet driver should use

[PATCH 1/2] !CONFIG_NET_ETHERNET unsets CONFIG_PHYLIB, but CONFIG_USB_USBNET also needs CONFIG_PHYLIB

2006-10-25 Thread Randy Dunlap
patches) (oh, OP mentioned CONFIG_PHYLIB but it's actually CONFIG_MII AFAIK) --- From: Randy Dunlap [EMAIL PROTECTED] pegasus and mcs7830 drivers use MII interfaces and should select MII in the same way that drivers/net/ drivers do. However, the MII config symbol should not be in the 10/100

[PATCH] sealevel: uses arp_broken_ops

2006-10-26 Thread Randy Dunlap
On Wed, 25 Oct 2006 18:03:13 +0200 Toralf Förster wrote: WARNING: arp_broken_ops [drivers/net/wan/sealevel.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 Here's the config: ... # CONFIG_INET is not set CONFIG_SEALEVEL_4021=m --- From: Randy Dunlap [EMAIL

[PATCH] DCCP: fix printk format warnings

2006-10-29 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix printk format warnings: build2.out:net/dccp/ccids/ccid2.c:355: warning: long long unsigned int format, u64 arg (arg 3) build2.out:net/dccp/ccids/ccid2.c:360: warning: long long unsigned int format, u64 arg (arg 3) build2.out:net/dccp/ccids/ccid2.c:482

Re: CONFIG_USB_USBNET and mii_* (was Re: Linux 2.6.19-rc4)

2006-10-31 Thread Randy Dunlap
bluetooth dongle for some reason. Thus I'm only likely to keep tabs on this if I specifically think to, it won't show up in my normal usage patterns. --- From: Randy Dunlap [EMAIL PROTECTED] pegasus and mcs7830 drivers use MII interfaces and should select MII in the same way that drivers/net/ drivers

Re: Generic Netlink HOW-TO based on Jamal's original doc

2006-11-10 Thread Randy Dunlap
On Fri, 10 Nov 2006 11:17:11 -0500 Paul Moore wrote: jamal wrote: On Fri, 2006-10-11 at 01:45 -0500, Paul Moore wrote: James Morris wrote: An Introduction To Using Generic Netlink === Wow, this is great!

Re: Generic Netlink HOW-TO based on Jamal's original doc

2006-11-10 Thread Randy Dunlap
On Fri, 10 Nov 2006 01:08:23 -0500 Paul Moore wrote: An Introduction To Using Generic Netlink === 3.1.2. The genl_family Structure Generic Netlink services are defined by the genl_family structure, which is shown

Re: Generic Netlink HOW-TO based on Jamal's original doc

2006-11-10 Thread Randy Dunlap
Thomas Graf wrote: * Randy Dunlap [EMAIL PROTECTED] 2006-11-10 10:23 On Fri, 10 Nov 2006 01:08:23 -0500 Paul Moore wrote: An Introduction To Using Generic Netlink === 3.1.2. The genl_family Structure Generic Netlink

Re: Generic Netlink HOW-TO based on Jamal's original doc

2006-11-10 Thread Randy Dunlap
Thomas Graf wrote: * Randy Dunlap [EMAIL PROTECTED] 2006-11-10 14:49 I thought I chose GENL_NAMESIZ wisely but to be sure I checked with Mr. Alignment himself, Arnaldo: Hm, looks OK to me. Am I missing something? It is OK, I was merely trying to prove it :-) struct genl_family

[PATCH -mm] netxen: uses PCI

2006-11-16 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] drivers/built-in.o: In function `netxen_nic_remove': netxen_nic_main.c:(.text+0x31b4d): undefined reference to `pci_disable_msi' netxen_nic_main.c:(.text+0x31b8e): undefined reference to `pci_release_regions' drivers/built-in.o: In function `netxen_init_module

[PATCH] sundance: use NULL for pointer

2006-11-29 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Use NULL instead of 0 for pointers (cures sparse warnings). drivers/net/sundance.c:1106:16: warning: Using plain integer as NULL pointer drivers/net/sundance.c:1652:16: warning: Using plain integer as NULL pointer Signed-off-by: Randy Dunlap [EMAIL PROTECTED

Re: [PATCH/RFC] make MII and PHYLIB independent of NET_ETHERNET

2006-12-02 Thread Randy Dunlap
On Thu, 30 Nov 2006 06:10:14 -0500 Jeff Garzik wrote: ACK, but patch doesn't apply to #upstream Does it work to patch -mm instead? (below) --- From: Randy Dunlap [EMAIL PROTECTED] PHYLIB can be used by non-NET_ETHERNET (10/100 ethernet) devices; e.g., GIANFAR (gigabit) uses it. We also have

[PATCH] phylib help text fixes

2006-12-03 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix help text typos. Fix help text width to be 80 columns: better for editors and for menuconfig in 80-column terms. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- drivers/net/phy/Kconfig |7 --- 1 file changed, 4 insertions(+), 3 deletions

Re: [RFC] rfkill - Add support for input key to control wireless radio

2006-12-04 Thread Randy Dunlap
On Sun, 3 Dec 2006 23:28:11 +0100 Ivo van Doorn wrote: rfkill with the fixes as suggested by Arjan. - instead of a semaphore a mutex is now being used. - open_count changing is now locked by the mutex. --- diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index

2.6.19-git6 header error

2006-12-04 Thread Randy Dunlap
linux-2.6.19-git6/usr/include/linux/netfilter.h requires linux/rcupdate.h, which does not exist in exported headers make[3]: *** [/var/linsrc/linux-2.6.19-git6/usr/include/linux/.check.netfilter.h] Error 1 make[2]: *** [linux] Error 2 make[1]: *** [headers_check] Error 2 make: *** [vmlinux]

Re: 2.6.19-git6 header error

2006-12-04 Thread Randy Dunlap
On Mon, 4 Dec 2006 17:03:24 -0800 Randy Dunlap wrote: linux-2.6.19-git6/usr/include/linux/netfilter.h requires linux/rcupdate.h, which does not exist in exported headers make[3]: *** [/var/linsrc/linux-2.6.19-git6/usr/include/linux/.check.netfilter.h] Error 1 make[2]: *** [linux] Error 2

[PATCH] netfilter: fix non-ANSI func. decl.

2006-12-05 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix non-ANSI function declaration: net/netfilter/nf_conntrack_core.c:1096:25: warning: non-ANSI function declaration of function 'nf_conntrack_flush' Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- net/netfilter/nf_conntrack_core.c |2 +- 1 file

[PATCH] irlan: fix header build warning

2006-12-06 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix compile warning when CONFIG_PROC_FS=n: include/net/irda/irlan_filter.h:31: warning: 'struct seq_file' declared inside parameter list include/net/irda/irlan_filter.h:31: warning: its scope is only this definition or declaration, which is probably

Re: [PATCH] irlan: fix header build warning

2006-12-06 Thread Randy Dunlap
On Wed, 06 Dec 2006 16:57:17 -0800 (PST) David Miller wrote: How about we protect these function externs with CONFIG_PROC_FS ifdefs instead? Sure. --- From: Randy Dunlap [EMAIL PROTECTED] Fix compile warning when CONFIG_PROC_FS=n: include/net/irda/irlan_filter.h:31: warning: 'struct

Re: [PATCH/RFC] make MII and PHYLIB independent of NET_ETHERNET

2006-12-07 Thread Randy Dunlap
still didn't apply --- From: Randy Dunlap [EMAIL PROTECTED] PHYLIB can be used by non-NET_ETHERNET (10/100 ethernet) devices; e.g., GIANFAR (gigabit) uses it. We also have USB ethernet devices trying to use MII without NET_ETHERNET being enabled, so move MII outside of NET_ETHERNET, along

Re: linux-2.6.19-g3263263f build #185 failed

2006-12-11 Thread Randy Dunlap
On Mon, 11 Dec 2006 10:43:31 +0100 Toralf Förster wrote: Hello, the build with the attached .config failed, make ends with: ... LD drivers/media/dvb/bt8xx/built-in.o LD drivers/media/dvb/cinergyT2/built-in.o LD drivers/media/dvb/dvb-core/built-in.o LD

Re: 2.6.21-rc5-mm3: fix e1000 compilation

2007-03-30 Thread Randy Dunlap
On Fri, 30 Mar 2007 10:01:04 -0700 Andrew Morton wrote: On Fri, 30 Mar 2007 07:39:04 -0700 Kok, Auke [EMAIL PROTECTED] wrote: Alexey Dobriyan wrote: CC [M] drivers/net/e1000/e1000_main.o drivers/net/e1000/e1000_main.c: In function 'e1000_tso': drivers/net/e1000/e1000_main.c:2968:

[PATCH] net: fix PCI must_checks

2007-04-04 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Check PCI interfaces results in net/ drivers. Fixes these warnings: drivers/net/3c59x.c:1499: warning: ignoring return value of 'pci_enable_device', declared with attribute warn_unused_result drivers/net/ne2k-pci.c:676: warning: ignoring return value

Re: 2.6.21 linux tree? Re: [PATCH] sky2: reliable recovery

2007-04-06 Thread Randy Dunlap
On Fri, 06 Apr 2007 11:47:17 -0400 [EMAIL PROTECTED] wrote: Where can I download the 2.6.21 linux kernel source? I can't seem to find it under: www.kernel.org/pub/linux/kernel/v2.6 thanks Dave 2.6.21 final has not been released yet. http://www.kernel.org/kdist/finger_banner reports:

[PATCH] mii: add kernel-doc notation

2007-04-06 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Add kernel-doc notation to drivers/net/mii.c functions. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- drivers/net/mii.c | 57 ++ 1 file changed, 57 insertions(+) --- linux-2.6.21-rc6.orig/drivers/net

[PATCH] skbuff: fix kernel-doc

2007-05-01 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix skbuff.h kernel-doc: linux-2.6.21-git4//include/linux/skbuff.h:316): No description found for parameter 'transport_header' Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- include/linux/skbuff.h |2 +- 1 file changed, 1 insertion(+), 1 deletion

Re: [patch 089/181] Blackfin: on-chip ethernet MAC controller driver

2007-05-06 Thread Randy Dunlap
On Sun, 06 May 2007 20:20:40 -0400 Jeff Garzik wrote: [EMAIL PROTECTED] wrote: From: Wu, Bryan [EMAIL PROTECTED] This patch implements the driver necessary use the Analog Devices Blackfin processor's on-chip ethernet MAC controller. Signed-off-by: Bryan Wu [EMAIL PROTECTED] Cc:

Re: [PATCH 1/3] WAN Kconfig: change depends on HDLC to select

2007-05-07 Thread Randy Dunlap
On Mon, 07 May 2007 16:31:48 -0400 Jeff Garzik wrote: Satyam Sharma wrote: Yes, mixing select and depends is a recipe for build disasters. Call me a rabid fanatic, but I would in fact go as far as to say that this whole select thing in the Kconfig process is one big BUG, and not a

Re: [PATCH 1/3] WAN Kconfig: change depends on HDLC to select

2007-05-07 Thread Randy Dunlap
Satyam Sharma wrote: On 5/8/07, Randy Dunlap [EMAIL PROTECTED] wrote: On Mon, 07 May 2007 16:31:48 -0400 Jeff Garzik wrote: Satyam Sharma wrote: Yes, mixing select and depends is a recipe for build disasters. Call me a rabid fanatic, but I would in fact go as far as to say

Re: [PATCH] phylib: phy_ethtool_{sset,gset} -- check phydev for NULL

2007-05-10 Thread Randy Dunlap
On Thu, 10 May 2007 21:29:51 +0400 Matvejchikov Ilya wrote: Good Day! The command 'brctl addbr br0 eth0' brings the kernel oops if the eth0 has PHY, but the phydev is NULL (for ex., ifconfig eth0 0.0.0.0 was not issued firstly) Call Trace: [C02CFBD0] [7FFF] 0x7fff (unreliable)

[PATCH] phy devices: use same arg types

2007-02-05 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] sparse complains about differing types from prototype to definition, so change the u32 to phy_interface_t: drivers/net/phy/phy_device.c:140:19: error: symbol 'phy_connect' redeclared with different type (originally declared at include/linux/phy.h:362

[PATCH] MAINTAINERS: update DMFE and wireless drivers mailing list

2007-02-07 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] List netdev as the mailing list for DMFE (network driver) instead of lkml. List linux-wireless as the mailing list for wireless network drivers. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- MAINTAINERS |4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH] phy layer: add kernel-doc + DocBook

2007-02-07 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Convert function documentation in drivers/net/phy/ to kernel-doc and add it to DocBook. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- Documentation/DocBook/kernel-api.tmpl |6 + drivers/net/phy/mdio_bus.c| 19 ++- drivers/net/phy/phy.c

Re: [PATCH v2] MAINTAINERS: update DMFE and wireless drivers mailing list

2007-02-08 Thread Randy Dunlap
: Randy Dunlap [EMAIL PROTECTED] List netdev as the mailing list for DMFE (network driver) instead of lkml. List linux-wireless as the mailing list for wireless network drivers. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- MAINTAINERS |8 +++- 1 file changed, 3 insertions(+), 5 deletions

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_ARCNET_COM20020=m

[PATCH] MAINTAINERS: no DMFE maintainer

2007-02-09 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Tobias wrote that he no longer maintains this driver and requested to be removed from MAINTAINERS. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- MAINTAINERS |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- linux-2.6.20-git5.orig

Re: [PATCH] MAINTAINERS: no DMFE maintainer

2007-02-09 Thread Randy Dunlap
On Fri, 09 Feb 2007 17:45:12 -0500 Jeff Garzik wrote: Randy Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Tobias wrote that he no longer maintains this driver and requested to be removed from MAINTAINERS. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- MAINTAINERS

Re: [PATCH] phy layer: add kernel-doc + DocBook

2007-02-10 Thread Randy Dunlap
Jeff Garzik wrote: Randy Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Convert function documentation in drivers/net/phy/ to kernel-doc and add it to DocBook. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- Documentation/DocBook/kernel-api.tmpl |6 + drivers/net/phy/mdio_bus.c

Re: netfilter tables config problem

2007-02-12 Thread Randy Dunlap
On Mon, 12 Feb 2007 21:30:02 +0100 Patrick McHardy wrote: David Miller wrote: From: Randy Dunlap [EMAIL PROTECTED] Date: Fri, 22 Dec 2006 18:33:12 -0800 I'm pretty sure we fixed that one already. Randy do you have some objection to testing 2.6.20-final when discoving such bugs

Re: iwlwifi warnings

2007-02-20 Thread Randy Dunlap
On Tue, 20 Feb 2007 22:23:21 -0800 Stephen Hemminger wrote: BUilding with sparse shows lots of warnings. $ make C=1 Checking kernel compatibility in: /lib/modules/2.6.20.1/source * Kernel supports required features for 'tip' version. Building compatibility version in 'compatible/'

Re: 2.6.20-rc4-mm1: PCI=n: drivers/net/3c59x.c compile error

2007-02-26 Thread Randy Dunlap
On Mon, 26 Feb 2007 16:22:27 +0300 Sergei Shtylyov wrote: Hello, I wrote: 3x59x-fix-pci-resource-management.patch causes the following compile error with CONFIG_PCI=n: -- snip -- ... CC drivers/net/3c59x.o

Re: 2.6.20-rc4-mm1: PCI=n: drivers/net/3c59x.c compile error

2007-03-06 Thread Randy Dunlap
On Tue, 06 Mar 2007 19:15:12 +0300 Sergei Shtylyov wrote: Hello. Greg KH wrote: 3x59x-fix-pci-resource-management.patch causes the following compile error with CONFIG_PCI=n: -- snip -- ... CC drivers/net/3c59x.o

Re: wireless extensions vs. 64-bit architectures

2007-03-08 Thread Randy Dunlap
On Thu, 8 Mar 2007 14:11:28 -0800 Jean Tourrilhes wrote: On Thu, Mar 08, 2007 at 08:40:01PM +0100, Johannes Berg wrote: On Thu, 2007-03-08 at 11:34 -0800, Jouni Malinen wrote: Yes, workaround in just iwlib is not enough. If the only possible solution is user space workaround, it

SSB/b44 build failure

2007-03-09 Thread Randy Dunlap
Hi, In 2.6.21-rc3-mm2, with CONFIG_SSB=y but all other SSB kconfig symbols disabled, I get this (on x86_64): drivers/built-in.o: In function `b44_init': b44.c:(.init.text+0x6e04): undefined reference to `ssb_pcihost_register' b44.c:(.init.text+0x6e2c): undefined reference to

Re: 2.6.21-rc2-mm2: drivers/net/wireless/libertas/debugfs.c addr bogosity

2007-03-09 Thread Randy Dunlap
On Fri, 9 Mar 2007 09:19:07 -0500 John W. Linville wrote: Probably should copy me and [EMAIL PROTECTED] Other than that, this looks fine to me. I'll queue it up shortly. John On Fri, Mar 09, 2007 at 01:11:46PM +1100, Tony Breeds wrote: On Wed, Mar 07, 2007 at 03:00:57PM -0800, Andrew

[Ubuntu PATCH] via-ircc: fix memory leak

2006-07-03 Thread Randy Dunlap
From: Chuck Short [EMAIL PROTECTED] [UBUNTU: via-ircc] Fix memory leak. Coverity id# 653 patch location: http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=a1f34cb68b16807ed9d5ebb0f6a6ec5ff8a5fc78 Signed-off-by: Chuck Short [EMAIL PROTECTED] Signed-off-by:

Re: [PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus

2007-07-18 Thread Randy Dunlap
On Wed, 18 Jul 2007 16:23:09 -0400 (EDT) Robert P. J. Day wrote: On Wed, 18 Jul 2007, Gabriel C wrote: Everything 'depends on' EXPERIMENTAL should be marked as such, visible in the menus. rather than add all that extraneous dreck to the Kconfig files, i *really* wish folks would give

Re: [PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus

2007-07-18 Thread Randy Dunlap
Jeff Garzik wrote: Randy Dunlap wrote: On Wed, 18 Jul 2007 16:23:09 -0400 (EDT) Robert P. J. Day wrote: there's no point adding all that redundant content when it can all be done automatically. I like it. Are there any kconfig patches to support this plan? Speaking specifically to adding

Re: [PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus

2007-07-19 Thread Randy Dunlap
On Thu, 19 Jul 2007 05:25:30 -0400 (EDT) Robert P. J. Day wrote: On Thu, 19 Jul 2007, Stefan Richter wrote: Robert P. J. Day wrote: On Thu, 19 Jul 2007, Adrian Bunk wrote: ... I would consider it more ugly to special case this and that in the kconfig code when plain

[PATCH] kernel-doc fixes for net/

2007-07-23 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix kernel-doc omissions in net/: Warning(linux-2.6.23-rc1//net/core/dev.c:2728): No description found for parameter 'addr' Warning(linux-2.6.23-rc1//net/core/dev.c:2752): No description found for parameter 'addr' Warning(linux-2.6.23-rc1//net/core/dev.c

Re: [PATCH 8/9] define global BIT macro

2007-08-18 Thread Randy Dunlap
On Sat, 18 Aug 2007 11:44:12 +0200 (CEST) Jiri Slaby wrote: define global BIT macro move all local BIT defines to the new globally define macro. Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- include/linux/bitops.h |1 + include/video/sstfb.h

Re: [PATCH 8/9] define global BIT macro

2007-08-18 Thread Randy Dunlap
Jiri Slaby wrote: Randy Dunlap napsal(a): On Sat, 18 Aug 2007 11:44:12 +0200 (CEST) Jiri Slaby wrote: define global BIT macro move all local BIT defines to the new globally define macro. Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- include/linux/bitops.h |1

Re: [PATCH 1/10 Rev4] [Doc] HOWTO Documentation for batching

2007-08-22 Thread Randy Dunlap
On Wed, 22 Aug 2007 13:58:58 +0530 Krishna Kumar wrote: Add Documentation describing batching skb xmit capability. Signed-off-by: Krishna Kumar [EMAIL PROTECTED] --- batching_skb_xmit.txt | 78 ++ 1 files changed, 78 insertions(+)

Re: [PATCH] netdevice: kernel docbook addition

2007-08-22 Thread Randy Dunlap
On Wed, 22 Aug 2007 12:33:14 -0700 Stephen Hemminger wrote: Add more kernel doc's for part of the network device API. This is only a start, and needs more work. Applies against net-2.6.24 Thanks! --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - To

Re: [-mm patch] make types.h usable for non-gcc C parsers

2007-08-28 Thread Randy Dunlap
On Tue, 28 Aug 2007 10:43:15 +0200 Sam Ravnborg wrote: On Tue, Aug 28, 2007 at 12:37:04AM -0700, Andrew Morton wrote: On Mon, 27 Aug 2007 23:27:43 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: On Wed, Aug 22, 2007 at 03:33:27PM +0200, Gabriel C wrote: ... WARNING: div64_64

Re: [PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus

2007-08-31 Thread Randy Dunlap
On Thu, 19 Jul 2007 23:05:57 +0100 Simon Arlott wrote: On 19/07/07 17:19, Robert P. J. Day wrote: On Thu, 19 Jul 2007, Randy Dunlap wrote: I think that Stefan means a patch to the kconfig source code, not the the Kconfig files. Good luck. I'd still like to see it. yes, i understand

Re: [PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus

2007-08-31 Thread Randy Dunlap
On Fri, 31 Aug 2007 17:00:57 -0400 (EDT) Robert P. J. Day wrote: On Fri, 31 Aug 2007, Randy Dunlap wrote: What I like about the patch is that it associates some kconfig symbol with prompt strings, so that we don't have to edit (EXPERIMENTAL) all the darn time (e.g.). I'd be quite

Re: [PATCH][MIPS][7/7] AR7: ethernet

2007-09-06 Thread Randy Dunlap
On Thu, 6 Sep 2007 15:30:25 -0700 Andrew Morton wrote: On Thu, 6 Sep 2007 17:34:10 +0200 Matteo Croce [EMAIL PROTECTED] wrote: Driver for the cpmac 100M ethernet driver. It works fine disabling napi support, enabling it gives a kernel panic when the first IPv6 packet has to be forwarded.

Re: [PATCH 3/3] rfkill: Add rfkill documentation

2007-09-10 Thread Randy Dunlap
On Mon, 10 Sep 2007 19:56:03 +0200 Ivo van Doorn wrote: Add a documentation file which contains a short description about rfkill with some notes about drivers and the userspace interface. Thanks. I have noted a few typo/editorial changes below. Signed-off-by: Ivo van Doorn [EMAIL

Re: [PATCH] Move the definition of pr_err() into kernel.h

2007-09-11 Thread Randy Dunlap
On Tue, 11 Sep 2007 09:56:05 -0500 Emil Medve wrote: Other pr_*() macros are already defined in kernel.h, but pr_err() was defined multiple times in several other places Signed-off-by: Emil Medve [EMAIL PROTECTED] --- drivers/i2c/chips/menelaus.c | 10 --

Re: [PATCH 3/3 v2] rfkill: Add rfkill documentation

2007-09-11 Thread Randy Dunlap
On Tue, 11 Sep 2007 19:01:01 +0200 Ivo van Doorn wrote: Almost done. See below. Documentation/rfkill.txt | 89 ++ 1 files changed, 89 insertions(+), 0 deletions(-) create mode 100644 Documentation/rfkill.txt diff --git

Re: [PATCH 3/3 v3] rfkill: Add rfkill documentation

2007-09-11 Thread Randy Dunlap
-by: Dmitry Torokhov [EMAIL PROTECTED] Thanks. Acked-by: Randy Dunlap [EMAIL PROTECTED] --- Only patch 3 was updated, patches 1 and 2 remain the same. Documentation/rfkill.txt | 89 ++ 1 files changed, 89 insertions(+), 0 deletions(-) create

Re: net/bluetooth/hci_sock.c:352: error: storage size of 'ctv' isn't known

2007-09-12 Thread Randy Dunlap
On Wed, 12 Sep 2007 06:15:20 -0400 (EDT) Robert P. J. Day wrote: p.s. dumb question -- what locale should i be using to get those quotes to not make such a mess of my screen? thanks. right or wrong, I use LC_ALL=C and it works for me. --- ~Randy - To unsubscribe from this list: send the line

Re: [PATCH v3] Make the pr_*() family of macros in kernel.h complete

2007-09-14 Thread Randy Dunlap
, but pr_err() was defined multiple times in several other places Signed-off-by: Emil Medve [EMAIL PROTECTED] I think it's a useful cleanup, patch looks good to me ... Reviewed-by: Satyam Sharma [EMAIL PROTECTED] I like it too. Acked-by: Randy Dunlap [EMAIL PROTECTED] (since I still

Re: 2.6.23-rc4-mm1 list_add corruption in networking code

2007-09-14 Thread Randy Dunlap
[adding netdev] On Fri, 14 Sep 2007 10:08:03 -0400 Mathieu Desnoyers wrote: Hi Andrew, My P4 is crashing about once a day, started with 2.6.23-rc4-mm1, with errors that seems related to network code. Here is the latest BUG: (sorry, my console log cuts it at 80 cols) Mathieu [

Re: [PATCH 1/10 REV5] [Doc] HOWTO Documentation for batching

2007-09-14 Thread Randy Dunlap
queued +does not requeue the skb. and then Acked-by: Randy Dunlap [EMAIL PROTECTED] Thanks, --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: [PATCH 7/7] CAN: Add documentation

2007-09-17 Thread Randy Dunlap
On Mon, 17 Sep 2007 12:03:28 +0200 Urs Thuermann wrote: Hi, Thanks for all of this informative documentation. I have some typo/spello corrections below. This patch adds documentation for the PF_CAN protocol family. Signed-off-by: Oliver Hartkopp [EMAIL PROTECTED] Signed-off-by: Urs

Re: [PATCH 7/7] CAN: Add documentation

2007-09-17 Thread Randy Dunlap
On 17 Sep 2007 22:49:34 +0200 Urs Thuermann wrote: Thomas Gleixner [EMAIL PROTECTED] writes: Please do, having the patch in mail makes it easier to review and to comment. OK, here it is: Just a few more minor changes... Thanks again. +3. Socket CAN concept +-

Re: [PATCH - net-2.6.24 0/2] Introduce and use print_ip and print_ipv6

2007-09-20 Thread Randy Dunlap
On Wed, 19 Sep 2007 23:53:31 -0700 Joe Perches wrote: In the same vein as print_mac, the implementations introduce declaration macros: DECLARE_IP_BUF(var) DECLARE_IPV6_BUF(var) and functions: print_ip print_ipv6 print_ipv6_nofmt IPV4 Use:

Re: [DOC] Net batching driver howto

2007-09-25 Thread Randy Dunlap
On Mon, 24 Sep 2007 18:54:19 -0400 jamal wrote: I have updated the driver howto to match the patches i posted yesterday. attached. Thanks for sending this. This is an early draft, right? I'll fix some typos etc. in it (patch attached) and add some whitespace. Please see RD: in the patch for

Re: [BNX2X RESUBMIT][PATCH 0/8] New driver for Broadcom 10Gb Ethernet, take two.

2007-10-08 Thread Randy Dunlap
On Mon, 8 Oct 2007 16:02:48 +0300 Matti Aarnio wrote: On Mon, Oct 08, 2007 at 02:34:45PM +0200, Eliezer Tamir wrote: Message-ID: [EMAIL PROTECTED] Date: Mon, 08 Oct 2007 14:34:45 +0200 From: Eliezer Tamir [EMAIL PROTECTED] User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version:

  1   2   3   >