Received: by 10.223.185.116 with SMTP id b49csp2272370wrg; Thu, 22 Feb 2018 10:54:16 -0800 (PST) X-Google-Smtp-Source: AH8x227B849cWbpLODyIgN/nYtjSFHQYNqt1xFsaG2zgup6TiMl2NOaryCmHnJWDBStCYFwaLXZG X-Received: by 10.101.86.1 with SMTP id l1mr6489012pgs.140.1519325656357; Thu, 22 Feb 2018 10:54:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519325656; cv=none; d=google.com; s=arc-20160816; b=kwJOkIZavnypvRJaj4rL1Kx9PV7DCbxBGLdDPQzOYK/bZNbb1zdBHM0PfwGkDJRumM hJd2yKTUMVWV0sll3eRZNt/CmaqxcyoCpiBzWsoAVBhm1i2nGqdRoxJd/HfjnEqmkmpJ +JzhU4mFxPyuoAajpHMKw7jP2bdYXexeJWquv9wDbclyyQ1PV39Okzq2hEt2S4rw/vqQ jXRDtT0Obh8qPWlpivFu96pU5nFp+rdD4qfRmLVSxGMGMjIaZyUcNH4gyHQA7UOWFQS3 fIL4mfwDUQu1s/VtC+ySyLGncty23qFvIH77cwgHStiXRPECS6g7hP0T5P6YqIBh8XST urtQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=mughEFtXoN1zKlJFEFOJ9IsEellKib88iHdlsAfgV68=; b=esWfQeckeSa6M9jYz/5aejxVhpx8vC5NjhWzrpm/s6+lGiFjdJxLMI/xBpqjJIenSb DHz38bK0poTnTyzxM43PPpy2zdBe1wMr3Ju5i6m6zEeLZ58SvF2eYehcTu2A3SWclZ9V rNHR5hY31M4CV5Rf2OKHZBgnv4sQX3yP501ItRkWX1Q1JH2vkM8FQydUyfgd5wlG9NXf v+sIrbt4KVZKuedIyqfmW70Svi9VNOx49P8ABnNz6eUZw2QSB+Z5NaXbKAyVhdOsN4aY svI8W8UL55n42pdiube6ebGCunxZA/lMabtWynQ/k5ChOcK+NNAoqxTJta1tcIK9/Cfj xZ6Q== 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 89-v6si434023pld.729.2018.02.22.10.54.01; Thu, 22 Feb 2018 10:54:16 -0800 (PST) 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 S1751372AbeBVSwl (ORCPT + 99 others); Thu, 22 Feb 2018 13:52:41 -0500 Received: from namei.org ([65.99.196.166]:49850 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750765AbeBVSwl (ORCPT ); Thu, 22 Feb 2018 13:52:41 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w1MIqPSb002938; Thu, 22 Feb 2018 18:52:25 GMT Date: Fri, 23 Feb 2018 05:52:25 +1100 (AEDT) From: James Morris To: Kees Cook cc: linux-kernel@vger.kernel.org, "Dmitry V. Levin" , Eugene Syromiatnikov , Tycho Andersen Subject: Re: [GIT PULL] seccomp updates for v4.16-rc3 In-Reply-To: <20180222010411.GA34870@beast> Message-ID: References: <20180222010411.GA34870@beast> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 21 Feb 2018, Kees Cook wrote: > Hi James, > > Please pull these seccomp changes for v4.16-rc3. These are fixes for the > get_metadata interface that landed during -rc1. While the new selftest > is strictly not a bug fix, I think it's in the same spirit of avoiding > bugs. Thanks, applied to: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v4.16-rc3 -- James Morris