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 07062C433EF for ; Mon, 21 Mar 2022 18:04:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351981AbiCUSGM (ORCPT ); Mon, 21 Mar 2022 14:06:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349445AbiCUSGJ (ORCPT ); Mon, 21 Mar 2022 14:06:09 -0400 X-Greylist: delayed 21961 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 21 Mar 2022 11:04:43 PDT Received: from smtp-8fa8.mail.infomaniak.ch (smtp-8fa8.mail.infomaniak.ch [83.166.143.168]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F32C05881E for ; Mon, 21 Mar 2022 11:04:43 -0700 (PDT) Received: from smtp-2-0001.mail.infomaniak.ch (unknown [10.5.36.108]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4KMjF56JnLzMprhJ; Mon, 21 Mar 2022 19:04:41 +0100 (CET) Received: from ns3096276.ip-94-23-54.eu (unknown [23.97.221.149]) by smtp-2-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4KMjF25xRSzljsT5; Mon, 21 Mar 2022 19:04:38 +0100 (CET) Message-ID: Date: Mon, 21 Mar 2022 19:05:42 +0100 MIME-Version: 1.0 User-Agent: Content-Language: en-US To: Luis Chamberlain Cc: Linus Torvalds , Al Viro , Andrew Morton , Christian Heimes , Geert Uytterhoeven , James Morris , Kees Cook , Mimi Zohar , Muhammad Usama Anjum , Paul Moore , =?UTF-8?Q?Philippe_Tr=c3=a9buchet?= , 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 References: <20220321161557.495388-1-mic@digikod.net> From: =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= Subject: Re: [GIT PULL] Add trusted_for(2) (was O_MAYEXEC) In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.