Message ID | 20240207124918.3498756-1-kpsingh@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9873176055; Wed, 7 Feb 2024 12:49:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707310164; cv=none; b=pA7X7gHEkJc49cC74/O0UOViJTN8ctf6iOnAVYmJT9++8S6LVwYJCDDPsaQxSq69hFtYSnf6Z+if9t+AOmOLpPI1/091vwCDyGUSrZ62JHfL1nD6mQ0NssWihhxNAw7yTfOwTesIsUK7oGYlcSM/bN9EvjYj8XTv1SJDgIgRRe0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707310164; c=relaxed/simple; bh=SdxDGI3p54cRrgwFZEdB935gwlZd0IXu/XtYT/38WEg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=rWGGJdeL6JugIUjIYMwNzciJ/kBZvapT0w1HsDfMtfUp3HfbMd9xIy7jvpHgbDHSxMuXpVdmm8bQ2gAm3RUQdVrh6oYC8yw9RKycCwuoD0+hOY7pzBxH/Dn/G4RLeZU+kDQbdOCDmvHE6SlCnHdomqdDyRE0V/nZTeVbLAfrPrU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Lw1oFMXD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Lw1oFMXD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D6C3C433F1; Wed, 7 Feb 2024 12:49:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707310164; bh=SdxDGI3p54cRrgwFZEdB935gwlZd0IXu/XtYT/38WEg=; h=From:To:Cc:Subject:Date:From; b=Lw1oFMXDuulRTciClVOJTZnjwLZX6ou09/mOxaSz7VDRH3b2k36NDCmu2bJtwyWHN L1joT3FW5CxyFhMSlQ7kNE+ePEHtJfQ7zYqrtKwmtqq03KCh0rxXnh7XJGBWozFR4X rxO3wDWSfozFUxR/4wC6aTwWJxiCSwZAYUwbX0FpjTGICXTRddnbtcjAkANFqwrH1m XsrjAXKpe3QPexEEDKAUU3x+KmoVXFlb+YvnLmC5b2QAWR+2ojs75JbFlQ9hsWgXBN kxPkKYWPI6MpEwM24mXtNNK83fRb4PaJLyWL2ogpDNmFf4swcBVsf7XIuxVajaS833 PJzqt06PrHwig== From: KP Singh <kpsingh@kernel.org> To: bpf@vger.kernel.org, linux-security-module@vger.kernel.org Cc: paul@paul-moore.com, keescook@chromium.org, casey@schaufler-ca.com, song@kernel.org, daniel@iogearbox.net, ast@kernel.org, pabeni@redhat.com, andrii@kernel.org, kpsingh@kernel.org Subject: [PATCH v9 0/4] Reduce overhead of LSMs with static calls Date: Wed, 7 Feb 2024 13:49:14 +0100 Message-ID: <20240207124918.3498756-1-kpsingh@kernel.org> X-Mailer: git-send-email 2.43.0.594.gd9cf4e227d-goog Precedence: bulk X-Mailing-List: linux-security-module@vger.kernel.org List-Id: <linux-security-module.vger.kernel.org> List-Subscribe: <mailto:linux-security-module+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-security-module+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Reduce overhead of LSMs with static calls
|
expand
|