From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-42ad.mail.infomaniak.ch (smtp-42ad.mail.infomaniak.ch [84.16.66.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C7C3341737A for ; Tue, 7 Jul 2026 13:33:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=84.16.66.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783431227; cv=none; b=mq5pgt/77d8AeihsMovV9qpIAnTdS/3/T6R68awsH074t+89q2kwzQxAQkR5YkR9KDJI4d7kVZtR7dC2V45OE9Q8YkUIuCRT2wJVJlHSL8+5OLP1TPQw7KnH3iJsAqCTXVIT2dOqPa5RVhCljmXyRzlqSCQOqJ5X5pMa8qEd2h8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783431227; c=relaxed/simple; bh=JKtzA7TalV7KpwJrSJ7/1o+/5DMUmjzth8LFEplhCuA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ErGifSr4+E8/65U0TC/GmPR2FJV7yyr/EhbXRksT2/HpJVAHw9bs8RU7p8sfV1TCP8r7j48/soeRQaweNxDeYIykoiz+yPbrF1W/o+Zr9QMQQMtBM75LsrCWe4JsLbwEfHrWiW+DMD64JOufUshxywrzWpOMjkafpgA93eyTYDU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net; spf=pass smtp.mailfrom=digikod.net; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b=0ZcLvGv7; arc=none smtp.client-ip=84.16.66.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=digikod.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=digikod.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=digikod.net header.i=@digikod.net header.b="0ZcLvGv7" Received: from smtp-4-0001.mail.infomaniak.ch (smtp-4-0001.mail.infomaniak.ch [10.7.10.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4gvhy80m0zzrRl; Tue, 7 Jul 2026 15:33:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1783431215; bh=1yDnmyxuj24MmdyOIrVy1yMDkssTMDCJebqy56PKwNA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0ZcLvGv7AeqMYXLKA3ETIu1A8HfoCRwfukKiIvFA5kDDgIN0XA2po+5WxTKlNozXG 6Rd25xf4z1cS+uKAq+uogG1X2Kphp9xGy5C5NCvkWUnSD7Ai/6z18woo3KcfKXGYMc UKbGYvoXTkntTKoRJSHQ0griMYbFJDnc/jH0QHU8= Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4gvhy71L1JzH48; Tue, 7 Jul 2026 15:33:35 +0200 (CEST) Date: Tue, 7 Jul 2026 15:33:33 +0200 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Doehyun Baek Cc: Jonathan Corbet , Shuah Khan , Sebastian Andrzej Siewior , linux-security-module@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?Q?G=C3=BCnther?= Noack Subject: Re: [PATCH] Documentation: landlock: Document fs.resolve_unix audit blocker Message-ID: <20260707.Ahbee1Fah6Ah@digikod.net> References: <20260625092819.1870049-1-doehyunbaek@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Infomaniak-Routing: alpha It's applied, thanks! On Tue, Jul 07, 2026 at 11:40:51AM +0200, Doehyun Baek wrote: > Hi Mickaël, > > Gentle ping on this documentation fix. > > Günther reviewed it: > > Reviewed-by: Günther Noack > > The patch still applies cleanly. Could this be picked up via the > Landlock tree? > > Thanks, > Doehyun