]> git.baikalelectronics.ru Git - kernel.git/commit
sparc64: kern_addr_valid regression
authorbob picco <bob.picco@oracle.com>
Fri, 10 Mar 2017 19:31:19 +0000 (14:31 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Mar 2017 04:20:23 +0000 (21:20 -0700)
commit77aa6ee572b0394b963e0360a7eda807408283e8
treee81c32dbf067fce6ea26c691a73bfcc2e078c86a
parenta5e93d101d414651f1f57be6f1714509ed1a16a4
sparc64: kern_addr_valid regression

I encountered this bug when using /proc/kcore to examine the kernel. Plus a
coworker inquired about debugging tools. We computed pa but did
not use it during the maximum physical address bits test. Instead we used
the identity mapped virtual address which will always fail this test.

I believe the defect came in here:
[bpicco@zareason linus.git]$ git describe --contains 09a24dc4f66db
v3.18-rc1~87^2~4
.

Signed-off-by: Bob Picco <bob.picco@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/init_64.c