Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp4356135img; Tue, 26 Mar 2019 07:54:44 -0700 (PDT) X-Google-Smtp-Source: APXvYqymL4IfgQ1NWddfWKU4k0L7P/CKFuTXQltHlrPqwq9nTn5axG7HpQ9y5CYONgoQ6P8aUgYu X-Received: by 2002:aa7:8518:: with SMTP id v24mr29960598pfn.219.1553612083956; Tue, 26 Mar 2019 07:54:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553612083; cv=none; d=google.com; s=arc-20160816; b=RtFC488oCEEiuQPmHpTprABWPqbNzKDVrUYL4cPYKMxJFakqp5ITQwvIWV2vUGejKk pmvtlJ1WkrtINR4+ME6aPMZ8q2qt3tzNo0QKleS8Z6HoBFQG0p1+EPYGlXif2TTSv4XZ 8dKOd6SJoh4oucimryL3nQnQdpenG6YKKAZwkKg15v9FOuCZ6F87fcjqNmAEkT8nJK9v t6h9dfyKsbaThbZ+024x/WG/U10LnomXDfbqyDtEpBYrqhjbrgVYjBss24+bjQhC5mWl miFEFozyL7wYmvuPItBYrUGIJkJmFeL0scnA/rUT7DvN7AcIDe6GYamDk5wjnR4yqUpl hjHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=IgC0b1CdJ5Z8noI5mlj9dw1sflAYXaypJ8FtdzsuPJw=; b=Jx5cF/4uOiKWCnZC7ktWxL99v6gKvwxi6BNXgz78AOxC/Ad8VqxXdTVMZBeFYe5uqp wNGSMFY7UFDuVIQjR//EDh5lxHc/+1nTXo7lfPkFZUBJqAVoDf6shgAY2prL3VjwOY7e Mwjy+f/jeAnOMxTAF/p0vo90UMphiJYh03o6yCtxvLennHwJQtiO6XTq5A9/v3OA9Ks+ b1FS0g8uYNzE5oo3gImSuPvhnyQGK83hFjL9nNMACAr/9jQLk6dBEhbEDIEkGUIfxZtL MRT+CelD8IhomlxXO4B+wPK8dGDASraoNm27wWPnlCApVP57EpTZM48vYpPD8KaCx7Mf OdPw== 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 f7si2680508pgs.316.2019.03.26.07.54.28; Tue, 26 Mar 2019 07:54:43 -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 S1731687AbfCZOxx (ORCPT + 99 others); Tue, 26 Mar 2019 10:53:53 -0400 Received: from ms.lwn.net ([45.79.88.28]:49514 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729440AbfCZOxw (ORCPT ); Tue, 26 Mar 2019 10:53:52 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id D242D60C; Tue, 26 Mar 2019 14:53:51 +0000 (UTC) Date: Tue, 26 Mar 2019 08:53:50 -0600 From: Jonathan Corbet To: Denis Efremov Cc: Casey Schaufler , Kees Cook , "Eric W. Biederman" , Eric Paris , John Johansen , James Morris , "Serge E. Hallyn" , Paul Moore , Kentaro Takeda , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, "open list:DOCUMENTATION" Subject: Re: [PATCH v2 00/11] LSM documentation update Message-ID: <20190326085350.4de2c68d@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 26 Mar 2019 15:38:21 +0100 Denis Efremov wrote: > Is there something more I could do so that these changes are accepted? > At least this patchset fixes the documentation format for better html > generation. I had assumed that this would go through the security tree, but can certainly pick it up if that works better. jon