Skip to content

Commit 763c156

Browse files
[Backport release-25.11] linuxPackages.openafs: Patch for Linux kernel 6.18 (#472249)
2 parents fa09bb6 + cec8de1 commit 763c156

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

pkgs/servers/openafs/1.8/module.nix

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,24 @@ stdenv.mkDerivation {
109109
decode = "base64 -d";
110110
hash = "sha256-Y6xPjNM0J1DpJ62stnEaB+mJsa9kq89TGMxZkIk9334=";
111111
})
112+
# Linux: mount_nodev removed, use new mount API
113+
(fetchpatch {
114+
url = "https://gerrit.openafs.org/changes/16646/revisions/93db75395149e1f0dbdc3a0572f58449dd9da98d/patch";
115+
decode = "base64 -d";
116+
hash = "sha256-5eYliZV3WPjbQ3WGvZuqzeu060MHRof2yozSWPn+Njg=";
117+
})
118+
# Linux: Rename LINUX_WRITEPAGES_USES_FOLIOS
119+
(fetchpatch {
120+
url = "https://gerrit.openafs.org/changes/16650/revisions/1e5801afe3069a9ca586c745ae1e26feb8f1048f/patch";
121+
decode = "base64 -d";
122+
hash = "sha256-qtqe64qhRwNBwfKkGhuEAKFDMFDirFxz9M0Wvtk+r1Q=";
123+
})
124+
# Linux: Don't use write_cache_pages for writepages
125+
(fetchpatch {
126+
url = "https://gerrit.openafs.org/changes/16648/revisions/652674cec6c6c7349709dc080b6a2db3253424e6/patch";
127+
decode = "base64 -d";
128+
hash = "sha256-5T4hOge3U5uk3NSFxocYEjgfXU1Se5FkQk2rCRZDlfU=";
129+
})
112130
];
113131

114132
nativeBuildInputs = [

0 commit comments

Comments
 (0)