[PATCH] Get rid of sk_protinfo use in rose

2005-03-21 Thread Ralf Baechle DL5RB
Below patch puts struct sock into rose_cb to get rid of the need for the use of sk_protinfo in rose_sk(). While we're touching the data structure convert it from a typedef into a struct. Index: bk-afu/net/rose/rose_in.c === --- bk-af

Re: [PATCH] Get rid of sk_protinfo use in rose

2005-03-21 Thread Ralf Baechle DL5RB
On Mon, Mar 21, 2005 at 09:50:37AM +, Ralf Baechle DL5RB wrote: > Below patch puts struct sock into rose_cb to get rid of the need for the > use of sk_protinfo in rose_sk(). While we're touching the data structure > convert it from a typedef into a struct. The previous two pat

[PATCH] AX.25 patches for strace

2005-03-31 Thread Ralf Baechle DL5RB
So far strace is lacking support for AX.25 making debugging of AX.25 software harder for no good reason. Below the first cut of a patch to add AX.25 support. The patch is against Sourceforge CVS. Please test. 73 de DL5RB op Ralf -- Loc. JN47BS / CQ 14 / ITU 28 / DOK A21 Index: configure.ac ==

Re: Rose module and kernel 2.6.11

2005-04-13 Thread Ralf Baechle DL5RB
On Mon, Apr 11, 2005 at 10:25:40PM +0200, Bernard Pidoux wrote: > I have noticed something strange with rose module and 2.6 kernel (at > least 2.6.10 and 2.6.11). > > When loading rose module, it loads now automatically ax25 module. Good. Modprobe certainly got that right in 2.4 also. > But, i

Re: [PATCH] SMP fix for 6pack driver

2005-07-05 Thread Ralf Baechle DL5RB
On Tue, Jul 05, 2005 at 04:45:56AM -0600, Chuck Hast wrote: > Does 6pack still only handle 1 tnc under Linux or have you got it to do > a ring of TNC's like the DOS one does? Sure would like to see that on > Linux, would cut cost for us where we have multiple TNC's and want to > use a simple machi

Re: [stable] [PATCH] SMP fix for 6pack driver

2005-07-05 Thread Ralf Baechle DL5RB
On Tue, Jul 05, 2005 at 08:26:06AM -0700, Chris Wright wrote: > * Ralf Baechle ([EMAIL PROTECTED]) wrote: > > Drivers really only work well in SMP if they actually can be selected. > > This is a leftover from the time when the 6pack drive only used to be > > a bitrotten variant of the slip driver.

Re: [PATCH] SMP fix for 6pack driver

2005-07-05 Thread Ralf Baechle DL5RB
On Tue, Jul 05, 2005 at 12:06:41PM -0400, Chuck Hast wrote: > Ralf, > What is lacking that would allow 6pack TNC's to be daisy chained? > By doing so we would be able to use a single serial port to support > multiple TNC's I have the documentation on how to wire the hardware > and that is no big d

Re: [PATCH] SMP fix for 6pack driver

2005-07-07 Thread Ralf Baechle DL5RB
On Tue, Jul 05, 2005 at 05:39:44PM -0500, Bill Vodall wrote: > > It's a strategy that allows attaching the TNC to any UNIX machine, > > even without AX.25 support. It's a hack but I was playing with it > > for a while when I ran out of interfaces. > > That could be VERY userful... Any more det

[PATCH] First cut of PR430 / extended 6pack driver

2005-07-11 Thread Ralf Baechle DL5RB
.c 2005-07-10 22:10:03.0 +0100 @@ -5,11 +5,6 @@ * * Authors:Andreas Könsgen <[EMAIL PROTECTED]> * Ralf Baechle DL5RB <[EMAIL PROTECTED]> - * - * Quite a lot of stuff "stolen" by Joerg Reuter from slip.c, written by - * - *

Re: mkiss driver patch applied ?

