From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 68550221DB3; Fri, 8 May 2026 18:03:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=13.77.154.182 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778263420; cv=none; b=QF/unhsXBXy6HT7Fj/aXt2GaDhlrXED5fY58oOVmk+CM3kePj2coMImDVSlaJJYENb6A16prw7IyOjDAreQsj4Pgx3tXhGDYaplmKnAJfT9RiGFCqbe0OHSU2+jr7l9maXFL99ppGeM4rZSt3cVIdFbobyHXBr6yPFtOcqV1vjU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778263420; c=relaxed/simple; bh=mT7hFidEP7AVCr+tnid5u2QIlN5qFuXSXKBplp8khd4=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=L2t7Qa0XeC74AVMeBR+TlNee8CnYhuSKMnVXi+9Dn737nntM5UvXX52zw+UBY+st0hABxbvZ4vye9pGPS3rLfgCv85COGvMFTLmEf8mc6NV4vG6zqjAcplnud/QUIMTg+E40c9/A5KfksYI3nhXrPR8h/CY5VHGBveFjA3dO36U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com; spf=pass smtp.mailfrom=linux.microsoft.com; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b=mASBns6x; arc=none smtp.client-ip=13.77.154.182 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.microsoft.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="mASBns6x" Received: from narnia (unknown [40.78.13.173]) by linux.microsoft.com (Postfix) with ESMTPSA id 179B320B7169; Fri, 8 May 2026 11:03:30 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 179B320B7169 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1778263412; bh=Q4c1yvumySi7QC6m/TuK0EoekCVJuBiX+wLaSpiId6I=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=mASBns6x9W+xeJRY88R3v2h9Vq29gQ/cSxoabEp8QTAoX9aGsAhBsu5r/VGTrHSl5 AeRisgsApzouWz8mlUGnU+fu45j7WaSV7neSkHyrYrjJmTkAttgfzMg36lL8rS4YFF GSDYOeFuvB33I4M9XwSyUsuYo42Gu7s+4VTQu+VI= From: Blaise Boscaccy To: Paul Moore Cc: Jonathan Corbet , James Morris , "Serge E. Hallyn" , =?utf-8?Q?Micka=C3=ABl_Sala=C3=BCn?= , =?utf-8?Q?G=C3=BCnther?= Noack , "Dr. David Alan Gilbert" , Andrew Morton , James.Bottomley@hansenpartnership.com, dhowells@redhat.com, Fan Wu , Ryan Foster , Randy Dunlap , linux-security-module@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, bpf@vger.kernel.org, Song Liu Subject: Re: [v6 00/10] Reintroduce Hornet LSM In-Reply-To: References: <20260429191431.2345448-1-bboscaccy@linux.microsoft.com> Date: Fri, 08 May 2026 11:03:29 -0700 Message-ID: <87v7cxaidq.fsf@microsoft.com> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Paul Moore writes: > On Wed, Apr 29, 2026 at 3:14=E2=80=AFPM Blaise Boscaccy > wrote: >> >> This patch series introduces the next iteration of the Hornet LSM. >> Hornet=E2=80=99s goal is to provide a secure and extensible in-kernel >> signature verification mechanism for eBPF programs. > > I see that Fan identified a few issues that need resolution, but I > just wanted to make sure you've read the expectations for a new LSM. > To be clear, I think you've ticked all the boxes, and there is a > MAINTAINERS entry with your name attached, but I just wanted to make > sure you're okay with maintaining Hornet. I like Hornet, I think it's > a nice and fairly clever solution, but the last thing I need is a new > LSM to maintain :) > Yes, I'm good with maintaining Hornet. Thanks Paul -blaise > https://github.com/LinuxSecurityModule/kernel#new-lsms > > -- > paul-moore.com