From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752624AbdIFKGy (ORCPT ); Wed, 6 Sep 2017 06:06:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:59507 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752351AbdIFKGw (ORCPT ); Wed, 6 Sep 2017 06:06:52 -0400 Date: Wed, 6 Sep 2017 12:06:50 +0200 From: Petr Mladek To: Linus Torvalds Cc: Sergey Senozhatsky , Steven Rostedt , Peter Zijlstra , linux-kernel@vger.kernel.org Subject: [GIT PULL] printk for 4.14 Message-ID: <20170906100650.GJ8741@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 the latest printk changes from git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk.git for-linus ============ - Do not allow to use freed init data and code even when boot consoles are forced to stay. Also check for the init memory more precisely. - Some code clean up by starting contributors. ---------------------------------------------------------------- Matt Redfearn (1): printk/console: Always disable boot consoles that use init memory before it is freed Nikitas Angelinas (1): printk: Clean up do_syslog() error handling Petr Mladek (1): printk/console: Enhance the check for consoles using init memory Pierre Kuo (1): printk: Modify operators of printed_len and text_len kernel/printk/printk.c | 69 +++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 37 deletions(-) Best Regards, Petr Mladek