Skip to content

Commit f97d1d7

Browse files
committed
chore(nix): bump libspdk rev for interrupt mode fixes
Update SPDK revision to include iSCSI poll group interrupt registration and bdev wait_for_examine periodic poller fix, both required for interrupt mode with custom reactors. Note: temporarily points to jr42/spdk fork until the upstream PR is merged into openebs/spdk, at which point owner should revert to "openebs" and rev/sha256 updated to the merged commit. Depends-On: openebs/spdk PR (iSCSI + bdev interrupt fixes) Signed-off-by: Jeremias Reith <jr42@users.noreply.github.com>
1 parent 1dff04e commit f97d1d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nix/pkgs/libspdk/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ let
9292
# Derivation attributes
9393
#
9494
spdk = rec {
95-
rev = "24775a47ebf16c066cea47e7da98bed2e4d1d798";
96-
sha256 = "sha256-4FkDgIgnuETHZSwmz0SzvKju71NcD6aCmJYnh9OuBsM=";
95+
rev = "d1a7adab2b1bbbbccf0563824b9b32f3c799e372";
96+
sha256 = "sha256-k60hUo8sAECdsYT2rVq+8nVQTqN5wpEyNnUxKsUxv1Y=";
9797
pname = "libspdk${nameSuffix}";
9898
version = "25.05-${lib.substring 0 7 rev}";
9999
name = "${pname}-${version}";
@@ -107,7 +107,7 @@ let
107107
src = [
108108
(fetchFromGitHub {
109109
name = spdk.name;
110-
owner = "openebs";
110+
owner = "jr42";
111111
repo = "spdk";
112112
rev = spdk.rev;
113113
sha256 = spdk.sha256;

0 commit comments

Comments
 (0)