The following changes since commit 68e370289c29e3beac99d59c6d840d470af9dfcf:

  Merge branch 'for-linus' of 
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2014-08-26 13:50:23 
-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 184c3fc3f52fb75800deb76deffb70907d1f76ea:

  moduleparam: Resolve missing-field-initializer warning (2014-09-11 09:59:25 
+0930)

----------------------------------------------------------------
Nothing major: support for compressing modules, and auto-tainting params.

Cheers,
Rusty.
PS.  My virtio-next tree is empty: DaveM took the patches I had.  There might
     be a virtio-rng starvation fix, but so far it's a bit voodoo so I will
     get to that in the next two days or it will wait.

----------------------------------------------------------------
Bertrand Jacquin (3):
      modsign: lookup lines ending in .ko in .mod files
      modinst: wrap long lines in order to enhance cmd_modules_install
      kbuild: handle module compression while running 'make modules_install'.

Jani Nikula (4):
      module: rename KERNEL_PARAM_FL_NOARG to avoid confusion
      module: make it possible to have unsafe, tainting module params
      module: add module_param_unsafe and module_param_named_unsafe
      drm/i915: taint the kernel if unsafe module parameters are set

Mark Rustad (1):
      moduleparam: Resolve missing-field-initializer warning

Mathias Krause (2):
      modpost: reduce visibility of symbols and constify r/o arrays
      modpost: simplify file name generation of *.mod.c files

Rusty Russell (1):
      param: check for tainting before calling set op.

 Makefile                            | 15 +++++++++++
 drivers/gpu/drm/i915/i915_params.c  |  8 +++---
 drivers/tty/serial/8250/8250_core.c |  2 +-
 include/linux/moduleparam.h         | 50 +++++++++++++++++++++++++++++--------
 init/Kconfig                        | 43 +++++++++++++++++++++++++++++++
 kernel/module.c                     |  2 +-
 kernel/params.c                     | 17 ++++++++++---
 scripts/Makefile.modinst            |  7 +++++-
 scripts/Makefile.modsign            |  2 +-
 scripts/mod/modpost.c               | 25 ++++++++++---------
 security/apparmor/lsm.c             |  4 +--
 11 files changed, 139 insertions(+), 36 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
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