Message ID | 20230616000441.3677441-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 43F9CEB64D9 for <linux-security-module@archiver.kernel.org>; Fri, 16 Jun 2023 00:04:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230082AbjFPAE4 (ORCPT <rfc822;linux-security-module@archiver.kernel.org>); Thu, 15 Jun 2023 20:04:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38928 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229910AbjFPAEz (ORCPT <rfc822;linux-security-module@vger.kernel.org>); Thu, 15 Jun 2023 20:04:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6EAE1CD for <linux-security-module@vger.kernel.org>; Thu, 15 Jun 2023 17:04:53 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E62D861AA6 for <linux-security-module@vger.kernel.org>; Fri, 16 Jun 2023 00:04:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 36449C433C0; Fri, 16 Jun 2023 00:04:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686873892; bh=51mwmhOfmWg2iKgpMyXdCK9LdMkNJIor8yuUuwPQBtE=; h=From:To:Cc:Subject:Date:From; b=FLxPLuSbgTaGgUaF7JcSXmcAVrGjn8va5ODnts9n1RnTiM95l6ji6GI4oLVuYEByM ygrvSIEVIn/mv6PrD97AQQ2TNCubC0h7sR28YRhnFfxVVUZPwPL02mN0X0coxrJiMw 0Vy3UodOVkJXp8KD4nB4gfkO3MvfcjeeR1O4mYXTzp7bPEOr9OmC10emvaX8h2YiQt G5zIeFes76YWeSZm1ZQ6aWNhaeZVcpU7uOYj2Q9sr/a+d4RncMZlLjhBIak4cvc6Wc WVQSfiW7ZOP63MPqeRdwaSpzPobmnrVsV3I7Po3p60O8wBcOOeUL2IydzacXcziM2y PIcC0r4Vl2nbQ== 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, jannh@google.com Subject: [PATCH v2 0/5] Reduce overhead of LSMs with static calls Date: Fri, 16 Jun 2023 02:04:36 +0200 Message-ID: <20230616000441.3677441-1-kpsingh@kernel.org> X-Mailer: git-send-email 2.41.0.162.gfafddb0af9-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
|