Message ID | 20231006204701.549230-1-kpsingh@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-security-module-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93BE5E94115 for <linux-security-module@archiver.kernel.org>; Fri, 6 Oct 2023 20:47:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233556AbjJFUrT (ORCPT <rfc822;linux-security-module@archiver.kernel.org>); Fri, 6 Oct 2023 16:47:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233595AbjJFUrP (ORCPT <rfc822;linux-security-module@vger.kernel.org>); Fri, 6 Oct 2023 16:47:15 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6D519BF for <linux-security-module@vger.kernel.org>; Fri, 6 Oct 2023 13:47:12 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9A053C433C8; Fri, 6 Oct 2023 20:47:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696625231; bh=yeLqXmCc0qg7/DrbJH3QU47gD+zmfFYsvS6T3omPD1U=; h=From:To:Cc:Subject:Date:From; b=vBburHcpRruGZeCUlqS9l0/K0hTg1VRMHByVqST7W8QPy7g4bI5fBZA1TKuiuYbS+ p3ujITN6Pd1eySXSZYqJ4TO+Q/co9FE7azWmGvDJNp0MtBdehBSAFCe97jpc9joyBQ jMjbC2/oE/B2PKjY0km/Ramw23tjVyThx47inZXdl/HQulYXN4tTdujYVYxghqJX+z VOw+I0yuxsv8LDUhCiBPW1+Uh4Ukgv21aDls1z33OjjcOODtWJBsFzQxpLjnsowm9C D4ZyaSdzeBA9xAVE8e/7XcAa7ZE0qkDCy1AVckVP85KjXlw+RZ/3CIQw2RdjCUUfr+ LnBCgEiJv6uzg== From: KP Singh <kpsingh@kernel.org> To: linux-security-module@vger.kernel.org, bpf@vger.kernel.org Cc: paul@paul-moore.com, keescook@chromium.org, casey@schaufler-ca.com, song@kernel.org, daniel@iogearbox.net, ast@kernel.org, kpsingh@kernel.org, renauld@google.com, pabeni@redhat.com Subject: [PATCH v6 0/5] Reduce overhead of LSMs with static calls Date: Fri, 6 Oct 2023 22:46:56 +0200 Message-ID: <20231006204701.549230-1-kpsingh@kernel.org> X-Mailer: git-send-email 2.42.0.609.gbb76f46606-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-security-module.vger.kernel.org> |
Series |
Reduce overhead of LSMs with static calls
|
expand
|