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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 06 Dec 2011 13:27:08 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	sjur.brandeland@...ricsson.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next 3/4] caif-shm: Bugfixes for caif_shmcore.c

From: Sjur Brændeland <sjur.brandeland@...ricsson.com>
Date: Tue,  6 Dec 2011 13:48:59 +0100

> - don't call dev_kfree_skb() with irqs disabled,
>   use dev_kfree_skb_any() instead.

You unconditionally will always have IRQs disabled here, therefore
use dev_kfree_skb_irq() and avoid a test.
--
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