From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id E1FF8385828E for ; Sat, 16 Jul 2022 00:26:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E1FF8385828E Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-215-lRG8BO4bPxuFriyu2DqNlg-1; Fri, 15 Jul 2022 20:26:08 -0400 X-MC-Unique: lRG8BO4bPxuFriyu2DqNlg-1 Received: by mail-qk1-f197.google.com with SMTP id s9-20020a05620a254900b006b54dd4d6deso4553453qko.3 for ; Fri, 15 Jul 2022 17:26:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:organization:in-reply-to :content-transfer-encoding; bh=nlI5BWn1QTjZIh+mJvT41w4QWlmo0WtzCFQk60t3PVg=; b=tzudfccPDRawT7wyoWVEDbVPGcFn3uL3GOVM+jxrHgmIeTQcLrjfKZ1X+udFijvpKS UEGFoohnxRVQy/Yu/G3+CKPLMtrb3fkgrn0m1AHXdKuCGGK1nnzLz1vAT5akEZD62It+ /8LTo1Q1AjxMT9fQVcT0ljRnwXmxkV4MSZHJjqLgtJHCdZ+T4Z1MWXDxzrAdMJmfrsob FNiITd5AnRGBI5P3Cn7Eid3dRP8FM5phMasaY7+UV18O6eGk6k4hGRhKM99KR/OkKmAg +vm/9SLX3c1CyQZRDv2DoS7L1WgI3Ad2DH8iCeFHfDB5Vcd33/tzNK8riHSrsSFPtkpd 5n5w== X-Gm-Message-State: AJIora8KTJ1NPUrkvsPyu+bctFve44arCXlPEo2hu/O4vAdb/unE5DRS fpl9OQ75jiSmy4fHVfCXkKqFo8nLRdb4IwNkCyDMfEoRWl+KJYxZ/FoApXvJ13h5KneO4pdz0so bHlmNFw3IJvu4IjAubd++ X-Received: by 2002:ac8:7c54:0:b0:31e:d174:4a2b with SMTP id o20-20020ac87c54000000b0031ed1744a2bmr9197327qtv.577.1657931168028; Fri, 15 Jul 2022 17:26:08 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tuJTzrl6TAqIyspnw6sBiR9NSO24DNQ/uClL4nCN3HQJEEY6Q/wsa7TeqeiKQkd7VjdMgs8w== X-Received: by 2002:ac8:7c54:0:b0:31e:d174:4a2b with SMTP id o20-20020ac87c54000000b0031ed1744a2bmr9197313qtv.577.1657931167797; Fri, 15 Jul 2022 17:26:07 -0700 (PDT) Received: from [192.168.0.241] (192-0-145-146.cpe.teksavvy.com. [192.0.145.146]) by smtp.gmail.com with ESMTPSA id cn11-20020a05622a248b00b0031eb00e6fc9sm4557828qtb.32.2022.07.15.17.26.06 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 15 Jul 2022 17:26:07 -0700 (PDT) Message-ID: <65921762-9bfa-ccf7-4092-64b7f680b6ec@redhat.com> Date: Fri, 15 Jul 2022 20:26:06 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v2] linux: return UNSUPPORTED in tst-mount if !support_can_chroot To: Michael Hudson-Doyle Cc: Florian Weimer , Michael Hudson-Doyle via Libc-alpha References: <20220714032325.3899142-1-michael.hudson@canonical.com> <20220715000657.1712606-1-michael.hudson@canonical.com> <8735f2onve.fsf@oldenburg.str.redhat.com> <9241f7ef-0709-cb1f-f220-0b8f16e7adb9@redhat.com> From: Carlos O'Donell Organization: Red Hat In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Jul 2022 00:26:11 -0000 On 7/15/22 17:01, Michael Hudson-Doyle wrote: > Anyway, I am afk for the weekend now and have no attachment to being the > one to push the fix for this, if someone who is still at a computer can > write up a better fix, please go ahead! Thanks for the notice. We can review again next week and fix the issue before 2.36 releases. -- Cheers, Carlos.