2005-07-11 Thread Ralf Baechle DL5RB
On Sat, Jul 09, 2005 at 11:13:10PM +, Stephen wrote: > > > I tried to apply Ralf's patch to mkiss.c without success. > > > > Did someone succeed ? > > > > I would like very much to test this version with 2.6.11mdksmp kernel. > > > > Could someone send me privately the full modified mkiss.c ?

Re: SSH and the NONE option

2005-07-12 Thread Ralf Baechle DL5RB
On Tue, Jul 12, 2005 at 10:22:22AM -0500, Bill Vodall wrote: > > scp could handle the file transfer and compression in one step. > > While I'm at it and on to a totally separate topic -- is anybody here > acquainted with the folks at the openSsh project? > > SSH (and all the 's' tools such as sc

Re: SSH and the NONE option

2005-07-14 Thread Ralf Baechle DL5RB
On Tue, Jul 12, 2005 at 10:22:22AM -0500, Bill Vodall wrote: > It would be very good for us amateurs (at least we Americans living > with regulations from the dark ages) if the "none" option on encryption > was still available. One of these days I plan to contact the openSSH > folks with this re

Re: SSH and the NONE option

2005-07-14 Thread Ralf Baechle DL5RB
On Thu, Jul 14, 2005 at 09:53:01AM -0500, Jim Bayer wrote: > So it seems we've come full circle. > > Everything in Amature Radio is clear text, so any protocol for > authentication has to be OK. Your ID and password comes along in > clear text and that's that. I guess frequent password changes

[PATCH] Use time_before in hamradio drivers

2005-07-15 Thread Ralf Baechle DL5RB
igned-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> baycom_epp.c |3 ++- baycom_par.c |3 ++- baycom_ser_fdx.c |3 ++- baycom_ser_hdx.c |3 ++- mkiss.c |3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) Index: linux-cvs/driv

Re: What happened to mkiss module

2005-07-24 Thread Ralf Baechle DL5RB
. + * Copyright (C) Hans Alblas PE1AYX <[EMAIL PROTECTED]> + * Copyright (C) 2004, 05 Ralf Baechle DL5RB <[EMAIL PROTECTED]> */ #include @@ -50,174 +39,301 @@ #include -#include "mkiss.h" - #ifdef CONFIG_INET #include #include #endif -static char banner[]

Re: What happened to mkiss module

2005-07-25 Thread Ralf Baechle DL5RB
On Sun, Jul 24, 2005 at 11:59:24PM -0400, Scott Weis wrote: > OK I applied the patch to the linux-2.6.12. Had to do some of the patch by > hand. It compiled ok.. Now I can't load the module because of mkiss: > Unknown symbol tty_unregister_ldisc. What version of the kernel source am > I supp

Re: What happened to mkiss module

2005-07-25 Thread Ralf Baechle DL5RB
On Mon, Jul 25, 2005 at 02:59:52PM -0400, Scott Weis wrote: > OK now when I run kissattach I get: > > kissattach: SIOCSIFHWADDR: Invalid argument > > and in dmesg: > unregister_netdevice: device ax%d/c1b95c00 never was registered > > Would all of this go away in 2.6.13.rc4?? Where can I get it

Re: What happened to mkiss module

2005-07-25 Thread Ralf Baechle DL5RB
On Mon, Jul 25, 2005 at 04:05:46PM -0400, Scott Weis wrote: > I grabbed the message directly off of the server with VI. I only had one > rej.. Okay. That's more the expected behaviour due to the change in 2.6.12-rc4. > I applied the last part of the patch by hand.. No problems.. I found > re

Re: SSH and the NONE option - more

2005-08-01 Thread Ralf Baechle DL5RB
On Fri, Jul 29, 2005 at 06:31:09PM -0700, Bill - WA7NWP wrote: > Suppose I captured all the packets of a SSH encrypted exchange. Would > it be possible to decode the contents of the exchange IF one had both > the public and private keys? > > If so, then we hams should be able to use SSH for a

[PATCH] 6pack persistence fix

2005-08-10 Thread Ralf Baechle DL5RB
. Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> drivers/net/hamradio/6pack.c | 20 1 files changed, 4 insertions(+), 16 deletions(-) Index: linux-cvs/drivers/net/hamradio/6pack.c === --- linux-cv

