Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255804
| From | Rusty Russell <rusty@rustcorp.com.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PULL] Module preeption fix |
| Date | 2015-10-26 11:50 +0100 |
| Message-ID | <qnNvH-78a-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PULL] Module preeption fix Rusty Russell <rusty@rustcorp.com.au> - 2015-10-26 11:50 +0100
csiph-web