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:	Thu,  5 Nov 2009 15:37:25 +0100
From:	Arnd Bergmann <arnd@...db.de>
To:	linux-kernel@...r.kernel.org
Cc:	David Miller <davem@...emloft.net>, John Kacur <jkacur@...hat.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Arnd Bergmann <arnd@...db.de>
Subject: [PATCH 0/5] net: push down BKL into proto ops

This pushes one more use of the BKL from common code into specific
network protocols by killing off the proto ops wrappers.
This should cause no visible changes on the code but saves a few
kilobytes of object code in allyesconfig.

Arnd Bergmann (5):
  net/appletalk: push down BKL into a atalk_dgram_ops
  net/ipx: push down BKL into a ipx_dgram_ops
  net/irda: push BKL into proto_ops
  net/x25: push BKL usage into x25_proto
  net: kill proto_ops wrapper

 include/linux/net.h |   83 -------------
 net/appletalk/ddp.c |  105 ++++++++++++-----
 net/ipx/af_ipx.c    |   54 +++++++--
 net/irda/af_irda.c  |  331 ++++++++++++++++++++++++++++++++++-----------------
 net/x25/af_x25.c    |   71 +++++++++--
 5 files changed, 407 insertions(+), 237 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