[PATCH for v4.9 LTS 45/87] arm64: mm: fix show_pte KERN_CONT fallout

2017-07-14 Thread Levin, Alexander (Sasha Levin)
From: Mark Rutland [ Upstream commit 6ef4fb387d50fa8f3bffdffc868b57e981cdd709 ] Recent changes made KERN_CONT mandatory for continued lines. In the absence of KERN_CONT, a newline may be implicit inserted by the core printk code. In show_pte, we (erroneously) use printk

[PATCH for v4.9 LTS 45/87] arm64: mm: fix show_pte KERN_CONT fallout

2017-07-14 Thread Levin, Alexander (Sasha Levin)
From: Mark Rutland [ Upstream commit 6ef4fb387d50fa8f3bffdffc868b57e981cdd709 ] Recent changes made KERN_CONT mandatory for continued lines. In the absence of KERN_CONT, a newline may be implicit inserted by the core printk code. In show_pte, we (erroneously) use printk without KERN_CONT for