From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751461AbdFHKux (ORCPT ); Thu, 8 Jun 2017 06:50:53 -0400 Received: from mx2.suse.de ([195.135.220.15]:52736 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751410AbdFHKuw (ORCPT ); Thu, 8 Jun 2017 06:50:52 -0400 Date: Thu, 8 Jun 2017 12:50:49 +0200 From: Petr Mladek To: Linus Torvalds Cc: Sergey Senozhatsky , Steven Rostedt , Peter Zijlstra , Aleksey Makarov , linux-kernel@vger.kernel.org Subject: [GIT PULL] printk fix for 4.12-rc5 Message-ID: <20170608105049.GA5270@pathway.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull a printk regression fix from: git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git for-linus ======== It reverts a fix added into 4.12-rc1. It caused the kernel log to be printed on another console when two consoles of the same type were defined, e.g. console=ttyS0 console=ttyS1. This configuration was never supported by kernel itself. But it started to make sense with systemd. By other words, the commit broke userspace. ---------------------------------------------------------------- Petr Mladek (1): Revert "printk: fix double printing with earlycon" kernel/printk/printk.c | 46 ++++++++++------------------------------------ 1 file changed, 10 insertions(+), 36 deletions(-) Best Regards, Petr Mladek