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>] [day] [month] [year] [list]
Date:	Wed, 10 Feb 2016 10:56:27 +1030
From:	Rusty Russell <rusty@...tcorp.com.au>
To:	"Linus Torvalds" <torvalds@...ux-foundation.org>
Cc:	Weilong Chen <chenweilong@...wei.com>
Subject: [PULL] module fixes (stable)

The following changes since commit 34229b277480f46c1e9a19f027f30b074512e68b:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-02-01 15:56:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus

for you to fetch changes up to 8244062ef1e54502ef55f54cced659913f244c3e:

  modules: fix longstanding /proc/kallsyms vs module insertion race. (2016-02-03 16:58:15 +1030)

----------------------------------------------------------------
Fix for async_probe module param added in 4.3 (clearly not widely used yet),
and a much more interesting kallsyms race which has been around approximately
forever.  This fix is more invasive, and will require some care in backporting,
but I hated all the bandaids I could think of, so...

There are some more coming, which are only for breakages introduced this
cycle (livepatch), but wanted these in now.

Thanks,
Rusty.

----------------------------------------------------------------
Luis R. Rodriguez (1):
      modules: fix modparam async_probe request

Rusty Russell (2):
      module: wrapper for symbol name.
      modules: fix longstanding /proc/kallsyms vs module insertion race.

 include/linux/module.h |  19 ++++----
 kernel/module.c        | 120 ++++++++++++++++++++++++++++++-------------------
 2 files changed, 85 insertions(+), 54 deletions(-)

Powered by blists - more mailing lists