lol

Merge pull request #125047 from andersk/openafs-kernel-5.12

authored by

Sandro and committed by
GitHub
747026d6 e6508849

+10
+10
pkgs/servers/openafs/1.8/module.nix
··· 49 49 url = "https://github.com/openafs/openafs/commit/ee53dd3bc087a05e22fc4111297a51ddb30013f0.patch"; 50 50 sha256 = "0dfab3zk0dmf6iksna5n09lf5dn4f8w43q4irl2yf5dgqm35shkr"; 51 51 }) 52 + # Linux: Create wrapper for setattr_prepare 53 + (fetchpatch { 54 + url = "https://github.com/openafs/openafs/commit/5a5d358b02b88d6d2c7a27a75149e35b1de7db38.patch"; 55 + sha256 = "07gywsg41cz5h6iafr4pb0gb9jnsb58xkwn479lw46b3y5jgz7ki"; 56 + }) 57 + # Linux 5.12: Add user_namespace param to inode ops 58 + (fetchpatch { 59 + url = "https://github.com/openafs/openafs/commit/c747b15dd2877e6d17e3e6b940ae78c1e1ccd3ea.patch"; 60 + sha256 = "0bbqmx4nkmfkapk25zrv9ivhhs91rn9dizb1lkfs7a6937q1kaqh"; 61 + }) 52 62 ]; 53 63 54 64 hardeningDisable = [ "pic" ];