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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS 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 AA139C433E0 for ; Sat, 13 Mar 2021 16:48:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8244564E38 for ; Sat, 13 Mar 2021 16:48:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234019AbhCMQpd (ORCPT ); Sat, 13 Mar 2021 11:45:33 -0500 Received: from out03.mta.xmission.com ([166.70.13.233]:44450 "EHLO out03.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233570AbhCMQpc (ORCPT ); Sat, 13 Mar 2021 11:45:32 -0500 Received: from in02.mta.xmission.com ([166.70.13.52]) by out03.mta.xmission.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lL7ON-00AKP2-4o; Sat, 13 Mar 2021 09:45:31 -0700 Received: from ip68-227-160-95.om.om.cox.net ([68.227.160.95] helo=fess.xmission.com) by in02.mta.xmission.com with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lL7OM-008iL3-8G; Sat, 13 Mar 2021 09:45:30 -0700 From: ebiederm@xmission.com (Eric W. Biederman) To: Linus Torvalds Cc: Linux Kernel Mailing List References: Date: Sat, 13 Mar 2021 10:45:36 -0600 In-Reply-To: (Linus Torvalds's message of "Fri, 12 Mar 2021 14:33:38 -0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1lL7OM-008iL3-8G;;;mid=;;;hst=in02.mta.xmission.com;;;ip=68.227.160.95;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1+S0rtzRS/8rD9lr+H8WDPjfjjo+8krTvM= X-SA-Exim-Connect-IP: 68.227.160.95 X-SA-Exim-Mail-From: ebiederm@xmission.com Subject: Re: [GIT PULL] userns regression fix for v5.12-rc3 X-SA-Exim-Version: 4.2.1 (built Sat, 08 Feb 2020 21:53:50 +0000) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds writes: > On Fri, Mar 12, 2021 at 1:34 PM Eric W. Biederman wrote: >> >> Please pull the for-v5.12-rc3 branch from the git tree. >> >> Removing the ambiguity broke userspace so please revert the change: >> It turns out that there are in fact userspace implementations that >> care and this recent change caused a regression. >> >> https://github.com/containers/buildah/issues/3071 > > Pulled. > > But please cc the kernel mailing list (or something like that) for > these things, so that you get the pr-tracker-bot reply automatically. > > Perhaps you don't care about the pr-tracker-bot that much, but even > aside from that, I just like the pulls to be cc'd on the lists, if > only as "documentation". > > (Plus since I've gotten used to seeing the pr-tracker-bot > confirmations, I then get antsy and wondering if something is wrong > with the bot when it doesn't respond fully when I push things out, > which is how I noticed this one). Sorry about that. I meant to CC lkml but my fingers forgot to include it this time. I just knew I had to get this out so we could start unbreaking users. Eric