From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753659AbbJZKop (ORCPT ); Mon, 26 Oct 2015 06:44:45 -0400 Received: from ozlabs.org ([103.22.144.67]:60541 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753002AbbJZKoo (ORCPT ); Mon, 26 Oct 2015 06:44:44 -0400 From: Rusty Russell To: "Linus Torvalds" Cc: "LKML" Cc: Peter Zijlstra (Intel) Cc: poma Subject: [PULL] Module preeption fix User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 26 Oct 2015 19:55:26 +1030 Message-ID: <878u6qx9q1.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 1b647a166f07dcf08709c8606470f4b17a4aa11d: Merge tag 'dmaengine-fix-4.2-rc8' of git://git.infradead.org/users/vkoul/slave-dma (2015-08-18 12:17:36 -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 275d7d44d802ef271a42dc87ac091a495ba72fc5: module: Fix locking in symbol_put_addr() (2015-08-24 10:37:01 +0930) ---------------------------------------------------------------- Turns out we should have always been disabling preemption here; someone finally caught it thanks to Peter Z's additional checks. Cheers, Rusty. ---------------------------------------------------------------- Peter Zijlstra (1): module: Fix locking in symbol_put_addr() kernel/module.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)