Message ID | 20240629084331.3807368-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 8C6F89445; Sat, 29 Jun 2024 08:43:38 +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=1719650618; cv=none; b=CYVV7C2MPhPoQrUpooZl23coOHwvRtj0rsuIMObW39NrPBO1Rw+wqzS3tUceXIuJPIQ7e8oIYWdYvdiE87titc46LZfcunYc2YiN/mJL5s8548NdkZNq84qguYLB+WFzWuR6PFg3/g1gHbH+0GfSyHoEtZe4t9P5Gw5PVFRSwZs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719650618; c=relaxed/simple; bh=Y9MUJfsXyLo87JgZpaVPSozYdA7KwsBbdcdpseYBgGw=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Ap2H2H6JTIdqHAUmeW5sxsMeSF4EfTXN52AtQ8h91IBLrulcJwTsulYeRM7rto5mBV9DapMOtyioanjXvFwMRMNDe23SUb/DoHPiLy3ncvWZ2cJLMVGi/09ZyVKzxf9/cAB/BAlD8WJXjGswKPGrEVB2p5RwyazBvUl639DlU0g= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lnWU4ZHK; 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="lnWU4ZHK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0B309C2BBFC; Sat, 29 Jun 2024 08:43:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719650618; bh=Y9MUJfsXyLo87JgZpaVPSozYdA7KwsBbdcdpseYBgGw=; h=From:To:Cc:Subject:Date:From; b=lnWU4ZHK8RxugMsgvBf69PIYUp7nBchO2tD6DLnBtXvG5eAJl5jy51uUlVaOuSltf 3CJN3TTJ2aJtaq0GuphyLRb2KtIFI1AZexLJkUN6IGsmr4U0d60taAq+lG5uEOB7o2 nSvKvJ9rVrA2feA3ysKnwhHoUp2PqtDmS45sOBHKlB1tSOucfg3bVSYNZotzOgEstN gwz24uj4So+SK/1PoslZBPWXKhXZqBeiWwCF361AgubWt60tNpkJOtEfWMV8EOLUR7 CgifARNRs+HHkZKEm0UEDuqPhAKEsVxNovm9cH00iYhC5gGf0Cn2CXnsyBDY4DNxBW F8mAd8RThlElg== 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 v13 0/5] Reduce overhead of LSMs with static calls Date: Sat, 29 Jun 2024 10:43:26 +0200 Message-ID: <20240629084331.3807368-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
|