Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3617216pxb; Mon, 16 Nov 2020 21:42:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJwsVyZSMlhHgZROIsGbAzhvyCdMCT8s0Gkt3c4u/r9yZV8Bn1jvQT4vJA8Y9Ol+XgB4fqlc X-Received: by 2002:a05:6402:290:: with SMTP id l16mr19469067edv.104.1605591763384; Mon, 16 Nov 2020 21:42:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605591763; cv=none; d=google.com; s=arc-20160816; b=bQHcdBX3uM/OmRP3ccIMwtKzwbXRVgaXZDNaixIOdnbnpC3+KkMAcoSzzU40b193eF qJcPLdTYbGddGD0p5OyfbIXjNgE4CyXPcdEwwoKdBkXE2iUc+OB4rFbCcg5ZFsqKlDmZ bDzaR2h9roxVwcY3F1Abo03iKjEX+h4bgsI94G9kJ6ZDPpNQtnyuuk5SQaFqDTiHcHU7 TsSmugwZDyXT9BBULwVzYGR5DfL5PCPj69RPvTkBnoy12mwSBhQrc/1BBjBEdJJZ6f+F uhQC1rDrOnkqN3fo7yNv07TdtxufAj1r4ppLgMbD9OMe2SPP0PIuRsTyg1GZeX9Y/9g3 tJqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:message-id :in-reply-to:subject:cc:to:from:date; bh=9JBuUNN+zuA9ea6jv8vF5N22v6jsZ91qCcapMb5Ojuk=; b=xOYC649jS9eMoDsLquSEYBfZVIhJ6qf4hoPfWL9cCAIZmzYA6C5LPP/svgi8tt2nQy Tn5rr4UcoYeAspYobEhp+pOQVg7ca+F4/SVVBev/N8udc5TuxKGp6GbtxF38R12IEc0h S8n+fXReEtJwhb7dQh5KyxZmpTGfv5ia1dpp3XH3EASNBYXyKjCbQwkePw0BF9wVm4Gn 1lOjPZ+F4s1OkL/raB245pAct9zoO08f5Fq3MzzuM2Lj55KFcpQJph1P3oa+XqAib+xE Wr5ZuGVqIcvO/j138cJUZbnNRaLysWT3UpNRoqzcHXTzVif/LdCGpo7Bxv2aAmtqq3aF Uthw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ga5si5992324ejc.696.2020.11.16.21.42.21; Mon, 16 Nov 2020 21:42:43 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727072AbgKQFih (ORCPT + 99 others); Tue, 17 Nov 2020 00:38:37 -0500 Received: from namei.org ([65.99.196.166]:53830 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgKQFig (ORCPT ); Tue, 17 Nov 2020 00:38:36 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 0AH5bZvw023472; Tue, 17 Nov 2020 05:37:35 GMT Date: Tue, 17 Nov 2020 16:37:35 +1100 (AEDT) From: James Morris To: =?ISO-8859-15?Q?Micka=EBl_Sala=FCn?= cc: "Serge E . Hallyn" , Al Viro , Andy Lutomirski , Anton Ivanov , Arnd Bergmann , Casey Schaufler , Jann Horn , Jeff Dike , Jonathan Corbet , Kees Cook , Michael Kerrisk , Richard Weinberger , Shuah Khan , Vincent Dagonneau , kernel-hardening@lists.openwall.com, linux-api@vger.kernel.org, linux-arch@vger.kernel.org, linux-doc@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-security-module@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH v24 00/12] Landlock LSM In-Reply-To: <20201112205141.775752-1-mic@digikod.net> Message-ID: References: <20201112205141.775752-1-mic@digikod.net> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1665246916-1723075868-1605591457=:23193" 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-1723075868-1605591457=:23193 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Thu, 12 Nov 2020, Mickaël Salaün wrote: > Hi, > > This patch series simplifies the code, makes stacked access-control more > consistent (from the user point of view), properly handles memory > allocation errors, and adds more tests (covering layered ruleset corner > cases). Most of these changes were sent as a separate patch series: > https://lore.kernel.org/lkml/20201111213442.434639-1-mic@digikod.net/ > > James and Jann, could you please take a look at the main changes > (patches 2, 7 and 8)? We definitely need more review on these changes that came in. I'll drop the previous patchset from my tree and wait until the latest code is fully reviewed. Fundamental locking issues and similar should be worked out before submitting for mainline merge. -- James Morris --1665246916-1723075868-1605591457=:23193--