summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-05-20 17:43:54 +0200
committerJan200101 <sentrycraft123@gmail.com>2022-05-29 13:17:03 +0200
commit9120e3fd990aaae7ae99f993321ea1d19b4daa5e (patch)
tree5ea93627937fa9964961e1a56799a6634e409bd3
parent881380fc5b725dab16a90e878a7c0574d3ec3778 (diff)
downloadkernel-fsync-9120e3fd990aaae7ae99f993321ea1d19b4daa5e.tar.gz
kernel-fsync-9120e3fd990aaae7ae99f993321ea1d19b4daa5e.zip
kernel 5.17.8
-rw-r--r--SOURCES/patch-5.17-redhat.patch4
-rwxr-xr-xSPECS/kernel.spec15
2 files changed, 11 insertions, 8 deletions
diff --git a/SOURCES/patch-5.17-redhat.patch b/SOURCES/patch-5.17-redhat.patch
index 4000bd1..07901a9 100644
--- a/SOURCES/patch-5.17-redhat.patch
+++ b/SOURCES/patch-5.17-redhat.patch
@@ -111,7 +111,7 @@ index 000000000000..733a26bd887a
+
+endmenu
diff --git a/Makefile b/Makefile
-index ce65b393a2b4..c7526eac960f 100644
+index 3cf179812f0f..ca873b29f0b2 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -2244,7 +2244,7 @@ index 8723ae70ea1f..fb2d773498c2 100644
+ return ret;
}
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c
-index 2882bc7d79d7..bc3a11ec0c27 100644
+index 9e9713f7ddb8..57646a96cb2d 100644
--- a/net/bluetooth/hci_core.c
+++ b/net/bluetooth/hci_core.c
@@ -3667,8 +3667,8 @@ static void hci_scodata_packet(struct hci_dev *hdev, struct sk_buff *skb)
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 701f2e1..4117f19 100755
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.17
-%define rpmversion 5.17.7
+%define rpmversion 5.17.8
%define patchversion 5.17
%define pkgrelease 301
@@ -695,7 +695,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.17.7.tar.xz
+Source0: linux-5.17.8.tar.xz
Source1: Makefile.rhelver
@@ -1398,8 +1398,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.17.7 -c
-mv linux-5.17.7 linux-%{KVERREL}
+%setup -q -n kernel-5.17.8 -c
+mv linux-5.17.8 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -3037,8 +3037,11 @@ fi
#
#
%changelog
-* Mon May 16 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.17.7-301.fsync
-- Linux v5.17.7 futex2 zen openrgb
+* Fri May 20 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.17.8-301.fsync
+- Linux v5.17.8 futex2 zen openrgb
+
+* Sun May 15 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.8-0]
+- Linux v5.17.8
* Thu May 12 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.17.7-0]
- Set CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes)