Received: by 2002:ac0:8c9a:0:0:0:0:0 with SMTP id r26csp1050238ima; Fri, 1 Feb 2019 15:30:34 -0800 (PST) X-Google-Smtp-Source: ALg8bN7vii54BgjQcSXdoPKkQMC9UjaxuaYyc/kzKKkPRUtrse0JLr651SbQZ708UlCzz962ewzI X-Received: by 2002:a62:2292:: with SMTP id p18mr42613470pfj.9.1549063834575; Fri, 01 Feb 2019 15:30:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549063834; cv=none; d=google.com; s=arc-20160816; b=YjuDTTI7UultLCnR/KlBoZNsBIII3M0l2u34FmKEaLjYRetqWLfZ05BeJArWB6Vd45 Pmbd7BUkiq3ZlN9H6ydoY8R+gsRxD3drviTla5/0tzcp3gSRTpEnhV3Qb9FLCTB/SVKY fQ1+xEeSEsd9xz8cKJbmKptFM3WPfMchaK3sWZnSyisqtVQctQf1wx11jwhHH3fbjGfh RQIpTsYN4as6E3PsmHsbzn4LcQzQ0QL4kroNUslC4g0bFke/56Dh/wnhQwoEWzaaC0KA PyJ3qlj9Aj6FoVgBfDo9BGa2hhJzapZwKx5aqgyJuGsoeTA/awRQfP9UyNtw0fNkXOOX CQcw== 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=vLjYkgJGt7K6NEWW79XqKexodhYi305oTgwK4Ng69rM=; b=n0nhjMXmeh0fjtsU5J5BA1aXkPCMJrLYipjmQj4v9mHHNb7GBsTcaE6YbFww4wInk7 7SB5iYFymDCOiNnJQfUDBWis0mPbzxf44RyUFZ2eMY3WrTcDdulXeZdhuXDwUdVBqRem 2pDUFXU4r4Ysn0kpSEBIDxswxCuu31cx5hjO/eK2mLLIBtlBolWdxZXZCFWKftbxs6mQ QZeciN6elyO8pCN3ia6Xjd8UJwC9Updt6RoQaehdzJnxwqOLRKqqk5m/HPM3P9y+Abd/ uvtbAJ4FuJ/a1yqtvsuQbKTRo4vJPc+OMthHkn2+q9i+G4S1ADCBTfocQ2cByk4R7obj 8ZZw== 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 a2si3428618pgm.154.2019.02.01.15.30.19; Fri, 01 Feb 2019 15:30:34 -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 S1727321AbfBAX3N (ORCPT + 99 others); Fri, 1 Feb 2019 18:29:13 -0500 Received: from namei.org ([65.99.196.166]:49780 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725803AbfBAX3M (ORCPT ); Fri, 1 Feb 2019 18:29:12 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x11NSdWD025026; Fri, 1 Feb 2019 23:28:39 GMT Date: Sat, 2 Feb 2019 10:28:39 +1100 (AEDT) From: James Morris To: "Gustavo A. R. Silva" cc: Mimi Zohar , Casey Schaufler , John Johansen , "Serge E. Hallyn" , Dmitry Kasatkin , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org Subject: Re: [PATCH] security: mark expected switch fall-throughs In-Reply-To: Message-ID: References: <20190125025639.GA13946@embeddedor> <7b0a0b5b-38ce-a737-6420-2c96cce12527@embeddedor.com> <1548964731.6107.28.camel@linux.ibm.com> <1548966039.6107.29.camel@linux.ibm.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1665246916-1580712791-1549063719=:24863" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1665246916-1580712791-1549063719=:24863 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT On Thu, 31 Jan 2019, Gustavo A. R. Silva wrote: > > > On 1/31/19 2:20 PM, Mimi Zohar wrote: > > >>> > >>> This patch touches multiple LSMs and IMA.  As James has already picked > >>> up similar patches, which are in his next-general branch, perhaps he > >>> could also pick up an updated version of this one. > >>> > >> > >> Yeah. I can either integrate your recent fix and respin if you don't mind, > >> or remove the fall-through comment and wait for James to take both patches, > >> yours and mine. > >> > >> What do you prefer? > > > > Either way is fine. > > > > OK. Well, I think in this case less is more, so I will integrate our changes > into a single patch. WFM -- James Morris --1665246916-1580712791-1549063719=:24863--