summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-03-11 11:34:16 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-03-11 11:34:16 -0600
commit7a6f123bd34c17ddaecab36a3541de8843d958e6 (patch)
tree83c6458c39a739da4981146ab23a634a85b3b3e9 /kernel.spec
parent8600e0b7fcdc957f3f7cf4ea2d22e52643b15e27 (diff)
downloadkernel-7a6f123bd34c17ddaecab36a3541de8843d958e6.tar.gz
kernel-7a6f123bd34c17ddaecab36a3541de8843d958e6.tar.xz
kernel-7a6f123bd34c17ddaecab36a3541de8843d958e6.zip
kernel-5.11.6-8
* Thu Mar 11 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.6-8] - Forgot to turn this back on when disabling gcc plugins (Justin M. Forbes) - Fedora: Turn on SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC option (Hans de Goede) - common: enable RTC_SYSTOHC to supplement update_persistent_clock64 (Peter Robinson) - Disable structleak gcc-plugins until a solution is upstream (Justin M. Forbes) - mmc: sdhci-iproc: Add ACPI bindings for the rpi (Jeremy Linton) - ACPI: platform: Hide ACPI_PLATFORM_PROFILE option (Maximilian Luz) - platform/x86: ideapad-laptop: DYTC Platform profile support (Jiaxun Yang) - platform/x86: thinkpad_acpi: Replace ifdef CONFIG_ACPI_PLATFORM_PROFILE with depends on (Hans de Goede) - platform/x86: thinkpad_acpi: Add platform profile support (Mark Pearson) - platform/x86: thinkpad_acpi: fixed warning and incorporated review comments (Nitin Joshi) - platform/x86: thinkpad_acpi: Don't register keyboard_lang unnecessarily (Hans de Goede) - platform/x86: thinkpad_acpi: set keyboard language (Nitin Joshi) - ACPI: platform-profile: Fix possible deadlock in platform_profile_remove() (Hans de Goede) - ACPI: platform-profile: Introduce object pointers to callbacks (Jiaxun Yang) - ACPI: platform-profile: Drop const qualifier for cur_profile (Jiaxun Yang) - ACPI: platform: Add platform profile support (Mark Pearson) - Documentation: Add documentation for new platform_profile sysfs attribute (Mark Pearson) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel.spec')
-rwxr-xr-xkernel.spec27
1 files changed, 23 insertions, 4 deletions
diff --git a/kernel.spec b/kernel.spec
index 3af2e8637..eed1a1cb0 100755
--- a/kernel.spec
+++ b/kernel.spec
@@ -104,7 +104,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.11.5
+%define rpmversion 5.11.6
%define stableversion 5.11
%define pkgrelease 300
@@ -603,7 +603,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.11.5.tar.xz
+Source0: linux-5.11.6.tar.xz
Source1: Makefile.rhelver
@@ -1251,8 +1251,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.11.5 -c
-mv linux-5.11.5 linux-%{KVERREL}
+%setup -q -n kernel-5.11.6 -c
+mv linux-5.11.6 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2763,6 +2763,25 @@ fi
#
#
%changelog
+* Thu Mar 11 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.6-8]
+- Forgot to turn this back on when disabling gcc plugins (Justin M. Forbes)
+- Fedora: Turn on SND_SOC_INTEL_SKYLAKE_HDAUDIO_CODEC option (Hans de Goede)
+- common: enable RTC_SYSTOHC to supplement update_persistent_clock64 (Peter Robinson)
+- Disable structleak gcc-plugins until a solution is upstream (Justin M. Forbes)
+- mmc: sdhci-iproc: Add ACPI bindings for the rpi (Jeremy Linton)
+- ACPI: platform: Hide ACPI_PLATFORM_PROFILE option (Maximilian Luz)
+- platform/x86: ideapad-laptop: DYTC Platform profile support (Jiaxun Yang)
+- platform/x86: thinkpad_acpi: Replace ifdef CONFIG_ACPI_PLATFORM_PROFILE with depends on (Hans de Goede)
+- platform/x86: thinkpad_acpi: Add platform profile support (Mark Pearson)
+- platform/x86: thinkpad_acpi: fixed warning and incorporated review comments (Nitin Joshi)
+- platform/x86: thinkpad_acpi: Don't register keyboard_lang unnecessarily (Hans de Goede)
+- platform/x86: thinkpad_acpi: set keyboard language (Nitin Joshi)
+- ACPI: platform-profile: Fix possible deadlock in platform_profile_remove() (Hans de Goede)
+- ACPI: platform-profile: Introduce object pointers to callbacks (Jiaxun Yang)
+- ACPI: platform-profile: Drop const qualifier for cur_profile (Jiaxun Yang)
+- ACPI: platform: Add platform profile support (Mark Pearson)
+- Documentation: Add documentation for new platform_profile sysfs attribute (Mark Pearson)
+
* Tue Mar 09 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.5-7]
- Turn on SND_SOC_INTEL_SOUNDWIRE_SOF_MACH for Fedora again (Justin M. Forbes)