]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Nov 2015 23:04:04 +0000 (15:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 3 Nov 2015 23:04:04 +0000 (15:04 -0800)
commitbec6298a12cfa0a2854e0d7ef43bfe3a0669ceea
tree69141bc10fab1bb9b8aaa94f87c617b9c813155c
parentaebe20e878b6a5e72ea608832106d6f32b927d46
parent214c873ae0d5d6420bf91de49997fa63cd740d5a
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull wchan kernel address hiding from Ingo Molnar:
 "This fixes a wchan related information leak in /proc/PID/stat.

  There's a bit of an ABI twist to it: instead of setting the wchan
  field to 0 (which is our usual technique) we set it conditionally to a
  0/1 flag to keep ABI compatibility with older procps versions that
  only fetches /proc/PID/wchan (symbolic names) if the absolute wchan
  address is nonzero"

* 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  fs/proc, core/debug: Don't expose absolute kernel addresses via wchan