Hello community,

here is the log from the commit of package kernel-rt for openSUSE:Leap:15.2 
checked in at 2020-06-22 19:55:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/kernel-rt (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.kernel-rt.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kernel-rt"

Mon Jun 22 19:55:21 2020 rev:2 rq:816348 version:5.3.18

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/kernel-rt/kernel-rt.changes    2020-05-13 
03:54:03.384479189 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.kernel-rt.new.2956/kernel-rt.changes  
2020-06-22 19:55:29.869974360 +0200
@@ -1,0 +2,1064 @@
+Mon May 18 12:30:54 CEST 2020 - dwag...@suse.de
+
+- Remove empty bpf-Use-recursion-prevention-helpers-in-hashtab-code.patch
+  The patch is empty because all the relevant code doesn't exist. Therefore,
+  we just can just drop the patch.
+- commit b1281f3
+
+-------------------------------------------------------------------
+Fri May 15 13:42:20 CEST 2020 - dwag...@suse.de
+
+- bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and
+  interrupts disabled (bsc#1162702).
+- bpf, lpm: Make locking RT friendly (bsc#1162702).
+- bpf: Prepare hashtab locking for PREEMPT_RT (bsc#1162702).
+- bpf: Factor out hashtab bucket lock operations (bsc#1162702).
+- bpf: Replace open coded recursion prevention in sys_bpf()
+  (bsc#1162702).
+- bpf: Use recursion prevention helpers in hashtab code
+  (bsc#1162702).
+- bpf: Provide recursion prevention helpers (bsc#1162702).
+- bpf: Use migrate_disable/enable in array macros and cgroup/lirc
+  code (bsc#1162702).
+- bpf: Use migrate_disable/enabe() in trampoline code
+  (bsc#1162702).
+- bpf/tests: Use migrate disable instead of preempt disable
+  (bsc#1162702).
+- bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites
+  (bsc#1162702).
+- bpf: Replace cant_sleep() with cant_migrate() (bsc#1162702).
+- bpf: Provide bpf_prog_run_pin_on_cpu() helper (bsc#1162702).
+- bpf: Dont iterate over possible CPUs with interrupts disabled
+  (bsc#1162702).
+- bpf: Remove recursion prevention from rcu free callback
+  (bsc#1162702).
+- perf/bpf: Remove preempt disable around BPF invocation
+  (bsc#1162702).
+- bpf/trace: Remove redundant preempt_disable from
+  trace_call_bpf() (bsc#1162702).
+- bpf: disable preemption for bpf progs attached to uprobe
+  (bsc#1162702).
+- bpf/trace: Remove EXPORT from trace_call_bpf() (bsc#1162702).
+- bpf/tracing: Remove redundant preempt_disable() in
+  __bpf_trace_run() (bsc#1162702).
+- bpf: Update locking comment in hashtab code (bsc#1162702).
+- bpf: Enforce preallocation for instrumentation programs on RT
+  (bsc#1162702).
+- bpf: Tighten the requirements for preallocated hash maps
+  (bsc#1162702).
+- sched/rt: Provide migrate_disable/enable() inlines
+  (bsc#1162702).
+  The mainline implementation for migrate_enable/disable() is
+  needed for the BPF rework for RT. Revert this patch later
+  to allow the RT patchset to add the full featured implementation.
+- bpf, xdp: Start using the BPF dispatcher for XDP (bsc#1162702).
+- bpf: Introduce BPF dispatcher (bsc#1162702).
+- bpf: Move trampoline JIT image allocation to a function
+  (bsc#1162702).
+- commit 3a885bd
+
+-------------------------------------------------------------------
+Thu May 14 15:27:38 CEST 2020 - dwag...@suse.de
+
+- sched: Provide cant_migrate() (bsc#1162702).
+- commit ea3e50e
+
+-------------------------------------------------------------------
+Wed May 13 09:20:58 CEST 2020 - mkube...@suse.cz
+
+- update metadata of nvme patches and move them out from sorted section
+  The nvme-5.8 branch in nvme repository got rebased fourth time in three
+  weeks. Update Git-commit tags again and move the patches out of sorted
+  section as keeping them there makes more harm than good.
+- update upstream reference and move to "almost mainline" section:
+  patches.suse/lpfc-Commonize-lpfc_async_xchg_ctx-state-and-flag-de.patch
+  patches.suse/lpfc-Refactor-NVME-LS-receive-handling.patch
+  patches.suse/lpfc-Refactor-Send-LS-Abort-support.patch
+  patches.suse/lpfc-Refactor-Send-LS-Request-support.patch
+  patches.suse/lpfc-Refactor-Send-LS-Response-support.patch
+  patches.suse/lpfc-Refactor-lpfc-nvme-headers.patch
+  patches.suse/lpfc-Refactor-nvmet_rcv_ctx-to-create-lpfc_async_xch.patch
+  patches.suse/lpfc-nvme-Add-Receive-LS-Request-and-Send-LS-Respons.patch
+  patches.suse/lpfc-nvmet-Add-Send-LS-Request-and-Abort-LS-Request-.patch
+  patches.suse/lpfc-nvmet-Add-support-for-NVME-LS-request-hosthandl.patch
+  patches.suse/nvme-fc-Add-Disconnect-Association-Rcv-support.patch
+  patches.suse/nvme-fc-Ensure-private-pointers-are-NULL-if-no-data.patch
+  patches.suse/nvme-fc-Sync-header-to-FC-NVME-2-rev-1.08.patch
+  patches.suse/nvme-fc-Update-header-and-host-for-common-definition.patch
+  patches.suse/nvme-fc-and-nvmet-fc-revise-LLDD-api-for-LS-receptio.patch
+  patches.suse/nvme-fc-convert-assoc_active-flag-to-bit-op.patch
+  patches.suse/nvme-fc-nvmet-fc-refactor-for-common-LS-definitions.patch
+  patches.suse/nvme-fcloop-add-target-to-host-LS-request-support.patch
+  patches.suse/nvme-fcloop-refactor-to-enable-target-to-host-LS.patch
+  patches.suse/nvmet-fc-Add-Disconnect-Association-Xmt-support.patch
+  patches.suse/nvmet-fc-Better-size-LS-buffers.patch
+  patches.suse/nvmet-fc-Update-target-for-common-definitions-for-LS.patch
+  patches.suse/nvmet-fc-add-LS-failure-messages.patch
+  patches.suse/nvmet-fc-perform-small-cleanups-on-unneeded-checks.patch
+  patches.suse/nvmet-fc-rename-ls_list-to-ls_rcv_list.patch
+  patches.suse/nvmet-fc-track-hostport-handle-for-associations.patch
+- commit 07e41b7
+
+-------------------------------------------------------------------
+Mon May 11 08:07:38 CEST 2020 - mkube...@suse.cz
+
+- update metadata of nvme patches
+  The nvme-5.8 branch in nvme repository got rebased again, update Git-commit
+  tags:
+  patches.suse/lpfc-Commonize-lpfc_async_xchg_ctx-state-and-flag-de.patch
+  patches.suse/lpfc-Refactor-NVME-LS-receive-handling.patch
+  patches.suse/lpfc-Refactor-Send-LS-Abort-support.patch
+  patches.suse/lpfc-Refactor-Send-LS-Request-support.patch
+  patches.suse/lpfc-Refactor-Send-LS-Response-support.patch
+  patches.suse/lpfc-Refactor-lpfc-nvme-headers.patch
+  patches.suse/lpfc-Refactor-nvmet_rcv_ctx-to-create-lpfc_async_xch.patch
+  patches.suse/lpfc-nvme-Add-Receive-LS-Request-and-Send-LS-Respons.patch
+  patches.suse/lpfc-nvmet-Add-Send-LS-Request-and-Abort-LS-Request-.patch
+  patches.suse/lpfc-nvmet-Add-support-for-NVME-LS-request-hosthandl.patch
+  patches.suse/nvme-fc-Add-Disconnect-Association-Rcv-support.patch
+  patches.suse/nvme-fc-Ensure-private-pointers-are-NULL-if-no-data.patch
+  patches.suse/nvme-fc-Sync-header-to-FC-NVME-2-rev-1.08.patch
+  patches.suse/nvme-fc-Update-header-and-host-for-common-definition.patch
+  patches.suse/nvme-fc-and-nvmet-fc-revise-LLDD-api-for-LS-receptio.patch
+  patches.suse/nvme-fc-convert-assoc_active-flag-to-bit-op.patch
+  patches.suse/nvme-fc-nvmet-fc-refactor-for-common-LS-definitions.patch
+  patches.suse/nvme-fcloop-add-target-to-host-LS-request-support.patch
+  patches.suse/nvme-fcloop-refactor-to-enable-target-to-host-LS.patch
+  patches.suse/nvmet-fc-Add-Disconnect-Association-Xmt-support.patch
+  patches.suse/nvmet-fc-Better-size-LS-buffers.patch
+  patches.suse/nvmet-fc-Update-target-for-common-definitions-for-LS.patch
+  patches.suse/nvmet-fc-add-LS-failure-messages.patch
+  patches.suse/nvmet-fc-perform-small-cleanups-on-unneeded-checks.patch
+  patches.suse/nvmet-fc-rename-ls_list-to-ls_rcv_list.patch
+  patches.suse/nvmet-fc-track-hostport-handle-for-associations.patch
+- commit e573e56
+
+-------------------------------------------------------------------
+Thu May  7 11:36:01 CEST 2020 - jkos...@suse.cz
+
+- 
patches.rt/drmi915_Use_local_lockunlock_irq()_in_intel_pipe_update_startend().patch
+- 
patches.rt/drmradeoni915_Use_preempt_disableenable_rt()_where_recommended.patch
+  Remove brackets from patch names.
+- commit 06d182c
+
+-------------------------------------------------------------------
+Thu May  7 07:43:27 CEST 2020 - mkube...@suse.cz
+
+- series.conf: cleanup
+- update upstream references and resort:
+  patches.suse/bnxt_en-Fix-VF-anti-spoof-filter-setup.patch
+  patches.suse/bnxt_en-Fix-VLAN-acceleration-handling-in-bnxt_fix_f.patch
+  patches.suse/bnxt_en-Improve-AER-slot-reset.patch
+  patches.suse/bnxt_en-Reduce-BNXT_MSIX_VEC_MAX-value-to-supported-.patch
+  patches.suse/bnxt_en-Return-error-when-allocating-zero-size-conte.patch
+  patches.suse/ibmvnic-Skip-fatal-error-reset-after-passive-init.patch
+- commit 7b08e5b
+
+-------------------------------------------------------------------
+Wed May  6 17:19:00 CEST 2020 - mkube...@suse.cz
+
+- add kabi reference files
+- import from Public RC2 submission (commit b8c70f8e938e)
+- enable kabi checking for -default and -preempt flavors
+- commit 297cfce
+
+-------------------------------------------------------------------
+Wed May  6 14:53:31 CEST 2020 - mbrug...@suse.com
+
+- supported.conf: mark cuse as supported (bsc#1171279)
+- commit 57d34e1
+
+-------------------------------------------------------------------
+Wed May  6 12:19:52 CEST 2020 - b...@suse.de
+
+- x86/cpu: Add a steppings field to struct x86_cpu_id
+  (bsc#1152489).
+- commit 0e87eea
+
+-------------------------------------------------------------------
+Wed May  6 11:54:47 CEST 2020 - ti...@suse.de
+
+- PM: hibernate: Freeze kernel threads in software_resume()
+  (git-fixes).
+- PM: ACPI: Output correct message on target power state
+  (git-fixes).
+- dmaengine: dmatest: Fix iteration non-stop logic (git-fixes).
+- drm/amd/display: Fix green screen issue after suspend
+  (git-fixes).
+- drm/edid: Fix off-by-one in DispID DTD pixel clock (git-fixes).
+- mmc: sdhci-msm: Enable host capabilities pertains to R1b
+  response (git-fixes).
+- commit 2128020
+
+-------------------------------------------------------------------
+Wed May  6 10:12:55 CEST 2020 - mbrug...@suse.com
+
+- arm64: blacklist.conf: ignore commit that got reveted later
+- commit ea9a578
++++ 1198 more lines (skipped)
++++ between /work/SRC/openSUSE:Leap:15.2/kernel-rt/kernel-rt.changes
++++ and /work/SRC/openSUSE:Leap:15.2/.kernel-rt.new.2956/kernel-rt.changes
kernel-rt_debug.changes: same change
kernel-source-rt.changes: same change
kernel-syms-rt.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kernel-rt.spec ++++++
--- /var/tmp/diff_new_pack.0p0BIJ/_old  2020-06-22 19:55:32.233981328 +0200
+++ /var/tmp/diff_new_pack.0p0BIJ/_new  2020-06-22 19:55:32.237981339 +0200
@@ -67,7 +67,7 @@
 Group:          System/Kernel
 Version:        5.3.18
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gd5d34a0
+Release:        <RELEASE>.gb1281f3
 %else
 Release:        0
 %endif
@@ -174,10 +174,10 @@
 Conflicts:      libc.so.6()(64bit)
 %endif
 Provides:       kernel = %version-%source_rel
-Provides:       
kernel-%build_flavor-base-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
-Provides:       kernel-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
+Provides:       
kernel-%build_flavor-base-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
+Provides:       kernel-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
 # END COMMON DEPS
-Provides:       %name-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
+Provides:       %name-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
 %ifarch x86_64
 Provides:       kernel-compute = 3.13
 Obsoletes:      kernel-compute <= 3.13

++++++ kernel-rt_debug.spec ++++++
--- /var/tmp/diff_new_pack.0p0BIJ/_old  2020-06-22 19:55:32.257981399 +0200
+++ /var/tmp/diff_new_pack.0p0BIJ/_new  2020-06-22 19:55:32.261981410 +0200
@@ -67,7 +67,7 @@
 Group:          System/Kernel
 Version:        5.3.18
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gd5d34a0
+Release:        <RELEASE>.gb1281f3
 %else
 Release:        0
 %endif
@@ -174,10 +174,10 @@
 Conflicts:      libc.so.6()(64bit)
 %endif
 Provides:       kernel = %version-%source_rel
-Provides:       
kernel-%build_flavor-base-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
-Provides:       kernel-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
+Provides:       
kernel-%build_flavor-base-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
+Provides:       kernel-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
 # END COMMON DEPS
-Provides:       %name-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
+Provides:       %name-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
 %ifarch x86_64
 Provides:       kernel-compute_debug = 3.13
 Obsoletes:      kernel-compute_debug <= 3.13

++++++ kernel-source-rt.spec ++++++
--- /var/tmp/diff_new_pack.0p0BIJ/_old  2020-06-22 19:55:32.277981457 +0200
+++ /var/tmp/diff_new_pack.0p0BIJ/_new  2020-06-22 19:55:32.281981469 +0200
@@ -32,7 +32,7 @@
 Group:          Development/Sources
 Version:        5.3.18
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gd5d34a0
+Release:        <RELEASE>.gb1281f3
 %else
 Release:        0
 %endif
@@ -43,7 +43,7 @@
 BuildRequires:  sed
 Requires(post): coreutils sed
 Provides:       %name = %version-%source_rel
-Provides:       %name-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
+Provides:       %name-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
 Provides:       linux
 Provides:       multiversion(kernel)
 Source0:        
http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz

++++++ kernel-syms-rt.spec ++++++
--- /var/tmp/diff_new_pack.0p0BIJ/_old  2020-06-22 19:55:32.305981540 +0200
+++ /var/tmp/diff_new_pack.0p0BIJ/_new  2020-06-22 19:55:32.309981552 +0200
@@ -27,7 +27,7 @@
 Version:        5.3.18
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:        <RELEASE>.gd5d34a0
+Release:        <RELEASE>.gb1281f3
 %else
 Release:        0
 %endif
@@ -43,7 +43,7 @@
 %endif
 Requires:       pesign-obs-integration
 Provides:       %name = %version-%source_rel
-Provides:       %name-srchash-d5d34a0112ea580c7c5e1bb904795887d4e4c758
+Provides:       %name-srchash-b1281f373a4098826cc0d1fadd74ba2094b5e5c3
 Provides:       multiversion(kernel)
 Source:         README.KSYMS
 Requires:       kernel-devel%variant = %version-%source_rel

++++++ config.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/rt new/config/x86_64/rt
--- old/config/x86_64/rt        2020-04-29 13:16:26.000000000 +0200
+++ new/config/x86_64/rt        2020-05-01 20:17:52.000000000 +0200
@@ -4,10 +4,10 @@
 #
 
 #
-# Compiler: gcc (SUSE Linux) 7.5.0
+# Compiler: gcc (SUSE Linux) 7.4.1 20190424 [gcc-7-branch revision 270538]
 #
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=70500
+CONFIG_GCC_VERSION=70401
 # CONFIG_CC_IS_CLANG is not set
 CONFIG_CLANG_VERSION=0
 CONFIG_CC_CAN_LINK=y
@@ -8549,6 +8549,7 @@
 CONFIG_SGL_ALLOC=y
 CONFIG_IOMMU_HELPER=y
 CONFIG_CHECK_SIGNATURE=y
+CONFIG_CPUMASK_OFFSTACK=y
 CONFIG_CPU_RMAP=y
 CONFIG_DQL=y
 CONFIG_GLOB=y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/config/x86_64/rt_debug new/config/x86_64/rt_debug
--- old/config/x86_64/rt_debug  2020-04-29 13:16:26.000000000 +0200
+++ new/config/x86_64/rt_debug  2020-05-01 20:17:52.000000000 +0200
@@ -4,10 +4,10 @@
 #
 
 #
-# Compiler: gcc (SUSE Linux) 7.5.0
+# Compiler: gcc (SUSE Linux) 7.4.1 20190424 [gcc-7-branch revision 270538]
 #
 CONFIG_CC_IS_GCC=y
-CONFIG_GCC_VERSION=70500
+CONFIG_GCC_VERSION=70401
 # CONFIG_CC_IS_CLANG is not set
 CONFIG_CLANG_VERSION=0
 CONFIG_CC_CAN_LINK=y
@@ -8565,6 +8565,7 @@
 CONFIG_SGL_ALLOC=y
 CONFIG_IOMMU_HELPER=y
 CONFIG_CHECK_SIGNATURE=y
+CONFIG_CPUMASK_OFFSTACK=y
 CONFIG_CPU_RMAP=y
 CONFIG_DQL=y
 CONFIG_GLOB=y

++++++ kabi.tar.bz2 ++++++
/work/SRC/openSUSE:Leap:15.2/kernel-rt/kabi.tar.bz2 
/work/SRC/openSUSE:Leap:15.2/.kernel-rt.new.2956/kabi.tar.bz2 differ: char 11, 
line 1

++++++ mkspec-dtb ++++++
--- /var/tmp/diff_new_pack.0p0BIJ/_old  2020-06-22 19:55:32.957983462 +0200
+++ /var/tmp/diff_new_pack.0p0BIJ/_new  2020-06-22 19:55:32.957983462 +0200
@@ -27,6 +27,7 @@
     ['dtb-meson6',     'meson6-*.dts',     "Amlogic Meson 6 based systems"],
     ['dtb-meson8',     'meson8-*.dts',     "Amlogic Meson 8 based systems"],
     ['dtb-meson8b',    'meson8b-*.dts',    "Amlogic Meson 8b based systems"],
+    ['dtb-mt76',       'mt76*.dts',        "MediaTek mt76 based systems"],
     ['dtb-omap3',      'omap3*.dts',       "TI OMAP3 based systems"],
     ['dtb-omap4',      'omap4*.dts',       "TI OMAP4 based systems"],
     ['dtb-omap5',      'omap5*.dts',       "TI OMAP5 based systems"],

++++++ patches.rt.tar.bz2 ++++++
++++ 11555 lines of diff (skipped)

++++++ patches.suse.tar.bz2 ++++++
/work/SRC/openSUSE:Leap:15.2/kernel-rt/patches.suse.tar.bz2 
/work/SRC/openSUSE:Leap:15.2/.kernel-rt.new.2956/patches.suse.tar.bz2 differ: 
char 11, line 1

++++++ series.conf ++++++
++++ 1382 lines (skipped)
++++ between /work/SRC/openSUSE:Leap:15.2/kernel-rt/series.conf
++++ and /work/SRC/openSUSE:Leap:15.2/.kernel-rt.new.2956/series.conf

++++++ source-timestamp ++++++
--- /var/tmp/diff_new_pack.0p0BIJ/_old  2020-06-22 19:55:33.469984971 +0200
+++ /var/tmp/diff_new_pack.0p0BIJ/_new  2020-06-22 19:55:33.473984983 +0200
@@ -1,3 +1,3 @@
-2020-04-29 11:16:26 +0000
-GIT Revision: d5d34a0112ea580c7c5e1bb904795887d4e4c758
+2020-05-18 10:32:23 +0000
+GIT Revision: b1281f373a4098826cc0d1fadd74ba2094b5e5c3
 GIT Branch: SLE15-SP2-RT

++++++ supported.conf ++++++
--- /var/tmp/diff_new_pack.0p0BIJ/_old  2020-06-22 19:55:33.517985112 +0200
+++ /var/tmp/diff_new_pack.0p0BIJ/_new  2020-06-22 19:55:33.517985112 +0200
@@ -2786,7 +2786,7 @@
                fs/fat/msdos
 +base          fs/fat/vfat
                fs/fscache/fscache
--              fs/fuse/cuse                                                    
# CUSE: Character device in Userspace, unnecessary for SLES
+               fs/fuse/cuse                                                    
# CUSE: Character device in Userspace, unnecessary for SLES
                fs/fuse/fuse                                                    
# FUSE: Filesystem in Userspace
 +gfs2-kmp      fs/gfs2/gfs2                                                    
# fate#319339
                fs/hfsplus/hfsplus                                              
# Extended Macintosh Filesystem


Reply via email to