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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 1D415C352AA for ; Wed, 2 Oct 2019 00:04:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA93921A4A for ; Wed, 2 Oct 2019 00:04:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569974688; bh=LFqlugi476YN/XdJ0OWG4/l0Q4QhhNuB0mawB6AaS9o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pPrFrh3Znbx3vt5rvoxU/vYLf8sSvqKCDPEvpMeyj/FVTridQSvXloE9ZydYNACXp VNSBrgrfExAaeqoHpgJ6eQ2Ujqymc2VyIqnhdTX7nwIlgudnYAToCADz5WlxFWndP4 1hqy47okSrkrqDBfEH6SJxWB0mUOWxfvY9kgCu98= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729424AbfJBAEs (ORCPT ); Tue, 1 Oct 2019 20:04:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:34856 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729423AbfJBAEs (ORCPT ); Tue, 1 Oct 2019 20:04:48 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 57FB021920; Wed, 2 Oct 2019 00:04:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1569974687; bh=LFqlugi476YN/XdJ0OWG4/l0Q4QhhNuB0mawB6AaS9o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hO8YDocMfq+8jJfU8ERkDBDlXvKlfSW21v5p0jbiDFiwd7kPK2+OtEaWrRK7CcMNO mKR93UFpDHj5gMbAUaBtlemz75IU01NgqmY65HyLGTUvy6FR/5GXaifDlhCRndUeyE mWq5nT0LvX2Q3tjnk0xM1JKctMDkiDuhx87ZGCoI= Date: Tue, 1 Oct 2019 20:04:46 -0400 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: vincent.whitchurch@axis.com, pmladek@suse.com, sergey.senozhatsky@gmail.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] printk: Do not lose last line in kmsg buffer dump" failed to apply to 4.9-stable tree Message-ID: <20191002000446.GH17454@sasha-vm> References: <1569949451853@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1569949451853@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Oct 01, 2019 at 07:04:11PM +0200, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 4.9-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . I've grabbed 5aa068ea4082b ("printk: remove games with previous record flags") to resolve this. -- Thanks, Sasha