Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1457226 > unrolled thread

Re: [PATCH] ath10k: hide kernel addresses from logs using %pK format specifier

Started byJoe Perches <joe@perches.com>
First post2016-08-05 20:00 +0200
Last post2016-08-05 20:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] ath10k: hide kernel addresses from logs using %pK  format specifier Joe Perches <joe@perches.com> - 2016-08-05 20:00 +0200

#1457226 — Re: [PATCH] ath10k: hide kernel addresses from logs using %pK format specifier

FromJoe Perches <joe@perches.com>
Date2016-08-05 20:00 +0200
SubjectRe: [PATCH] ath10k: hide kernel addresses from logs using %pK format specifier
Message-ID<s2Rzz-2eU-5@gated-at.bofh.it>
On Thu, 2016-08-04 at 19:21 +0530, c_mkenna@qti.qualcomm.com wrote:
> From: Maharaja Kennadyrajan <c_mkenna@qti.qualcomm.com>
> 
> With the %pK format specifier we hide the kernel addresses
> with the help of kptr_restrict sysctl.
> In this patch, %p is changed to %pK in the driver code.
> 
> The sysctl is documented in Documentation/sysctl/kernel.txt.

Maybe %p should follow %pK and only show kernel .text addresses
by default and any other address as 0 unless the sysctl is set.

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web