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.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 4C49DC10F0E for ; Thu, 18 Apr 2019 13:46:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1E91B2083D for ; Thu, 18 Apr 2019 13:46:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555595175; bh=OipNtd12t3Stdw2Ro9gc/EO+JxOV1ktV3WsGI7fA6ts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=u72JGP6H3JoOP7A0BTZoRVkQcfnPFo42LLyXzFlPtD6o3sNsE/OddyLE0CpVRWaZh YzlW08yctq1AZ7CQu2NbYORGZTMx2CVRaJSUIJCAutSy1YULhuyViihjdcSkbSNOqP tk/2Bcd53FWUeWhEz/gi24fPvDr45Q/4gOb4+muE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388375AbfDRNqO (ORCPT ); Thu, 18 Apr 2019 09:46:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:53018 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727807AbfDRNqO (ORCPT ); Thu, 18 Apr 2019 09:46:14 -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 8D2BF20674; Thu, 18 Apr 2019 13:46:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555595173; bh=OipNtd12t3Stdw2Ro9gc/EO+JxOV1ktV3WsGI7fA6ts=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=by3UfIgM7QNovzxsquSl89gJXlj27Prl1j8ok5sijcUlT2OQ43lBC82FWeSm1WE7j 9mLhJZ3Mx7zACtoI3OfMwyuPYDVDGXoywbtJfFCPqAHxU36gGy7WqlpqohMZy6YStV dOwqMQteu53SGSxbNMwOgU4Dusue5+JYg85DIJ7w= Date: Thu, 18 Apr 2019 09:46:12 -0400 From: Sasha Levin To: Taras Kondratiuk Cc: stable@vger.kernel.org, Miklos Szeredi , Amir Goldstein , xe-linux-external@cisco.com Subject: Re: [4.4] Follow up fixes for 3fe6e52f0626 ("ovl: override creds with the ones from the superblock mounter") Message-ID: <20190418134612.GH435@sasha-vm> References: <155553936546.6358.17971586625335516119@takondra-t460s> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <155553936546.6358.17971586625335516119@takondra-t460s> 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 Wed, Apr 17, 2019 at 03:16:05PM -0700, Taras Kondratiuk wrote: >Upstream commit 3fe6e52f0626 ("ovl: override creds with the ones from >the superblock mounter") is present in v4.4.156 as 121b09d30d48. But the >patch has a few follow up fixes in upstream that also have to be applied >to 4.4: >d0e13f5bbe4b ("ovl: fix uid/gid when creating over whiteout") in v4.7-rc4 >8fc646b44385 ("ovl: fix random return value on mount") in v4.13-rc2 The 2nd patch does not apply cleanly and seems to depend on 1175b6b8d96 and 51f8f3c4e225. I've queued up d0e13f5bbe4b for 4.4. -- Thanks, Sasha