Re: Ethereal ax25 monitoring

2005-08-15 Thread Ralf Baechle DL5RB
On Sun, Aug 14, 2005 at 10:54:41PM +0100, Richard Stearn wrote: > Before I actually get down to design and coding I will make some enquiries > on the Ethereal dev mailing list to see if anybody on that list is currently > working on an AX.25 dissector and also to see if it would be accepted if >

[PATCH 0/3] Eleminate HZ from AX.25 kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
AX.25, NET/ROM and ROSE unfortunately still use jiffies as the unit of time for all their timeouts that can be configured through sysctl and it's procfs equivalents. This did result in a change of these kernel interfaces going from Linux 2.4 to 2.6 for anybody who was unlucky enough to use an affe

[PATCH 1/3] Eleminate HZ from AX.25 kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
Convert all AX.25 sysctl time values from jiffies to ms as units. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> include/net/ax25.h | 10 +++--- net/ax25/af_ax25.c | 73 + net/ax25/ax25_ds_timer.c |3 + net/ax25/sysctl_net_ax

[PATCH 2/3] Eleminate HZ from NET/ROM kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
Convert all NET/ROM sysctl time values from jiffies to ms as units. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> include/net/netrom.h |8 net/netrom/af_netrom.c | 15 ++- 2 files changed, 14 insertions(+), 9 deletions(-) Index: linux-cvs/include/net/netrom.h

[PATCH 3/3] Eleminate HZ from ROSE kernel interfaces

2005-08-18 Thread Ralf Baechle DL5RB
Convert all NET/ROM sysctl time values from jiffies to ms as units. Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]> include/net/rose.h | 14 +++--- net/rose/af_rose.c | 10 +- net/rose/rose_link.c |6 -- 3 files changed, 16 insertions(+), 14 deletions(-) Index: l

Re: AX-25 software that works on Fedora Core 4?

2005-08-20 Thread Ralf Baechle DL5RB
Jeroen (PE1RXQ) Removed old MKISS_MAGIC stuff and calls to - * MOD_*_USE_COUNT - * Remove cli() and fix rtnl lock usage. + * Copyright (C) Hans Alblas PE1AYX <[EMAIL PROTECTED]> + * Copyright (C) 2004, 05 Ralf Baechle DL5RB <[EMAIL PROTECTED]> */

Re: AX-25 software that works on Fedora Core 4?

2005-08-20 Thread Ralf Baechle DL5RB
On Sat, Aug 20, 2005 at 06:22:04PM +0100, Ralf Baechle DL5RB wrote: Damn rush before running out of the door. I missed to attach the change to a second file, so below the complete patch. Ralf Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> drivers/net/hamradio/Kconfig

Re: AX-25 software that works on Fedora Core 4?

2005-08-22 Thread Ralf Baechle DL5RB
t; > So, thank you and again, great job ! So here's the next version to test, it should fix the SIOCSIFHADDR issue. Again the patch is against 2.6.13-rc6. 73 de DL5RB op Ralf -- Loc. JN47BS / CQ 14 / ITU 28 / DOK A21 Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> driver

Re: AX-25 software that works on Fedora Core 4?

2005-08-22 Thread Ralf Baechle DL5RB
On Sun, Aug 21, 2005 at 12:05:57PM +0200, Jacques Chion wrote: > I applied the patch to the mkiss.c of the kernel-2.6.12.5. > Now i can use again the ax25 and kiss mode without problems. > Only two small problems : > > -the patch you have sent by mail refuse to apply after line 885, but i > finis

Re: AX-25 software that works on Fedora Core 4?

2005-08-22 Thread Ralf Baechle DL5RB
On Sat, Aug 20, 2005 at 08:30:37PM -, [EMAIL PROTECTED] wrote: > What version is it actually intended for? The above are the latest Suse > 9.2 and 9.3 respactively. I hope the above tells you something. 2.6.13-rc6. Always the latest. 73 de DL5RB op Ralf -- Loc. JN47BS / CQ 14 / ITU 28 / DO

