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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EB89EC433EF for ; Tue, 5 Oct 2021 07:15:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C852961507 for ; Tue, 5 Oct 2021 07:15:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232524AbhJEHRa (ORCPT ); Tue, 5 Oct 2021 03:17:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:55414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230526AbhJEHR2 (ORCPT ); Tue, 5 Oct 2021 03:17:28 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0EC5561506; Tue, 5 Oct 2021 07:15:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633418138; bh=AWOoDnZwAjqHTNASt9nix/Q85Dw8cfXYbiHOK3MMejM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=csL4m8QH45VKFthT1lySjOv83vntsdiv83yC4cMo+cxzwDMydDBDJOfyx311AsbRl +PQ8q+0nSL/dXhHkl5EjqjJM35dFer3UPpwkrqTodyFuF5eZxRTQYjuh/imV6J8Afc aBSXK+jUjxrNmoV5QoQM4yrjky/Fcv+pFEhgoL9Q= Date: Tue, 5 Oct 2021 09:15:36 +0200 From: Greg KH To: linux-kernel@vger.kernel.org Cc: ast@kernel.org, cuibixuan@huawei.com, syzbot+f3e749d4c662818ae439@syzkaller.appspotmail.com, yhs@fb.com, stable-commits@vger.kernel.org Subject: Re: Patch "bpf: Add oversize check before call kvcalloc()" has been added to the 5.14-stable tree Message-ID: References: <163341735610637@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <163341735610637@kroah.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 05, 2021 at 09:02:36AM +0200, gregkh@linuxfoundation.org wrote: > > This is a note to let you know that I've just added the patch titled > > bpf: Add oversize check before call kvcalloc() > > to the 5.14-stable tree which can be found at: > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > The filename of the patch is: > bpf-add-oversize-check-before-call-kvcalloc.patch > and it can be found in the queue-5.14 subdirectory. > > If you, or anyone else, feels it should not be added to the stable tree, > please let know about it. Oops, this is already in the tree, dropping it... greg k-h