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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, 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 6765DC432BE for ; Wed, 1 Sep 2021 11:33:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 503B260F6C for ; Wed, 1 Sep 2021 11:33:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243824AbhIALeP (ORCPT ); Wed, 1 Sep 2021 07:34:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:44406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243816AbhIALeL (ORCPT ); Wed, 1 Sep 2021 07:34:11 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 2A6D560F42; Wed, 1 Sep 2021 11:33:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630495994; bh=5MiKDi8uZb8lcIaWPiVc2fEJkv1iyxMhULIUNb5ZKH8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KMGwuf0leYe/yOJfg99NtM5zLDyfqIsZ1b/TgVmIqWQigeeGdJSw+byVB2Vpvb83e FyvhgtgmIzLSYLiPgpUZQPmBcSKWTmO7+ODvmeg+b76KPmGPDf8G2PwVWxBIllthwG +gCveoaf2cdhWbl+iVXCtOj+SqrXYe2xNb/AnS8c= Date: Wed, 1 Sep 2021 13:33:11 +0200 From: Greg KH To: linux-kernel@vger.kernel.org Cc: ebiggers@google.com, toybox@lists.landley.net, stable-commits@vger.kernel.org Subject: Re: Patch "fscrypt: add fscrypt_symlink_getattr() for computing st_size" has been added to the 5.4-stable tree Message-ID: References: <1630493566193250@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 01, 2021 at 12:58:42PM +0200, Greg KH wrote: > On Wed, Sep 01, 2021 at 12:52:46PM +0200, gregkh@linuxfoundation.org wrote: > > > > This is a note to let you know that I've just added the patch titled > > > > fscrypt: add fscrypt_symlink_getattr() for computing st_size > > > > to the 5.4-stable tree which can be found at: > > http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary > > Dropped from 5.4 as there is no need for it now that the other patches > failed :( Same thing for 5.10, all 4 are now dropped from there as well as they do not build. thanks, greg k-h