From patchwork Fri Jun 30 23:53:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Chamberlain X-Patchwork-Id: 13298833 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 7E2D7EB64DC for ; Fri, 30 Jun 2023 23:53:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230028AbjF3XxS (ORCPT ); Fri, 30 Jun 2023 19:53:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47996 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229503AbjF3XxQ (ORCPT ); Fri, 30 Jun 2023 19:53:16 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E30A10FD; Fri, 30 Jun 2023 16:53:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=tBguVH6T/Ggb9KVY+w61Ct5mLTCQ9Iqp8l22Kr6DhxI=; b=MabUXmWDLVXSP2c2FuXcWIDfp1 uUvyGklSWvPYC71KNDgurI2Y/1FclgUWbLmkS5nNRfp+1I/4prXDlmr/7DbL36Ij1kO+ErvMDp7Dm c0I40RudgurdGpW44pDi3U2yaMerbJKU4vnlqA4VP+SUTRdmWHBEtqkOHFyKrSz+ibBjbfLQENpyv sjUJGrF1XSW8qnNtUp50UbdxU5WiKEEjVoZ2yHrRshXqMx0F0zOu7NmHaXrFP3Y9j61oYVS1eThxS 2Nsc1k6IZQflMH0tMy4VacldcwMqWeb6sf/MUucg0vptusfBvXG9QPkM/2YxxFdBYXtpSwDABu9eL fMr3jZZw==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qFNvE-004nU5-2m; Fri, 30 Jun 2023 23:53:04 +0000 Date: Fri, 30 Jun 2023 16:53:04 -0700 From: Luis Chamberlain To: Linus Torvalds Cc: trix@redhat.com, keescook@chromium.org, ebiederm@xmission.com, yzaikin@google.com, j.granados@samsung.com, patches@lists.linux.dev, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, mcgrof@kernel.org Subject: [GIT PULL] second set of sysctl fixes v6.5-rc1 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org The following changes since commit b25f62ccb490680a8cee755ac4528909395e0711: Merge tag 'vfio-v6.5-rc1' of https://github.com/awilliam/linux-vfio (2023-06-30 15:22:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux.git/ tags/sysctl-fixes-v2-v6.4-rc1 for you to fetch changes up to 7fffbc71075dcb733068d711c2593127cdce86f0: sysctl: set variable sysctl_mount_point storage-class-specifier to static (2023-06-30 16:19:47 -0700) ---------------------------------------------------------------- sysctl-fixes-v2-v6.4-rc1 Just one minor nit I forgot to merge. ---------------------------------------------------------------- Tom Rix (1): sysctl: set variable sysctl_mount_point storage-class-specifier to static fs/proc/proc_sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)