[PATCH 2/3] Cleanup direct calls into IP stack

2005-08-24 Thread Ralf Baechle DL5RB
All these are claiming to include to get ip_rcv() but in fact don't need the header at all, so away with the inclusion. Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> net/ax25/ax25_ds_in.c |1 - net/ax25/ax25_std_in.c |1 - net/netrom/nr_in.c |1 - net/ros

[PATCH 3/3] Cleanup direct calls into IP stack

2005-08-24 Thread Ralf Baechle DL5RB
With ip_rcv nowhere outside the IP stack being used anymore it's EXPORT_SYMBOL is not needed any longer either. Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> net/ipv4/ip_input.c |1 - 1 files changed, 1 deletion(-) Index: linux-cvs/net/ipv4

Re: [PATCH] SMP fix for 6pack driver

2005-09-01 Thread Ralf Baechle DL5RB
On Sun, Aug 28, 2005 at 10:46:09PM +0200, Iñaki Arenaza wrote: > > You could try EB6EBU's m6pack which is an application level solution > > to the problem. > > Just a little correction. It's EB2EBU, not EB6EBU (otherwise Google > will not find my patch against ax25-tools-0.0.8 ;-) Sorry :-) > Y

Re: Ethereal ax25 monitoring

2005-09-01 Thread Ralf Baechle DL5RB
On Wed, Aug 31, 2005 at 10:46:34PM +0100, Richard Stearn wrote: > An update on AX.25 in Ethereal. > > I have enquired on the Ethereal list and the attitude (sample of 1) is > that "if the protocol exists and is used then it will be accepted". > Subject to a few pratical provisos. > > The deeper

Re: [PATCH] SMP fix for 6pack driver

2005-09-01 Thread Ralf Baechle DL5RB
On Thu, Sep 01, 2005 at 07:47:46AM -0500, Chuck Hast wrote: > > > > > > http://www.escomposlinux.org/iarenaza/hamradio/m6pack/files/ax25-tools-0.0.8-m6pack.diff.bz2 > > > > I'm still contemplating if this should preferably be done in userspace or > > in kernelspace ... > > > > Is there any

Re: ax25-howto

2005-09-06 Thread Ralf Baechle DL5RB
On Sun, Sep 04, 2005 at 08:15:22AM -0400, Harold Hartley wrote: > I must agree as I have found it talks in some places about files that > are not relevent to most distro's now and in fact are very out of date. > Now with the newer files such as the ax25-config, ax25-tools and > ax25-apps, most o

[AX.25] Make asc2ax thread-proof

2005-09-07 Thread Ralf Baechle DL5RB
much more to fix in ROSE ... Signed-off-by: Ralf Baechle DL5RB <[EMAIL PROTECTED]> include/net/ax25.h |2 +- net/ax25/ax25_addr.c | 27 --- net/rose/rose_subr.c |4 ++-- 3 files changed, 15 insertions(+), 18 deletions(-) Index: linux-cvs/in

Re: Something about timers

2005-09-09 Thread Ralf Baechle DL5RB
On Fri, Sep 09, 2005 at 08:34:51AM +0300, jarmo wrote: > Just noticed, that if you compile kernel without looking, > Prosessor type and features -> Timer frequency, default is > 250ms, you get quite suprising behaviour with your ax25 stuff, > especially 6pack :) > I'd say quite quick actions and i

Re: multiple kiss ports

2007-02-14 Thread Ralf Baechle DL5RB
On Thu, Feb 15, 2007 at 12:03:06AM +1030, Stef Daniels VK5HSX wrote: > P4 1.2Ghz Celeron > MSI Motherboard > 512MB RAM > 40GB ATA Drive > ttyS0 -> 9600bd -MFJ 1270b (1200bd TNC) axport '2' > ttyS1 -> 4800bd - AEA PK232 (4800bd TNC) axport '3' > Debian GNU\linux 3.1 (2.4.27 kernel) > using: liba

Re: [PATCH] baycom_ser_fdx: also allow i/o ports >= 0x1000 and enhanced failure logging

