Received: by 2002:a25:b323:0:0:0:0:0 with SMTP id l35csp605382ybj; Thu, 19 Sep 2019 20:03:35 -0700 (PDT) X-Google-Smtp-Source: APXvYqxCt2Pr+eDYHXEQjmJYkonbmSr2VJh2jCkz4XcPmo5hP1Z7HU1X3VEIYrBXjHhoafyL0oVl X-Received: by 2002:a50:a557:: with SMTP id z23mr19015126edb.99.1568948614891; Thu, 19 Sep 2019 20:03:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568948614; cv=none; d=google.com; s=arc-20160816; b=A+O6UKzuFVT/F3OjVMLYiDPRN57wfuULGulCK9SRoRCRFDHS2qPxNvuRDeCMa4jaeu LaxG8BKJB91/U6dALzEtJ0n6Z0vY/NEd96VXSTAhuoHkSwz9pbC6yTNchc8RDyAgpEgU I/Q2LJJjpVwiaK/1rtrtxRVpvtkrtiAEc97GxQ+ODrLznZpMCRxfniLTf7FI3mOb+U6f zz3oOMfWr7GK/sUSw5/aslgkXPnxOxpkp5GlrRslpuZSpuXrI4Z2Rd31pECDgsnqu/GH KlWPYISQGj9tgpKDncw1VGhRP9ddszrDGO+VhKbiRXQdliTNGrLhfGsxCc7wH8EH3hs1 gxzQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=SFqKyudnqYpGxgUg+MO3VztoeI5+PXURxR3KV0em2Ks=; b=Yw1bDIL1FjaBTDUq77jid45OZu3BgFhWMoYWXAZrgoWxfbePDuxsx7nnDpWejPV9wW Fsu4XeBrUHPwDVcoSm0L5hN42PaNJNo1JqJ/TSUs/J764TNNaKPDlcSoCPMz8qwviS7z q4xYdfqQ3ItbncQbmBzpwgBrTgAb61f6Cjo0vl7dbr8vjL6jNCbwYeE78y8skeeeJbc9 zrScJl9D0jFw0ItiSKAa6M8sBpMmFZqmSRRmG7JDaVST/q5+J7qtuIbOSsDgnCJYOI3F 6V55Cehku6CWwhBGBVBcUc/MmNJF8cXs33y2BnmeOhPsTF/UtJcoWmRBMC7aowlWYg7d XaZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g29si461290edb.13.2019.09.19.20.03.08; Thu, 19 Sep 2019 20:03:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392065AbfISSaT (ORCPT + 99 others); Thu, 19 Sep 2019 14:30:19 -0400 Received: from vmicros1.altlinux.org ([194.107.17.57]:37874 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392032AbfISSaT (ORCPT ); Thu, 19 Sep 2019 14:30:19 -0400 Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 99AB672CCE7; Thu, 19 Sep 2019 21:30:17 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 8541B7CCB47; Thu, 19 Sep 2019 21:30:17 +0300 (MSK) Date: Thu, 19 Sep 2019 21:30:17 +0300 From: "Dmitry V. Levin" To: Kees Cook Cc: Tyler Hicks , Christian Brauner , luto@amacapital.net, jannh@google.com, wad@chromium.org, shuah@kernel.org, ast@kernel.org, daniel@iogearbox.net, kafai@fb.com, songliubraving@fb.com, yhs@fb.com, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, netdev@vger.kernel.org, bpf@vger.kernel.org, Tycho Andersen , stable@vger.kernel.org Subject: Re: [PATCH 2/4] seccomp: add two missing ptrace ifdefines Message-ID: <20190919183017.GD22257@altlinux.org> References: <20190918084833.9369-1-christian.brauner@ubuntu.com> <20190918084833.9369-3-christian.brauner@ubuntu.com> <20190918091512.GA5088@elm> <201909181031.1EE73B4@keescook> <20190919104251.GA16834@altlinux.org> <201909190918.443D6BC7@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201909190918.443D6BC7@keescook> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 19, 2019 at 09:55:30AM -0700, Kees Cook wrote: > On Thu, Sep 19, 2019 at 01:42:51PM +0300, Dmitry V. Levin wrote: > > On Wed, Sep 18, 2019 at 10:33:09AM -0700, Kees Cook wrote: > > > This is actually fixed in -next already (and, yes, with the Fixes line > > > Tyler has mentioned): > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/commit/?h=next&id=69b2d3c5924273a0ae968d3818210fc57a1b9d07 > > > > Excuse me, does it mean that you expect each selftest to be self-hosted? > > I was (and still is) under impression that selftests should be built > > with headers installed from the tree. Is it the case, or is it not? > > As you know (but to give others some context) there is a long-standing > bug in the selftest build environment that causes these problems (it > isn't including the uAPI headers) which you'd proposed to be fixed > recently[1]. Did that ever get sent as a "real" patch? I don't see it > in Shuah's tree; can you send it to Shuah? > > [1] https://lore.kernel.org/lkml/20190805094719.GA1693@altlinux.org/ The [1] was an idea rather than a patch, it didn't take arch uapi headers into account. OK, I'll try to come up with a proper fix then. -- ldv