linuxPackages.openafs: Patch for Linux kernel 7.2

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
(cherry picked from commit 62001c79f8)
This commit is contained in:
Anders Kaseorg
2026-08-18 22:17:59 -07:00
committed by github-actions[bot]
parent 4711a2a19c
commit 68ee6a3da2

View File

@@ -28,6 +28,18 @@ stdenv.mkDerivation {
inherit src;
patches = [
# LINUX: Disable osi_dnlc
(fetchpatch {
url = "https://gerrit.openafs.org/changes/16927/revisions/a3bd427be8437a38c96ac34ef8216e58ab999945/patch";
hash = "sha256-q0AOGpWL1r2hMLQgowMBkfOcEvhXEhXVLe1A/tlawFo=";
decode = "base64 -d";
})
# linux: replace strncpy with strscpy
(fetchpatch {
url = "https://gerrit.openafs.org/changes/16928/revisions/5f04ae748a1ede14882174a81dfa38baa2e66a20/patch";
hash = "sha256-fwzRzS799Y68l29vlzIAmHLda57gToLippgNMKWfWaw=";
decode = "base64 -d";
})
];
nativeBuildInputs = [