]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'kallsyms-restrictions'
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Nov 2017 00:33:33 +0000 (16:33 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Nov 2017 00:33:33 +0000 (16:33 -0800)
commit8d5d40234295682d082357ba9c5cbf91fabbf403
tree964f879da4eaa770214ea79850d53b52729c20d1
parent1a2cb958c9930622acd492cde9f0734f2e2029e7
parent55c69a39e19d49b66498d0aee4920d809602c909
Merge branch 'kallsyms-restrictions'

Merge /proc/kallsyms pointer value restrictions.

Instead of using %pK, and making it about root access (at the wrong
time, no less), make the whole choice of whether to show the actual
pointer value be very explicit to the kallsyms code.

In particular, we can now default to not doing so, and yet avoid
annoying kernel profiling by actually looking at whether kernel
profiling is allowed or not (by default it is not).

This is all mostly preparation for the real "let's stop leaking kernel
addresses" work that Tobin Harding is working on.

Small steps.

* kallsyms-restrictions:
  stop using '%pK' for /proc/kallsyms pointer values