From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 49C64C433EF for ; Mon, 13 Jun 2022 20:35:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235114AbiFMUe6 (ORCPT ); Mon, 13 Jun 2022 16:34:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36028 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234951AbiFMUda (ORCPT ); Mon, 13 Jun 2022 16:33:30 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08EC1220D7; Mon, 13 Jun 2022 12:23:35 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:73::5f6]) (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 8A13A381; Mon, 13 Jun 2022 19:23:35 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 8A13A381 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1655148215; bh=rBY3N4QR1n3+5OXPHvfMtmdiaKqHzqM5y8hE07IM9iw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=C7OkFKVk1mHRlS5iqhKWKF6fHxsKpj9RLS+0EaxvpU0ML79br35AoIicKUVbfBfNL R3ZhAskiHH26CYBN7gWUuZvf2WBx3/oJ2DIRMyBHrGpodXxC2GXRGvb16MRwP5EO11 iynQRrOOF03V1C9boXdc8ubfmOyqW8q1jyXTt5gNUhc4Edws5fWH0HJoqowuVrgPmM jjwA8/aMQLes89AdXqvmu1XgHciYoIRSyww58BcHjOgcFDpCj9dr3nkpt7YgAEeoUk zC/nL5/GYrCeZwygr7lRzgEfSX0SyT0pLeDcegZLgKLI9y6CCYeaq1jautiQqGv6nV dFKgR8lC+TAzA== From: Jonathan Corbet To: Paul Moore , Randy Dunlap Cc: linux-doc@vger.kernel.org, patches@lists.linux.dev, Stephen Smalley , Eric Paris , selinux@vger.kernel.org Subject: Re: [PATCH] docs: selinux: add '=' signs to kernel boot options In-Reply-To: References: <20220301041454.18960-1-rdunlap@infradead.org> Date: Mon, 13 Jun 2022 13:23:34 -0600 Message-ID: <87mtegz7t5.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Paul Moore writes: > I assumed the doc folks would have picked this up but I don't see it > in the tree so I'm going to pull it into the selinux/next tree right > now. Thanks again Randy, I'm sorry for the delay. Sorry, the "doc folks" have learned that, in general, folks in the security subsystems prefer to carry their own patches upward, so I assumed this one was taken care of. If you'd rather I picked up SELinux documentation patches, I'd be glad to do so. Thanks, jon