Re: [PATCH] Fix memory corruption in fec_mpc52xx

2007-12-03 Thread Jon Smirl
On 12/3/07, David Woodhouse [EMAIL PROTECTED] wrote: From: Jon Smirl [EMAIL PROTECTED] The mpc5200 fec driver is corrupting memory. This patch fixes two bugs where the wrong skb was being referenced. What does it take to get this patch into the kernel? I've been posting it since Nov 9

Re: [PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-18 Thread Jon Smirl
On 11/9/07, Grant Likely [EMAIL PROTECTED] wrote: On 11/9/07, Domen Puncer [EMAIL PROTECTED] wrote: On 09/11/07 00:31 -0500, Jon Smirl wrote: This is the reason I couldn't get user space started or connect to my nfs server. Patch is against current linus git. mpc5200 fec driver

[PATCH] Fix buglets in mpc5200 FEC code that are corrupting memory.

2007-11-08 Thread Jon Smirl
This is the reason I couldn't get user space started or connect to my nfs server. Patch is against current linus git. mpc5200 fec driver is corrupting memory. This patch fixes two bugs where the wrong skb buffer was being referenced. Signed-off-by: Jon Smirl [EMAIL PROTECTED] --- drivers/net

Re: e1000 tcp checksum incorrect, x86 64b

2007-09-28 Thread Jon Smirl
On 9/28/07, Rick Jones [EMAIL PROTECTED] wrote: Herbert Xu wrote: Jon Smirl [EMAIL PROTECTED] wrote: App is writing seven bytes to the socket. Socket write timeout expires and the seven bytes are sent. The checksum is not getting inserted into the packet. It is set to a constant 0x8389

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Jon Smirl
(No more output and boot is halted) The root name of your device tree needs to match the name in pcm030.c pcm030_probe(void). If they don't match this happens. -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Jon Smirl
/mpc52xx_uart.c:978: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t' -- Jon Smirl [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

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-19 Thread Jon Smirl
On 9/19/07, Jon Smirl [EMAIL PROTECTED] wrote: This needs a cleanup too, but it is unrelated Another set of related warnings that need clean up CC drivers/spi/mpc52xx_psc_spi.o drivers/spi/mpc52xx_psc_spi.c: In function 'mpc52xx_psc_spi_activate_cs': drivers/spi/mpc52xx_psc_spi.c

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-18 Thread Jon Smirl
); return 0; } __setup(mpc52xx-mac=, mpc52xx_fec_mac_setup); -- Jon Smirl [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: [PATCH] phy: export phy_mii_ioctl

2007-09-18 Thread Jon Smirl
... without a CR. Two possible solutions, get rid of the link-up message or wait in in the initial driver load until the link is up. Or we could leave it the way it is, but some people may report this as a bug. -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] phy: export phy_mii_ioctl

2007-09-17 Thread Jon Smirl
___ Linuxppc-embedded mailing list [EMAIL PROTECTED] https://ozlabs.org/mailman/listinfo/linuxppc-embedded -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: [RFC PATCH v0.2] net driver: mpc52xx fec

2007-09-03 Thread Jon Smirl
that is already broken up is available for Efika. http://dev.gentoo.org/~nixnut/efika/efika-patches-2.6.22.tar.bz2 -- Jon Smirl [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

Re: [PATCH 4/5] Net: ath5k, license is GPLv2

2007-08-29 Thread Jon Smirl
? When these patches get pulled back into BSD and distributed with it, did BSD get infected with the GPL? AFAIK this has never been legally sorted out. -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH 4/5] Net: ath5k, license is GPLv2

2007-08-29 Thread Jon Smirl
to this. What if a patch spans both code that is pure GPL and code imported from BSD, how do you license it? -- Jon Smirl [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

Re: [PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)

2007-01-23 Thread Jon Smirl
On 1/23/07, Johannes Berg [EMAIL PROTECTED] wrote: On Mon, 2007-01-22 at 10:20 -0500, Jon Smirl wrote: What is the general solution for 802.11s? None yet. I'm working on an embedded design that would benefit from 11s support and I'd rather not have to roll my own mesh implementation

Soft lockups with dscape on wireless-dev tree

2007-01-23 Thread Jon Smirl
] sysenter_past_esp+0x5f/0x85 Jan 23 12:02:20 jonsmirl kernel: [ioctl_standard_call+275/928] ioctl_standard_call+0x113/0x3a0 Jan 23 12:02:20 jonsmirl kernel: === -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body

Re: [PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)

2007-01-23 Thread Jon Smirl
On 1/23/07, Johannes Berg [EMAIL PROTECTED] wrote: On Tue, 2007-01-23 at 11:18 -0500, Jon Smirl wrote: Is the 802.11s Draft 1.0 spec publicly available yet? It is supposed to be making changes at the very lowest MAC layers. It will be hard to be compatible with that from user space. Good

Re: [PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)

2007-01-23 Thread Jon Smirl
On 1/23/07, Dan Williams [EMAIL PROTECTED] wrote: On Tue, 2007-01-23 at 12:14 -0500, Jon Smirl wrote: On 1/23/07, Johannes Berg [EMAIL PROTECTED] wrote: On Tue, 2007-01-23 at 11:18 -0500, Jon Smirl wrote: Is the 802.11s Draft 1.0 spec publicly available yet? It is supposed

Re: Soft lockups with dscape on wireless-dev tree

2007-01-23 Thread Jon Smirl
On 1/23/07, Michael Wu [EMAIL PROTECTED] wrote: On Tuesday 23 January 2007 12:10, Jon Smirl wrote: I've hit this twice. This time I unplugged my USB hub which had the device in it. Please try the patch I posted earlier: http://marc.theaimsgroup.com/?l=linux-netdevm=116841004113998w=2

dscape doesn't auto associate

2007-01-23 Thread Jon Smirl
I have to manually associate the dscape stack with my AP. Is this way the code is supposed to work? Everything works ok after the manual association. Is there documentation for this stack? Any special utilities for it? I'd like to get my devices operating in master mode. -- Jon Smirl [EMAIL

Re: dscape doesn't auto associate

2007-01-23 Thread Jon Smirl
On 1/23/07, Michael Wu [EMAIL PROTECTED] wrote: On Tuesday 23 January 2007 18:23, Jon Smirl wrote: I have to manually associate the dscape stack with my AP. Is this way the code is supposed to work? Everything works ok after the manual association. It's suppose to work with wpa_supplicant

Re: dscape doesn't auto associate

2007-01-23 Thread Jon Smirl
On 1/23/07, Michael Wu [EMAIL PROTECTED] wrote: On Tuesday 23 January 2007 18:23, Jon Smirl wrote: I have to manually associate the dscape stack with my AP. Is this way the code is supposed to work? Everything works ok after the manual association. It's suppose to work with wpa_supplicant

Re: [PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)

2007-01-22 Thread Jon Smirl
one. Another detail is the way we deal with mesh networking: a separate device mshX is created, and that certainly does not fit d80211? -- Jon Smirl [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo

Re: [PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)

2007-01-18 Thread Jon Smirl
? -- Jon Smirl [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