]> 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)
commite8e360aa29c8f3fdd5ed1919394721edbaae05a1
tree7a4338adaafb52fff8e4b3bb767665b9c343aef0
parent4b67d0b99ee51fc3fe6479974792c5de6e8ff18a
parent5f08c18406e5697dc2ebe7998a497f4abca891c0
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