openafs: Add upstream patches for Linux kernel 5.12

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg 2021-05-31 00:28:14 -07:00
parent 6933d068c5
commit 5fa1186df7

View file

@ -49,6 +49,16 @@ in stdenv.mkDerivation {
url = "https://github.com/openafs/openafs/commit/ee53dd3bc087a05e22fc4111297a51ddb30013f0.patch";
sha256 = "0dfab3zk0dmf6iksna5n09lf5dn4f8w43q4irl2yf5dgqm35shkr";
})
# Linux: Create wrapper for setattr_prepare
(fetchpatch {
url = "https://github.com/openafs/openafs/commit/5a5d358b02b88d6d2c7a27a75149e35b1de7db38.patch";
sha256 = "07gywsg41cz5h6iafr4pb0gb9jnsb58xkwn479lw46b3y5jgz7ki";
})
# Linux 5.12: Add user_namespace param to inode ops
(fetchpatch {
url = "https://github.com/openafs/openafs/commit/c747b15dd2877e6d17e3e6b940ae78c1e1ccd3ea.patch";
sha256 = "0bbqmx4nkmfkapk25zrv9ivhhs91rn9dizb1lkfs7a6937q1kaqh";
})
];
hardeningDisable = [ "pic" ];