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 4F68AC433F5 for ; Mon, 21 Mar 2022 23:33:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232802AbiCUXel (ORCPT ); Mon, 21 Mar 2022 19:34:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232834AbiCUXeh (ORCPT ); Mon, 21 Mar 2022 19:34:37 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C2EBD5577D; Mon, 21 Mar 2022 16:33:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description; bh=8INTyMSFBrX1EJ+aoDBL+ySWd7+IvZDAvs379S+ikME=; b=aLSfJs7R8GRGCLwR+bJOKO7Nb6 F1TSYPL+zA2r9J2yLcffA10yBBQtSQ/upF+xpW42/Dj7ELLUpNckJZOD4TZWcRsKE7ArM0todtkWu 7GCW7VJkm2+VgQH5SZbXxNVxSGyOZd3dwOveQS8LL/a5lRRXqqrJEhemc7yua2+Ob3AgEu5U1kala 7QuJPq1NQSEj6dSqpnDmPU/KScnYham+fku06RDaxWBwE4Uvrzd0QDr7TC6VIkRj95pD6brp+J+EC 2wLcn5Z61YHDkP+7h+1FC+b2BpEQzKaZxZZvxTNF2OizXmjcw2UzGny/zBNsa81dIucRheCCYASEn 8j2FNP6Q==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nWRW7-009QAL-Q6; Mon, 21 Mar 2022 23:32:51 +0000 Date: Mon, 21 Mar 2022 16:32:51 -0700 From: Luis Chamberlain To: =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= Cc: Linus Torvalds , Al Viro , Andrew Morton , Christian Heimes , Geert Uytterhoeven , James Morris , Kees Cook , Mimi Zohar , Muhammad Usama Anjum , Paul Moore , Philippe =?iso-8859-1?Q?Tr=E9buchet?= , Shuah Khan , Steve Dower , Thibaut Sautereau , Vincent Strubel , linux-fsdevel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [GIT PULL] Add trusted_for(2) (was O_MAYEXEC) Message-ID: References: <20220321161557.495388-1-mic@digikod.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: On Mon, Mar 21, 2022 at 07:05:42PM +0100, Mickaël Salaün wrote: > > On 21/03/2022 18:38, Luis Chamberlain wrote: > > On Mon, Mar 21, 2022 at 05:15:57PM +0100, Mickaël Salaün wrote: > > > Since I heard no objection, please consider to pull this code for > > > v5.18-rc1 . These five patches have been successfully tested in the > > > latest linux-next releases for several weeks. > > > > > kernel/sysctl.c | 9 + > > > > Please don't add more sysctls there. We're slowly trying to move > > all these to their respective places so this does not become a larger > > kitchen sink mess. > > It is not a new sysctl but proc_dointvec_minmax_sysadmin(). This helper is > shared between printk and fs subsystems. That should be good then, thanks! Luis