]> 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)
commitc0eb0f50cd82b89d37f6936efc8c96e9f056139a
tree69141bc10fab1bb9b8aaa94f87c617b9c813155c
parent9ac1efa96cd418b6cefa8253dc3520b6cebc6bc0
parentdefb8e22379a4203bb9510fd53bf12a4f38cd62a
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