Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Oct 2020 18:21:24 +0000 (11:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 12 Oct 2020 18:21:24 +0000 (11:21 -0700)
commit20d49bfcc3d234b461ab42c3c64208b8e496c927
tree6b48c5c1485fdf0fb05534cac1a744c77d11fa60
parent1e6d1d96461eb350a98c1a0fe9fd93ea14a157e8
parent88451f2cd3cec2abc30debdf129422d2699d1eba
Merge tag 'core-debugobjects-2020-10-12' of git://git./linux/kernel/git/tip/tip

Pull debugobjects updates from Thomas Gleixner:
 "A small set of updates for debug objects:

   - Make all debug object descriptors constant. There is no reason to
     have them writeable.

   - Free the per CPU object pool after CPU unplug to avoid memory
     waste"

* tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  debugobjects: Free per CPU pool after CPU unplug
  treewide: Make all debug_obj_descriptors const
  debugobjects: Allow debug_obj_descr to be const