Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751943AbbKHXmT (ORCPT ); Sun, 8 Nov 2015 18:42:19 -0500 Received: from ozlabs.org ([103.22.144.67]:52813 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751419AbbKHXmS (ORCPT ); Sun, 8 Nov 2015 18:42:18 -0500 From: Rusty Russell To: "Linus Torvalds" Cc: "LKML" Cc: Nicolas Boichat Cc: Noam Camus Cc: Oleg Nesterov Cc: Quentin Casasnovas Cc: Takashi Iwai Subject: [PULL] modules-next User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 09 Nov 2015 10:12:02 +1030 Message-ID: <8737wgkqid.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1487 Lines: 41 The following changes since commit dd2384a75d1c046faf068a6352732a204814b86d: Merge tag 'arc-v4.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc (2015-08-08 04:38:00 +0300) 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 d1189c63ea5e3272dc390a83e1235f142b739eb4: scripts: [modpost] add new sections to white list (2015-10-26 20:38:43 +1030) ---------------------------------------------------------------- Nothing exciting, minor tweaks and cleanups. Cheers, Rusty. ---------------------------------------------------------------- Nicolas Boichat (1): modpost: Add flag -E for making section mismatches fatal Noam Camus (1): scripts: [modpost] add new sections to white list Oleg Nesterov (1): params: don't ignore the rest of cmdline if parse_one() fails Takashi Iwai (1): modpost: abort if a module symbol is too long kernel/params.c | 17 +++++++++-------- lib/Kconfig.debug | 9 +++++++++ scripts/Makefile.modpost | 1 + scripts/mod/modpost.c | 37 ++++++++++++++++++++++++++++++------- 4 files changed, 49 insertions(+), 15 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/