From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752413AbbBMGvn (ORCPT ); Fri, 13 Feb 2015 01:51:43 -0500 Received: from ozlabs.org ([103.22.144.67]:38082 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbbBMGvm (ORCPT ); Fri, 13 Feb 2015 01:51:42 -0500 From: Rusty Russell To: "Linus Torvalds" Cc: "lkml" Cc: Andrey Tsyvarev Cc: Dave Jones Cc: Marcel Holtmann Cc: Peter Zijlstra (Intel) Cc: Rabin Vincent Subject: [PULL] modules-next User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 13 Feb 2015 17:13:23 +1030 Message-ID: <87fvaa9ur8.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 The following changes since commit f8de05ca38b7bce4079b52002a6817e9582e3e01: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2015-01-23 06:53:06 +1200) 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 9cc019b8c94fa59e02fd82f15f7b7d689e35c190: module: Replace over-engineered nested sleep (2015-02-11 15:02:04 +1030) ---------------------------------------------------------------- Trivial cleanups, mainly. Cheers, Rusty. ---------------------------------------------------------------- Andrey Tsyvarev (1): kernel/module.c: Free lock-classes if parse_args failed Marcel Holtmann (1): module: Remove double spaces in module verification taint message Peter Zijlstra (2): module: Annotate nested sleep in resolve_symbol() module: Replace over-engineered nested sleep Rabin Vincent (1): module: set ksymtab/kcrctab* section addresses to 0x0 kernel/module.c | 47 ++++++++++++++++++----------------------------- scripts/module-common.lds | 20 ++++++++++---------- 2 files changed, 28 insertions(+), 39 deletions(-)