summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-08-03 18:35:03 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-08-03 18:35:03 +0200
commit6439bde1877f67d7e226d00ac604d4fcb7bbc0b8 (patch)
tree1ce786a7624e84d7db1666c56063be078f892826
parentff1e104aae85c36399dc6bd760e2364664b09b6f (diff)
downloadkernel-fsync-6439bde1877f67d7e226d00ac604d4fcb7bbc0b8.tar.gz
kernel-fsync-6439bde1877f67d7e226d00ac604d4fcb7bbc0b8.zip
kernel 5.13.7
-rw-r--r--SOURCES/patch-5.13-redhat.patch8
-rwxr-xr-xSPECS/kernel.spec27
2 files changed, 24 insertions, 11 deletions
diff --git a/SOURCES/patch-5.13-redhat.patch b/SOURCES/patch-5.13-redhat.patch
index 9f9fc2d..49adbfa 100644
--- a/SOURCES/patch-5.13-redhat.patch
+++ b/SOURCES/patch-5.13-redhat.patch
@@ -90,7 +90,7 @@ index 75a9dd98e76e..3ff3291551f9 100644
Boot into System Kernel
diff --git a/Makefile b/Makefile
-index 96967f895193..dccbf438edf2 100644
+index 614327400aea..15c6acda836e 100644
--- a/Makefile
+++ b/Makefile
@@ -508,6 +508,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
@@ -1404,10 +1404,10 @@ index d94bd8d732e9..7775395bef6f 100644
IWL_DEV_INFO(0x02F0, 0x0074, iwl_ax201_cfg_quz_hr, NULL),
IWL_DEV_INFO(0x02F0, 0x6074, iwl_ax201_cfg_quz_hr, NULL),
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
-index fb1c5ae0da39..b7cf30213ac2 100644
+index d963f25fc7ae..66455e2261d0 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
-@@ -2830,32 +2830,6 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
+@@ -2880,32 +2880,6 @@ static unsigned long check_vendor_combination_bug(struct pci_dev *pdev)
return 0;
}
@@ -1440,7 +1440,7 @@ index fb1c5ae0da39..b7cf30213ac2 100644
static void nvme_async_probe(void *data, async_cookie_t cookie)
{
struct nvme_dev *dev = data;
-@@ -2905,7 +2879,7 @@ static int nvme_probe(struct pci_dev *pdev, const struct pci_device_id *id)
+@@ -2955,7 +2929,7 @@ static int nvme_probe(struct pci_dev *pdev, const struct pci_device_id *id)
quirks |= check_vendor_combination_bug(pdev);
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 1f27cf3..cab8431 100755
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -116,7 +116,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.13
-%define rpmversion 5.13.6
+%define rpmversion 5.13.7
%define stableversion 5.13
%define pkgrelease 201
@@ -646,7 +646,7 @@ BuildRequires: clang
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.13.6.tar.xz
+Source0: linux-5.13.7.tar.xz
Source1: Makefile.rhelver
@@ -1320,8 +1320,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.13.6 -c
-mv linux-5.13.6 linux-%{KVERREL}
+%setup -q -n kernel-5.13.7 -c
+mv linux-5.13.7 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2896,10 +2896,23 @@ fi
#
#
%changelog
-* Sun Aug 01 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.13.6-201.fsync
-- Linux v5.13.6 futex2 zen openrgb
+* Tue Aug 03 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.13.7-201
+- Linux v5.13.7 futex2 zen openrgb
-* Wed Jul 28 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.6-200]
+* Sat Jul 31 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.7-200]
+- kernel-5.13.7-0 (Justin M. Forbes)
+- kernel-5.13.6-0 (Justin M. Forbes)
+- kernel-5.13.5-0 (Justin M. Forbes)
+- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes)
+- Revert "usb: renesas-xhci: Fix handling of unknown ROM state" (Justin M. Forbes)
+- RHEL configs need this too (Justin M. Forbes)
+- kernel-5.13.4-0 (Justin M. Forbes)
+- Config update for 5.13.4 (Justin M. Forbes)
+- kernel-5.13.3-0 (Justin M. Forbes)
+- Don't tag a release as [redhat] (Justin M. Forbes)
+- platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() (Yang Yingliang)
+
+* Sat Jul 31 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.13.7-0]
- kernel-5.13.6-0 (Justin M. Forbes)
- kernel-5.13.5-0 (Justin M. Forbes)
- iwlwifi Add support for ax201 in Samsung Galaxy Book Flex2 Alpha (Justin M. Forbes)