From: Rusty Russell <rusty@rustcorp.com.au>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: "LKML" <linux-kernel@vger.kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Bertrand Jacquin <beber@meleeweb.net>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Jon Mason <jon.mason@intel.com>
Cc: Li Zhong <zhong@linux.vnet.ibm.com>
Cc: Mark Rustad <mark.d.rustad@intel.com>
Cc: Mathias Krause <minipli@googlemail.com>
Cc: Willy Tarreau <w@1wt.eu>
Subject: [PULL] modules-next
Date: Wed, 17 Sep 2014 01:18:39 +0930 [thread overview]
Message-ID: <87d2avftwo.fsf@rustcorp.com.au> (raw)
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(-)
next reply other threads:[~2014-09-16 15:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-16 15:48 Rusty Russell [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-01 1:02 [PULL] modules-next Rusty Russell
2016-08-01 1:44 ` Linus Torvalds
2016-08-01 19:11 ` Ben Hutchings
2016-08-02 0:10 ` Rusty Russell
2016-08-04 0:50 ` Rusty Russell
2015-11-08 23:42 Rusty Russell
2015-06-30 2:47 Rusty Russell
2015-02-13 6:43 Rusty Russell
2014-12-19 0:55 Rusty Russell
2014-12-19 5:01 ` Linus Torvalds
2014-12-22 1:21 ` Rusty Russell
2014-08-11 2:32 Rusty Russell
2014-06-11 5:33 Rusty Russell
2014-06-11 10:55 ` Mark Brown
2014-06-12 1:25 ` Rusty Russell
2014-06-12 11:27 ` Mark Brown
2014-06-13 1:03 ` Rusty Russell
2014-06-13 9:24 ` Mark Brown
2014-06-13 10:04 ` Geert Uytterhoeven
2013-07-10 3:55 Rusty Russell
2013-02-19 23:14 Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d2avftwo.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.