summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libnvme
Commit message (Collapse)AuthorAgeFilesLines
* libnvme: Support keyutils and openssl by defaultAlistair Francis2025-04-101-1/+5
| | | | | | | | Use PACKAGECONFIG to support keyutils and openssl by default. This allows NVMe-OF connections with TLS. Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.11.1 -> 1.12Changqing Li2025-04-072-2/+44
| | | | | | | | Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.12 Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.11 -> 1.11.1Wang Mingyu2024-12-031-1/+1
| | | | | | | | Bugfix: connect-all fails when CONFIG_NVME_TCP_TLS and CONFIG_NVME_HOST_AUTH are not enable Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.10 -> 1.11Wang Mingyu2024-11-051-1/+1
| | | | | | | | Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.9 -> 1.10Wang Mingyu2024-08-091-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.8 -> 1.9Wang Mingyu2024-05-191-1/+1
| | | | | | | | Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.9 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.7.1 -> 1.8Christophe Vu-Brugier2024-02-141-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: upgrade 1.6 -> 1.7.1alperak2024-01-012-72/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Patch dropped because it is already available in the new version. Changelog: ====== 1.7.1 ====== * The v1.7 contains a bug in the sysfs scan topology code which could double free some memory. As this is a very common code path to execute, it's worth to get this fix out fast. ======= 1.7 ======= * allocated payloads aligned * refactoring and improvements of RAE handling in get log pages * auto cleanup of resources * build instruction update and improving build situation for older distros * support for TP8018 * use sysfs only for topology scan The last point addresses a long standing problem. Whenever 'nvme list' is used it could add error log entries for certain devices. With the corresponding kernel changes this will not happen anymore. It also unlocks some possible new features. Note this depends on the upcoming 6.8 kernel. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: apply patch already upstream to fix build with muslChristophe Vu-Brugier2023-10-093-39/+69
| | | | | | | | | | | Build failure with musl due to conflicting definitions of ioctl() between glibc and musl has been fixed by libnvme developers with this commit: * https://github.com/linux-nvme/libnvme/commit/ca47ba3119365eafac0ab25a86cab9d9a1b29bd4 Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: Fix test builds on muslKhem Raj2023-10-072-1/+41
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
* libnvme: upgrade 1.5 -> 1.6Christophe Vu-Brugier2023-10-071-1/+1
| | | | | Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libnvme: add recipeChristophe Vu-Brugier2023-07-271-0/+22
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>