Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759240AbbGHVcu (ORCPT ); Wed, 8 Jul 2015 17:32:50 -0400 Received: from ozlabs.org ([103.22.144.67]:35577 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932886AbbGHVcc (ORCPT ); Wed, 8 Jul 2015 17:32:32 -0400 From: Rusty Russell To: Cc: "LKML" Cc: Arthur Marsh Cc: Mathieu Desnoyers Cc: Peter Zijlstra (Intel) Subject: [PULL] module fix User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Thu, 09 Jul 2015 07:02:20 +0930 Message-ID: <87380yuyhn.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: 1104 Lines: 32 The following changes since commit 45820c294fe1b1a9df495d57f40585ef2d069a39: Fix broken audit tests for exec arg len (2015-07-08 09:33:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux.git tags/fixes-for-linus for you to fetch changes up to 758556bdc1c8a8dffea0ea9f9df891878cc2468c: module: Fix load_module() error path (2015-07-09 06:57:12 +0930) ---------------------------------------------------------------- Single fix: missing rbtree removal in the module load failure path. Easy to trigger with bad params. Thanks to Peter Zijlstra and Arthur Marsh for going around on this one. Cheers, Rusty. ---------------------------------------------------------------- Peter Zijlstra (1): module: Fix load_module() error path kernel/module.c | 1 + 1 file changed, 1 insertion(+) -- 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/