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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E9F1EC6FD1D for ; Mon, 20 Mar 2023 14:14:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231691AbjCTOOz (ORCPT ); Mon, 20 Mar 2023 10:14:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40666 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231627AbjCTOOn (ORCPT ); Mon, 20 Mar 2023 10:14:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0610210427; Mon, 20 Mar 2023 07:14:42 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4F140B80E96; Mon, 20 Mar 2023 14:14:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B1FAC433D2; Mon, 20 Mar 2023 14:14:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1679321679; bh=IjDIoQRDKocMSpfFmpafEm600G0Xo6VJNX8CNConEtU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cOLj7rPhAYJA34rdQZ8O0jOT8wY0u7o1nN3VEqXmC/rSnLikC97ZN+MV0jygudP8y OsAQlKSxzk8kSDLg2fecK864vFvu0E0JxzI2RNliWgLn7IlSHk5aXModpk8lXjcl6k lefi4zU9ZB1NRLnH+gKjZg/eeDGUAbQV4DZoMq4E= Date: Mon, 20 Mar 2023 15:13:47 +0100 From: Greg Kroah-Hartman To: Amir Goldstein Cc: Sasha Levin , "Darrick J . Wong" , Leah Rumancik , Chandan Babu R , Christian Brauner , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 5.10 00/15] xfs backports for 5.10.y (from v5.15.103) Message-ID: References: <20230318101529.1361673-1-amir73il@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230318101529.1361673-1-amir73il@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Sat, Mar 18, 2023 at 12:15:14PM +0200, Amir Goldstein wrote: > Greg, > > Following backports catch up with recent 5.15.y xfs backports. > > Patches 1-3 are the backports from the previous 5.15 xfs backports > round that Chandan requested for 5.4 [1]. > > Patches 4-14 are the SGID fixes that I collaborated with Leah [2]. > Christian has reviewed the backports of his vfs patches to 5.10. > > Patch 15 is a fix for a build warning caused by one of the SGID fixes > that you applied to 5.15.y. > > This series has gone through the usual xfs test/review routine. All now queued up, thanks. greg k-h