2007-03-05 Thread Ralf Baechle DL5RB
On Mon, Mar 05, 2007 at 02:45:09PM +0100, Thomas Sailer wrote: > The baycom modem really doesn't have anything to do with RS232, it just > uses the RS232 port as a PIO port + timer. That's why it needs its own > 16550 driver. A few people asked me if it is possible to drive one of those RS232 abu

Re: Document request - ROSE protocol specification

2007-03-18 Thread Ralf Baechle DL5RB
On Thu, Mar 15, 2007 at 12:22:10PM +0100, Bernard Pidoux wrote: > > Also perhaps Bernard F6BVP can provide you information or Jean-Paul > > ROSE adressing follows the X.121 specs and uses 14 digits. > > There is a good description here : > http://www.rhyshaden.com/x25.htm > > Linux kernel sourc

Re: AX25 tools and packages

2007-07-30 Thread Ralf Baechle DL5RB
On Thu, Jul 26, 2007 at 05:23:32PM +, Bill Vodall WA7NWP wrote: > Is sourceforge still the primary repository for the ax25 library and tools? Actually DL9SAU and me have moved the development away to another machine a while ago when Sourceforge was basically unusable for weeks. The new site i

Re: AX25 tools and packages

2007-08-02 Thread Ralf Baechle DL5RB
On Thu, Aug 02, 2007 at 11:24:51AM +1000, Hamish Moffatt wrote: > > I'm using the latest patches from Debian since that seemed to be the latest > > I could find. Because my current builds are targeted at a 2.4 series > > kernel in > > an embedded system they work with a few small patches but I'

Re: Linux & DAMA.

2007-08-15 Thread Ralf Baechle DL5RB
On Wed, Aug 08, 2007 at 10:48:13PM +0100, John Ronan wrote: > I know that Linux can act as a DAMA slave, but what about a DAMA > master? We've looking at putting a node on a nice high site, and > were wondering about a DAMA master for the site (and running split > frequency/full duplex as w

Re: AX.25 Kernel - problem - ax25_sendmsg returns EMSGSIZE !

2007-10-08 Thread Ralf Baechle DL5RB
On Sun, Oct 07, 2007 at 09:58:06PM +0200, Tihomir Heidelberg - 9a4gl wrote: > Using kernel 2.6.21.6 here. If you write to AX.25 socket bytes more then > MTU, write will return -1 and errno will be set to 90 (EMSGSIZE = > [Message too long]). > > This happend in net/ax25/af_ax25.c in function ax25

Re: linux-ax25.org website issues

2007-10-12 Thread Ralf Baechle DL5RB
On Fri, Oct 12, 2007 at 09:22:37AM -0400, Mike McCarthy, W1NR wrote: > There seems to be a database problem at the www.linux-ax25.org website. > Does anyone have the contact info for the webmaster to let them know > there is a problem? You might try [EMAIL PROTECTED] ;-) What happened is that m

Re: linux-ax25.org website issues

2007-10-15 Thread Ralf Baechle DL5RB
On Sat, Oct 13, 2007 at 11:06:17AM +1000, Hamish Moffatt wrote: > On Fri, Oct 12, 2007 at 06:16:01PM +0100, Ralf Baechle DL5RB wrote: > > MySQL marking one of its tables as crashed without crashing itself has > > unfortunately become a somewhat regular event. I think it may h

Re: dmascc ?

2007-11-14 Thread Ralf Baechle DL5RB
On Sun, Nov 11, 2007 at 11:32:40PM -0800, Niall Parker wrote: > It's been a while since I've tried a new kernel with my PI2 cards and > just discovered that while the source is still included in > drivers/net/hamradio/dmascc.c , it isn't possible to select via make > menuconfig even when CONFIG

Re: dmascc ?

2007-11-15 Thread Ralf Baechle DL5RB
On Thu, Nov 15, 2007 at 02:01:28PM +0100, Bernard Pidoux wrote: > Is an SMP kernel mandatory for running a multithreaded P4 CPU or > would'not a single CPU kernel make it (with a 50% performance reduction) ? The performance benefit or even if there's one at all depends very much on what generat

