From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A0196C63798 for ; Fri, 27 Nov 2020 13:47:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F6BB20B1F for ; Fri, 27 Nov 2020 13:47:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=suse.com header.i=@suse.com header.b="l4dvDTUM" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730627AbgK0NrR (ORCPT ); Fri, 27 Nov 2020 08:47:17 -0500 Received: from mx2.suse.de ([195.135.220.15]:46348 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729402AbgK0NrR (ORCPT ); Fri, 27 Nov 2020 08:47:17 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1606484836; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=iPJZ+oxo6wyUCDbnhCw+WjBHREPkcPEiiGbWc9Ftde4=; b=l4dvDTUMJbxHeZrIG2D1DF2ODWSrLZ5c01SxydG4vuhWpBn4lfIOmdYkGVq3Ae4bKguQQU eJzxlbAENsRr/KQ/SYHyZbOBN0suJGzHVJSUA+BppfGhCyvg6ubp94Dz+o4RDJPXHBUPOb yitTJEk+68Gz/QmPjIg2htufwZh7A2o= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id DAD6CAC23; Fri, 27 Nov 2020 13:47:15 +0000 (UTC) Date: Fri, 27 Nov 2020 14:47:15 +0100 From: Petr Mladek To: Linus Torvalds Cc: Sergey Senozhatsky , Steven Rostedt , John Ogness , linux-kernel@vger.kernel.org, Kefeng Wang Subject: [GIT PULL] printk for 5.10 (includes lockless ringbuffer) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170912 (1.9.0) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, please pull a printk hotfix from git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux.git tags/printk-for-5.10-rc6-fixup ========================= - Do not lose trailing newline in pr_cont() calls. - Two trivial fixes: dead-store and a config description. ========================= PS: I do not have much experience with pushing fixes this late in the release cycle. I push the important fix even before it has reached linux-next. The fix is straightforward and trivial. And it looks better to have it in rc6 than in the potentially last one rc7. Also I added the two trivial fixes that I queued few weeks ago. They were trivial enough to get pushed at any time. And they fixed something that was introduced in 5.10-rc1. Feel free to postpone this for rc7 or take only the one fix of the newlines handling. ---------------------------------------------------------------- John Ogness (1): printk: finalize records with trailing newlines Lukas Bulwahn (1): printk: remove unneeded dead-store assignment Paul Menzel (1): init/Kconfig: Fix CPU number in LOG_CPU_MAX_BUF_SHIFT description Petr Mladek (1): Merge branch 'for-5.10-pr_cont-fixup' into for-linus init/Kconfig | 2 +- kernel/printk/printk.c | 4 ++-- kernel/printk/printk_ringbuffer.c | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-)