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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 93196C433DB for ; Mon, 25 Jan 2021 15:32:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 66A2023BA7 for ; Mon, 25 Jan 2021 15:32:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729870AbhAYPcb (ORCPT ); Mon, 25 Jan 2021 10:32:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:60096 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729879AbhAYO7g (ORCPT ); Mon, 25 Jan 2021 09:59:36 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6E5A6208CA; Mon, 25 Jan 2021 14:58:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611586699; bh=USilElEcapQDLbjrL5xkQI0SwX/jVGB0EdSP0RsOtVA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KO+zXquYR6DAlQ9MC2T8kAL9J9e/YGLDFkZu3S8r0V0GL7k2Ee0GvivwC0Vo07HKz oiIxhKNosXnyV3w77hdD7WkNkvvaKJ/V4LSbnt8fBIJCA4xwY/u7XYxxu2aIZy9011 mV20Ys1NZ0tZ7mJNLP4fj6cHU7JoAOGc5vEh4s20= Date: Mon, 25 Jan 2021 15:58:16 +0100 From: Greg KH To: John Ogness Cc: pmladek@suse.com, sergey.senozhatsky@gmail.com, stable@vger.kernel.org, stable-commits@vger.kernel.org Subject: Re: Patch "printk: fix buffer overflow potential for print_text()" has been added to the 5.10-stable tree Message-ID: References: <1611495423221153@kroah.com> <87zh0ym5wi.fsf@jogness.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87zh0ym5wi.fsf@jogness.linutronix.de> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Jan 24, 2021 at 09:39:33PM +0106, John Ogness wrote: > Hi Greg, > > On 2021-01-24, wrote: > > This is a note to let you know that I've just added the patch titled > > > > printk: fix buffer overflow potential for print_text() > > We just learned that this patch introduces a new problem. I have just > posted a patch to fix the new problem: > > https://lkml.kernel.org/r/20210124202728.4718-1-john.ogness@linutronix.de > > You may want to hold off on applying the first fix until the second fix > has been accepted. Then you can apply both. Thanks, now queued up. Can you let stable@vger.kernel.org know when this one has been merged by Linus so we know to take both? thanks, greg k-h