From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-190d.mail.infomaniak.ch (smtp-190d.mail.infomaniak.ch [185.125.25.13]) (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 2766F84D29 for ; Sun, 10 Nov 2024 18:56:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.125.25.13 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731265016; cv=none; b=UYNQQAeVkPit45Flk+RefOCU5sedA1S6oAa/3haTidDaYlBPOB9/ITBHAFbiJNvKgO7Td8MfnfwNxSu4QPRE+UkziqQ+YGsDnlymv3f6hA2Y+gm8xE23x/UB5dOFU5hUpsntZJwp+796ZNQsoGaJp7FK4dFxNQN7yeTOXTDGU+k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731265016; c=relaxed/simple; bh=MaEFS9bus4W6Lu28k4HbgCiUQ4Zh+/UyfhUhzlj7n68=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=spYnyphaOKhM5dFWpZIHkoeFjXw+rzlcdyhLuofAnwXAj5YsK9bD+VGxf0Kt/C3rHkhvaGm2yZSL4m2XUw1BttS+1Rt/a0LNwXcgdR/7uOEtnLiKUJlsIRCRCfDEjg4bZQJm6gLw8OM/xXf7B3okFbnh4jKTXx8RR+FFBA/9Fnw= 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=mxV67elR; arc=none smtp.client-ip=185.125.25.13 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="mxV67elR" 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 4Xmhjh0vGgzRKW; Sun, 10 Nov 2024 19:56:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1731265000; bh=Q+LBf0Sv5jwbPqaYWAqayiv7fFnFEnvkioJQxITAAdk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mxV67elRaNQ31kjFhRw7Oje8v9A4C+1/pe8CUUCkU0VfpGJdiKPlg1Lyt7ErX5499 piNSrfgDc6G/ISIE40wmh6Djq5FeoXUdjZpOTDCQz0/mOnj4CBRCMQyO3U8/8Y78XI AW5r4fS48/jJ1Www2hxsv44GXkNQarAf2tabgim8= Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4Xmhjg1dn8zWsF; Sun, 10 Nov 2024 19:56:39 +0100 (CET) Date: Sun, 10 Nov 2024 19:56:37 +0100 From: =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= To: Linus Torvalds Cc: Daniel Burgener , =?utf-8?Q?G=C3=BCnther?= Noack , Matthieu Buffet , Mikhail Ivanov , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [GIT PULL] Landlock fix for v6.12-rc7 Message-ID: <20241110.Iek0rephiele@digikod.net> References: <20241109194158.422529-1-mic@digikod.net> Precedence: bulk X-Mailing-List: linux-security-module@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 On Sat, Nov 09, 2024 at 01:59:39PM -0800, Linus Torvalds wrote: > On Sat, 9 Nov 2024 at 11:42, Mickaël Salaün wrote: > > > > This PR fixes issues in the Landlock's sandboxer [...] > > There were neither diffstats nor a shortlog in the pull request, so > honestly, it's not a pull request at all as far as I'm concerned. Indeed, my git request-pull command was buggy. Sorry for the trouble, I'll send a fixed one.