diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index f512c666..6063d9f1 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 37d1d872..bc7a18d8 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-aarch64 -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index f512c666..6063d9f1 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 88c2f4d1..b26ecd31 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv6l -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index f512c666..6063d9f1 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 12ae07a5..0a186ddb 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -29,9 +29,9 @@ %(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build}) Name: dtb-armv7l -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index f512c666..6063d9f1 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 2ce1c28a..1627dd4e 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-64kb Summary: Kernel with 64kb PAGE_SIZE License: GPL-2.0 Group: System/Kernel -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -174,10 +174,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 -Provides: kernel-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: kernel-%build_flavor-base-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf +Provides: kernel-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf # END COMMON DEPS -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-debug.changes b/kernel-debug.changes index f512c666..6063d9f1 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 09330538..33837a5d 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -174,10 +174,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 -Provides: kernel-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: kernel-%build_flavor-base-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf +Provides: kernel-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf # END COMMON DEPS -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index f512c666..6063d9f1 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index fe5aefa7..0bf890ac 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -174,10 +174,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 -Provides: kernel-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: kernel-%build_flavor-base-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf +Provides: kernel-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf # END COMMON DEPS -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 diff --git a/kernel-docs.changes b/kernel-docs.changes index f512c666..6063d9f1 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 36a9a1d5..7e3ddb27 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -31,9 +31,9 @@ Name: kernel-docs Summary: Kernel Documentation License: GPL-2.0 Group: Documentation/Man -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding %endif Url: http://www.kernel.org/ Provides: %name = %version-%source_rel -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index f512c666..6063d9f1 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index ae70dae9..0cb2be1d 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-kvmsmall Summary: The Small Developer Kernel for KVM License: GPL-2.0 Group: System/Kernel -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -174,10 +174,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 -Provides: kernel-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: kernel-%build_flavor-base-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf +Provides: kernel-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf # END COMMON DEPS -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index f512c666..6063d9f1 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 5a4e2d86..fd7a07c0 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +BuildRequires: kernel%kernel_flavor-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %if 0%{?rhel_version} BuildRequires: kernel @@ -64,9 +64,9 @@ BuildRequires: dracut Summary: package kernel and initrd for OBS VM builds License: GPL-2.0 Group: SLES -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index f512c666..6063d9f1 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 38d1d7ae..e943f27e 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Basic QA tests for the kernel License: GPL-2.0 Group: SLES -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index f512c666..6063d9f1 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index cafa3369..bb945d5d 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -174,10 +174,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 -Provides: kernel-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: kernel-%build_flavor-base-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf +Provides: kernel-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf # END COMMON DEPS -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 diff --git a/kernel-source.changes b/kernel-source.changes index f512c666..6063d9f1 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index f42a453f..f67107c3 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 @@ -30,9 +30,9 @@ Name: kernel-source Summary: The Linux Kernel Sources License: GPL-2.0 Group: Development/Sources -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index f512c666..6063d9f1 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 5f9c2869..eb30e9ad 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0 Group: Development/Sources -Version: 5.5.1 +Version: 5.5.2 %if %using_buildservice %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -49,7 +49,7 @@ Requires: kernel-pae-devel = %version-%source_rel %endif Requires: pesign-obs-integration Provides: %name = %version-%source_rel -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index f512c666..6063d9f1 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 0fd4cff7..f9c902d2 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -174,10 +174,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 -Provides: kernel-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: kernel-%build_flavor-base-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf +Provides: kernel-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf # END COMMON DEPS -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index f512c666..6063d9f1 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,57 @@ +------------------------------------------------------------------- +Wed Feb 5 07:24:59 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream reference (in mainline now) and move to "almost mainline" section: + patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch +- commit d386a7a + +------------------------------------------------------------------- +Wed Feb 5 07:21:12 CET 2020 - jslaby@suse.cz + +- Linux 5.5.2 (bnc#1012628). +- vfs: fix do_last() regression (bnc#1012628). +- cifs: fix soft mounts hanging in the reconnect code + (bnc#1012628). +- x86/resctrl: Fix a deadlock due to inaccurate reference + (bnc#1012628). +- x86/resctrl: Fix use-after-free when deleting resource groups + (bnc#1012628). +- x86/resctrl: Fix use-after-free due to inaccurate refcount of + rdtgroup (bnc#1012628). +- KVM: PPC: Book3S PR: Fix -Werror=return-type build failure + (bnc#1012628). +- gfs2: Another gfs2_find_jhead fix (bnc#1012628). +- lib/test_bitmap: correct test data offsets for 32-bit + (bnc#1012628). +- perf c2c: Fix return type for histogram sorting comparision + functions (bnc#1012628). +- PM / devfreq: Add new name attribute for sysfs (bnc#1012628). +- tools lib: Fix builds when glibc contains strlcpy() + (bnc#1012628). +- arm64: kbuild: remove compressed images on 'make ARCH=arm64 + (dist)clean' (bnc#1012628). +- mm/mempolicy.c: fix out of bounds write in mpol_parse_str() + (bnc#1012628). +- reiserfs: Fix memory leak of journal device string + (bnc#1012628). +- media: digitv: don't continue if remote control state can't + be read (bnc#1012628). +- media: af9005: uninitialized variable printked (bnc#1012628). +- media: vp7045: do not read uninitialized values if usb transfer + fails (bnc#1012628). +- media: gspca: zero usb_buf (bnc#1012628). +- media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 + (bnc#1012628). +- tomoyo: Use atomic_t for statistics counter (bnc#1012628). +- ttyprintk: fix a potential deadlock in interrupt context issue + (bnc#1012628). +- Bluetooth: Fix race condition in hci_release_sock() + (bnc#1012628). +- cgroup: Prevent double killing of css when enabling threaded + cgroup (bnc#1012628). +- commit c2619d7 + ------------------------------------------------------------------- Tue Feb 4 07:41:15 CET 2020 - jslaby@suse.cz @@ -11,6 +65,22 @@ Mon Feb 3 15:44:53 CET 2020 - dsterba@suse.com - btrfs: do not zero f_bavail if we have available space (bsc#1162471) - commit edaa5de +------------------------------------------------------------------- +Mon Feb 3 06:53:24 CET 2020 - mkubecek@suse.cz + +- series.conf: cleanup +- update upstream references and move into "almost mainline" section: + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch +- move into "almost mainline" section + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch +- commit 9b0f74c + ------------------------------------------------------------------- Sat Feb 1 10:56:18 CET 2020 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 17f38d15..06ba238d 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.5 -%define patchversion 5.5.1 +%define patchversion 5.5.2 %define variant %{nil} %define vanilla_only 0 %define compress_modules xz @@ -65,9 +65,9 @@ Name: kernel-zfcpdump Summary: The IBM System Z zfcpdump Kernel License: GPL-2.0 Group: System/Kernel -Version: 5.5.1 +Version: 5.5.2 %if 0%{?is_kotd} -Release: .g267811a +Release: .g3a91916 %else Release: 0 %endif @@ -174,10 +174,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 -Provides: kernel-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: kernel-%build_flavor-base-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf +Provides: kernel-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf # END COMMON DEPS -Provides: %name-srchash-267811a1db82e66a178f87d49de07cd5e0a02059 +Provides: %name-srchash-3a91916cccfa7359496013b199fa625c9dee9cdf %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 05d59043..26f3c32e 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c636ab0f2632ce9652ca69b42e22489c0a924addc4a8b43e1cb28bccdf001e81 -size 41424 +oid sha256:156aac955902251fc9bed8bdcc5193188bfa26a1886858f5ee20bd1b10dace8f +size 61050 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 09cff050..fa395217 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41bf0da73edb67eb99b185d81651ab9fa0261091a4e7722befe645f18c48fe35 -size 75221 +oid sha256:d1a32a48a1f709b199279adb6b1c3127e3e98584efde108fe656384dd09834b1 +size 74435 diff --git a/series.conf b/series.conf index 6034d40b..05eecfc1 100644 --- a/series.conf +++ b/series.conf @@ -84,6 +84,31 @@ patches.kernel.org/5.5.1-055-Revert-um-Enable-CONFIG_CONSTRUCTORS.patch patches.kernel.org/5.5.1-056-power-supply-ingenic-battery-Don-t-change-scale.patch patches.kernel.org/5.5.1-057-Linux-5.5.1.patch + patches.kernel.org/5.5.2-001-vfs-fix-do_last-regression.patch + patches.kernel.org/5.5.2-002-cifs-fix-soft-mounts-hanging-in-the-reconnect-c.patch + patches.kernel.org/5.5.2-003-x86-resctrl-Fix-a-deadlock-due-to-inaccurate-re.patch + patches.kernel.org/5.5.2-004-x86-resctrl-Fix-use-after-free-when-deleting-re.patch + patches.kernel.org/5.5.2-005-x86-resctrl-Fix-use-after-free-due-to-inaccurat.patch + patches.kernel.org/5.5.2-006-KVM-PPC-Book3S-PR-Fix-Werror-return-type-build-.patch + patches.kernel.org/5.5.2-007-gfs2-Another-gfs2_find_jhead-fix.patch + patches.kernel.org/5.5.2-008-lib-test_bitmap-correct-test-data-offsets-for-3.patch + patches.kernel.org/5.5.2-009-perf-c2c-Fix-return-type-for-histogram-sorting-.patch + patches.kernel.org/5.5.2-010-PM-devfreq-Add-new-name-attribute-for-sysfs.patch + patches.kernel.org/5.5.2-011-tools-lib-Fix-builds-when-glibc-contains-strlcp.patch + patches.kernel.org/5.5.2-012-arm64-kbuild-remove-compressed-images-on-make-A.patch + patches.kernel.org/5.5.2-013-mm-mempolicy.c-fix-out-of-bounds-write-in-mpol_.patch + patches.kernel.org/5.5.2-014-reiserfs-Fix-memory-leak-of-journal-device-stri.patch + patches.kernel.org/5.5.2-015-media-digitv-don-t-continue-if-remote-control-s.patch + patches.kernel.org/5.5.2-016-media-af9005-uninitialized-variable-printked.patch + patches.kernel.org/5.5.2-017-media-vp7045-do-not-read-uninitialized-values-i.patch + patches.kernel.org/5.5.2-018-media-gspca-zero-usb_buf.patch + patches.kernel.org/5.5.2-019-media-dvb-usb-dvb-usb-urb.c-initialize-actlen-t.patch + patches.kernel.org/5.5.2-020-tomoyo-Use-atomic_t-for-statistics-counter.patch + patches.kernel.org/5.5.2-021-ttyprintk-fix-a-potential-deadlock-in-interrupt.patch + patches.kernel.org/5.5.2-022-Bluetooth-Fix-race-condition-in-hci_release_soc.patch + patches.kernel.org/5.5.2-023-cgroup-Prevent-double-killing-of-css-when-enabl.patch + patches.kernel.org/5.5.2-024-btrfs-do-not-zero-f_bavail-if-we-have-available.patch + patches.kernel.org/5.5.2-025-Linux-5.5.2.patch ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -110,6 +135,14 @@ # to area specific sections below. ######################################################## patches.suse/ALSA-hda-Apply-aligned-MMIO-access-only-conditionall.patch + patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch + patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch + patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch + patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch + patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch + patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch + patches.suse/pci-brcmstb-add-msi-capability.patch + patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch ######################################################## # kbuild/module infrastructure fixes @@ -165,7 +198,6 @@ patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch - patches.suse/btrfs-do-not-zero-f_bavail-if-we-have-available-spac.patch # ext[2-4] @@ -204,13 +236,6 @@ patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.patch - # bsc#1161154, CVE-2019-3016 - patches.suse/0001-x86-kvm-Be-careful-not-to-clear-KVM_VCPU_FLUSH_TLB-b.patch - patches.suse/0002-x86-kvm-Introduce-kvm_-un-map_gfn.patch - patches.suse/0003-x86-kvm-Cache-gfn-to-pfn-translation.patch - patches.suse/0004-x86-KVM-Make-sure-KVM_VCPU_FLUSH_TLB-flag-is-not-mis.patch - patches.suse/0005-x86-KVM-Clean-up-host-s-steal-time-structure.patch - ######################################################## # Other core patches ######################################################## @@ -256,10 +281,7 @@ ######################################################## # RPi4 PCIe support patches.suse/linux-log2-h-add-roundup-rounddown_pow_two64-family-of-functions.patch - patches.suse/pci-brcmstb-add-broadcom-stb-pcie-host-controller-driver.patch - patches.suse/pci-brcmstb-add-msi-capability.patch - patches.suse/ASoC-SOF-Introduce-state-machine-for-FW-boot.patch patches.suse/ASoC-SOF-core-free-trace-on-errors.patch patches.suse/ASoC-SOF-core-release-resources-on-errors-in-probe_c.patch diff --git a/source-timestamp b/source-timestamp index 69084488..45256679 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2020-02-04 07:38:08 +0000 -GIT Revision: 267811a1db82e66a178f87d49de07cd5e0a02059 +2020-02-05 08:53:48 +0000 +GIT Revision: 3a91916cccfa7359496013b199fa625c9dee9cdf GIT Branch: stable