isgx: fix support for 5.11
This commit is contained in:
parent
8284fc30c8
commit
7745b7a9d1
@ -17,6 +17,11 @@ stdenv.mkDerivation rec {
|
|||||||
url = "https://github.com/intel/linux-sgx-driver/commit/276c5c6a064d22358542f5e0aa96b1c0ace5d695.patch";
|
url = "https://github.com/intel/linux-sgx-driver/commit/276c5c6a064d22358542f5e0aa96b1c0ace5d695.patch";
|
||||||
sha256 = "sha256-PmchqYENIbnJ51G/tkdap/g20LUrJEoQ4rDtqy6hj24=";
|
sha256 = "sha256-PmchqYENIbnJ51G/tkdap/g20LUrJEoQ4rDtqy6hj24=";
|
||||||
})
|
})
|
||||||
|
# Fixes detection with kernel >= 5.11
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/intel/linux-sgx-driver/commit/ed2c256929962db1a8805db53bed09bb8f2f4de3.patch";
|
||||||
|
sha256 = "sha256-MRbgS4U8FTCP1J1n+rhsvbXxKDytfl6B7YlT9Izq05U=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
hardeningDisable = [ "pic" ];
|
hardeningDisable = [ "pic" ];
|
||||||
@ -47,7 +52,5 @@ stdenv.mkDerivation rec {
|
|||||||
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
||||||
maintainers = with maintainers; [ oxalica ];
|
maintainers = with maintainers; [ oxalica ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
# The driver is already in kernel >= 5.11.0.
|
|
||||||
broken = kernelAtLeast "5.11.0";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user