diff --git a/.kernel-automotive.metadata b/.kernel-automotive.metadata index 6033203..0b0509d 100644 --- a/.kernel-automotive.metadata +++ b/.kernel-automotive.metadata @@ -1 +1 @@ -63a587bc2bff01d0df2bc497b3866c0e9d60b863 SOURCES/linux-5.14.0-70.35.el9.tar.xz +3c56974f9b14460e311eaf02c9f6c76287616039 SOURCES/linux-5.14.0-71.36.el9.tar.xz diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index 103bfa3..fc5ce10 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -1,5 +1,5 @@ RHEL_MAJOR = 9 -RHEL_MINOR = 0 +RHEL_MINOR = 1 # # RHEL_RELEASE @@ -12,14 +12,14 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 70 +RHEL_RELEASE = 71 # # Automotive Release # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -AUTOMOTIVEBUILD:=.35 +AUTOMOTIVEBUILD:=.36 # # Early y+1 numbering @@ -51,4 +51,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.70 +RTBUILD:=.71 diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index eea8b06..d8395f3 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -79,7 +79,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 70 +%global distro_build 71 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -123,13 +123,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 70.35.el9 +%define pkgrelease 71.36.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 70.35%{?buildid}%{?dist} +%define specrelease 71.36%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -277,7 +277,7 @@ Summary: The Linux kernel %endif %if %{with_automotive} -%global automotivebuild .35 +%global automotivebuild .36 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -575,9 +575,6 @@ ExclusiveOS: Linux %ifnarch %{nobuildarches} Requires: %{name}-core-uname-r = %{KVERREL} Requires: %{name}-modules-uname-r = %{KVERREL} -%if %{with_automotive} -Requires: realtime-setup -%endif %endif @@ -703,7 +700,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-70.35.el9.tar.xz +Source0: linux-5.14.0-71.36.el9.tar.xz Source1: Makefile.rhelver @@ -1253,9 +1250,6 @@ This package provides commonly used kernel modules for the %{?2:%{2}-}core kerne summary: kernel meta-package for the %{1} kernel\ Requires: %{name}-%{1}-core-uname-r = %{KVERREL}+%{1}\ Requires: %{name}-%{1}-modules-uname-r = %{KVERREL}+%{1}\ -%if %{with_automotive}\ -Requires: realtime-setup\ -%endif\ Provides: installonlypkg(kernel)\ %description %{1}\ The meta-package for the %{1} kernel\ @@ -1413,8 +1407,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-70.35.el9 -c -mv linux-5.14.0-70.35.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-71.36.el9 -c +mv linux-5.14.0-71.36.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3071,6 +3065,37 @@ fi # # %changelog +* Fri Mar 11 2022 Scott Weaver [5.14.0-71.36.el9] +- redhat: Add kernel-automotive 9.1 changelog as a copy of 9.0 (Scott Weaver) +- redhat: Update RTBZ for 9.1 cycle (Juri Lelli) +- redhat: Add kernel-rt 9.1 changelog as a copy of 9.0 (Juri Lelli) +- CI: Build coverage RPMs on c9s environment (Veronika Kabatova) +- md: use default_groups in kobj_type (Nigel Croxon) [2042797] +- md: Move alloc/free acct bioset in to personality (Nigel Croxon) [2042797] +- md: fix spelling of "its" (Nigel Croxon) [2042797] +- md: raid456 add nowait support (Nigel Croxon) [2042797] +- md: raid10 add nowait support (Nigel Croxon) [2042797] +- md: raid1 add nowait support (Nigel Croxon) [2042797] +- md: add support for REQ_NOWAIT (Nigel Croxon) [2042797] +- md: drop queue limitation for RAID1 and RAID10 (Nigel Croxon) [2042797] +- md/raid5: play nice with PREEMPT_RT (Nigel Croxon) [2042797] +- md/raid1: fix missing bitmap update w/o WriteMostly devices (Nigel Croxon) [2042797] +- md: fix double free of mddev->private in autorun_array() (Nigel Croxon) [2042797] +- md: fix update super 1.0 on rdev size change (Nigel Croxon) [2042797] +- raid5-ppl: use swap() to make code cleaner (Nigel Croxon) [2042797] +- md/bitmap: don't set max_write_behind if there is no write mostly device (Nigel Croxon) [2042797] +- md: update superblock after changing rdev flags in state_store (Nigel Croxon) [2042797] +- md: remove unused argument from md_new_event (Nigel Croxon) [2042797] +- md/raid5: call roundup_pow_of_two in raid5_run (Nigel Croxon) [2042797] +- md/raid1: use rdev in raid1_write_request directly (Nigel Croxon) [2042797] +- md/raid1: only allocate write behind bio fof WriteMostly device (Nigel Croxon) [2042797] +- md: properly unwind when failing to add the kobject in md_alloc (Nigel Croxon) [2042797] +- md: extend disks_mutex coverage (Nigel Croxon) [2042797] +- md: add the bitmap group to the default groups for the md kobject (Nigel Croxon) [2042797] +- md: add error handling support for add_disk() (Nigel Croxon) [2042797] +- redhat: Bump RHEL_MINOR for 9.1 (Patrick Talbert) +- kernel.spec: remove realtime-setup package dependency (Scott Weaver) + * Wed Mar 02 2022 Scott Weaver [5.14.0-70.35.el9] - stmmac/intel: mark driver as tech preview (Mark Salter) [2045594] - net: stmmac: Add GFP_DMA32 for rx buffers if no 64 capability (Mark Salter) [2045594]