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, 11 May 2009 15:32:21 +0200
From:	"Luc Goria" <Luc.Goria@...pt-telecom.fr>
To:	<netdev@...r.kernel.org>
Cc:	<linux-kernel@...r.kernel.org>, <alan@...hat.com>
Subject: [PATCH 2.6.27.2] datagram handling routines : mapping/unmapping paged data in soft IRQ


Kernel crashes when a network module tries to copy a datagram to iovec in soft IRQ with paged data.
The problem is that kunmap function can't be called in IRQ.
All calls to kmap/kunmap fonctions are replaced by calls to kmap_skb_frag/kunmap_skb_frag when paged data are involved.

 <<datagram.c.patch>> 
Signed-off-by: Luc GORIA <luc.goria@...pt-telecom.fr>

Download attachment "datagram.c.patch" of type "application/octet-stream" (1623 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