Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Aug 2018 17:21:28 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Aug 2018 17:21:28 +0000 (10:21 -0700)
commit0ad6b38ab2cc00b886c34d945b6a30fdf5108c61
tree4cb2b43b992297bcd1167ce0452359345d313731
parent03e61914a6d2c5bb95faaa470193cfdb71b7ea01
parent3ff4f80a74fd38398ae1bd8a458ba9c51aa0dd44
Merge branch 'core-debugobjects-for-linus' of git://git./linux/kernel/git/tip/tip

Pull debugobjects update from Thomas Gleixner:
 "Two simple updates for the debug objects code:

   - Make the stack check warning more informative by adding the object
     and the stack page address to the printout

   - Remove a redundant NULL pointer check"

* 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  debugobjects: Remove redundant NULL pointer check
  debugobjects: Make stack check warning more informative