Message ID | 20250318161443.279194-1-mic@digikod.net (mailing list archive) |
---|---|
Headers | show
Received: from smtp-42aa.mail.infomaniak.ch (smtp-42aa.mail.infomaniak.ch [84.16.66.170]) (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 2D98920E715 for <linux-fsdevel@vger.kernel.org>; Tue, 18 Mar 2025 16:20:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=84.16.66.170 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742314819; cv=none; b=dOP46/HvYPQg93FQMozGdGDhWl7ru0Pm5zwcs3XtdO1Rmqy27sH+wAS1bxnYtw2oYo2nMIb3HkXvddjZbS91A4S5HEZEiR5SxQnLe+z8SpmhTExIS2Ga7HUp8i6YROlcQJ4E9hFrDR0FML03LCp3g0yHrt4+laGhV0wdLIKOolc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1742314819; c=relaxed/simple; bh=DfDkyMj1tIYaHz4hoTjAqKyZHEMNoutDmpyXNLXROUY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=ax5sKkNCMvyTOLXQ5+Y8VzKrNogYSV7m24YhjLvqoWCYHrd1HpCfdqzb5aQr6iOLNPCUHT2/KFB7ed9WXUgea4I7+0+EY4x79kiH18ruhWJ+e7DhJ09aZ0fJQ539/w136jOuzaMyhG4Rdssh3HGw63OGoMgelVuRqlMOFMyz8VI= 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=N9ntLxtZ; arc=none smtp.client-ip=84.16.66.170 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="N9ntLxtZ" Received: from smtp-3-0000.mail.infomaniak.ch (unknown [IPv6:2001:1600:4:17::246b]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4ZHH3t4ZHmz7Fd; Tue, 18 Mar 2025 17:14:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=digikod.net; s=20191114; t=1742314490; bh=0G26ifulcpI8LBwhoOBo2yOOyJoQqElv9YQpuMH2qyc=; h=From:To:Cc:Subject:Date:From; b=N9ntLxtZAdvNsJPTP2kOX1x6wbUcMa5XFY3zOTzXGKIkerMunzvyczKb7g776I35L 28DEEmmGYOP8g5D2Wwra6VIATV5NrHEaRGxywKHd44kIdQSj44sF21Ai7P/zlj2/Qu HlZroM0z/EPEeCrTFy0qiRgt8yRjh0NaciO8FUU8= Received: from unknown by smtp-3-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4ZHH3s6gRmzH2Q; Tue, 18 Mar 2025 17:14:49 +0100 (CET) From: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= <mic@digikod.net> To: Dan Carpenter <dan.carpenter@linaro.org>, =?utf-8?q?G=C3=BCnther_Noack?= <gnoack@google.com>, Paul Moore <paul@paul-moore.com>, "Serge E . Hallyn" <serge@hallyn.com> Cc: =?utf-8?q?Micka=C3=ABl_Sala=C3=BCn?= <mic@digikod.net>, Christian Brauner <brauner@kernel.org>, Jann Horn <jannh@google.com>, Jeff Xu <jeffxu@google.com>, Kees Cook <kees@kernel.org>, Mikhail Ivanov <ivanov.mikhail1@huawei-partners.com>, Tahera Fahimi <fahimitahera@gmail.com>, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [PATCH v2 0/8] Landlock signal scope fix and errata interface Date: Tue, 18 Mar 2025 17:14:35 +0100 Message-ID: <20250318161443.279194-1-mic@digikod.net> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: <linux-fsdevel.vger.kernel.org> List-Subscribe: <mailto:linux-fsdevel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-fsdevel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Infomaniak-Routing: alpha |
Series |
Landlock signal scope fix and errata interface
|
expand
|