]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Nov 2015 20:15:17 +0000 (12:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Nov 2015 20:15:17 +0000 (12:15 -0800)
commit0f23e5e407510bbce8ab9e04e9a1d91fa82af8d4
tree7a4338adaafb52fff8e4b3bb767665b9c343aef0
parent7d01990829e4fcad1269b72f5648b15571d37101
parent71faa9bd452f620c7adfb4acb1a4a0ada38c450e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching

Pull livepatching fix from Jiri Kosina:
 "A fix for a kernel oops in case CONFIG_DEBUG_SET_MODULE_RONX is unset
  (as in such case it's possible for module struct to share a page with
  executable text, which is currently not being handled with grace) from
  Josh Poimboeuf"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching:
  livepatch: Fix crash with !CONFIG_DEBUG_SET_MODULE_RONX