lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