History log of /spdk/module/keyring/linux/Makefile (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v24.05, v24.09-pre, v24.05-rc1, LTS, v24.01, v24.05-pre, v24.01-rc1
# b6562ed3 25-Dec-2023 Konrad Sztyber <konrad.sztyber@intel.com>

keyring/linux: add keyring_linux_set_options RPC

Change-Id: I4e2dcb5dd276c3c601474af67c867b504ed8b0ca
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-on: https://review.spdk.io/ger

keyring/linux: add keyring_linux_set_options RPC

Change-Id: I4e2dcb5dd276c3c601474af67c867b504ed8b0ca
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21761
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <jim.harris@samsung.com>
Community-CI: Mellanox Build Bot

show more ...


# 6610b3e4 23-Dec-2023 Konrad Sztyber <konrad.sztyber@intel.com>

module/keyring: add linux keyring module

This module uses the keyutils library to fetch keys managed by the Linux
kernel keyring. The keys are created implicitly in the probe_key()
callback. For n

module/keyring: add linux keyring module

This module uses the keyutils library to fetch keys managed by the Linux
kernel keyring. The keys are created implicitly in the probe_key()
callback. For now, they need to be attached to the kernel's keyring
before requesting them. The following patches will add the ability to
specify callout information which will allow the kernel to instantiate
the keys if they're unavailable.

Change-Id: I0aedd19247c6c35f22bcb61f4b387d5d85b42cdf
Signed-off-by: Konrad Sztyber <konrad.sztyber@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21760
Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
Reviewed-by: Jim Harris <jim.harris@samsung.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>

show more ...