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 46226C433FE for ; Tue, 4 Oct 2022 16:57:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229798AbiJDQ5q (ORCPT ); Tue, 4 Oct 2022 12:57:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229709AbiJDQ5o (ORCPT ); Tue, 4 Oct 2022 12:57:44 -0400 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [IPv6:2a03:a000:7:0:5054:ff:fe1c:15ff]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A52C15F7C8 for ; Tue, 4 Oct 2022 09:57:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; 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=kX6pfwunDKBU5xYNmiqaMSslgSmz9tLuJs+X/fGfm1w=; b=uguPeF1zK2rDfOrqApbUTE+Dn2 /j8qbCrEaZgUFtP21qt+jt2Xv6ooJagn0mnEaB8FQqIssA01wXuEPZ0sdB6C1CfQD8eqNjPOCF7Tm RegPWotnLfqzTx6FLubsZ+iH1l174oyp3D1Eo/vgGykDPP0WlGIzUFgCsOsyvc2cjNcXPTI7d6M2+ WcNXCHASLlrPnPLVcVtCuYQ1mmV4P21ImoZ1uBdLDPBFF55TUExFRrclCnXSX8A251Si9oq5F1zoS 9++QG78nv+2yS2dmh352RDy2h3enexa3aNTlrHGHJ1GHvLBWQXCKTA2P8LAKggwkhEwgAw3/aT9yk Fr9DbFdw==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1oflEh-0072Nw-0t; Tue, 04 Oct 2022 16:57:39 +0000 Date: Tue, 4 Oct 2022 17:57:39 +0100 From: Al Viro To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Tetsuo Handa Subject: [git pull] vfs.git pile 5 (misc tomoyo) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-tomoyo for you to fetch changes up to 467cf8ef88d3124c189e2ff4726fe5247a88fe46: tomoyo: struct path it might get from LSM callers won't have NULL dentry or mnt (2022-08-21 11:50:42 -0400) ---------------------------------------------------------------- a couple of assorted tomoyo patches ---------------------------------------------------------------- Al Viro (2): tomoyo: use vsnprintf() properly tomoyo: struct path it might get from LSM callers won't have NULL dentry or mnt security/tomoyo/audit.c | 2 +- security/tomoyo/common.c | 2 +- security/tomoyo/file.c | 2 +- security/tomoyo/realpath.c | 9 ++------- 4 files changed, 5 insertions(+), 10 deletions(-)