Re: [BUG] AX.25 sockets not destroyed

2017-02-23 Thread Ralf Baechle DL5RB
On Thu, Feb 23, 2017 at 02:53:36PM +0100, f6bvp wrote: > 8c80b5ed5800 ax0 F6BVP-7 F4BWT-9 1 0 0 0 18446744073709549 100 0 3 0 300 > 0 0 9 10 5 2 256 * * * > 8c80b5ed5400 ax0 F6BVP-7 WA3MEZ-9 1 0 0 0 18446744073709549 100 0 3 0 300 > 0 0 9 10 5 2 256 * * * > then it displays a very large

YAM driver

2005-01-30 Thread Ralf Baechle DL5RB
I'm looking for test results with the YAM driver. The CRC code in it which is supposed to compute the CCITT CRC checksum is computing something else thanks to missplaced parenthesis which raises the question if this thing is working properly at all. So, before I try to cook a fix for something th

[PATCH 0/9] Testers needed for ham radio patches

2005-01-30 Thread Ralf Baechle DL5RB
I've cooked a series of patches that convert most of the ham radio drivers and core code to convert them to use the netdev_priv() macro which was introduced a while ago. Lacking all the hardware for testing in the hope for testers. I left out the SCC and DMASCC drivers; they're looking too scarry

[PATCH 1/9] Use netdev_priv in NETROM and ROSE

2005-01-30 Thread Ralf Baechle DL5RB
Convert the NETROM and ROSE protocol stacks to use netdev_priv(). netrom/nr_dev.c |8 rose/rose_dev.c |6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) Index: bk-afu/net/netrom/nr_dev.c === --- bk-afu.orig

[PATCH 2/9] Use netdev_priv in YAM driver

2005-01-30 Thread Ralf Baechle DL5RB
o Convert the YAM driver to use netdev_priv(). o If dev is valid there is no point in checking netdev_priv()'s return value for being NULL. o Fix build warning. yam.c | 38 +++--- 1 files changed, 19 insertions(+), 19 deletions(-) Index: bk-afu/drivers/net

[PATCH 3/9] Use netdev_priv in mkiss driver

2005-01-30 Thread Ralf Baechle DL5RB
Convert the mkiss driver to use netdev_priv(). mkiss.c | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index: bk-afu/drivers/net/hamradio/mkiss.c === --- bk-afu.orig/drivers/net/hamradio/mkiss.c +++ bk-afu/driv

[PATCH 4/9] Use netdev_priv in bpqether driver

2005-01-30 Thread Ralf Baechle DL5RB
Convert the bpqether driver to use netdev_priv(). bpqether.c | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) Index: bk-afu/drivers/net/hamradio/bpqether.c === --- bk-afu.orig/drivers/net/hamradio/bpqether

[PATCH 5/9] Use netdev_priv in baycom_par driver

2005-01-30 Thread Ralf Baechle DL5RB
Eleminate the last remaining instance of a direct reference to the priv member of struct net_device. This was debug code only, so use BUG_ON() instead of printk. baycom_par.c |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: bk-afu/drivers/net/hamradio/baycom_par.c ==

[PATCH 6/9] Use netdev_priv in baycom_ser_hdx driver

2005-01-30 Thread Ralf Baechle DL5RB
Eleminate the last remaining instance of a direct reference to the priv member of struct net_device. This was debug code only, so use BUG_ON() instead of printk. baycom_ser_hdx.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) Index: bk-afu/drivers/net/hamradio/baycom_ser_hdx.c

[PATCH 7/9] Use netdev_priv in hdlcdrv driver

2005-01-30 Thread Ralf Baechle DL5RB
Eleminate the last remaining instance of a direct reference to the priv member of struct net_device. The paranoia check code of the same type that has been eleminated from many other drivers, so do this here also. hdlcdrv.c | 48 1 files changed

[PATCH 8/9] Use netdev_priv in baycom_ser_fdx driver

