The following changes since commit 15ba2236f3556fc01b9ca91394465152b5ea74b6:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2014-07-21 
22:46:01 -0700)

are available in the git repository at:


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

for you to fetch changes up to 76215b04fd297c008b91ece732ed36e67e0181fa:

  arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs files 
(2014-08-07 22:38:55 +0930)

----------------------------------------------------------------
This finally applies the stricter sysfs perms checking we pulled out
before last merge window.  A few stragglers are fixed (thanks linux-next!)

Cheers,
Rusty.

----------------------------------------------------------------
Michal Nazarewicz (1):
      scripts: modpost: fix compilation warning

Petr Mladek (2):
      module: add within_module() function
      module: return bool from within_module*()

Rasmus Villemoes (1):
      scripts: modpost: Remove numeric suffix pattern matching

Russell King (1):
      ARM: avoid ARM binutils leaking ELF local symbols

Rusty Russell (5):
      modules: Fix build error in moduleloader.h
      sysfs: disallow world-writable files.
      drivers/video/fbdev/s3c2410fb.c: don't make debug world-writable.
      arch/powerpc/platforms/powernv/opal-elog.c: fix world-writable sysfs files
      arch/powerpc/platforms/powernv/opal-dump.c: fix world-writable sysfs files

 arch/powerpc/platforms/powernv/opal-dump.c |  4 +--
 arch/powerpc/platforms/powernv/opal-elog.c |  4 +--
 drivers/video/fbdev/s3c2410fb.c            |  2 +-
 include/linux/kernel.h                     |  2 ++
 include/linux/module.h                     | 11 ++++--
 include/linux/moduleloader.h               |  6 ++--
 kernel/module.c                            | 14 ++++----
 scripts/mod/modpost.c                      | 58 ++++++++----------------------
 8 files changed, 40 insertions(+), 61 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to