Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3779213pxb; Mon, 9 Nov 2020 22:51:05 -0800 (PST) X-Google-Smtp-Source: ABdhPJxx3fT8ni3Gr2mfioeFdmhG/juDNPBrka+jHoeiDmkMf3K5F4oUcYbL6NynsfIeacBHi4Om X-Received: by 2002:a17:906:6686:: with SMTP id z6mr18255061ejo.554.1604991065263; Mon, 09 Nov 2020 22:51:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604991065; cv=none; d=google.com; s=arc-20160816; b=FVU0YUoWSSFuMs2142Xd7vK9+OWVNtm8wSFp0ou8tqGj/pvAVWZcWJJqfoBLQBb8qp /5f56ZidtnI8qGKtAs7FMdC1NLPyJ+EEPJZ9lnIQqAFHBgo6rpcfJiCXu9PctAE5Z8Cx NZbfEYvJajhWs+bcs/AGGaWusd9pI+SOMZK1joMiJ7pSvsJxx/N9VymQVFBF392k5EX8 uQ1HoZ9yFlNmstLNaFm2Pu7frclBMiX5ku5JCtWIV5ydb3m/m0iMygqixxu7YI/9xbC+ v/eQV5Q+wUSdjgfdDAR87PpxhEqlgk/9iu8CWcPmXOWeiuwNkASsvrsXThMEBJD5FCPz 91Ng== 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=rzraKp124t/BAEybhtzZ//pExWHFxHGl9x8bw/VaH/c=; b=NE1YuiWHeodT9rmt0SgrPY5Z6Km45t+AXtw9A0xZGu/YSatKfNp5Ej7RhkmWj0w440 PWb76jNVFwfrFs4A4Z0as8ix9hyHs4TJAoByyeEgM0S8gcLA4HJmaGR0Ru8nzLragVg9 mQ+4+8ucWdPWoaR2InQ2Zp60vq2KzjDY6ZZBh8znbNepYFNtdk5ZbbxM51CLZhZHh4bN 08APxexo9nyAvJADFEF/7+EuF5yMV98V7ejR5jhcc1MF9wkMDFo4wTSev0nDf9hMSI6P XdZ5B3rPn0oXayBSvAlXXXLdJToPI0AzZoXuH/pGbQOv46n22lFx6bJ5rpu3EJNr6JxS kuIQ== 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 y9si8908451ede.591.2020.11.09.22.50.42; Mon, 09 Nov 2020 22:51:05 -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 S1731231AbgKJGsZ (ORCPT + 99 others); Tue, 10 Nov 2020 01:48:25 -0500 Received: from namei.org ([65.99.196.166]:39838 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726006AbgKJGsY (ORCPT ); Tue, 10 Nov 2020 01:48:24 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 0AA6lEtx009182; Tue, 10 Nov 2020 06:47:14 GMT Date: Tue, 10 Nov 2020 17:47:14 +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 v23 00/12] Landlock LSM In-Reply-To: <20201103182109.1014179-1-mic@digikod.net> Message-ID: References: <20201103182109.1014179-1-mic@digikod.net> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="1665246916-1397860341-1604990838=:9130" 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-1397860341-1604990838=:9130 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT On Tue, 3 Nov 2020, Mickaël Salaün wrote: > Hi, > > Can you please consider to merge this into the tree? > I've added this to my tree: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git landlock_lsm and merged into next-testing (which is pulled into linux-next). Please make any further changes against the branch in my tree. -- James Morris --1665246916-1397860341-1604990838=:9130--