Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp334imm; Wed, 5 Sep 2018 17:10:46 -0700 (PDT) X-Google-Smtp-Source: ANB0VdacxligS2kMFtkjap5vPPCyCn+Oe9E6qnBUwWP1y7cclPeoECPKHEataxeBuvWOxLwznlyt X-Received: by 2002:a17:902:7b97:: with SMTP id w23-v6mr215594pll.66.1536192646388; Wed, 05 Sep 2018 17:10:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536192646; cv=none; d=google.com; s=arc-20160816; b=XHZ7HlxzUUTxro/Ou3uywqRCiAv8Gw0aBVzmD7rXuE1qY42fVgf1d4fE1lwQEnAMgx vbq61LBFpBkXl6vRzGDsyLIr79LIHto8vO/A8n481usx0Rzp/JKM9nYVOxhRN7p6lVoS dY+ebRAqi0vKBd42CLnUrBxanS3r73ay9PC/MFse/nxCz8TW/p6IrTUdv0UyCRlQBn8s 9IvbwPa3G7h5czuxWVH/s9IWNv4xSaTicecH6CnRzmRw7UFqNYoIdd0vXXuAJ6ieFX/v /GTbI7tOubqcEJKbqVsqOVti9ckcgd3055liaeKy6g0UHSHMi531AqeTt/oXUGMVK7sr loIw== 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=M9dyViiXoRcAZIzI296AIe4uHYm7V2r2i0QfUYjHGp8=; b=QIOWbulNFwpv7UhtBEF1O3b4bxZhYCX/PDRxml7UNDTVfINSCDzOG4CE3D2NN1fIkO 5Kqvoubzkd+6cMfz2T4jxwd95U3dbU8JKoMO82EM8WyLIQL5GMBxyHcMbC621yrId180 2JnFLHy+d3UvpRJNw7nKPm9xEheKRDRHpOm77qbzkF9rQ5xRfwB8EBWXt47X8r2QY1t9 7xPeOm+yEYQBxThtAs4hE2PINwR14JhpouXMpfT/JnMZSu5Pmh6s+TdAo5o5XALSwKNs HQe0JdoNhK8piVDN3nawj5e9vRNTukhOP9+sAK0v/QX3cspMbm5Bxk4LVYuIbjRXYGJG xKuQ== 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 p14-v6si3623748pgg.67.2018.09.05.17.10.21; Wed, 05 Sep 2018 17:10:46 -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 S1726434AbeIFElL (ORCPT + 99 others); Thu, 6 Sep 2018 00:41:11 -0400 Received: from namei.org ([65.99.196.166]:46164 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725781AbeIFElK (ORCPT ); Thu, 6 Sep 2018 00:41:10 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w8608UTA023519; Thu, 6 Sep 2018 00:08:30 GMT Date: Thu, 6 Sep 2018 10:08:30 +1000 (AEST) From: James Morris To: Kees Cook cc: Igor Stoppa , Igor Stoppa , linux-security-module , LKML Subject: Re: [PATCH] seccomp: remove unnecessary unlikely() In-Reply-To: Message-ID: References: <20180905203443.32289-1-igor.stoppa@huawei.com> <2192189d-b8bb-3233-c9f3-14cbeeddaf34@gmail.com> 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, 5 Sep 2018, Kees Cook wrote: > On Wed, Sep 5, 2018 at 3:49 PM, Igor Stoppa wrote: > > > > > > On 06/09/18 01:23, Kees Cook wrote: > > > >> Should I take this, or is it part of your series going somewhere else? > > > > > > It turned out it doesn't really work to have a generic series against 20 > > trees :-/ > > I know that pain very well! > > > I'm submitting them individually to each subsystem. > > So this one is just for security. > > Sounds good. > > James, can you take this directly, or would you prefer a pull request from me? I'll take it with your ack. -- James Morris