On 2003.08.13 17:42:52 +0200 David S. Miller wrote:
> On Wed, 13 Aug 2003 17:34:46 +0200
> Jeroen Vreeken <pe1rxq@xxxxxxxxx> wrote:
>
> > This is my last patch (rxq4) plus Stephen's last three (dev locking,
> > setsockopt, seq_file)
>
> Please don't combine the patches, I want the each individual
> patch with the author and his comments for that change.
>
> If you combine all the work, this information gets lost.
After posting this mega patch I have been away for some days....
Fortunatly Stephen already reduced the amount of work by doing the netrom
stuff.
The next four patches are the remaining ax25 (and a litle netrom) patches:
ax25_cb-lock.diff
This is the biggest one:
- ax25_cb's use refcounting
- the ax25_cb list uses hlists
- Lots of socket locking.
This patch touches almost everything in the ax25 directory.
hard_header.diff
Makes ax25_subr.c use the devices hard_header_len instead of
some predicted worst case.
(also contains a small socket locking patch)
iface-lists.diff
Fixes the list usage and list locking in ax25_iface.c
netrom-refcnt.diff
Small changes to netrom as a result of the ax25_cb refcounting.
Jeroen
netrom-refcnt.diff
Description: Binary data
ax25_cb-lock.diff
Description: Binary data
hard_header.diff
Description: Binary data
iface-lists.diff
Description: Binary data
|