From 7a0ec5a9bb2ead651eb198f0198b016a769d42d9 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 22 Dec 2021 09:20:30 -0600 Subject: kernel-5.15.11-0 * Wed Dec 22 2021 Justin M. Forbes [5.15.11-0] - Fix up Changelog (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- kernel.spec | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 839190532..7cfa8b205 100755 --- a/kernel.spec +++ b/kernel.spec @@ -128,7 +128,7 @@ Summary: The Linux kernel # The kernel tarball/base version %define kversion 5.15 -%define rpmversion 5.15.10 +%define rpmversion 5.15.11 %define patchversion 5.15 %define pkgrelease 100 @@ -682,7 +682,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.15.10.tar.xz +Source0: linux-5.15.11.tar.xz Source1: Makefile.rhelver @@ -1374,8 +1374,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.15.10 -c -mv linux-5.15.10 linux-%{KVERREL} +%setup -q -n kernel-5.15.11 -c +mv linux-5.15.11 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2972,31 +2972,37 @@ fi # # %changelog +* Wed Dec 22 2021 Justin M. Forbes [5.15.11-0] +- Fix up Changelog (Justin M. Forbes) + * Fri Dec 17 2021 Justin M. Forbes [5.15.10-0] - Changelog fixes for stable (Justin M. Forbes) - platform/x86: thinkpad_acpi: Add lid_logo_dot to the list of safe LEDs (Hans de Goede) -* Tue Dec 14 2021 Justin M. Forbes [5.15-0] +* Tue Dec 14 2021 Justin M. Forbes [5.15.8-0] - Enable CONFIG_VFIO_NOIOMMU for Fedora (Justin M. Forbes) -* Wed Dec 01 2021 Justin M. Forbes [5.15-0] +* Wed Dec 08 2021 Justin M. Forbes [5.15.7-0] +- Linux v5.15.7 + +* Wed Dec 01 2021 Justin M. Forbes [5.15.6-0] - Revert "drm/i915: Implement Wa_1508744258" (Justin M. Forbes) - Revert "Revert "fuse: fix page stealing"" (Justin M. Forbes) - scsi: sd: Fix sd_do_mode_sense() buffer length handling (Damien Le Moal) -* Thu Nov 25 2021 Justin M. Forbes [5.15-0] +* Thu Nov 25 2021 Justin M. Forbes [5.15.5-0] - Revert "fuse: fix page stealing" (Justin M. Forbes) -* Mon Nov 22 2021 Justin M. Forbes [5.15-0] +* Mon Nov 22 2021 Justin M. Forbes [5.15.4-0] - mwifiex_usb: Fix skb_over_panic in mwifiex_usb_recv (Zekun Shen) - atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait (Zekun Shen) - Add cifs to module filters (Justin M. Forbes) -* Thu Nov 18 2021 Justin M. Forbes [5.15-0] +* Thu Nov 18 2021 Justin M. Forbes [5.15.3-0] - Enable CIFS_SMB_DIRECT for Fedora (Justin M. Forbes) - Fedora: rockchip: move the GPIO module back to builtin (Peter Robinson) -* Fri Nov 12 2021 Justin M. Forbes [5.15-0] +* Fri Nov 12 2021 Justin M. Forbes [5.15.2-0] - usb: xhci: tegra: Check padctrl interrupt presence in device tree (Dmitry Osipenko) - Fedora: Enable MediaTek bluetooth pieces (Peter Robinson) - x86/PCI/ACPI: Replace printk calls with pr_info/pr_warn calls (Hans de Goede) -- cgit