From: Rusty Russell <rusty@rustcorp.com.au>
To: <torvalds@linux-foundation.org>
Cc: "LKML" <linux-kernel@vger.kernel.org>
Cc: Chris Samuel <chris@csamuel.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Michal Marek <mmarek@suse.cz>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Sasha Levin <sasha.levin@oracle.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Subject: [PULL] modules-next
Date: Wed, 20 Feb 2013 09:44:59 +1030 [thread overview]
Message-ID: <874nh7j3po.fsf@rustcorp.com.au> (raw)
The following changes since commit 9a9284153d965a57edc7162a8e57c14c97f3a935:
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux (2013-01-20 20:55:49 -0800)
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 d9d8d7ed498ec65bea72dd24be7b9cd35af0c200:
MODSIGN: Add option to not sign modules during modules_install (2013-01-25 16:55:37 +1030)
----------------------------------------------------------------
The sweeping change is to make add_taint() explicitly indicate whether to disable
lockdep, but it's a mechanical change.
Cheers,
Rusty.
----------------------------------------------------------------
Michal Marek (4):
MODSIGN: Simplify Makefile with a Kconfig helper
MODSIGN: Specify the hash algorithm on sign-file command line
MODSIGN: Add -s <signature> option to sign-file
MODSIGN: Add option to not sign modules during modules_install
Rusty Russell (3):
module: printk message when module signature fail taints kernel.
taint: add explicit flag to show whether lock dep is still OK.
module: clean up load_module a little more.
Sasha Levin (1):
module: constify within_module_*
Vineet Gupta (1):
modpost: Ignore ARC specific non-alloc sections
Makefile | 4 +-
arch/alpha/kernel/traps.c | 2 +-
arch/arm/kernel/traps.c | 2 +-
arch/arm64/kernel/traps.c | 2 +-
arch/avr32/kernel/traps.c | 2 +-
arch/hexagon/kernel/traps.c | 2 +-
arch/ia64/kernel/traps.c | 2 +-
arch/m68k/kernel/traps.c | 2 +-
arch/mips/kernel/traps.c | 2 +-
arch/parisc/kernel/traps.c | 2 +-
arch/powerpc/kernel/traps.c | 2 +-
arch/s390/kernel/traps.c | 2 +-
arch/sh/kernel/traps.c | 2 +-
arch/sparc/kernel/setup_64.c | 2 +-
arch/sparc/kernel/traps_32.c | 2 +-
arch/sparc/kernel/traps_64.c | 2 +-
arch/unicore32/kernel/traps.c | 2 +-
arch/x86/kernel/cpu/amd.c | 3 +-
arch/x86/kernel/cpu/mcheck/mce.c | 2 +-
arch/x86/kernel/cpu/mcheck/p5.c | 2 +-
arch/x86/kernel/cpu/mcheck/winchip.c | 2 +-
arch/x86/kernel/cpu/mtrr/generic.c | 2 +-
arch/x86/kernel/dumpstack.c | 2 +-
arch/xtensa/kernel/traps.c | 2 +-
drivers/acpi/custom_method.c | 2 +-
drivers/acpi/osl.c | 2 +-
drivers/base/regmap/regmap-debugfs.c | 2 +-
include/linux/kernel.h | 6 +-
include/linux/module.h | 4 +-
init/Kconfig | 20 +++++
kernel/Makefile | 22 +-----
kernel/module.c | 140 +++++++++++++++++++++-------------
kernel/panic.c | 34 ++++-----
kernel/sched/core.c | 2 +-
kernel/sysctl.c | 2 +-
lib/bug.c | 3 +-
mm/memory.c | 2 +-
mm/page_alloc.c | 2 +-
mm/slab.c | 2 +-
mm/slub.c | 2 +-
scripts/mod/modpost.c | 2 +
scripts/sign-file | 134 +++++++++++++++-----------------
sound/soc/soc-core.c | 2 +-
next reply other threads:[~2013-02-19 23:15 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-19 23:14 Rusty Russell [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-07-10 3:55 [PULL] modules-next 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
2014-08-11 2:32 Rusty Russell
2014-09-16 15:48 Rusty Russell
2014-12-19 0:55 Rusty Russell
2014-12-19 5:01 ` Linus Torvalds
2014-12-22 1:21 ` Rusty Russell
2015-02-13 6:43 Rusty Russell
2015-06-30 2:47 Rusty Russell
2015-11-08 23:42 Rusty Russell
2016-08-01 1:02 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
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=874nh7j3po.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.