Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3064595imu; Mon, 17 Dec 2018 12:38:36 -0800 (PST) X-Google-Smtp-Source: AFSGD/Uj+Zx4amGJXDJL1037+16Gx4rE4/3IwtHDvHcUmn5Tta5i+JrylBNp+VZgiwYv6LSOxzNN X-Received: by 2002:a63:f241:: with SMTP id d1mr13458993pgk.2.1545079116091; Mon, 17 Dec 2018 12:38:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545079116; cv=none; d=google.com; s=arc-20160816; b=xXxKHTsABMeN2vHnUHOeFoSa7RB/sl66KL8fk966VvsyHbM1B5LaY0FkNsv+wxZAoF V9SPOtWSzhK5dhMJBNUaCIGDKD1PBsU6m8SQV+B+AQHUzTylgFPRWmFMiay4xEnAnzNj +3gK2URqOB9OrRyuvvLFyssDLrVxt4UAaiE6+4UXe4D2R944TkjIf+GWlxEBYBTK+0FH CZS+HHMOz+pXOPPUEpb3xbhGiBe3bkFe989M9WO1knZskQfPiq7Y1Ias13WTFwrMB4Qb yPaa6Jj+CTwbYHAOfyVZWNqvEOA2+goMwMKq6Gou1hRQVhXV7NJJi5bwln6Siv+JF11l GTgA== 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; bh=q3939cA4YSCxKPw2TM83ws8SrjX5s+ynrzR9DAj7pCk=; b=hnFmNZMnKInQnqqOTNZU9Is5b2cVeAcT1e45MSW2bim4CmBnjuNGwpH7v2s4FYVnY1 jqXhwWa+I4Kt6LvolYVv9lmTB9Jt1W1ycmv7b3RtEdVf8WNQ16KyRIJxxggkZ6FbsKMc wDlBcrrmUBnIc8pgZn2fETovwaeHu/bnFVyHSQTJWUvPCLQsAw2wMJnxQTusJVvc8R6j V6eC4LnqPGdsLUSrRBfWcfp8vdcMViF6kGqzMDiQc0K6sASWBJBlySDsIttU94aqQ0Dn DCy8GtGJ3WLptexGy5qZ8wgKPSLu17OtKwWfNVSCrXBctdRnEqNEE1Ilzc5pueHcaT9M i5gA== 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 u129si12140454pfu.117.2018.12.17.12.38.20; Mon, 17 Dec 2018 12:38:36 -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 S1727641AbeLQTgz (ORCPT + 99 others); Mon, 17 Dec 2018 14:36:55 -0500 Received: from namei.org ([65.99.196.166]:52224 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726758AbeLQTgz (ORCPT ); Mon, 17 Dec 2018 14:36:55 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id wBHJaovd029954; Mon, 17 Dec 2018 19:36:50 GMT Date: Tue, 18 Dec 2018 06:36:50 +1100 (AEDT) From: James Morris To: Kees Cook cc: LKML , Tycho Andersen , Heiko Carstens Subject: Re: [GIT PULL] seccomp updates for next (part2) In-Reply-To: Message-ID: References: <20181214162556.GA7944@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 Mon, 17 Dec 2018, Kees Cook wrote: > On Fri, Dec 14, 2018 at 8:26 AM Kees Cook wrote: > > > > > > Hi James, > > > > Please pull these seccomp fixes for -next. > > > > Thanks! > > Friendly ping: James, can you pick this up for -next? > Pulled to next-seccomp and next-testing. > -Kees > > > > > -Kees > > > > The following changes since commit fec7b6690541b8128663a13c9586b1daf42b0a6c: > > > > samples: add an example of seccomp user trap (2018-12-11 16:32:11 -0800) > > > > are available in the Git repository at: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-next-part2 > > > > for you to fetch changes up to 4fc96ee9085d39ceeaa7b60cd475d0a474e7062f: > > > > seccomp, s390: fix build for syscall type change (2018-12-13 16:51:01 -0800) > > > > ---------------------------------------------------------------- > > seccomp fixes for sparse warnings and s390 build (Tycho) > > > > ---------------------------------------------------------------- > > Tycho Andersen (2): > > seccomp: fix poor type promotion > > seccomp, s390: fix build for syscall type change > > > > arch/s390/kernel/compat_wrapper.c | 2 +- > > kernel/seccomp.c | 3 +-- > > 2 files changed, 2 insertions(+), 3 deletions(-) > > > > -- > > Kees Cook > > > > -- James Morris