[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081215015729.587697008@sortiz.org>
Date: Mon, 15 Dec 2008 02:57:29 +0100
From: Samuel Ortiz <samuel@...tiz.org>
To: "David S. Miller" <davem@...emloft.net>
Cc: netdev@...r.kernel.org, irda-users@...ts.sourceforge.net
Subject: [RFC PATCH 0/9] IrDA 2.6.28 bug fix
Hi Dave,
This is a 9 patches series for IrDA, against your net-2.6 tree.
This is an attempt to fix kernel.bugzilla.org bug #11795, where we noticed
skb->cb could be altered once submitted to dev_queue_xmit. Since IrDA is using
this callback to pass per-skb information, we are now stuffing it in front of
skb->data, after allocating the right headroom.
Another solution would be to play with the IrDA physical header and skb_pull
our skbs whenever we are physically transmitting the data.
Cheers,
Samuel.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists