aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/pgtable.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-02-26 14:41:41 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-03-01 21:09:59 +0000
commitded3ef0fa71696d3cf631fa4b8ac65313f370b4c (patch)
tree9e868d4b7f27c0701a683bfbad08e779233e895f /arch/arm/include/asm/pgtable.h
parentARM: fix scheduling while atomic warning in alignment handling code (diff)
downloadlinux-dev-ded3ef0fa71696d3cf631fa4b8ac65313f370b4c.tar.xz
linux-dev-ded3ef0fa71696d3cf631fa4b8ac65313f370b4c.zip
ARM: Fix broken commit 0cc41e4a21d43 corrupting kernel messages
Commit 0cc41e4a21d43 (arch: remove direct definitions of KERN_<LEVEL> uses) is broken - not enough thought was put into changing: .asciz "string" to .asciz "string1" "string2" The problem is that each string gets _separately_ NUL terminated, so the result is a string containing: "string1\0string2\0" rather than: "string1string2\0" With our new printk levels, this ends up as - eg, KERN_DEBUG "string": 0x01 0x00 0x07 0x00 "string" 0x00 which produces lots of \x01 in the kernel log. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/pgtable.h')
0 files changed, 0 insertions, 0 deletions