Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1255804 > unrolled thread

[PULL] Module preeption fix

Started byRusty Russell <rusty@rustcorp.com.au>
First post2015-10-26 11:50 +0100
Last post2015-10-26 11:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PULL] Module preeption fix Rusty Russell <rusty@rustcorp.com.au> - 2015-10-26 11:50 +0100

#1255804 — [PULL] Module preeption fix

FromRusty Russell <rusty@rustcorp.com.au>
Date2015-10-26 11:50 +0100
Subject[PULL] Module preeption fix
Message-ID<qnNvH-78a-9@gated-at.bofh.it>
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(-)
--
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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web