2005-01-30 Thread Ralf Baechle DL5RB
Eleminate the last remaining instance of a direct reference to the priv member of struct net_device. This was debug code only, so use BUG_ON() instead of printk. baycom_ser_fdx.c |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) Index: bk-afu/drivers/net/hamradio/baycom_ser_fdx.c

[PATCH 9/9] Use netdev_priv in baycom_epp driver

2005-01-30 Thread Ralf Baechle DL5RB
Eleminate the last remaining instance of a direct reference to the priv member of struct net_device. The paranoia check code of the same type that has been eleminated from many other drivers, so do this here also. baycom_epp.c | 53 ++--- 1 files

Re: Kernel panic on use of ping - over a kiss AX.25 interface

2005-01-30 Thread Ralf Baechle DL5RB
On Sun, Jan 30, 2005 at 03:22:10PM -0800, Sriram Chadalavada wrote: > The kernel version is 2.4.24. And seems to be uclinux, unlike what probably most of us are using, so you're probably on your own. Ralf - To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of

Re: Kernel panic on use of ping - over a kiss AX.25 interface

2005-01-30 Thread Ralf Baechle DL5RB
On Sun, Jan 30, 2005 at 06:35:48PM -0800, Sriram Chadalavada wrote: > It is uClinux. While it has its own intricacies, if > you are aware of any kernel-related kiss/AX.25 bugs, > please do let me know. Nothing that would trigger in your case. To my knowlege you're the first to trying to use amat

Re: [PATCH 2/9] Use netdev_priv in YAM driver

2005-02-05 Thread Ralf Baechle DL5RB
On Wed, Feb 02, 2005 at 12:23:10AM -0500, Jeff Garzik wrote: > applied patches 2-9 to netdev-2.6 queue (thus -mm, etc.). > > Not sure where patch #1 went, I don't see it (unless #1 is the reformat > patch) #1 did touch only the encapsulation pseudo devices provided by the NETROM and ROSE networ

Re: [PATCH 2/9] Use netdev_priv in YAM driver

2005-02-05 Thread Ralf Baechle DL5RB
On Sat, Feb 05, 2005 at 02:15:05PM -0500, Jeff Garzik wrote: > >#1 did touch only the encapsulation pseudo devices provided by the NETROM > >and ROSE network protocols in net/netrom and net/rose so I did cc only to > >netdev. Thought you'd not care. In case you do, it's attached below. > > Nah,

[PATCH] Fix 6pack resynchronizatio with a TNC

2005-02-08 Thread Ralf Baechle DL5RB
yte & SIXP_STD_CMD_MASK) != 0) @@ -1036,7 +1034,7 @@ } } -MODULE_AUTHOR("Ralf Baechle DO1GRB <[EMAIL PROTECTED]>"); +MODULE_AUTHOR("Ralf Baechle DL5RB <[EMAIL PROTECTED]>"); MODULE_DESCRIPTION("6pack driver for AX.25"); MODULE_LICENSE("GPL

[PATCH] Fix ax25_get_socket locking

2005-03-14 Thread Ralf Baechle DL5RB
In an attempt to return a locked socket ax25_get_socket() was calling lock_sock() with a spinlock held, bad idea. Making matters worse it's only user is running in bottom half context resulting in a potencial attempt to sleep in bottom half context, so fix the locking there as well. Index: bk-afu

[PATCH] Use skb_queue_purge

2005-03-16 Thread Ralf Baechle DL5RB
skb_queue_purge exists so why not using it ;-) Index: bk-afu/net/ax25/af_ax25.c === --- bk-afu.orig/net/ax25/af_ax25.c 2005-03-15 23:26:35.678081272 + +++ bk-afu/net/ax25/af_ax25.c 2005-03-15 23:38:31.979186952 + @@ -30

[PATCH] Get rid of sk_protinfo use in netrom

2005-03-21 Thread Ralf Baechle DL5RB
Below patch puts struct sock into nr_cb to get rid of the need for the use of sk_protinfo in nr_sk(). While we're touching the data structure convert it from a typedef into a struct. Index: bk-afu/net/netrom/nr_timer.c === --- bk-afu