summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-05-03 16:49:39 +0200
committerJan200101 <sentrycraft123@gmail.com>2021-05-03 16:49:39 +0200
commit08775a7c88ebc3954bb13e72cbad0eaf006a97b3 (patch)
tree8b9aca4fd8026558cb9cb0dd1730cfaba91479e0
parentbabebcc49e48148422862012e5d97d2fe15e5db3 (diff)
downloadkernel-fsync-08775a7c88ebc3954bb13e72cbad0eaf006a97b3.tar.gz
kernel-fsync-08775a7c88ebc3954bb13e72cbad0eaf006a97b3.zip
kernel 5.11.17
-rw-r--r--SOURCES/patch-5.11-redhat.patch2
-rwxr-xr-xSPECS/kernel.spec21
2 files changed, 13 insertions, 10 deletions
diff --git a/SOURCES/patch-5.11-redhat.patch b/SOURCES/patch-5.11-redhat.patch
index d42fa4f..d0b8f02 100644
--- a/SOURCES/patch-5.11-redhat.patch
+++ b/SOURCES/patch-5.11-redhat.patch
@@ -292,7 +292,7 @@ index 000000000000..c33a71263d9e
+ 2. Add the new profile name, along with a clear description of the
+ expected behaviour, to the sysfs-platform_profile ABI documentation.
diff --git a/Makefile b/Makefile
-index 124d8e200776..17d54943a569 100644
+index d8367e193232..d0621367191f 100644
--- a/Makefile
+++ b/Makefile
@@ -495,6 +495,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 5f416f3..ca5b5ae 100755
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -64,7 +64,7 @@ Summary: The Linux kernel
# For a stable, released kernel, released_kernel should be 1.
%global released_kernel 1
-%global distro_build 200
+%global distro_build 300
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -104,15 +104,15 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.11.16
+%define rpmversion 5.11.17
%define stableversion 5.11
-%define pkgrelease 201
+%define pkgrelease 301
# This is needed to do merge window version magic
%define patchlevel 11
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 201%{?buildid}%{?dist}
+%define specrelease 301%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -603,7 +603,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.11.16.tar.xz
+Source0: linux-5.11.17.tar.xz
Source1: Makefile.rhelver
@@ -1255,8 +1255,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.11.16 -c
-mv linux-5.11.16 linux-%{KVERREL}
+%setup -q -n kernel-5.11.17 -c
+mv linux-5.11.17 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2773,8 +2773,11 @@ fi
#
#
%changelog
-* Sat Apr 24 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.11.16-201.fsync
-- Linux v5.11.16 futex2 zen
+* Mon May 03 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.11.17-301.fsync
+- Linux v5.11.17 futex2 zen
+
+* Wed Apr 28 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.17-0]
+- Fedora: ARMv7: build for 16 CPUs. (Peter Robinson)
* Wed Apr 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.16-0]
- Turn off ADI_AXI_ADC and AD9467 which now require CONFIG_OF (Justin M. Forbes)