Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934157AbcLOCup (ORCPT ); Wed, 14 Dec 2016 21:50:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53318 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753396AbcLOCuo (ORCPT ); Wed, 14 Dec 2016 21:50:44 -0500 Date: Wed, 14 Dec 2016 18:50:41 -0800 From: Jessica Yu To: Linus Torvalds Cc: Rusty Russell , linux-kernel@vger.kernel.org Subject: [GIT PULL] modules updates for 4.10 Message-ID: <20161215025040.ofyktfgkdn4c4bvs@jeyu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-OS: Linux jeyu 4.8.12-100.fc23.x86_64+debug x86_64 User-Agent: NeoMutt/20161126 (1.7.1) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 15 Dec 2016 02:50:43 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2246 Lines: 71 Linus, Please pull below to receive modules updates for the 4.10 merge window. This development cycle has been pretty quiet, mostly code cleanups, small bugfixes. Summary and details in the tag. Thanks, Jessica --- The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6: Linux 4.9-rc5 (2016-11-13 10:32:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v4.10 for you to fetch changes up to 4d217a5adccf5e806790c37c61cc374a08bd7381: module: fix DEBUG_SET_MODULE_RONX typo (2016-11-28 11:37:57 -0800) ---------------------------------------------------------------- Modules updates for v4.10 Summary of modules changes for the 4.10 merge window: * The rodata= cmdline parameter has been extended to additionally apply to module mappings * Fix a hard to hit race between module loader error/clean up handling and ftrace registration * Some code cleanups, notably panic.c and modules code use a unified taint_flags table now. This is much cleaner than duplicating the taint flag code in modules.c Signed-off-by: Jessica Yu ---------------------------------------------------------------- AKASHI Takahiro (1): module: extend 'rodata=off' boot cmdline parameter to module mappings Aaron Tomlin (2): module: Ensure a module's state is set accordingly during module coming cleanup code module: When modifying a module's text ignore modules which are going away too Anson Jacob (1): module: remove trailing whitespace Arnd Bergmann (1): module: fix DEBUG_SET_MODULE_RONX typo Heinrich Schuchardt (1): modpost: free allocated memory Miroslav Benes (1): module: Fix a comment above strong_try_module_get() Petr Mladek (1): taint/module: Clean up global and module taint flags handling include/linux/init.h | 3 +++ include/linux/kernel.h | 9 +++++++ include/linux/module.h | 4 +-- init/main.c | 7 +++-- kernel/module.c | 69 +++++++++++++++++++++++++++++++------------------- kernel/panic.c | 53 ++++++++++++++++++-------------------- scripts/mod/modpost.c | 2 ++ 7 files changed, 89 insertions(+), 58 deletions(-)