Message ID | 20240710000500.208154-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 656127E1; Wed, 10 Jul 2024 00:05:29 +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=1720569929; cv=none; b=cOYlAkDK0kMbqMHO5a8PZ3Vr0QWxRcZLDYU42m6a1lT6BY7wILSiQ9U4gOfXQS4Fa/NmucdG7pCkEoDWkc5m87oRYK2TdtTIqbWS2QSSQiZY40gHP0d8kEEwxFcWqctLym0n7QXIKk/mTdqtJULagCbkaXIM81nD6pKXBw7Ck0s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720569929; c=relaxed/simple; bh=pAEcvuH6iWynKMagNVVonRESvTOuG/phl3lLGru3cKs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=di+wz7B+NoDL8oUC79AiSTGMMyD/aBRaX++UnuZ5Pj/Y0iTBHmyI9iPWcOMM15J76ovbQgZPwMVvy+EVyBPQLOqKtwu8AJxnRKxMYK0A8CkFm4J51hj7OX5EvnWM0KNAWWcclWdNbmSM+duCc9jLkBtJyDeOelr9AUBHHDlN6+s= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=W/0vB2UQ; 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="W/0vB2UQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E041BC3277B; Wed, 10 Jul 2024 00:05:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720569928; bh=pAEcvuH6iWynKMagNVVonRESvTOuG/phl3lLGru3cKs=; h=From:To:Cc:Subject:Date:From; b=W/0vB2UQqEahsz92ezLrjC1Mw7eZ2L2mUAIMNGcMIHm/PcHuDZBRMcJ+hDpnoH/Ww Da1yEmFu+F3Zc/5jKVOc2e7Hi2n6Q5CBioyYmp+qZIuEtT/t6qWFPp6JtImU8zHu6V zxVfKE1WPXN7+wmAipG3mkr0XBVDvMc60rBztM+8/C5PAPo8lfhC9+JbT6J3QoRvMI j5rmNvimLtT09fuE8h/y/NDp1oXQx15M3dmZYr0XS7iurIhR4qZyXnvlZm3n6Rw9DA UI2/IqNNnXIGt5JO68YghV5EiEhwlFB2iSsODWq0Rigid1SSU4u87VsdYZ7CTbMwFS 4u2S25G9sgIOQ== From: KP Singh <kpsingh@kernel.org> To: linux-security-module@vger.kernel.org, bpf@vger.kernel.org Cc: ast@kernel.org, paul@paul-moore.com, casey@schaufler-ca.com, andrii@kernel.org, keescook@chromium.org, daniel@iogearbox.net, renauld@google.com, revest@chromium.org, song@kernel.org Subject: [PATCH v14 0/3] Reduce overhead of LSMs with static calls Date: Wed, 10 Jul 2024 02:04:57 +0200 Message-ID: <20240710000500.208154-1-kpsingh@kernel.org> X-Mailer: git-send-email 2.45.2.803.g4e1b14247a-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
|