Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5538212yba; Mon, 13 May 2019 12:38:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqwrPUAn8TZrT07CVx0RRo0XZ+DrE590nkov9i7BH2g+IyNgrNP6rc9gcw+kCe7BEA4eJu8I X-Received: by 2002:a17:902:868c:: with SMTP id g12mr16003021plo.323.1557776318714; Mon, 13 May 2019 12:38:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557776318; cv=none; d=google.com; s=arc-20160816; b=tTbYeVZhS2gTXEzwOjeEKYJRqOnK9aahIzua336FggDT+27J1nZ+fRc178I7c3hf2h ge/e3kgNdWFUZoB6ySSDlL3UqLY0PM+0ppSUAhWxLX+chiamYzWKbEHFtH5fgHQbUpfg yaLHHhE5Hv9iyXaZa0yP3PeNJgJbdjUNvYaWQNHmTQ0Af5f8gP6IClW5QbEw5TG1RWZs rAFxatoXfAYL1GYF341JG75Cc5HxkAgrGn0Iez9vneNj33oIEwdWPiABdQuBZCQJCRtH 3Fb3B06kbxTDUWO7feg859Ry3YpcBHMPOMwBdvcG6P1QA9L1FhJ36P/bW4Luot16L3dB AeJw== 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=5tFpX0Bw1EaG5iu5xpEA/abY4aITnBOyjTEk+2ZoJas=; b=GyqMof9joCqWRSQzNP2S7Eg7FdvVSgrst2F5asBd1eZ2YlpBGCbpez6mLowqdA5/vO nqGbofIRlyOflYaCB1TuXKUcCb7q0wZKKmquH0mqfpSVswDBMIirPeBP+3OyHDFiL/C7 5OI7GzZ1DKGQjKzsZ5YqmGdwGCG6CDKJtOWxojZ1c3enrl20M2Os1C2FUO6HdEGd/YBo okyVYQRxM2xpktuN7areuKVK2ont5ajWyCyh24qdHPp+L5TRYP8VSc5XQDSYQviGuwnk wFHCfcJSIzYvIumB79/6N+7XReVZL3Kafw22zgbSYpB9rVjTENKEbFjpT0RCTcqjLztU uuog== 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 d125si4229368pgc.414.2019.05.13.12.38.22; Mon, 13 May 2019 12:38:38 -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 S1731951AbfEMRx5 (ORCPT + 99 others); Mon, 13 May 2019 13:53:57 -0400 Received: from namei.org ([65.99.196.166]:38872 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729593AbfEMRx5 (ORCPT ); Mon, 13 May 2019 13:53:57 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x4DHrsbi002989; Mon, 13 May 2019 17:53:54 GMT Date: Tue, 14 May 2019 03:53:54 +1000 (AEST) From: James Morris To: Linus Torvalds cc: LSM List , Linux List Kernel Mailing Subject: Re: [GIT PULL] security subsystem: Tomoyo updates for v5.2 In-Reply-To: Message-ID: References: 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 Sat, 11 May 2019, Linus Torvalds wrote: > On Fri, May 10, 2019 at 6:09 PM James Morris wrote: > > > > These patches include fixes to enable fuzz testing, and a fix for > > calculating whether a filesystem is user-modifiable. > > So now these have been very recently rebased (on top of a random > merge-window "tree of the day" version) instead of having multiple > merges. > > That makes the history cleaner, but has its own issues. These are just plain patches from the author, they were not part of any publicly accessible tree -- there's nowhere they could be merged from. > We really need to find a different model for the security layer patches. > > Linus > -- James Morris