Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S946095AbcJSQRL (ORCPT ); Wed, 19 Oct 2016 12:17:11 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:63657 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S941346AbcJSOTY (ORCPT ); Wed, 19 Oct 2016 10:19:24 -0400 From: Matt Redfearn To: Ralf Baechle CC: , Matt Redfearn , "Maciej W. Rozycki" , , James Hogan , Paul Burton Subject: [PATCH 0/4] MIPS: traps: Fix fallout from reinstatation of KERN_CONT Date: Wed, 19 Oct 2016 14:33:19 +0100 Message-ID: <1476884003-17306-1-git-send-email-matt.redfearn@imgtec.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.150.130.83] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 533 Lines: 18 Since commit 4bcc595ccd80 ("printk: reinstate KERN_CONT for printing continuation lines") in v4.9-rc1, the output of information from traps.c has been garbled. This series fixes the output. Matt Redfearn (3): MIPS: traps: Fix output of show_backtrace MIPS: traps: Fix output of show_stacktrace MIPS: traps: Fix output of show_code Paul Burton (1): MIPS: Fix __show_regs() output arch/mips/kernel/traps.c | 65 +++++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 31 deletions(-) -- 2.7.4