linux5.10: update to 5.10.4.

Remove pahole workaround.
This commit is contained in:
Leah Neukirchen 2020-12-30 16:43:44 +01:00
parent 2f75f303ed
commit 1dab993518

View File

@ -1,6 +1,6 @@
# Template file for 'linux5.10'
pkgname=linux5.10
version=5.10.3
version=5.10.4
revision=1
wrksrc="linux-${version}"
short_desc="Linux kernel and modules (${version%.*} series)"
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
homepage="https://www.kernel.org"
distfiles="https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-${version}.tar.xz"
checksum=f9153333e5ce60c9cd9a501fbcb342ba6032b8fdb2cb492115c5595712a19525
checksum=904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec
python_version=3
patch_args="-Np1"
@ -73,12 +73,6 @@ do_configure() {
mips*) arch=mips;;
esac
case "$XBPS_TARGET_MACHINE" in
aarch64*) # XXX: fix segfault in pahole 1.18; should be fixed in new releases
vsed -i scripts/link-vmlinux.sh -e's;${PAHOLE} -J;& --btf_encode_force;'
;;
esac
if [ -f ${FILESDIR}/${subarch:-$arch}-dotconfig-custom ]; then
msg_normal "Detected a custom .config file for your arch, using it.\n"
cp -f ${FILESDIR}/${subarch:-$arch}-dotconfig-custom .config