Packages changed: btrfsprogs ca-certificates chrony cilium cri-o (1.17.3 -> 1.18.0) dhcp dracut (049.1+suse.138.g9068a629 -> 050+suse.60.ged08acac) file fuse-overlayfs (0.7.8 -> 1.0.0) gawk (5.0.1 -> 5.1.0) glib2 (2.62.6 -> 2.64.2) glibc gpg2 (2.2.19 -> 2.2.20) gpgme grub2 hwinfo (21.69 -> 21.70) installation-images-MicroOS (14.466 -> 14.468) irqbalance issue-generator (1.8 -> 1.9) kbd kernel-64kb (5.6.4 -> 5.6.8) kernel-default-base (5.6.4 -> 5.6.8) kernel-firmware (20200413 -> 20200424) kernel-source (5.6.4 -> 5.6.8) kubernetes (1.18.1 -> 1.18.2) kubernetes1.18 (1.18.1 -> 1.18.2) kured ldb (2.1.1 -> 2.1.2) less (551 -> 557) libmnl libproxy libsepol libyaml (0.2.2 -> 0.2.4) logrotate mozilla-nss ncurses (6.2.20200404 -> 6.2.20200418) openSUSE-build-key openssl-1_1 (1.1.1f -> 1.1.1g) parted patterns-base (20190612 -> 20200417) patterns-containers patterns-microos pcre (8.42 -> 8.44) pcre2 perl-Bootloader (0.926 -> 0.927) podman (1.9.0 -> 1.9.1) psmisc python-oauthlib python-rpm-macros (20200117.8e39013 -> 20200207.5feb6c1) python-urllib3 python3 python3-base rebootmgr (0.20.1 -> 1.1) salt (3000 -> 3000.2) slirp4netns (0.4.4 -> 1.0.0) socat (1.7.3.3 -> 1.7.3.4) sudo (1.8.31p1 -> 1.9.0rc2) suse-module-tools (15.2.10 -> 15.3.2) sysfsutils systemd systemd-presets-branding-MicroOS tar timezone (2019c -> 2020a) weave wpa_supplicant yast2 (4.2.82 -> 4.2.83) yomi-formula (0.0.1+git.1585837779.87bbc9c -> 0.0.1+git.1587986719.9a9097a) zlib === Details === ==== btrfsprogs ==== Subpackages: btrfsprogs-udev-rules libbtrfs0 - Fix content of _dracutmodulesdir variable: this definitively does not belong to libexecdir. ==== ca-certificates ==== - Remove old migration code, we don't support migration from such old products anymore. - Use file requires to support busybox container if possible ==== chrony ==== - Use _systemdutildir instead of _libexecdir/systemd: systemd does not actually live below libexecdir. ==== cilium ==== - Adds a couple of patches that fixes bpf load error (bsc#1151876) * 0005-rename-PolicyMapMaxEntries-to-PolicyMapEntries-and-define-policy-map-size-limits-as-consts.patch(combined) * 0006-allow-to-configure-bpf-nat-global-max-using-helm.patch * 0007-reduce-default-number-for-TCP-CT-and-NAT-table-max-entries.patch * 0008-add-option-to-dynamically-size-BPF-maps-based-on-system-memory.patch ==== cri-o ==== Version update (1.17.3 -> 1.18.0) Subpackages: cri-o-kubeadm-criconfig - Restore calls to %service_* macros that were accidently removed with the last change - Remove crio-wipe.service and crio-shutdown.service - Update to version 1.18.0: - Deprecation - Drop support for golang < v1.13 - API Change - Removed version from default AppArmor profile name in config - CRI-O now runs containers without NET_RAW and SYS_CHROOT capabilities by default. This can result in permission denied errors when the container tries to do something that would require either of these capabilities. For instance, using `ping` requires NET_RAW, unless the container is given the sysctl `net.ipv4.ip_forward`. Further, if you have a container that runs buildah or configures RPMs, they may fail without SYS_CHROOT. Ultimately, the dropped capabilities are worth it, as the majority of containers don't need them. The fewer capabilities CRI-O gives out by default, the more secure it is by default. - When pinning namespaces, CRI-O now pins to /var/run/$NS_NAMEns/$RAND_ID instead of /var/run/crio/ns/$RAND_ID/$NS_NAME for better compatibility with third party networking plugins - Feature - Add `crio config -m/--migrate` option which supports migrating a v1.17.0 configuration file to the latest version. - Add available image labels to image status info - Add cgroup namespace unsharing to pinns - Add live configuration reload to AppArmor profile option - Add live configuration reload to seccomp profile option - Add log context to container stats to improve logging - Added `--cni-default-network`/`cni_default_network` option to specify the CNI network to select. The default value is `crio`, but this option can be explicitly set to `""` to pickup the first network found in `--cni-config-dir`/`network_dir`. - Added `conmon`, `runc` and `cni-plugins` to the static release bundle - Added `linkmode` (dynamic or static) output to `crio version` subcommand - Added gRPC method names to log entries to increase trace-ablity - Added live reload to `decryption_keys_path` - Added pinns binary to static bundle - Improve `crio --version` / `version` output to show more details - Provide the possibility to set the default config path via `make DEFAULTS_PATH=` - Take local images into account when pulling images prefixed with `localhost/` - Added support for drop-in registries.conf configuration files. Please refer to the registries.conf.d documentation (https://github.com/containers/image/blob/master/docs/containers-registries.conf.d.5.md) for further details. - If a specified or the default hooks directory is not available, then we warn the user but do not fail any more. - Documentation - Update documentation that the lowest possible value for the ctr_stop_timeout is 30seconds. We also move the validation of this fact into the config validation part of the library. - Added man page for crio.conf.d(5) - Other (Bug, Cleanup or Flake) - Empty sandbox labels are now serialized into proper JSON (`null`) - Fixed CRI-O to fail to start when `runc` is no configured runtime and the `runc` binary is not in `$PATH` - Fixed SIGHUP reload for drop-in configuration files - Provide the latest release bundle via a Google Cloud Storage Bucket at: https://console.cloud.google.com/storage/browser/k8s-conform-cri-o/artifacts - Removed annoying logs coming directly from lower level runtimes like runc - Removed the musl libc build target from the static binary bundle in favor of the existing glibc variant - Removed warning about non-absolute container log paths when creating a container - CRI-O's version can be overriden at buildtime with `VERSION=my.version.number make bin/crio` - ContainerStatus no longer waits for a container operation (such as start or stop) to finish. - Fix bug resulting in false reports of OOM - Fixed SIGHUP reload behavior for unqualified search registries - Return grpc code NotFound when we can't find a container or pod - Systemd unit file: drop crio-wipe.service as a requirement ==== dhcp ==== Subpackages: dhcp-client - Use sysusers.d instead of shadow ==== dracut ==== Version update (049.1+suse.138.g9068a629 -> 050+suse.60.ged08acac) Subpackages: dracut-ima - Update to version 050+suse.60.ged08acac: * 90nvdimm: include nvdimm keys in initrd (bsc#1161343) - Update to version 050+suse.59.gc635f468: * mkinitrd-suse.sh: Fix i586 platform detection (boo#1168341) ==== file ==== Subpackages: file-magic libmagic1 - file-5.24-nitpick.dif: remove obsolete patch (bsc#1169512) - file-secure_getenv.patch: refresh ==== fuse-overlayfs ==== Version update (0.7.8 -> 1.0.0) - Update to v1.0.0 - Fix portability issue to 32 bits architectures ==== gawk ==== Version update (5.0.1 -> 5.1.0) - Update to 5.1.0: * The major version of the API is bumped to 3, something that should have happened at the 5.0.0 release but didn't. * A number of memory leak issues have been fixed. * Infrastructure upgrades: Bison 3.5.4, Texinfo 6.7, Gettext 0.20.1, Automake 1.16.2. * The indexing in the manual has been thoroughly revised, in particular making use of the facilities in Texinfo 6.7. That version (or newer) must be used to format the manual. * MSYS2 is now supported out-of-the-box by configure. * Several bugs have been fixed. See the ChangeLog for details. - Removed gawk-inplace-namespace-part3.patch - Removed gawk-inplace-namespace-part1.patch - Removed gawk-inplace-namespace-part2.patch ==== glib2 ==== Version update (2.62.6 -> 2.64.2) Subpackages: glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 - Update to version 2.64.2: + Bugs fixed: glgo#GNOME/GLib#2067, glgo#GNOME/GLib#2081, glgo#GNOME/GLib!1421, glgo#GNOME/GLib!1438, glgo#GNOME/GLib!1424, glgo#GNOME/GLib!1428, glgo#GNOME/GLib!1429, glgo#GNOME/GLib !1431, glgo#GNOME/GLib!1432, glgo#GNOME/GLib!1435, glgo#GNOME/GLib!1447. + Updated translations. - Update to version 2.64.1: + Fix memory monitor tests to only be installed if installed-tests are enabled, and to be skipped if GObject-Introspection is too old. + Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988, glgo#GNOME/GLib!1407, glgo#GNOME/GLib!1412. + Updated translations. - Update to version 2.64.0: + Use `posix_spawn()` to speed up launching test D-Bus instances. + Bugs fixed: glgo#GNOME/GLib#1783, glgo#GNOME/GLib#2049, glgo#GNOME/GLib!1384, glgo#GNOME/GLib!1386, glgo#GNOME/GLib!1387, glgo#GNOME/GLib!1388, glgo#GNOME/GLib!1389. + Updated translations. - Update to version 2.63.6: + Fix potential relative read when calling g_printerr(), which could lead to a denial of service from a setuid-root process being used to block access to the TTY for another user. + Fix SOCKS proxy resolver sometimes not being used when resolving addresses via Happy Eyeballs (CVE-2020-6750). + Several other Happy Eyeballs fixes for address resolution. + Various race fixes in `GDBusConnection` and its unit tests. + Fix a race condition with D-Bus name ownership. + Drop `gio-launch-desktop` helper application in favour of calling `sh` directly. + Fix win32 exception handling with C# exceptions. + Fix thread safety of `GUnixMountMonitor`. + Additional fixes to new thread pool attribute behaviour from GLib 2.63.4 to check if sched_setattr() is allowed by system policies before depending on it. + Fix memory leaks and corruption when freeing `GSource`s while freeing a `GMainContext`. + Drop inappropriate installation of object manager example documentation. + Varioius other bugs and fixes. + Updated translations. - Update to version 2.63.5: + Fix behaviour of `g_file_move()` fallback code to not follow symlinks. + Rename `--glib-min-version` argument of `gdbus-codegen` to `--glib-min-required`. + Add gtk-doc checks to CI and fix a number of documentation issues. + Add a debug message if `g_setenv()` or `g_unsetenv()` are used after any threads have been spawned ? this will be upgraded to a warning in future. + Skip memory monitor tests if xdg-desktop-portal or dbusmock are not available. + Change the `libmount` configure option from a boolean to a Meson `feature`. + Do not return `target-uri` from `g_file_peek_path()` when called on trash/recent files. + Drop new TLS certificate API for PKCS #11 backed certificates, as the implementation is not ready yet (this is not an API break as the API was added earlier in the 2.63 cycle). + Updated translations. + For changes from earlier in the dev cycle see the NEWS file. - Rebase glib2-gdbus-codegen-version.patch. ==== glibc ==== Subpackages: glibc-locale glibc-locale-base - Split off %lang_package ==== gpg2 ==== Version update (2.2.19 -> 2.2.20) - Fix gpgme and gpgme-qt builds on gpg2 2.2.20 update [bsc#1170811] - Refresh patches: * gnupg-2.2.8-files-are-digests.patch * gnupg-add_legacy_FIPS_mode_option.patch - GnuPG 2.2.20: * Protect the error counter against overflow to guarantee that the tools can't be tricked into returning success after an error * gpg: Make really sure that --verify-files always returns an error * gpg: Fix key listing --with-secret if a pattern is given * gpg: Fix detection of certain keys used as default-key * gpg: Fix default-key selection when a card is available * gpg: Fix key expiration and key usage for keys created with a creation date of zero * gpgsm: Fix import of some CR,LF terminated certificates * gpg: New options --include-key-block and --auto-key-import to allow encrypted replies after an initial signed message * gpg: Allow the use of a fingerprint with --trusted-key * gpg: New property "fpr" for use by --export-filter * scdaemon: Disable the pinpad if a KDF DO is used * dirmngr: Improve finding OCSP certificates - drop gpg2-gcc10-build-fno-common.patch, upstream ==== gpgme ==== - Fix build: [bsc#1170811] * Test t-json fails since the gpg-2.2.20 update - Add patches: * gpgme-t-json-test-Bravo-key-no-secret-key-material.patch * gpgme-t-json-test-with-keygrip-when-listing-keys.patch ==== grub2 ==== Subpackages: grub2-arm64-efi grub2-snapper-plugin - Fix executable stack in grub-probe and other grub utility (bsc#1169137) * grub2-btrfs-06-subvol-mount.patch ==== hwinfo ==== Version update (21.69 -> 21.70) - merge gh#openSUSE/hwinfo#86 - update pci and usb ids (bsc#1169682) - fix compiler warnings - 21.70 ==== installation-images-MicroOS ==== Version update (14.466 -> 14.468) - merge gh#openSUSE/installation-images#372 - remove ruby parts that are not needed in installation system - 14.468 - merge gh#openSUSE/installation-images#371 - etc: update module.config to match 5.7 - 14.467 - remove python dependency ==== irqbalance ==== - Package COPYING and README.md - Add some deps for the -ui subpackage - Use fillup_prereq macro - Move ui into sub-package to get minimal core much smaller ==== issue-generator ==== Version update (1.8 -> 1.9) - Update to version 1.9 - Fix path for systemd files ==== kbd ==== Subpackages: kbd-legacy - drop broken kbd command as well as guess_encoding (boo#1170067) - don't use subdirectory for legacy keymaps (boo#1166423) - use fdupes ==== kernel-64kb ==== Version update (5.6.4 -> 5.6.8) - Revert "ext4: make dioread_nolock the default" (bnc#1169774). - commit 63116ab - Linux 5.6.8 (bnc#1012628). - mm: check that mm is still valid in madvise() (bnc#1012628). - tools/testing/nvdimm: Fix compilation failure without CONFIG_DEV_DAX_PMEM_COMPAT (bnc#1012628). - watchdog: reset last_hw_keepalive time at start (bnc#1012628). - scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login (bnc#1012628). - xfs: correctly acount for reclaimable slabs (bnc#1012628). - scsi: lpfc: Fix crash after handling a pci error (bnc#1012628). - scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREG (bnc#1012628). - scsi: libfc: If PRLI rejected, move rport to PLOGI state (bnc#1012628). - ceph: return ceph_mdsc_do_request() errors from __get_parent() (bnc#1012628). - ceph: don't skip updating wanted caps when cap is stale (bnc#1012628). - pwm: imx27: Fix clock handling in pwm_imx27_apply() (bnc#1012628). - pwm: rcar: Fix late Runtime PM enablement (bnc#1012628). - nvme-tcp: fix possible crash in write_zeroes processing (bnc#1012628). - ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flag (bnc#1012628). - scsi: iscsi: Report unbind session event when the target has been removed (bnc#1012628). - tools/test/nvdimm: Fix out of tree build (bnc#1012628). - ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map() (bnc#1012628). - nvme: fix deadlock caused by ANA update wrong locking (bnc#1012628). - drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmax (bnc#1012628). - dma-direct: fix data truncation in dma_direct_get_required_mask() (bnc#1012628). - kernel/gcov/fs.c: gcov_seq_next() should increase position index (bnc#1012628). - selftests: kmod: fix handling test numbers above 9 (bnc#1012628). - ipc/util.c: sysvipc_find_ipc() should increase position index (bnc#1012628). - kconfig: qconf: Fix a few alignment issues (bnc#1012628). - lib/raid6/test: fix build on distros whose /bin/sh is not bash (bnc#1012628). - block: fix busy device checking in blk_drop_partitions (bnc#1012628). - s390/cio: generate delayed uevent for vfio-ccw subchannels (bnc#1012628). - s390/cio: avoid duplicated 'ADD' uevents (bnc#1012628). - loop: Better discard support for block devices (bnc#1012628). - Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled" (bnc#1012628). - powerpc/pseries: Fix MCE handling on pseries (bnc#1012628). - nvme: fix compat address handling in several ioctls (bnc#1012628). - pwm: renesas-tpu: Fix late Runtime PM enablement (bnc#1012628). - pwm: bcm2835: Dynamically allocate base (bnc#1012628). - scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statistics (bnc#1012628). - scsi: lpfc: Fix lockdep error - register non-static key (bnc#1012628). - perf/core: Disable page faults when getting phys address (bnc#1012628). - drm/amd/display: Calculate scaling ratios on every medium/full update (bnc#1012628). - ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet (bnc#1012628). - ALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirk (bnc#1012628). - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 (bnc#1012628). - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 (bnc#1012628). - xhci: Finetune host initiated USB3 rootport link suspend and resume (bnc#1012628). - block: fix busy device checking in blk_drop_partitions again (bnc#1012628). - cxgb4: fix adapter crash due to wrong MC size (bnc#1012628). - cxgb4: fix large delays in PTP synchronization (bnc#1012628). - ipv4: Update fib_select_default to handle nexthop objects (bnc#1012628). - ipv6: fix restrict IPV6_ADDRFORM operation (bnc#1012628). - macsec: avoid to set wrong mtu (bnc#1012628). - macvlan: fix null dereference in macvlan_device_event() (bnc#1012628). - mlxsw: Fix some IS_ERR() vs NULL bugs (bnc#1012628). - net: bcmgenet: correct per TX/RX ring statistics (bnc#1012628). - net/mlx4_en: avoid indirect call in TX completion (bnc#1012628). - net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node (bnc#1012628). - net: openvswitch: ovs_ct_exit to be done under ovs_lock (bnc#1012628). - net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock array (bnc#1012628). - net/x25: Fix x25_neigh refcnt leak when receiving frame (bnc#1012628). - sched: etf: do not assume all sockets are full blown (bnc#1012628). - selftests: Fix suppress test in fib_tests.sh (bnc#1012628). - tcp: cache line align MAX_TCP_HEADER (bnc#1012628). - team: fix hang in team_mode_get() (bnc#1012628). - tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv (bnc#1012628). - tipc: Fix potential tipc_node refcnt leak in tipc_rcv (bnc#1012628). - vrf: Fix IPv6 with qdisc and xfrm (bnc#1012628). - net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled (bnc#1012628). - net: dsa: b53: Fix valid setting for MDB entries (bnc#1012628). - net: dsa: b53: Fix ARL register definitions (bnc#1012628). - net: dsa: b53: Rework ARL bin logic (bnc#1012628). - net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVL (bnc#1012628). - vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR (bnc#1012628). - geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR (bnc#1012628). - xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish (bnc#1012628). - vrf: Check skb for XFRM_TRANSFORMED flag (bnc#1012628). - net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe() (bnc#1012628). - KEYS: Avoid false positive ENOMEM error on key read (bnc#1012628). - ALSA: hda: Remove ASUS ROG Zenith from the blacklist (bnc#1012628). - ALSA: usb-audio: Add static mapping table for ALC1220-VB-based mobos (bnc#1012628). - ALSA: usb-audio: Add connector notifier delegation (bnc#1012628). - mac80211: populate debugfs only after cfg80211 init (bnc#1012628). - iio: core: remove extra semi-colon from devm_iio_device_register() macro (bnc#1012628). - iio: imu: st_lsm6dsx: flush hw FIFO before resetting the device (bnc#1012628). - iio: st_sensors: rely on odr mask to know if odr can be set (bnc#1012628). - iio: adc: stm32-adc: fix sleep in atomic context (bnc#1012628). - iio: adc: ti-ads8344: properly byte swap value (bnc#1012628). - iio: xilinx-xadc: Fix ADC-B powerdown (bnc#1012628). - iio: xilinx-xadc: Fix clearing interrupt when enabling trigger (bnc#1012628). - iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneous mode (bnc#1012628). - iio: xilinx-xadc: Make sure not exceed maximum samplerate (bnc#1012628). - USB: sisusbvga: Change port variable from signed to unsigned (bnc#1012628). - USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIRE (bnc#1012628). - USB: early: Handle AMD's spec-compliant identifiers, too (bnc#1012628). - USB: core: Fix free-while-in-use bug in the USB S-Glibrary (bnc#1012628). - USB: hub: Fix handling of connect changes during sleep (bnc#1012628). - USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme first for high speed devices") (bnc#1012628). - tty: serial: owl: add "much needed" clk_prepare_enable() (bnc#1012628). - vmalloc: fix remap_vmalloc_range() bounds checks (bnc#1012628). - staging: gasket: Fix incongruency in handling of sysfs entries creation (bnc#1012628). - coredump: fix null pointer dereference on coredump (bnc#1012628). - mm/hugetlb: fix a addressing exception caused by huge_pte_offset (bnc#1012628). - mm/ksm: fix NULL pointer dereference when KSM zero page is enabled (bnc#1012628). - tools/vm: fix cross-compile build (bnc#1012628). - ALSA: usx2y: Fix potential NULL dereference (bnc#1012628). - ALSA: hda/realtek - Fix unexpected init_amp override (bnc#1012628). - ALSA: hda/realtek - Add new codec supported for ALC245 (bnc#1012628). - ALSA: hda/hdmi: Add module option to disable audio component binding (bnc#1012628). - ALSA: usb-audio: Fix usb audio refcnt leak when getting spdif (bnc#1012628). - ALSA: usb-audio: Filter out unsupported sample rates on Focusrite devices (bnc#1012628). - tpm/tpm_tis: Free IRQ if probing fails (bnc#1012628). - tpm: fix wrong return value in tpm_pcr_extend (bnc#1012628). - tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send() (bnc#1012628). - KVM: s390: Return last valid slot if approx index is out-of-bounds (bnc#1012628). - KVM: Check validity of resolved slot when searching memslots (bnc#1012628). - KVM: VMX: Enable machine check support for 32bit targets (bnc#1012628). - tty: hvc: fix buffer overflow during hvc_alloc() (bnc#1012628). - tty: rocket, avoid OOB access (bnc#1012628). - usb-storage: Add unusual_devs entry for JMicron JMS566 (bnc#1012628). - signal: Avoid corrupting si_pid and si_uid in do_notify_parent (bnc#1012628). - drm/dp_mst: Zero assigned PBN when releasing VCPI slots (bnc#1012628). - audit: check the length of userspace generated audit records (bnc#1012628). - ASoC: dapm: fixup dapm kcontrol widget (bnc#1012628). - SUNRPC: Fix backchannel RPC soft lockups (bnc#1012628). - iwlwifi: pcie: actually release queue memory in TVQM (bnc#1012628). - iwlwifi: mvm: beacon statistics shouldn't go backwards (bnc#1012628). - iwlwifi: pcie: indicate correct RB size to device (bnc#1012628). - iwlwifi: mvm: limit maximum queue appropriately (bnc#1012628). - iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation (bnc#1012628). - iwlwifi: mvm: fix inactive TID removal return value usage (bnc#1012628). - iwlwifi: fix WGDS check when WRDS is disabled (bnc#1012628). - cifs: fix uninitialised lease_key in open_shroot() (bnc#1012628). - ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y (bnc#1012628). - powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failure (bnc#1012628). - powerpc/setup_64: Set cache-line-size based on cache-block-size (bnc#1012628). - staging: comedi: dt2815: fix writing hi byte of analog output (bnc#1012628). - staging: comedi: Fix comedi_device refcnt leak in comedi_open (bnc#1012628). - vt: don't hardcode the mem allocation upper bound (bnc#1012628). - vt: don't use kmalloc() for the unicode screen buffer (bnc#1012628). - staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default (bnc#1012628). - staging: vt6656: Fix calling conditions of vnt_set_bss_mode (bnc#1012628). - staging: vt6656: Fix drivers TBTT timing counter (bnc#1012628). - staging: vt6656: Fix pairwise key entry save (bnc#1012628). - staging: vt6656: Power save stop wake_up_count wrap around (bnc#1012628). - mei: me: fix irq number stored in hw struct (bnc#1012628). - cdc-acm: close race betrween suspend() and acm_softint (bnc#1012628). - cdc-acm: introduce a cool down (bnc#1012628). - UAS: no use logging any details in case of ENODEV (bnc#1012628). - UAS: fix deadlock in error handling and PM flushing work (bnc#1012628). - fpga: dfl: pci: fix return value of cci_pci_sriov_configure (bnc#1012628). - usb: dwc3: gadget: Fix request completion check (bnc#1012628). - usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() (bnc#1012628). - usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change (bnc#1012628). - usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointer (bnc#1012628). - xhci: Fix handling halted endpoint even if endpoint ring appears empty (bnc#1012628). - xhci: prevent bus suspend if a roothub port detected a over-current condition (bnc#1012628). - xhci: Don't clear hub TT buffer on ep0 protocol stall (bnc#1012628). - serial: sh-sci: Make sure status register SCxSR is read in correct sequence (bnc#1012628). - Revert "serial: uartps: Fix uartps_major handling" (bnc#1012628). - Revert "serial: uartps: Use the same dynamic major number for all ports" (bnc#1012628). - Revert "serial: uartps: Fix error path when alloc failed" (bnc#1012628). - Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES" (bnc#1012628). - Revert "serial: uartps: Change uart ID port allocation" (bnc#1012628). - Revert "serial: uartps: Move Port ID to device data structure" (bnc#1012628). - Revert "serial: uartps: Register own uart console and driver structures" (bnc#1012628). - drm/i915/gt: Update PMINTRMSK holding fw (bnc#1012628). - powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAP (bnc#1012628). - powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32 (bnc#1012628). - s390/mm: fix page table upgrade vs 2ndary address mode accesses (bnc#1012628). - commit 58238cd - Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE() (bsc#1168776). - commit a7947d7 - ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (bsc#1170522). - commit 00d8515 - blacklist.conf: add one revert - commit 2ef52fd - libbpf: Only check mode flags in get_xdp_id (git-fixes). - commit 4535732 - Linux 5.6.7 (bnc#1012628). - x86/xen: fix booting 32-bit pv guest (bnc#1012628). - bpf, test_verifier: switch bpf_get_stack's 0 s> r8 test (bnc#1012628). - bpf: Test_progs, add test to catch retval refine error handling (bnc#1012628). - bpf: Test_verifier, bpf_get_stack return value add <0 (bnc#1012628). - bpf: fix buggy r0 retval refinement for tracing helpers (bnc#1012628). - KEYS: Don't write out to userspace while holding key semaphore (bnc#1012628). - mtd: phram: fix a double free issue in error path (bnc#1012628). - mtd: lpddr: Fix a double free in probe() (bnc#1012628). - docs: Fix path to MTD command line partition parser (bnc#1012628). - mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB (bnc#1012628). - mtd: rawnand: free the nand_device object (bnc#1012628). - locktorture: Print ratio of acquisitions, not failures (bnc#1012628). - iio: st_sensors: handle memory allocation failure to fix null pointer dereference (bnc#1012628). - tty: evh_bytechan: Fix out of bounds accesses (bnc#1012628). - fbmem: Adjust indentation in fb_prepare_logo and fb_blank (bnc#1012628). - iio: si1133: read 24-bit signed integer for measurement (bnc#1012628). - ARM: dts: sunxi: Fix DE2 clocks register range (bnc#1012628). - fbdev: potential information leak in do_fb_ioctl() (bnc#1012628). - dma-debug: fix displaying of dma allocation type (bnc#1012628). - cifs: ignore cached share root handle closing errors (bnc#1012628). - net: dsa: bcm_sf2: Fix overflow checks (bnc#1012628). - drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during init (bnc#1012628). - platform/chrome: cros_ec: Query EC protocol version if EC transitions between RO/RW (bnc#1012628). - f2fs: fix to wait all node page writeback (bnc#1012628). - f2fs: fix leaking uninitialized memory in compressed clusters (bnc#1012628). - iommu/amd: Fix the configuration of GCR3 table root pointer (bnc#1012628). - libnvdimm: Out of bounds read in __nd_ioctl() (bnc#1012628). - power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks (bnc#1012628). - csky: Fixup init_fpu compile warning with __init (bnc#1012628). - thermal: qoriq: Fix a compiling issue (bnc#1012628). - sunrpc: Fix gss_unwrap_resp_integ() again (bnc#1012628). - ext2: fix debug reference to ext2_xattr_cache (bnc#1012628). - iommu/vt-d: Fix page request descriptor size (bnc#1012628). - iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr() (bnc#1012628). - f2fs: skip GC when section is full (bnc#1012628). - f2fs: fix to account compressed blocks in f2fs_compressed_blocks() (bnc#1012628). - ext2: fix empty body warnings when -Wextra is used (bnc#1012628). - virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM (bnc#1012628). - SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize (bnc#1012628). - iommu/vt-d: Fix mm reference leak (bnc#1012628). - iommu/vt-d: Add build dependency on IOASID (bnc#1012628). - iommu/virtio: Fix freeing of incomplete domains (bnc#1012628). - drm/vc4: Fix HDMI mode validation (bnc#1012628). - um: falloc.h needs to be directly included for older libc (bnc#1012628). - mfd: cros_ec: Check DT node for usbpd-notify add (bnc#1012628). - ceph: re-org copy_file_range and fix some error paths (bnc#1012628). - ACPICA: Fixes for acpiExec namespace init file (bnc#1012628). - f2fs: fix potential deadlock on compressed quota file (bnc#1012628). - f2fs: fix NULL pointer dereference in f2fs_write_begin() (bnc#1012628). - f2fs: fix NULL pointer dereference in f2fs_verity_work() (bnc#1012628). - f2fs: fix potential .flags overflow on 32bit architecture (bnc#1012628). - f2fs: compress: fix to call missing destroy_compress_ctx() (bnc#1012628). - csky: Fixup get wrong psr value from phyical reg (bnc#1012628). - ACPI: Update Tiger Lake ACPI device IDs (bnc#1012628). - NFS: Fix memory leaks in nfs_pageio_stop_mirroring() (bnc#1012628). - drm/amdkfd: kfree the wrong pointer (bnc#1012628). - csky: Fixup cpu speculative execution to IO area (bnc#1012628). - x86: ACPI: fix CPU hotplug deadlock (bnc#1012628). - leds: core: Fix warning message when init_data (bnc#1012628). - drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges (bnc#1012628). - KVM: s390: vsie: Fix possible race when shadowing region 3 tables (bnc#1012628). - compiler.h: fix error in BUILD_BUG_ON() reporting (bnc#1012628). - percpu_counter: fix a data race at vm_committed_as (bnc#1012628). - include/linux/swapops.h: correct guards for non_swap_entry() (bnc#1012628). - drm/nouveau/svm: fix vma range check for migration (bnc#1012628). - drm/nouveau/svm: check for SVM initialized before migrating (bnc#1012628). - macsec: fix NULL dereference in macsec_upd_offload() (bnc#1012628). - mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS (bnc#1012628). - platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID (bnc#1012628). - dt-bindings: thermal: tsens: Fix nvmem-cell-names schema (bnc#1012628). - drm/amd/display: Don't try hdcp1.4 when content_type is set to type1 (bnc#1012628). - x86/xen: Make the boot CPU idle task reliable (bnc#1012628). - cifs: Allocate encryption header through kmalloc (bnc#1012628). - um: ubd: Prevent buffer overrun on command completion (bnc#1012628). - ext4: do not commit super on read-only bdev (bnc#1012628). - nfsroot: set tcp as the default transport protocol (bnc#1012628). - s390/cpum_sf: Fix wrong page count in error message (bnc#1012628). - powerpc/maple: Fix declaration made after definition (bnc#1012628). - powerpc/prom_init: Pass the "os-term" message to hypervisor (bnc#1012628). - btrfs: add RCU locks around block group initialization (bnc#1012628). - hibernate: Allow uswsusp to write to swap (bnc#1012628). - thermal/drivers/cpufreq_cooling: Fix return of cpufreq_set_cur_state (bnc#1012628). - MIPS: DTS: CI20: add DT node for IR sensor (bnc#1012628). - s390/cpuinfo: fix wrong output when CPU0 is offline (bnc#1012628). - f2fs: Add a new CP flag to help fsck fix resize SPO issues (bnc#1012628). - f2fs: Fix mount failure due to SPO after a successful online resize FS (bnc#1012628). - f2fs: fix to update f2fs_super_block fields under sb_lock (bnc#1012628). - NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails (bnc#1012628). - phy: uniphier-usb3ss: Add Pro5 support (bnc#1012628). - drivers: thermal: tsens: Release device in success path (bnc#1012628). - f2fs: fix to show norecovery mount option (bnc#1012628). - KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests (bnc#1012628). - xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock (bnc#1012628). - ARM: dts: rockchip: fix lvds-encoder ports subnode for rk3188-bqedison2qc (bnc#1012628). - NFSv4.2: error out when relink swapfile (bnc#1012628). - NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid() (bnc#1012628). - NFS: alloc_nfs_open_context() must use the file cred when available (bnc#1012628). - rtc: 88pm860x: fix possible race condition (bnc#1012628). - dma-coherent: fix integer overflow in the reserved-memory dma allocation (bnc#1012628). - soc: imx: gpc: fix power up sequencing (bnc#1012628). - arm64: dts: marvell: Fix cpu compatible for AP807-quad (bnc#1012628). - arm64: dts: clearfog-gt-8k: set gigabit PHY reset deassert delay (bnc#1012628). - arm64: dts: marvell: espressobin: add ethernet alias (bnc#1012628). - xfs: fix regression in "cleanup xfs_dir2_block_getdents" (bnc#1012628). - xfs: fix use-after-free when aborting corrupt attr inactivation (bnc#1012628). - arm64: tegra: Fix Tegra194 PCIe compatible string (bnc#1012628). - arm64: tegra: Add PCIe endpoint controllers nodes for Tegra194 (bnc#1012628). - clk: tegra: Fix Tegra PMC clock out parents (bnc#1012628). - power: supply: bq27xxx_battery: Silence deferred-probe error (bnc#1012628). - arm64: dts: allwinner: a64: Fix display clock register range (bnc#1012628). - memory: tegra: Correct debugfs clk rate-range on Tegra124 (bnc#1012628). - memory: tegra: Correct debugfs clk rate-range on Tegra30 (bnc#1012628). - memory: tegra: Correct debugfs clk rate-range on Tegra20 (bnc#1012628). - dmaengine: idxd: reflect shadow copy of traffic class programming (bnc#1012628). - ARM: dts: rockchip: fix vqmmc-supply property name for rk3188-bqedison2qc (bnc#1012628). - f2fs: fix to avoid use-after-free in f2fs_write_multi_pages() (bnc#1012628). - f2fs: fix wrong check on F2FS_IOC_FSSETXATTR (bnc#1012628). - xfs: fix iclog release error check race with shutdown (bnc#1012628). - bpf: Reliably preserve btf_trace_xxx types (bnc#1012628). - f2fs: fix the panic in do_checkpoint() (bnc#1012628). - f2fs: fix to avoid potential deadlock (bnc#1012628). - s390/crypto: explicitly memzero stack key material in aes_s390.c (bnc#1012628). - net/mlx5e: Enforce setting of a single FEC mode (bnc#1012628). - crypto: qce - use cryptlen when adding extra sgl (bnc#1012628). - clk: imx: pll14xx: Add new frequency entries for pll1443x table (bnc#1012628). - clk: at91: usb: continue if clk_hw_round_rate() return zero (bnc#1012628). - clk: Don't cache errors from clk_ops::get_phase() (bnc#1012628). - gfs2: clear ail1 list when gfs2 withdraws (bnc#1012628). - drm/ttm: flush the fence on the bo after we individualize the reservation object (bnc#1012628). - block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline (bnc#1012628). - block, bfq: make reparent_leaf_entity actually work only on leaf entities (bnc#1012628). - block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup (bnc#1012628). - afs: Fix race between post-modification dir edit and readdir/d_revalidate (bnc#1012628). - afs: Fix afs_d_validate() to set the right directory version (bnc#1012628). - afs: Fix rename operation status delivery (bnc#1012628). - afs: Fix decoding of inline abort codes from version 1 status records (bnc#1012628). - afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus() (bnc#1012628). - x86/Hyper-V: Report crash data in die() when panic_on_oops is set (bnc#1012628). - x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set (bnc#1012628). - x86/Hyper-V: Report crash register data or kmsg before running crash kernel (bnc#1012628). - x86/Hyper-V: Trigger crash enlightenment only once during system crash (bnc#1012628). - x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump (bnc#1012628). - x86/Hyper-V: Unload vmbus channel in hv panic callback (bnc#1012628). - of: overlay: kmemleak in dup_and_fixup_symbol_prop() (bnc#1012628). - of: unittest: kmemleak in of_unittest_overlay_high_level() (bnc#1012628). - of: unittest: kmemleak in of_unittest_platform_populate() (bnc#1012628). - of: unittest: kmemleak on changeset destroy (bnc#1012628). - xsk: Add missing check on user supplied headroom size (bnc#1012628). - ALSA: hda: Don't release card at firmware loading error (bnc#1012628). - rbd: don't test rbd_dev->opts in rbd_dev_image_release() (bnc#1012628). - rbd: call rbd_dev_unprobe() after unwatching and flushing notifies (bnc#1012628). - rbd: avoid a deadlock on header_rwsem when flushing notifies (bnc#1012628). - irqchip/mbigen: Free msi_desc on device teardown (bnc#1012628). - netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object type (bnc#1012628). - kbuild, btf: Fix dependencies for DEBUG_INFO_BTF (bnc#1012628). - ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN (bnc#1012628). - bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping (bnc#1012628). - arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0 (bnc#1012628). - libbpf: Fix bpf_get_link_xdp_id flags handling (bnc#1012628). - xsk: Fix out of boundary write in __xsk_rcv_memcpy (bnc#1012628). - watchdog: sp805: fix restart handler (bnc#1012628). - ext4: use non-movable memory for superblock readahead (bnc#1012628). - ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq ops (bnc#1012628). - scsi: sg: add sg_remove_request in sg_common_write (bnc#1012628). - objtool: Fix switch table detection in .text.unlikely (bnc#1012628). - arm, bpf: Fix offset overflow for BPF_MEM BPF_DW (bnc#1012628). - netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on insertion (bnc#1012628). - commit 94f4e94 - config.conf: fix order of i386 flavors Unlike on other architectures, i386/pae is the basic config and others, including i386/default are diffs against it. With i386/default listed first, it is also processed first by run_oldconfig.sh so that if there is a new config option, it is added to i386/default (as it's not present in i386/pae yet) even if the value is going to be the same as in i386/pae. To get stable result, one needs to run run_oldconfig.sh twice. Swat the two entries so that i386/pae is updated first and i386/default is created as a diff against already updated i386/pae. - commit 17dfd53 - Linux 5.6.6 (bnc#1012628). - amd-xgbe: Use __napi_schedule() in BH context (bnc#1012628). - hsr: check protocol version in hsr_newlink() (bnc#1012628). - l2tp: Allow management of tunnels and session in user namespace (bnc#1012628). - net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode (bnc#1012628). - net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin (bnc#1012628). - net: ipv6: do not consider routes via gateways for anycast address check (bnc#1012628). - net: macsec: fix using wrong structure in macsec_changelink() (bnc#1012628). - net: phy: micrel: use genphy_read_status for KSZ9131 (bnc#1012628). - net: qrtr: send msgs from local of same id as broadcast (bnc#1012628). - net: revert default NAPI poll timeout to 2 jiffies (bnc#1012628). - net: tun: record RX queue in skb before do_xdp_generic() (bnc#1012628). - net: dsa: mt7530: move mt7623 settings out off the mt7530 (bnc#1012628). - net: ethernet: mediatek: move mt7623 settings out off the mt7530 (bnc#1012628). - net/mlx5: Fix frequent ioread PCI access during recovery (bnc#1012628). - net/mlx5e: Add missing release firmware call (bnc#1012628). - net/mlx5e: Fix nest_level for vlan pop action (bnc#1012628). - net/mlx5e: Fix pfnum in devlink port attribute (bnc#1012628). - net: icmp6: do not select saddr from iif when route has prefsrc set (bnc#1012628). - net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridge (bnc#1012628). - net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes (bnc#1012628). - net: phy: marvell: Fix pause frame negotiation (bnc#1012628). - Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()" (bnc#1012628). - ovl: fix value of i_ino for lower hardlink corner case (bnc#1012628). - scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic (bnc#1012628). - platform/chrome: cros_ec_rpmsg: Fix race with host event (bnc#1012628). - jbd2: improve comments about freeing data buffers whose page mapping is NULL (bnc#1012628). - acpi/nfit: improve bounds checking for 'func' (bnc#1012628). - perf report: Fix no branch type statistics report issue (bnc#1012628). - pwm: pca9685: Fix PWM/GPIO inter-operation (bnc#1012628). - net: stmmac: xgmac: Fix VLAN register handling (bnc#1012628). - ext4: fix incorrect group count in ext4_fill_super error message (bnc#1012628). - ext4: fix incorrect inodes per group in error message (bnc#1012628). - HID: lg-g15: Do not fail the probe when we fail to disable F# emulation (bnc#1012628). - clk: at91: sam9x60: fix usb clock parents (bnc#1012628). - clk: at91: usb: use proper usbs_mask (bnc#1012628). - ARM: dts: imx7-colibri: fix muxing of usbc_det pin (bnc#1012628). - arm64: dts: librem5-devkit: add a vbus supply to usb0 (bnc#1012628). - usb: dwc3: gadget: Don't clear flags before transfer ended (bnc#1012628). - ASoC: Intel: mrfld: fix incorrect check on p->sink (bnc#1012628). - ASoC: Intel: mrfld: return error codes when an error occurs (bnc#1012628). - ALSA: hda/realtek - Enable the headset mic on Asus FX505DT (bnc#1012628). - ALSA: usb-audio: Filter error from connector kctl ops, too (bnc#1012628). - ALSA: usb-audio: Don't override ignore_ctl_error value from the map (bnc#1012628). - ALSA: usb-audio: Don't create jack controls for PCM terminals (bnc#1012628). - ALSA: usb-audio: Check mapping at creating connector controls, too (bnc#1012628). - arm64: vdso: don't free unallocated pages (bnc#1012628). - keys: Fix proc_keys_next to increase position index (bnc#1012628). - tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation (bnc#1012628). - btrfs: check commit root generation in should_ignore_root (bnc#1012628). - nl80211: fix NL80211_ATTR_FTM_RESPONDER policy (bnc#1012628). - mac80211: fix race in ieee80211_register_hw() (bnc#1012628). - mac80211_hwsim: Use kstrndup() in place of kasprintf() (bnc#1012628). - net/mlx5e: Encapsulate updating netdev queues into a function (bnc#1012628). - net/mlx5e: Rename hw_modify to preactivate (bnc#1012628). - net/mlx5e: Use preactivate hook to set the indirection table (bnc#1012628). - drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled (bnc#1012628). - drm/amdgpu/gfx9: add gfxoff quirk (bnc#1012628). - drm/amdgpu: fix the hw hang during perform system reboot and reset (bnc#1012628). - i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT (bnc#1012628). - drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE() (bnc#1012628). - drm/i915/perf: Do not clear pollin for small user read buffers (bnc#1012628). - rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common() (bnc#1012628). - ext4: do not zeroout extents beyond i_disksize (bnc#1012628). - irqchip/ti-sci-inta: Fix processing of masked irqs (bnc#1012628). - proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets (bnc#1012628). - x86/resctrl: Preserve CDP enable over CPU hotplug (bnc#1012628). - x86/resctrl: Fix invalid attempt at removing the default resource group (bnc#1012628). - x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE (bnc#1012628). - scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_session() has no effect (bnc#1012628). - Delete patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch. - commit c11f000 - Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()" (5.6.5 regression). - commit 1bdcfdf - armv7hl: Update config files. Build MediaTek watchdog as built-in. - commit 8ab6aae - Linux 5.6.5 (bnc#1012628). - media: rc: add keymap for Videostrong KII Pro (bnc#1012628). - cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL (bnc#1012628). - EDAC/mc: Report "unknown memory" on too many DIMM labels found (bnc#1012628). - usb: ucsi: ccg: disable runtime pm during fw flashing (bnc#1012628). - staging: wilc1000: avoid double unlocking of 'wilc->hif_cs' mutex (bnc#1012628). - media: vimc: streamer: fix memory leak in vimc subdevs if kthread_run fails (bnc#1012628). - media: hantro: fix extra MV/MC sync space calculation (bnc#1012628). - media: staging: rkisp1: use consistent bus_info string for media_dev (bnc#1012628). - media: staging: rkisp1: isp: do not set invalid mbus code for pad (bnc#1012628). - media: venus: hfi_parser: Ignore HEVC encoding for V1 (bnc#1012628). - firmware: arm_sdei: fix double-lock on hibernate with shared events (bnc#1012628). - media: arm64: dts: amlogic: add rc-videostrong-kii-pro keymap (bnc#1012628). - usb: phy: tegra: Include proper GPIO consumer header to fix compile testing (bnc#1012628). - arm64/mm: Hold memory hotplug lock while walking for kernel page table dump (bnc#1012628). - sched/vtime: Prevent unstable evaluation of WARN(vtime->state) (bnc#1012628). - iio: imu: st_lsm6dsx: check return value from st_lsm6dsx_sensor_set_enable (bnc#1012628). - null_blk: Fix the null_add_dev() error path (bnc#1012628). - blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs() (bnc#1012628). - null_blk: Handle null_add_dev() failures properly (bnc#1012628). - null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed' (bnc#1012628). - null_blk: fix spurious IO errors after failed past-wp access (bnc#1012628). - media: imx: imx7_mipi_csis: Power off the source when stopping streaming (bnc#1012628). - media: imx: imx7-media-csi: Fix video field handling (bnc#1012628). - xhci: bail out early if driver can't accress host in resume (bnc#1012628). - ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add() (bnc#1012628). - clocksource/drivers/timer-microchip-pit64b: Fix rate for gck (bnc#1012628). - x86: Don't let pgprot_modify() change the page encryption bit (bnc#1012628). - dma-mapping: Fix dma_pgprot() for unencrypted coherent pages (bnc#1012628). - block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices (bnc#1012628). - debugfs: Check module state before warning in {full/open}_proxy_open() (bnc#1012628). - spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode (bnc#1012628). - irqchip/versatile-fpga: Handle chained IRQs properly (bnc#1012628). - time/sched_clock: Expire timer in hardirq context (bnc#1012628). - irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors (bnc#1012628). - media: allegro: fix type of gop_length in channel_create message (bnc#1012628). - sched: Avoid scale real weight down to zero (bnc#1012628). - sched/fair: Fix condition of avg_load calculation (bnc#1012628). - selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault (bnc#1012628). - PCI/switchtec: Fix init_completion race condition with poll_wait() (bnc#1012628). - block, bfq: move forward the getting of an extra ref in bfq_bfqq_move (bnc#1012628). - media: i2c: video-i2c: fix build errors due to 'imply hwmon' (bnc#1012628). - libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() (bnc#1012628). - pstore/platform: fix potential mem leak if pstore_init_fs failed (bnc#1012628). - gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty (bnc#1012628). - gfs2: Don't demote a glock until its revokes are written (bnc#1012628). - cpufreq: imx6q: fix error handling (bnc#1012628). - x86/boot: Use unsigned comparison for addresses (bnc#1012628). - efi/x86: Ignore the memory attributes table on i386 (bnc#1012628). - genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy() (bnc#1012628). - block: Fix use-after-free issue accessing struct io_cq (bnc#1012628). - block, zoned: fix integer overflow with BLKRESETZONE et al (bnc#1012628). - media: mtk-vpu: avoid unaligned access to DTCM buffer (bnc#1012628). - media: i2c: ov5695: Fix power on and off sequences (bnc#1012628). - usb: dwc3: core: add support for disabling SS instances in park mode (bnc#1012628). - irqchip/gic-v4: Provide irq_retrigger to avoid circular locking dependency (bnc#1012628). - md: check arrays is suspended in mddev_detach before call quiesce operations (bnc#1012628). - firmware: fix a double abort case with fw_load_sysfs_fallback (bnc#1012628). - spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion (bnc#1012628). - locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() (bnc#1012628). - staging: mt7621-pci: avoid to poweroff the phy for slot one (bnc#1012628). - block, bfq: fix use-after-free in bfq_idle_slice_timer_body (bnc#1012628). - btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued (bnc#1012628). - btrfs: remove a BUG_ON() from merge_reloc_roots() (bnc#1012628). - btrfs: restart relocate_tree_blocks properly (bnc#1012628). - btrfs: track reloc roots based on their commit root bytenr (bnc#1012628). - ASoC: fix regwmask (bnc#1012628). - ASoC: dapm: connect virtual mux with default value (bnc#1012628). - ASoC: dpcm: allow start or stop during pause for backend (bnc#1012628). - ASoC: topology: use name_prefix for new kcontrol (bnc#1012628). - usb: gadget: f_fs: Fix use after free issue as part of queue failure (bnc#1012628). - usb: gadget: composite: Inform controller driver of self-powered (bnc#1012628). - ALSA: usb-audio: Add mixer workaround for TRX40 and co (bnc#1012628). - ALSA: hda: Add driver blacklist (bnc#1012628). - ALSA: hda: Fix potential access overflow in beep helper (bnc#1012628). - ALSA: ice1724: Fix invalid access for enumerated ctl items (bnc#1012628). - ALSA: pcm: oss: Fix regression by buffer overflow fix (bnc#1012628). - ALSA: hda/realtek: Enable mute LED on an HP system (bnc#1012628). - ALSA: hda/realtek - a fake key event is triggered by running shutup (bnc#1012628). - ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 (bnc#1012628). - ALSA: hda/realtek - Set principled PC Beep configuration for ALC256 (bnc#1012628). - ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups (bnc#1012628). - ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen (bnc#1012628). - ALSA: hda/realtek - Add quirk for MSI GL63 (bnc#1012628). - media: venus: cache vb payload to be used by clock scaling (bnc#1012628). - media: venus: firmware: Ignore secure call error on first resume (bnc#1012628). - media: hantro: Read be32 words starting at every fourth byte (bnc#1012628). - media: ti-vpe: cal: fix disable_irqs to only the intended target (bnc#1012628). - media: ti-vpe: cal: fix a kernel oops when unloading module (bnc#1012628). - seccomp: Add missing compat_ioctl for notify (bnc#1012628). - ACPI: EC: Avoid printing confusing messages in acpi_ec_setup() (bnc#1012628). - acpi/x86: ignore unspecified bit positions in the ACPI global lock field (bnc#1012628). - ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE (bnc#1012628). - ACPI: PM: s2idle: Refine active GPEs check (bnc#1012628). - thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDs (bnc#1012628). - thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n (bnc#1012628). - nvmet-tcp: fix maxh2cdata icresp parameter (bnc#1012628). - nvme-fc: Revert "add module to ops template to allow module references" (bnc#1012628). - efi/x86: Add TPM related EFI tables to unencrypted mapping checks (bnc#1012628). - PCI: pciehp: Fix indefinite wait on sysfs requests (bnc#1012628). - PCI/ASPM: Clear the correct bits when enabling L1 substates (bnc#1012628). - PCI: Add boot interrupt quirk mechanism for Xeon chipsets (bnc#1012628). - PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM (bnc#1012628). - PCI: endpoint: Fix for concurrent memory allocation in OB address region (bnc#1012628). - erofs: correct the remaining shrink objects (bnc#1012628). - sched/fair: Fix enqueue_task_fair warning (bnc#1012628). - tpm: Don't make log failures fatal (bnc#1012628). - tpm: tpm1_bios_measurements_next should increase position index (bnc#1012628). - tpm: tpm2_bios_measurements_next should increase position index (bnc#1012628). - KEYS: reaching the keys quotas correctly (bnc#1012628). - mmc: mmci_sdmmc: Fix clear busyd0end irq flag (bnc#1012628). - rcu: Make rcu_barrier() account for offline no-CBs CPUs (bnc#1012628). - cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() (bnc#1012628). - genirq/debugfs: Add missing sanity checks to interrupt injection (bnc#1012628). - irqchip/versatile-fpga: Apply clear-mask earlier (bnc#1012628). - io_uring: ensure openat sets O_LARGEFILE if needed (bnc#1012628). - io_uring: remove bogus RLIMIT_NOFILE check in file registration (bnc#1012628). - io_uring: fix ctx refcounting in io_submit_sqes() (bnc#1012628). - pstore: pstore_ftrace_seq_next should increase position index (bnc#1012628). - MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3 (bnc#1012628). - MIPS: OCTEON: irq: Fix potential NULL pointer dereference (bnc#1012628). - PM / Domains: Allow no domain-idle-states DT property in genpd when parsing (bnc#1012628). - PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there (bnc#1012628). - ath9k: Handle txpower changes even when TPC is disabled (bnc#1012628). - signal: Extend exec_id to 64bits (bnc#1012628). - x86/tsc_msr: Use named struct initializers (bnc#1012628). - x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices (bnc#1012628). - x86/tsc_msr: Make MSR derived TSC frequency more accurate (bnc#1012628). - x86/entry/32: Add missing ASM_CLAC to general_protection entry (bnc#1012628). - platform/x86: asus-wmi: Support laptops where the first battery is named BATT (bnc#1012628). - KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported (bnc#1012628). - KVM: nVMX: Properly handle userspace interrupt window request (bnc#1012628). - KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks (bnc#1012628). - KVM: s390: vsie: Fix delivery of addressing exceptions (bnc#1012628). - KVM: x86: Allocate new rmap and large page tracking when moving memslot (bnc#1012628). - KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support (bnc#1012628). - KVM: x86: Gracefully handle __vmalloc() failure during VM allocation (bnc#1012628). - KVM: VMX: Add a trampoline to fix VMREAD error handling (bnc#1012628). - KVM: VMX: fix crash cleanup when KVM wasn't used (bnc#1012628). - smb3: fix performance regression with setting mtime (bnc#1012628). - CIFS: Fix bug which the return value by asynchronous read is error (bnc#1012628). - CIFS: check new file size when extending file by fallocate (bnc#1012628). - mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers (bnc#1012628). - mtd: spinand: Do not erase the block before writing a bad block marker (bnc#1012628). - mtd: rawnand: cadence: fix the calculation of the avaialble OOB size (bnc#1012628). - mtd: rawnand: cadence: change bad block marker size (bnc#1012628). - mtd: rawnand: cadence: reinit completion before executing a new command (bnc#1012628). - drm/i915/gen12: Disable preemption timeout (bnc#1012628). - btrfs: Don't submit any btree write bio if the fs has errors (bnc#1012628). - btrfs: fix btrfs_calc_reclaim_metadata_size calculation (bnc#1012628). - Btrfs: fix crash during unmount due to race with delayed inode workers (bnc#1012628). - btrfs: reloc: clean dirty subvols if we fail to start a transaction (bnc#1012628). - btrfs: set update the uuid generation as soon as possible (bnc#1012628). - btrfs: drop block from cache on error in relocation (bnc#1012628). - btrfs: fix missing file extent item for hole after ranged fsync (bnc#1012628). - btrfs: unset reloc control if we fail to recover (bnc#1012628). - btrfs: fix missing semaphore unlock in btrfs_sync_file (bnc#1012628). - btrfs: use nofs allocations for running delayed items (bnc#1012628). - remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown (bnc#1012628). - remoteproc: qcom_q6v5_mss: Reload the mba region on coredump (bnc#1012628). - remoteproc: Fix NULL pointer dereference in rproc_virtio_notify (bnc#1012628). - time/namespace: Fix time_for_children symlink (bnc#1012628). - time/namespace: Add max_time_namespaces ucount (bnc#1012628). - crypto: rng - Fix a refcounting bug in crypto_rng_reset() (bnc#1012628). - crypto: mxs-dcp - fix scatterlist linearization for hash (bnc#1012628). - io_uring: honor original task RLIMIT_FSIZE (bnc#1012628). - scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug (bnc#1012628). - tools: gpio: Fix out-of-tree build regression (bnc#1012628). - net: qualcomm: rmnet: Allow configuration updates to existing devices (bnc#1012628). - arm64: dts: allwinner: h6: Fix PMU compatible (bnc#1012628). - sched/core: Remove duplicate assignment in sched_tick_remote() (bnc#1012628). - arm64: dts: allwinner: h5: Fix PMU compatible (bnc#1012628). - mm, memcg: do not high throttle allocators based on wraparound (bnc#1012628). - dm writecache: add cond_resched to avoid CPU hangs (bnc#1012628). - dm integrity: fix a crash with unusually large tag size (bnc#1012628). - dm verity fec: fix memory leak in verity_fec_dtr (bnc#1012628). - dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone() (bnc#1012628). - dm clone: Fix handling of partial region discards (bnc#1012628). - dm clone: Add overflow check for number of regions (bnc#1012628). - dm clone: Add missing casts to prevent overflows and data corruption (bnc#1012628). - dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions() (bnc#1012628). - XArray: Fix xas_pause for large multi-index entries (bnc#1012628). - xarray: Fix early termination of xas_for_each_marked (bnc#1012628). - crypto: caam/qi2 - fix chacha20 data size error (bnc#1012628). - crypto: caam - update xts sector size for large input length (bnc#1012628). - crypto: ccree - protect against empty or NULL scatterlists (bnc#1012628). - crypto: ccree - only try to map auth tag if needed (bnc#1012628). - crypto: ccree - dec auth tag size from cryptlen map (bnc#1012628). - scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point (bnc#1012628). - scsi: ufs: fix Auto-Hibern8 error detection (bnc#1012628). - scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error path (bnc#1012628). - scsi: lpfc: Fix broken Credit Recovery after driver load (bnc#1012628). - ARM: dts: exynos: Fix polarity of the LCD SPI bus on UniversalC210 board (bnc#1012628). - arm64: dts: ti: k3-am65: Add clocks to dwc3 nodes (bnc#1012628). - arm64: armv8_deprecated: Fix undef_hook mask for thumb setend (bnc#1012628). - selftests: vm: drop dependencies on page flags from mlock2 tests (bnc#1012628). - selftests/vm: fix map_hugetlb length used for testing read and write (bnc#1012628). - selftests/powerpc: Add tlbie_test in .gitignore (bnc#1012628). - selftests/powerpc: Fix try-run when source tree is not writable (bnc#1012628). - vfio: platform: Switch to platform_get_irq_optional() (bnc#1012628). - drm/i915/gem: Flush all the reloc_gpu batch (bnc#1012628). - drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal (bnc#1012628). - drm/etnaviv: rework perfmon query infrastructure (bnc#1012628). - drm: Remove PageReserved manipulation from drm_pci_alloc (bnc#1012628). - drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK (bnc#1012628). - drm/amd/powerplay: implement the is_dpm_running() (bnc#1012628). - drm/amdgpu: unify fw_write_wait for new gfx9 asics (bnc#1012628). - drm/amd/display: Check for null fclk voltage when parsing clock table (bnc#1012628). - drm/prime: fix extracting of the DMA addresses from a scatterlist (bnc#1012628). - drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode (bnc#1012628). - powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable (bnc#1012628). - drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2 (bnc#1012628). - nfsd: fsnotify on rmdir under nfsd/clients/ (bnc#1012628). - NFS: Fix use-after-free issues in nfs_pageio_add_request() (bnc#1012628). - NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() (bnc#1012628). - NFS: finish_automount() requires us to hold 2 refs to the mount record (bnc#1012628). - NFS: Fix a few constant_table array definitions (bnc#1012628). - ext4: fix a data race at inode->i_blocks (bnc#1012628). - drm/i915/gt: Treat idling as a RPS downclock event (bnc#1012628). - ASoC: cs4270: pull reset GPIO low then high (bnc#1012628). - fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() (bnc#1012628). - ocfs2: no need try to truncate file beyond i_size (bnc#1012628). - perf tools: Support Python 3.8+ in Makefile (bnc#1012628). - s390/diag: fix display of diagnose call statistics (bnc#1012628). - Input: i8042 - add Acer Aspire 5738z to nomux list (bnc#1012628). - ftrace/kprobe: Show the maxactive number on kprobe_events (bnc#1012628). - clk: ingenic/jz4770: Exit with error if CGU init failed (bnc#1012628). - clk: ingenic/TCU: Fix round_rate returning error (bnc#1012628). - kmod: make request_module() return an error when autoloading is disabled (bnc#1012628). - cpufreq: powernv: Fix use-after-free (bnc#1012628). - hfsplus: fix crash and filesystem corruption when deleting files (bnc#1012628). - libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETACH is set (bnc#1012628). - ipmi: fix hung processes in __get_guid() (bnc#1012628). - xen/blkfront: fix memory allocation flags in blkfront_setup_indirect() (bnc#1012628). - scsi: sr: get rid of sr global mutex (bnc#1012628). - scsi: sr: Fix sr_block_release() (bnc#1012628). - powerpc: Make setjmp/longjmp signature standard (bnc#1012628). - powerpc/64/tm: Don't let userspace set regs->trap via sigreturn (bnc#1012628). - powerpc/fsl_booke: Avoid creating duplicate tlb1 entry (bnc#1012628). - powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE entries (bnc#1012628). - powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs (bnc#1012628). - powerpc/64: Setup a paca before parsing device tree etc (bnc#1012628). - powerpc/xive: Fix xmon support on the PowerNV platform (bnc#1012628). - powerpc/kprobes: Ignore traps that happened in real mode (bnc#1012628). - powerpc/64: Prevent stack protection in early boot (bnc#1012628). - arm64: Always force a branch protection mode when the compiler has one (bnc#1012628). - Revert "drm/dp_mst: Remove VCPI while disabling topology mgr" (bnc#1012628). - drm/dp_mst: Fix clearing payload state on topology disable (bnc#1012628). - drm/amdgpu: fix gfx hang during suspend with video playback (v2) (bnc#1012628). - drm/i915/ggtt: do not set bits 1-11 in gen12 ptes (bnc#1012628). - drm/i915/gt: Fill all the unused space in the GGTT (bnc#1012628). - perf/core: Unify {pinned,flexible}_sched_in() (bnc#1012628). - perf/core: Fix event cgroup tracking (bnc#1012628). - perf/core: Remove 'struct sched_in_data' (bnc#1012628). - powerpc/kasan: Fix kasan_remap_early_shadow_ro() (bnc#1012628). - bpf: Fix tnum constraints for 32-bit comparisons (bnc#1012628). - mfd: dln2: Fix sanity checking for endpoints (bnc#1012628). - ASoC: stm32: sai: Add missing cleanup (bnc#1012628). - commit 6656dc4 - Update config files: fix vanilla config for CONFIG_SND_HDA_PREALLOC_SIZE Those have to removed from vanilla config once after the fix went into 5.6.y stable tree and backported. - commit 902100b - rpm/check-for-config-changes: Ignore CONFIG_LD_VERSION - commit e60242e - ALSA: hda: Allow setting preallocation again for x86 (bsc#1169471). - Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes - commit 2cd7ffd ==== kernel-default-base ==== Version update (5.6.4 -> 5.6.8) - Add qemu_fw_cfg needed by ignition (boo#1170069). ==== kernel-firmware ==== Version update (20200413 -> 20200424) Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network - Update to version 20200424 (git commit b2cad6a2d733): * linux-firmware: Update firmware file for Intel Bluetooth AX200 * linux-firmware: Update firmware file for Intel Bluetooth AX201 * linux-firmware: Update firmware file for Intel Bluetooth 9560 * linux-firmware: Update firmware file for Intel Bluetooth 9260 * Use Link function for brcmfmac43362-sdio.lemaker,bananapro.txt * Add symlink for Dell XPS 15 9550 Broadcom Bluetooth patch-ram file * rtl_bt: Update RTL8822C BT FW to 0x0999_3AA1 * cxgb4: Update T6 config file * amdgpu: update vega20 firmware for 20.10 * amdgpu: update vega12 firmware for 20.10 * amdgpu: update vega10 firmware for 20.10 * amdgpu: update renoir firmware for 20.10 * amdgpu: update raven2 firmware for 20.10 * amdgpu: update raven firmware for 20.10 * amdgpu: update picasso firmware for 20.10 * amdgpu: update navi10 firmware for 20.10 * amdgpu: update navi14 firmware for 20.10 * amdgpu: add navi14 TA firmware from 20.10 * cxgb4: Update firmware to revision 1.24.14.0 ==== kernel-source ==== Version update (5.6.4 -> 5.6.8) - Revert "ext4: make dioread_nolock the default" (bnc#1169774). - commit 63116ab - Linux 5.6.8 (bnc#1012628). - mm: check that mm is still valid in madvise() (bnc#1012628). - tools/testing/nvdimm: Fix compilation failure without CONFIG_DEV_DAX_PMEM_COMPAT (bnc#1012628). - watchdog: reset last_hw_keepalive time at start (bnc#1012628). - scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_login (bnc#1012628). - xfs: correctly acount for reclaimable slabs (bnc#1012628). - scsi: lpfc: Fix crash after handling a pci error (bnc#1012628). - scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREG (bnc#1012628). - scsi: libfc: If PRLI rejected, move rport to PLOGI state (bnc#1012628). - ceph: return ceph_mdsc_do_request() errors from __get_parent() (bnc#1012628). - ceph: don't skip updating wanted caps when cap is stale (bnc#1012628). - pwm: imx27: Fix clock handling in pwm_imx27_apply() (bnc#1012628). - pwm: rcar: Fix late Runtime PM enablement (bnc#1012628). - nvme-tcp: fix possible crash in write_zeroes processing (bnc#1012628). - ASoC: qcom: q6asm-dai: Add SNDRV_PCM_INFO_BATCH flag (bnc#1012628). - scsi: iscsi: Report unbind session event when the target has been removed (bnc#1012628). - tools/test/nvdimm: Fix out of tree build (bnc#1012628). - ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map() (bnc#1012628). - nvme: fix deadlock caused by ANA update wrong locking (bnc#1012628). - drm/amd/display: Update stream adjust in dc_stream_adjust_vmin_vmax (bnc#1012628). - dma-direct: fix data truncation in dma_direct_get_required_mask() (bnc#1012628). - kernel/gcov/fs.c: gcov_seq_next() should increase position index (bnc#1012628). - selftests: kmod: fix handling test numbers above 9 (bnc#1012628). - ipc/util.c: sysvipc_find_ipc() should increase position index (bnc#1012628). - kconfig: qconf: Fix a few alignment issues (bnc#1012628). - lib/raid6/test: fix build on distros whose /bin/sh is not bash (bnc#1012628). - block: fix busy device checking in blk_drop_partitions (bnc#1012628). - s390/cio: generate delayed uevent for vfio-ccw subchannels (bnc#1012628). - s390/cio: avoid duplicated 'ADD' uevents (bnc#1012628). - loop: Better discard support for block devices (bnc#1012628). - Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled" (bnc#1012628). - powerpc/pseries: Fix MCE handling on pseries (bnc#1012628). - nvme: fix compat address handling in several ioctls (bnc#1012628). - pwm: renesas-tpu: Fix late Runtime PM enablement (bnc#1012628). - pwm: bcm2835: Dynamically allocate base (bnc#1012628). - scsi: lpfc: Fix erroneous cpu limit of 128 on I/O statistics (bnc#1012628). - scsi: lpfc: Fix lockdep error - register non-static key (bnc#1012628). - perf/core: Disable page faults when getting phys address (bnc#1012628). - drm/amd/display: Calculate scaling ratios on every medium/full update (bnc#1012628). - ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN MPWIN895CL tablet (bnc#1012628). - ALSA: usb-audio: Add Pioneer DJ DJM-250MK2 quirk (bnc#1012628). - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 (bnc#1012628). - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 (bnc#1012628). - xhci: Finetune host initiated USB3 rootport link suspend and resume (bnc#1012628). - block: fix busy device checking in blk_drop_partitions again (bnc#1012628). - cxgb4: fix adapter crash due to wrong MC size (bnc#1012628). - cxgb4: fix large delays in PTP synchronization (bnc#1012628). - ipv4: Update fib_select_default to handle nexthop objects (bnc#1012628). - ipv6: fix restrict IPV6_ADDRFORM operation (bnc#1012628). - macsec: avoid to set wrong mtu (bnc#1012628). - macvlan: fix null dereference in macvlan_device_event() (bnc#1012628). - mlxsw: Fix some IS_ERR() vs NULL bugs (bnc#1012628). - net: bcmgenet: correct per TX/RX ring statistics (bnc#1012628). - net/mlx4_en: avoid indirect call in TX completion (bnc#1012628). - net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node (bnc#1012628). - net: openvswitch: ovs_ct_exit to be done under ovs_lock (bnc#1012628). - net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock array (bnc#1012628). - net/x25: Fix x25_neigh refcnt leak when receiving frame (bnc#1012628). - sched: etf: do not assume all sockets are full blown (bnc#1012628). - selftests: Fix suppress test in fib_tests.sh (bnc#1012628). - tcp: cache line align MAX_TCP_HEADER (bnc#1012628). - team: fix hang in team_mode_get() (bnc#1012628). - tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv (bnc#1012628). - tipc: Fix potential tipc_node refcnt leak in tipc_rcv (bnc#1012628). - vrf: Fix IPv6 with qdisc and xfrm (bnc#1012628). - net: dsa: b53: Lookup VID in ARL searches when VLAN is enabled (bnc#1012628). - net: dsa: b53: Fix valid setting for MDB entries (bnc#1012628). - net: dsa: b53: Fix ARL register definitions (bnc#1012628). - net: dsa: b53: Rework ARL bin logic (bnc#1012628). - net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVL (bnc#1012628). - vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR (bnc#1012628). - geneve: use the correct nlattr array in NL_SET_ERR_MSG_ATTR (bnc#1012628). - xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish (bnc#1012628). - vrf: Check skb for XFRM_TRANSFORMED flag (bnc#1012628). - net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe() (bnc#1012628). - KEYS: Avoid false positive ENOMEM error on key read (bnc#1012628). - ALSA: hda: Remove ASUS ROG Zenith from the blacklist (bnc#1012628). - ALSA: usb-audio: Add static mapping table for ALC1220-VB-based mobos (bnc#1012628). - ALSA: usb-audio: Add connector notifier delegation (bnc#1012628). - mac80211: populate debugfs only after cfg80211 init (bnc#1012628). - iio: core: remove extra semi-colon from devm_iio_device_register() macro (bnc#1012628). - iio: imu: st_lsm6dsx: flush hw FIFO before resetting the device (bnc#1012628). - iio: st_sensors: rely on odr mask to know if odr can be set (bnc#1012628). - iio: adc: stm32-adc: fix sleep in atomic context (bnc#1012628). - iio: adc: ti-ads8344: properly byte swap value (bnc#1012628). - iio: xilinx-xadc: Fix ADC-B powerdown (bnc#1012628). - iio: xilinx-xadc: Fix clearing interrupt when enabling trigger (bnc#1012628). - iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneous mode (bnc#1012628). - iio: xilinx-xadc: Make sure not exceed maximum samplerate (bnc#1012628). - USB: sisusbvga: Change port variable from signed to unsigned (bnc#1012628). - USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RGB RAPIDFIRE (bnc#1012628). - USB: early: Handle AMD's spec-compliant identifiers, too (bnc#1012628). - USB: core: Fix free-while-in-use bug in the USB S-Glibrary (bnc#1012628). - USB: hub: Fix handling of connect changes during sleep (bnc#1012628). - USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme first for high speed devices") (bnc#1012628). - tty: serial: owl: add "much needed" clk_prepare_enable() (bnc#1012628). - vmalloc: fix remap_vmalloc_range() bounds checks (bnc#1012628). - staging: gasket: Fix incongruency in handling of sysfs entries creation (bnc#1012628). - coredump: fix null pointer dereference on coredump (bnc#1012628). - mm/hugetlb: fix a addressing exception caused by huge_pte_offset (bnc#1012628). - mm/ksm: fix NULL pointer dereference when KSM zero page is enabled (bnc#1012628). - tools/vm: fix cross-compile build (bnc#1012628). - ALSA: usx2y: Fix potential NULL dereference (bnc#1012628). - ALSA: hda/realtek - Fix unexpected init_amp override (bnc#1012628). - ALSA: hda/realtek - Add new codec supported for ALC245 (bnc#1012628). - ALSA: hda/hdmi: Add module option to disable audio component binding (bnc#1012628). - ALSA: usb-audio: Fix usb audio refcnt leak when getting spdif (bnc#1012628). - ALSA: usb-audio: Filter out unsupported sample rates on Focusrite devices (bnc#1012628). - tpm/tpm_tis: Free IRQ if probing fails (bnc#1012628). - tpm: fix wrong return value in tpm_pcr_extend (bnc#1012628). - tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send() (bnc#1012628). - KVM: s390: Return last valid slot if approx index is out-of-bounds (bnc#1012628). - KVM: Check validity of resolved slot when searching memslots (bnc#1012628). - KVM: VMX: Enable machine check support for 32bit targets (bnc#1012628). - tty: hvc: fix buffer overflow during hvc_alloc() (bnc#1012628). - tty: rocket, avoid OOB access (bnc#1012628). - usb-storage: Add unusual_devs entry for JMicron JMS566 (bnc#1012628). - signal: Avoid corrupting si_pid and si_uid in do_notify_parent (bnc#1012628). - drm/dp_mst: Zero assigned PBN when releasing VCPI slots (bnc#1012628). - audit: check the length of userspace generated audit records (bnc#1012628). - ASoC: dapm: fixup dapm kcontrol widget (bnc#1012628). - SUNRPC: Fix backchannel RPC soft lockups (bnc#1012628). - iwlwifi: pcie: actually release queue memory in TVQM (bnc#1012628). - iwlwifi: mvm: beacon statistics shouldn't go backwards (bnc#1012628). - iwlwifi: pcie: indicate correct RB size to device (bnc#1012628). - iwlwifi: mvm: limit maximum queue appropriately (bnc#1012628). - iwlwifi: mvm: Do not declare support for ACK Enabled Aggregation (bnc#1012628). - iwlwifi: mvm: fix inactive TID removal return value usage (bnc#1012628). - iwlwifi: fix WGDS check when WRDS is disabled (bnc#1012628). - cifs: fix uninitialised lease_key in open_shroot() (bnc#1012628). - ARM: imx: provide v7_cpu_resume() only on ARM_CPU_SUSPEND=y (bnc#1012628). - powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failure (bnc#1012628). - powerpc/setup_64: Set cache-line-size based on cache-block-size (bnc#1012628). - staging: comedi: dt2815: fix writing hi byte of analog output (bnc#1012628). - staging: comedi: Fix comedi_device refcnt leak in comedi_open (bnc#1012628). - vt: don't hardcode the mem allocation upper bound (bnc#1012628). - vt: don't use kmalloc() for the unicode screen buffer (bnc#1012628). - staging: vt6656: Don't set RCR_MULTICAST or RCR_BROADCAST by default (bnc#1012628). - staging: vt6656: Fix calling conditions of vnt_set_bss_mode (bnc#1012628). - staging: vt6656: Fix drivers TBTT timing counter (bnc#1012628). - staging: vt6656: Fix pairwise key entry save (bnc#1012628). - staging: vt6656: Power save stop wake_up_count wrap around (bnc#1012628). - mei: me: fix irq number stored in hw struct (bnc#1012628). - cdc-acm: close race betrween suspend() and acm_softint (bnc#1012628). - cdc-acm: introduce a cool down (bnc#1012628). - UAS: no use logging any details in case of ENODEV (bnc#1012628). - UAS: fix deadlock in error handling and PM flushing work (bnc#1012628). - fpga: dfl: pci: fix return value of cci_pci_sriov_configure (bnc#1012628). - usb: dwc3: gadget: Fix request completion check (bnc#1012628). - usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset() (bnc#1012628). - usb: typec: tcpm: Ignore CC and vbus changes in PORT_RESET change (bnc#1012628). - usb: typec: altmode: Fix typec_altmode_get_partner sometimes returning an invalid pointer (bnc#1012628). - xhci: Fix handling halted endpoint even if endpoint ring appears empty (bnc#1012628). - xhci: prevent bus suspend if a roothub port detected a over-current condition (bnc#1012628). - xhci: Don't clear hub TT buffer on ep0 protocol stall (bnc#1012628). - serial: sh-sci: Make sure status register SCxSR is read in correct sequence (bnc#1012628). - Revert "serial: uartps: Fix uartps_major handling" (bnc#1012628). - Revert "serial: uartps: Use the same dynamic major number for all ports" (bnc#1012628). - Revert "serial: uartps: Fix error path when alloc failed" (bnc#1012628). - Revert "serial: uartps: Do not allow use aliases >= MAX_UART_INSTANCES" (bnc#1012628). - Revert "serial: uartps: Change uart ID port allocation" (bnc#1012628). - Revert "serial: uartps: Move Port ID to device data structure" (bnc#1012628). - Revert "serial: uartps: Register own uart console and driver structures" (bnc#1012628). - drm/i915/gt: Update PMINTRMSK holding fw (bnc#1012628). - powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAP (bnc#1012628). - powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32 (bnc#1012628). - s390/mm: fix page table upgrade vs 2ndary address mode accesses (bnc#1012628). - commit 58238cd - Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE() (bsc#1168776). - commit a7947d7 - ALSA: pcm: oss: Place the plugin buffer overflow checks correctly (bsc#1170522). - commit 00d8515 - blacklist.conf: add one revert - commit 2ef52fd - libbpf: Only check mode flags in get_xdp_id (git-fixes). - commit 4535732 - Linux 5.6.7 (bnc#1012628). - x86/xen: fix booting 32-bit pv guest (bnc#1012628). - bpf, test_verifier: switch bpf_get_stack's 0 s> r8 test (bnc#1012628). - bpf: Test_progs, add test to catch retval refine error handling (bnc#1012628). - bpf: Test_verifier, bpf_get_stack return value add <0 (bnc#1012628). - bpf: fix buggy r0 retval refinement for tracing helpers (bnc#1012628). - KEYS: Don't write out to userspace while holding key semaphore (bnc#1012628). - mtd: phram: fix a double free issue in error path (bnc#1012628). - mtd: lpddr: Fix a double free in probe() (bnc#1012628). - docs: Fix path to MTD command line partition parser (bnc#1012628). - mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB (bnc#1012628). - mtd: rawnand: free the nand_device object (bnc#1012628). - locktorture: Print ratio of acquisitions, not failures (bnc#1012628). - iio: st_sensors: handle memory allocation failure to fix null pointer dereference (bnc#1012628). - tty: evh_bytechan: Fix out of bounds accesses (bnc#1012628). - fbmem: Adjust indentation in fb_prepare_logo and fb_blank (bnc#1012628). - iio: si1133: read 24-bit signed integer for measurement (bnc#1012628). - ARM: dts: sunxi: Fix DE2 clocks register range (bnc#1012628). - fbdev: potential information leak in do_fb_ioctl() (bnc#1012628). - dma-debug: fix displaying of dma allocation type (bnc#1012628). - cifs: ignore cached share root handle closing errors (bnc#1012628). - net: dsa: bcm_sf2: Fix overflow checks (bnc#1012628). - drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during init (bnc#1012628). - platform/chrome: cros_ec: Query EC protocol version if EC transitions between RO/RW (bnc#1012628). - f2fs: fix to wait all node page writeback (bnc#1012628). - f2fs: fix leaking uninitialized memory in compressed clusters (bnc#1012628). - iommu/amd: Fix the configuration of GCR3 table root pointer (bnc#1012628). - libnvdimm: Out of bounds read in __nd_ioctl() (bnc#1012628). - power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks (bnc#1012628). - csky: Fixup init_fpu compile warning with __init (bnc#1012628). - thermal: qoriq: Fix a compiling issue (bnc#1012628). - sunrpc: Fix gss_unwrap_resp_integ() again (bnc#1012628). - ext2: fix debug reference to ext2_xattr_cache (bnc#1012628). - iommu/vt-d: Fix page request descriptor size (bnc#1012628). - iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr() (bnc#1012628). - f2fs: skip GC when section is full (bnc#1012628). - f2fs: fix to account compressed blocks in f2fs_compressed_blocks() (bnc#1012628). - ext2: fix empty body warnings when -Wextra is used (bnc#1012628). - virtio-balloon: Switch back to OOM handler for VIRTIO_BALLOON_F_DEFLATE_ON_OOM (bnc#1012628). - SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize (bnc#1012628). - iommu/vt-d: Fix mm reference leak (bnc#1012628). - iommu/vt-d: Add build dependency on IOASID (bnc#1012628). - iommu/virtio: Fix freeing of incomplete domains (bnc#1012628). - drm/vc4: Fix HDMI mode validation (bnc#1012628). - um: falloc.h needs to be directly included for older libc (bnc#1012628). - mfd: cros_ec: Check DT node for usbpd-notify add (bnc#1012628). - ceph: re-org copy_file_range and fix some error paths (bnc#1012628). - ACPICA: Fixes for acpiExec namespace init file (bnc#1012628). - f2fs: fix potential deadlock on compressed quota file (bnc#1012628). - f2fs: fix NULL pointer dereference in f2fs_write_begin() (bnc#1012628). - f2fs: fix NULL pointer dereference in f2fs_verity_work() (bnc#1012628). - f2fs: fix potential .flags overflow on 32bit architecture (bnc#1012628). - f2fs: compress: fix to call missing destroy_compress_ctx() (bnc#1012628). - csky: Fixup get wrong psr value from phyical reg (bnc#1012628). - ACPI: Update Tiger Lake ACPI device IDs (bnc#1012628). - NFS: Fix memory leaks in nfs_pageio_stop_mirroring() (bnc#1012628). - drm/amdkfd: kfree the wrong pointer (bnc#1012628). - csky: Fixup cpu speculative execution to IO area (bnc#1012628). - x86: ACPI: fix CPU hotplug deadlock (bnc#1012628). - leds: core: Fix warning message when init_data (bnc#1012628). - drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges (bnc#1012628). - KVM: s390: vsie: Fix possible race when shadowing region 3 tables (bnc#1012628). - compiler.h: fix error in BUILD_BUG_ON() reporting (bnc#1012628). - percpu_counter: fix a data race at vm_committed_as (bnc#1012628). - include/linux/swapops.h: correct guards for non_swap_entry() (bnc#1012628). - drm/nouveau/svm: fix vma range check for migration (bnc#1012628). - drm/nouveau/svm: check for SVM initialized before migrating (bnc#1012628). - macsec: fix NULL dereference in macsec_upd_offload() (bnc#1012628). - mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS (bnc#1012628). - platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID (bnc#1012628). - dt-bindings: thermal: tsens: Fix nvmem-cell-names schema (bnc#1012628). - drm/amd/display: Don't try hdcp1.4 when content_type is set to type1 (bnc#1012628). - x86/xen: Make the boot CPU idle task reliable (bnc#1012628). - cifs: Allocate encryption header through kmalloc (bnc#1012628). - um: ubd: Prevent buffer overrun on command completion (bnc#1012628). - ext4: do not commit super on read-only bdev (bnc#1012628). - nfsroot: set tcp as the default transport protocol (bnc#1012628). - s390/cpum_sf: Fix wrong page count in error message (bnc#1012628). - powerpc/maple: Fix declaration made after definition (bnc#1012628). - powerpc/prom_init: Pass the "os-term" message to hypervisor (bnc#1012628). - btrfs: add RCU locks around block group initialization (bnc#1012628). - hibernate: Allow uswsusp to write to swap (bnc#1012628). - thermal/drivers/cpufreq_cooling: Fix return of cpufreq_set_cur_state (bnc#1012628). - MIPS: DTS: CI20: add DT node for IR sensor (bnc#1012628). - s390/cpuinfo: fix wrong output when CPU0 is offline (bnc#1012628). - f2fs: Add a new CP flag to help fsck fix resize SPO issues (bnc#1012628). - f2fs: Fix mount failure due to SPO after a successful online resize FS (bnc#1012628). - f2fs: fix to update f2fs_super_block fields under sb_lock (bnc#1012628). - NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails (bnc#1012628). - phy: uniphier-usb3ss: Add Pro5 support (bnc#1012628). - drivers: thermal: tsens: Release device in success path (bnc#1012628). - f2fs: fix to show norecovery mount option (bnc#1012628). - KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guests (bnc#1012628). - xfs: fix incorrect test in xfs_alloc_ag_vextent_lastblock (bnc#1012628). - ARM: dts: rockchip: fix lvds-encoder ports subnode for rk3188-bqedison2qc (bnc#1012628). - NFSv4.2: error out when relink swapfile (bnc#1012628). - NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid() (bnc#1012628). - NFS: alloc_nfs_open_context() must use the file cred when available (bnc#1012628). - rtc: 88pm860x: fix possible race condition (bnc#1012628). - dma-coherent: fix integer overflow in the reserved-memory dma allocation (bnc#1012628). - soc: imx: gpc: fix power up sequencing (bnc#1012628). - arm64: dts: marvell: Fix cpu compatible for AP807-quad (bnc#1012628). - arm64: dts: clearfog-gt-8k: set gigabit PHY reset deassert delay (bnc#1012628). - arm64: dts: marvell: espressobin: add ethernet alias (bnc#1012628). - xfs: fix regression in "cleanup xfs_dir2_block_getdents" (bnc#1012628). - xfs: fix use-after-free when aborting corrupt attr inactivation (bnc#1012628). - arm64: tegra: Fix Tegra194 PCIe compatible string (bnc#1012628). - arm64: tegra: Add PCIe endpoint controllers nodes for Tegra194 (bnc#1012628). - clk: tegra: Fix Tegra PMC clock out parents (bnc#1012628). - power: supply: bq27xxx_battery: Silence deferred-probe error (bnc#1012628). - arm64: dts: allwinner: a64: Fix display clock register range (bnc#1012628). - memory: tegra: Correct debugfs clk rate-range on Tegra124 (bnc#1012628). - memory: tegra: Correct debugfs clk rate-range on Tegra30 (bnc#1012628). - memory: tegra: Correct debugfs clk rate-range on Tegra20 (bnc#1012628). - dmaengine: idxd: reflect shadow copy of traffic class programming (bnc#1012628). - ARM: dts: rockchip: fix vqmmc-supply property name for rk3188-bqedison2qc (bnc#1012628). - f2fs: fix to avoid use-after-free in f2fs_write_multi_pages() (bnc#1012628). - f2fs: fix wrong check on F2FS_IOC_FSSETXATTR (bnc#1012628). - xfs: fix iclog release error check race with shutdown (bnc#1012628). - bpf: Reliably preserve btf_trace_xxx types (bnc#1012628). - f2fs: fix the panic in do_checkpoint() (bnc#1012628). - f2fs: fix to avoid potential deadlock (bnc#1012628). - s390/crypto: explicitly memzero stack key material in aes_s390.c (bnc#1012628). - net/mlx5e: Enforce setting of a single FEC mode (bnc#1012628). - crypto: qce - use cryptlen when adding extra sgl (bnc#1012628). - clk: imx: pll14xx: Add new frequency entries for pll1443x table (bnc#1012628). - clk: at91: usb: continue if clk_hw_round_rate() return zero (bnc#1012628). - clk: Don't cache errors from clk_ops::get_phase() (bnc#1012628). - gfs2: clear ail1 list when gfs2 withdraws (bnc#1012628). - drm/ttm: flush the fence on the bo after we individualize the reservation object (bnc#1012628). - block, bfq: invoke flush_idle_tree after reparent_active_queues in pd_offline (bnc#1012628). - block, bfq: make reparent_leaf_entity actually work only on leaf entities (bnc#1012628). - block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup (bnc#1012628). - afs: Fix race between post-modification dir edit and readdir/d_revalidate (bnc#1012628). - afs: Fix afs_d_validate() to set the right directory version (bnc#1012628). - afs: Fix rename operation status delivery (bnc#1012628). - afs: Fix decoding of inline abort codes from version 1 status records (bnc#1012628). - afs: Fix missing XDR advance in xdr_decode_{AFS,YFS}FSFetchStatus() (bnc#1012628). - x86/Hyper-V: Report crash data in die() when panic_on_oops is set (bnc#1012628). - x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set (bnc#1012628). - x86/Hyper-V: Report crash register data or kmsg before running crash kernel (bnc#1012628). - x86/Hyper-V: Trigger crash enlightenment only once during system crash (bnc#1012628). - x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump (bnc#1012628). - x86/Hyper-V: Unload vmbus channel in hv panic callback (bnc#1012628). - of: overlay: kmemleak in dup_and_fixup_symbol_prop() (bnc#1012628). - of: unittest: kmemleak in of_unittest_overlay_high_level() (bnc#1012628). - of: unittest: kmemleak in of_unittest_platform_populate() (bnc#1012628). - of: unittest: kmemleak on changeset destroy (bnc#1012628). - xsk: Add missing check on user supplied headroom size (bnc#1012628). - ALSA: hda: Don't release card at firmware loading error (bnc#1012628). - rbd: don't test rbd_dev->opts in rbd_dev_image_release() (bnc#1012628). - rbd: call rbd_dev_unprobe() after unwatching and flushing notifies (bnc#1012628). - rbd: avoid a deadlock on header_rwsem when flushing notifies (bnc#1012628). - irqchip/mbigen: Free msi_desc on device teardown (bnc#1012628). - netfilter: nf_tables: report EOPNOTSUPP on unsupported flags/object type (bnc#1012628). - kbuild, btf: Fix dependencies for DEBUG_INFO_BTF (bnc#1012628). - ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN (bnc#1012628). - bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping (bnc#1012628). - arm, bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0 (bnc#1012628). - libbpf: Fix bpf_get_link_xdp_id flags handling (bnc#1012628). - xsk: Fix out of boundary write in __xsk_rcv_memcpy (bnc#1012628). - watchdog: sp805: fix restart handler (bnc#1012628). - ext4: use non-movable memory for superblock readahead (bnc#1012628). - ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq ops (bnc#1012628). - scsi: sg: add sg_remove_request in sg_common_write (bnc#1012628). - objtool: Fix switch table detection in .text.unlikely (bnc#1012628). - arm, bpf: Fix offset overflow for BPF_MEM BPF_DW (bnc#1012628). - netfilter: nft_set_rbtree: Drop spurious condition for overlap detection on insertion (bnc#1012628). - commit 94f4e94 - config.conf: fix order of i386 flavors Unlike on other architectures, i386/pae is the basic config and others, including i386/default are diffs against it. With i386/default listed first, it is also processed first by run_oldconfig.sh so that if there is a new config option, it is added to i386/default (as it's not present in i386/pae yet) even if the value is going to be the same as in i386/pae. To get stable result, one needs to run run_oldconfig.sh twice. Swat the two entries so that i386/pae is updated first and i386/default is created as a diff against already updated i386/pae. - commit 17dfd53 - Linux 5.6.6 (bnc#1012628). - amd-xgbe: Use __napi_schedule() in BH context (bnc#1012628). - hsr: check protocol version in hsr_newlink() (bnc#1012628). - l2tp: Allow management of tunnels and session in user namespace (bnc#1012628). - net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode (bnc#1012628). - net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin (bnc#1012628). - net: ipv6: do not consider routes via gateways for anycast address check (bnc#1012628). - net: macsec: fix using wrong structure in macsec_changelink() (bnc#1012628). - net: phy: micrel: use genphy_read_status for KSZ9131 (bnc#1012628). - net: qrtr: send msgs from local of same id as broadcast (bnc#1012628). - net: revert default NAPI poll timeout to 2 jiffies (bnc#1012628). - net: tun: record RX queue in skb before do_xdp_generic() (bnc#1012628). - net: dsa: mt7530: move mt7623 settings out off the mt7530 (bnc#1012628). - net: ethernet: mediatek: move mt7623 settings out off the mt7530 (bnc#1012628). - net/mlx5: Fix frequent ioread PCI access during recovery (bnc#1012628). - net/mlx5e: Add missing release firmware call (bnc#1012628). - net/mlx5e: Fix nest_level for vlan pop action (bnc#1012628). - net/mlx5e: Fix pfnum in devlink port attribute (bnc#1012628). - net: icmp6: do not select saddr from iif when route has prefsrc set (bnc#1012628). - net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridge (bnc#1012628). - net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes (bnc#1012628). - net: phy: marvell: Fix pause frame negotiation (bnc#1012628). - Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()" (bnc#1012628). - ovl: fix value of i_ino for lower hardlink corner case (bnc#1012628). - scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic (bnc#1012628). - platform/chrome: cros_ec_rpmsg: Fix race with host event (bnc#1012628). - jbd2: improve comments about freeing data buffers whose page mapping is NULL (bnc#1012628). - acpi/nfit: improve bounds checking for 'func' (bnc#1012628). - perf report: Fix no branch type statistics report issue (bnc#1012628). - pwm: pca9685: Fix PWM/GPIO inter-operation (bnc#1012628). - net: stmmac: xgmac: Fix VLAN register handling (bnc#1012628). - ext4: fix incorrect group count in ext4_fill_super error message (bnc#1012628). - ext4: fix incorrect inodes per group in error message (bnc#1012628). - HID: lg-g15: Do not fail the probe when we fail to disable F# emulation (bnc#1012628). - clk: at91: sam9x60: fix usb clock parents (bnc#1012628). - clk: at91: usb: use proper usbs_mask (bnc#1012628). - ARM: dts: imx7-colibri: fix muxing of usbc_det pin (bnc#1012628). - arm64: dts: librem5-devkit: add a vbus supply to usb0 (bnc#1012628). - usb: dwc3: gadget: Don't clear flags before transfer ended (bnc#1012628). - ASoC: Intel: mrfld: fix incorrect check on p->sink (bnc#1012628). - ASoC: Intel: mrfld: return error codes when an error occurs (bnc#1012628). - ALSA: hda/realtek - Enable the headset mic on Asus FX505DT (bnc#1012628). - ALSA: usb-audio: Filter error from connector kctl ops, too (bnc#1012628). - ALSA: usb-audio: Don't override ignore_ctl_error value from the map (bnc#1012628). - ALSA: usb-audio: Don't create jack controls for PCM terminals (bnc#1012628). - ALSA: usb-audio: Check mapping at creating connector controls, too (bnc#1012628). - arm64: vdso: don't free unallocated pages (bnc#1012628). - keys: Fix proc_keys_next to increase position index (bnc#1012628). - tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation (bnc#1012628). - btrfs: check commit root generation in should_ignore_root (bnc#1012628). - nl80211: fix NL80211_ATTR_FTM_RESPONDER policy (bnc#1012628). - mac80211: fix race in ieee80211_register_hw() (bnc#1012628). - mac80211_hwsim: Use kstrndup() in place of kasprintf() (bnc#1012628). - net/mlx5e: Encapsulate updating netdev queues into a function (bnc#1012628). - net/mlx5e: Rename hw_modify to preactivate (bnc#1012628). - net/mlx5e: Use preactivate hook to set the indirection table (bnc#1012628). - drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabled (bnc#1012628). - drm/amdgpu/gfx9: add gfxoff quirk (bnc#1012628). - drm/amdgpu: fix the hw hang during perform system reboot and reset (bnc#1012628). - i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag on BYT and CHT (bnc#1012628). - drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE() (bnc#1012628). - drm/i915/perf: Do not clear pollin for small user read buffers (bnc#1012628). - rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common() (bnc#1012628). - ext4: do not zeroout extents beyond i_disksize (bnc#1012628). - irqchip/ti-sci-inta: Fix processing of masked irqs (bnc#1012628). - proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets (bnc#1012628). - x86/resctrl: Preserve CDP enable over CPU hotplug (bnc#1012628). - x86/resctrl: Fix invalid attempt at removing the default resource group (bnc#1012628). - x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE (bnc#1012628). - scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_session() has no effect (bnc#1012628). - Delete patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch. - commit c11f000 - Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()" (5.6.5 regression). - commit 1bdcfdf - armv7hl: Update config files. Build MediaTek watchdog as built-in. - commit 8ab6aae - Linux 5.6.5 (bnc#1012628). - media: rc: add keymap for Videostrong KII Pro (bnc#1012628). - cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL (bnc#1012628). - EDAC/mc: Report "unknown memory" on too many DIMM labels found (bnc#1012628). - usb: ucsi: ccg: disable runtime pm during fw flashing (bnc#1012628). - staging: wilc1000: avoid double unlocking of 'wilc->hif_cs' mutex (bnc#1012628). - media: vimc: streamer: fix memory leak in vimc subdevs if kthread_run fails (bnc#1012628). - media: hantro: fix extra MV/MC sync space calculation (bnc#1012628). - media: staging: rkisp1: use consistent bus_info string for media_dev (bnc#1012628). - media: staging: rkisp1: isp: do not set invalid mbus code for pad (bnc#1012628). - media: venus: hfi_parser: Ignore HEVC encoding for V1 (bnc#1012628). - firmware: arm_sdei: fix double-lock on hibernate with shared events (bnc#1012628). - media: arm64: dts: amlogic: add rc-videostrong-kii-pro keymap (bnc#1012628). - usb: phy: tegra: Include proper GPIO consumer header to fix compile testing (bnc#1012628). - arm64/mm: Hold memory hotplug lock while walking for kernel page table dump (bnc#1012628). - sched/vtime: Prevent unstable evaluation of WARN(vtime->state) (bnc#1012628). - iio: imu: st_lsm6dsx: check return value from st_lsm6dsx_sensor_set_enable (bnc#1012628). - null_blk: Fix the null_add_dev() error path (bnc#1012628). - blk-mq: Fix a recently introduced regression in blk_mq_realloc_hw_ctxs() (bnc#1012628). - null_blk: Handle null_add_dev() failures properly (bnc#1012628). - null_blk: Suppress an UBSAN complaint triggered when setting 'memory_backed' (bnc#1012628). - null_blk: fix spurious IO errors after failed past-wp access (bnc#1012628). - media: imx: imx7_mipi_csis: Power off the source when stopping streaming (bnc#1012628). - media: imx: imx7-media-csi: Fix video field handling (bnc#1012628). - xhci: bail out early if driver can't accress host in resume (bnc#1012628). - ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add() (bnc#1012628). - clocksource/drivers/timer-microchip-pit64b: Fix rate for gck (bnc#1012628). - x86: Don't let pgprot_modify() change the page encryption bit (bnc#1012628). - dma-mapping: Fix dma_pgprot() for unencrypted coherent pages (bnc#1012628). - block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices (bnc#1012628). - debugfs: Check module state before warning in {full/open}_proxy_open() (bnc#1012628). - spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for non-DMA mode (bnc#1012628). - irqchip/versatile-fpga: Handle chained IRQs properly (bnc#1012628). - time/sched_clock: Expire timer in hardirq context (bnc#1012628). - irqchip/gic-v4.1: Skip absent CPUs while iterating over redistributors (bnc#1012628). - media: allegro: fix type of gop_length in channel_create message (bnc#1012628). - sched: Avoid scale real weight down to zero (bnc#1012628). - sched/fair: Fix condition of avg_load calculation (bnc#1012628). - selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault (bnc#1012628). - PCI/switchtec: Fix init_completion race condition with poll_wait() (bnc#1012628). - block, bfq: move forward the getting of an extra ref in bfq_bfqq_move (bnc#1012628). - media: i2c: video-i2c: fix build errors due to 'imply hwmon' (bnc#1012628). - libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() (bnc#1012628). - pstore/platform: fix potential mem leak if pstore_init_fs failed (bnc#1012628). - gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty (bnc#1012628). - gfs2: Don't demote a glock until its revokes are written (bnc#1012628). - cpufreq: imx6q: fix error handling (bnc#1012628). - x86/boot: Use unsigned comparison for addresses (bnc#1012628). - efi/x86: Ignore the memory attributes table on i386 (bnc#1012628). - genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy() (bnc#1012628). - block: Fix use-after-free issue accessing struct io_cq (bnc#1012628). - block, zoned: fix integer overflow with BLKRESETZONE et al (bnc#1012628). - media: mtk-vpu: avoid unaligned access to DTCM buffer (bnc#1012628). - media: i2c: ov5695: Fix power on and off sequences (bnc#1012628). - usb: dwc3: core: add support for disabling SS instances in park mode (bnc#1012628). - irqchip/gic-v4: Provide irq_retrigger to avoid circular locking dependency (bnc#1012628). - md: check arrays is suspended in mddev_detach before call quiesce operations (bnc#1012628). - firmware: fix a double abort case with fw_load_sysfs_fallback (bnc#1012628). - spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion (bnc#1012628). - locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() (bnc#1012628). - staging: mt7621-pci: avoid to poweroff the phy for slot one (bnc#1012628). - block, bfq: fix use-after-free in bfq_idle_slice_timer_body (bnc#1012628). - btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued (bnc#1012628). - btrfs: remove a BUG_ON() from merge_reloc_roots() (bnc#1012628). - btrfs: restart relocate_tree_blocks properly (bnc#1012628). - btrfs: track reloc roots based on their commit root bytenr (bnc#1012628). - ASoC: fix regwmask (bnc#1012628). - ASoC: dapm: connect virtual mux with default value (bnc#1012628). - ASoC: dpcm: allow start or stop during pause for backend (bnc#1012628). - ASoC: topology: use name_prefix for new kcontrol (bnc#1012628). - usb: gadget: f_fs: Fix use after free issue as part of queue failure (bnc#1012628). - usb: gadget: composite: Inform controller driver of self-powered (bnc#1012628). - ALSA: usb-audio: Add mixer workaround for TRX40 and co (bnc#1012628). - ALSA: hda: Add driver blacklist (bnc#1012628). - ALSA: hda: Fix potential access overflow in beep helper (bnc#1012628). - ALSA: ice1724: Fix invalid access for enumerated ctl items (bnc#1012628). - ALSA: pcm: oss: Fix regression by buffer overflow fix (bnc#1012628). - ALSA: hda/realtek: Enable mute LED on an HP system (bnc#1012628). - ALSA: hda/realtek - a fake key event is triggered by running shutup (bnc#1012628). - ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 (bnc#1012628). - ALSA: hda/realtek - Set principled PC Beep configuration for ALC256 (bnc#1012628). - ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups (bnc#1012628). - ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen (bnc#1012628). - ALSA: hda/realtek - Add quirk for MSI GL63 (bnc#1012628). - media: venus: cache vb payload to be used by clock scaling (bnc#1012628). - media: venus: firmware: Ignore secure call error on first resume (bnc#1012628). - media: hantro: Read be32 words starting at every fourth byte (bnc#1012628). - media: ti-vpe: cal: fix disable_irqs to only the intended target (bnc#1012628). - media: ti-vpe: cal: fix a kernel oops when unloading module (bnc#1012628). - seccomp: Add missing compat_ioctl for notify (bnc#1012628). - ACPI: EC: Avoid printing confusing messages in acpi_ec_setup() (bnc#1012628). - acpi/x86: ignore unspecified bit positions in the ACPI global lock field (bnc#1012628). - ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE (bnc#1012628). - ACPI: PM: s2idle: Refine active GPEs check (bnc#1012628). - thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDs (bnc#1012628). - thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n (bnc#1012628). - nvmet-tcp: fix maxh2cdata icresp parameter (bnc#1012628). - nvme-fc: Revert "add module to ops template to allow module references" (bnc#1012628). - efi/x86: Add TPM related EFI tables to unencrypted mapping checks (bnc#1012628). - PCI: pciehp: Fix indefinite wait on sysfs requests (bnc#1012628). - PCI/ASPM: Clear the correct bits when enabling L1 substates (bnc#1012628). - PCI: Add boot interrupt quirk mechanism for Xeon chipsets (bnc#1012628). - PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM (bnc#1012628). - PCI: endpoint: Fix for concurrent memory allocation in OB address region (bnc#1012628). - erofs: correct the remaining shrink objects (bnc#1012628). - sched/fair: Fix enqueue_task_fair warning (bnc#1012628). - tpm: Don't make log failures fatal (bnc#1012628). - tpm: tpm1_bios_measurements_next should increase position index (bnc#1012628). - tpm: tpm2_bios_measurements_next should increase position index (bnc#1012628). - KEYS: reaching the keys quotas correctly (bnc#1012628). - mmc: mmci_sdmmc: Fix clear busyd0end irq flag (bnc#1012628). - rcu: Make rcu_barrier() account for offline no-CBs CPUs (bnc#1012628). - cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() (bnc#1012628). - genirq/debugfs: Add missing sanity checks to interrupt injection (bnc#1012628). - irqchip/versatile-fpga: Apply clear-mask earlier (bnc#1012628). - io_uring: ensure openat sets O_LARGEFILE if needed (bnc#1012628). - io_uring: remove bogus RLIMIT_NOFILE check in file registration (bnc#1012628). - io_uring: fix ctx refcounting in io_submit_sqes() (bnc#1012628). - pstore: pstore_ftrace_seq_next should increase position index (bnc#1012628). - MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3 (bnc#1012628). - MIPS: OCTEON: irq: Fix potential NULL pointer dereference (bnc#1012628). - PM / Domains: Allow no domain-idle-states DT property in genpd when parsing (bnc#1012628). - PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there (bnc#1012628). - ath9k: Handle txpower changes even when TPC is disabled (bnc#1012628). - signal: Extend exec_id to 64bits (bnc#1012628). - x86/tsc_msr: Use named struct initializers (bnc#1012628). - x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices (bnc#1012628). - x86/tsc_msr: Make MSR derived TSC frequency more accurate (bnc#1012628). - x86/entry/32: Add missing ASM_CLAC to general_protection entry (bnc#1012628). - platform/x86: asus-wmi: Support laptops where the first battery is named BATT (bnc#1012628). - KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supported (bnc#1012628). - KVM: nVMX: Properly handle userspace interrupt window request (bnc#1012628). - KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks (bnc#1012628). - KVM: s390: vsie: Fix delivery of addressing exceptions (bnc#1012628). - KVM: x86: Allocate new rmap and large page tracking when moving memslot (bnc#1012628). - KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support (bnc#1012628). - KVM: x86: Gracefully handle __vmalloc() failure during VM allocation (bnc#1012628). - KVM: VMX: Add a trampoline to fix VMREAD error handling (bnc#1012628). - KVM: VMX: fix crash cleanup when KVM wasn't used (bnc#1012628). - smb3: fix performance regression with setting mtime (bnc#1012628). - CIFS: Fix bug which the return value by asynchronous read is error (bnc#1012628). - CIFS: check new file size when extending file by fallocate (bnc#1012628). - mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers (bnc#1012628). - mtd: spinand: Do not erase the block before writing a bad block marker (bnc#1012628). - mtd: rawnand: cadence: fix the calculation of the avaialble OOB size (bnc#1012628). - mtd: rawnand: cadence: change bad block marker size (bnc#1012628). - mtd: rawnand: cadence: reinit completion before executing a new command (bnc#1012628). - drm/i915/gen12: Disable preemption timeout (bnc#1012628). - btrfs: Don't submit any btree write bio if the fs has errors (bnc#1012628). - btrfs: fix btrfs_calc_reclaim_metadata_size calculation (bnc#1012628). - Btrfs: fix crash during unmount due to race with delayed inode workers (bnc#1012628). - btrfs: reloc: clean dirty subvols if we fail to start a transaction (bnc#1012628). - btrfs: set update the uuid generation as soon as possible (bnc#1012628). - btrfs: drop block from cache on error in relocation (bnc#1012628). - btrfs: fix missing file extent item for hole after ranged fsync (bnc#1012628). - btrfs: unset reloc control if we fail to recover (bnc#1012628). - btrfs: fix missing semaphore unlock in btrfs_sync_file (bnc#1012628). - btrfs: use nofs allocations for running delayed items (bnc#1012628). - remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown (bnc#1012628). - remoteproc: qcom_q6v5_mss: Reload the mba region on coredump (bnc#1012628). - remoteproc: Fix NULL pointer dereference in rproc_virtio_notify (bnc#1012628). - time/namespace: Fix time_for_children symlink (bnc#1012628). - time/namespace: Add max_time_namespaces ucount (bnc#1012628). - crypto: rng - Fix a refcounting bug in crypto_rng_reset() (bnc#1012628). - crypto: mxs-dcp - fix scatterlist linearization for hash (bnc#1012628). - io_uring: honor original task RLIMIT_FSIZE (bnc#1012628). - scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug (bnc#1012628). - tools: gpio: Fix out-of-tree build regression (bnc#1012628). - net: qualcomm: rmnet: Allow configuration updates to existing devices (bnc#1012628). - arm64: dts: allwinner: h6: Fix PMU compatible (bnc#1012628). - sched/core: Remove duplicate assignment in sched_tick_remote() (bnc#1012628). - arm64: dts: allwinner: h5: Fix PMU compatible (bnc#1012628). - mm, memcg: do not high throttle allocators based on wraparound (bnc#1012628). - dm writecache: add cond_resched to avoid CPU hangs (bnc#1012628). - dm integrity: fix a crash with unusually large tag size (bnc#1012628). - dm verity fec: fix memory leak in verity_fec_dtr (bnc#1012628). - dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone() (bnc#1012628). - dm clone: Fix handling of partial region discards (bnc#1012628). - dm clone: Add overflow check for number of regions (bnc#1012628). - dm clone: Add missing casts to prevent overflows and data corruption (bnc#1012628). - dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions() (bnc#1012628). - XArray: Fix xas_pause for large multi-index entries (bnc#1012628). - xarray: Fix early termination of xas_for_each_marked (bnc#1012628). - crypto: caam/qi2 - fix chacha20 data size error (bnc#1012628). - crypto: caam - update xts sector size for large input length (bnc#1012628). - crypto: ccree - protect against empty or NULL scatterlists (bnc#1012628). - crypto: ccree - only try to map auth tag if needed (bnc#1012628). - crypto: ccree - dec auth tag size from cryptlen map (bnc#1012628). - scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point (bnc#1012628). - scsi: ufs: fix Auto-Hibern8 error detection (bnc#1012628). - scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error path (bnc#1012628). - scsi: lpfc: Fix broken Credit Recovery after driver load (bnc#1012628). - ARM: dts: exynos: Fix polarity of the LCD SPI bus on UniversalC210 board (bnc#1012628). - arm64: dts: ti: k3-am65: Add clocks to dwc3 nodes (bnc#1012628). - arm64: armv8_deprecated: Fix undef_hook mask for thumb setend (bnc#1012628). - selftests: vm: drop dependencies on page flags from mlock2 tests (bnc#1012628). - selftests/vm: fix map_hugetlb length used for testing read and write (bnc#1012628). - selftests/powerpc: Add tlbie_test in .gitignore (bnc#1012628). - selftests/powerpc: Fix try-run when source tree is not writable (bnc#1012628). - vfio: platform: Switch to platform_get_irq_optional() (bnc#1012628). - drm/i915/gem: Flush all the reloc_gpu batch (bnc#1012628). - drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal (bnc#1012628). - drm/etnaviv: rework perfmon query infrastructure (bnc#1012628). - drm: Remove PageReserved manipulation from drm_pci_alloc (bnc#1012628). - drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK (bnc#1012628). - drm/amd/powerplay: implement the is_dpm_running() (bnc#1012628). - drm/amdgpu: unify fw_write_wait for new gfx9 asics (bnc#1012628). - drm/amd/display: Check for null fclk voltage when parsing clock table (bnc#1012628). - drm/prime: fix extracting of the DMA addresses from a scatterlist (bnc#1012628). - drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode (bnc#1012628). - powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable (bnc#1012628). - drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers call, v2 (bnc#1012628). - nfsd: fsnotify on rmdir under nfsd/clients/ (bnc#1012628). - NFS: Fix use-after-free issues in nfs_pageio_add_request() (bnc#1012628). - NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() (bnc#1012628). - NFS: finish_automount() requires us to hold 2 refs to the mount record (bnc#1012628). - NFS: Fix a few constant_table array definitions (bnc#1012628). - ext4: fix a data race at inode->i_blocks (bnc#1012628). - drm/i915/gt: Treat idling as a RPS downclock event (bnc#1012628). - ASoC: cs4270: pull reset GPIO low then high (bnc#1012628). - fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() (bnc#1012628). - ocfs2: no need try to truncate file beyond i_size (bnc#1012628). - perf tools: Support Python 3.8+ in Makefile (bnc#1012628). - s390/diag: fix display of diagnose call statistics (bnc#1012628). - Input: i8042 - add Acer Aspire 5738z to nomux list (bnc#1012628). - ftrace/kprobe: Show the maxactive number on kprobe_events (bnc#1012628). - clk: ingenic/jz4770: Exit with error if CGU init failed (bnc#1012628). - clk: ingenic/TCU: Fix round_rate returning error (bnc#1012628). - kmod: make request_module() return an error when autoloading is disabled (bnc#1012628). - cpufreq: powernv: Fix use-after-free (bnc#1012628). - hfsplus: fix crash and filesystem corruption when deleting files (bnc#1012628). - libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETACH is set (bnc#1012628). - ipmi: fix hung processes in __get_guid() (bnc#1012628). - xen/blkfront: fix memory allocation flags in blkfront_setup_indirect() (bnc#1012628). - scsi: sr: get rid of sr global mutex (bnc#1012628). - scsi: sr: Fix sr_block_release() (bnc#1012628). - powerpc: Make setjmp/longjmp signature standard (bnc#1012628). - powerpc/64/tm: Don't let userspace set regs->trap via sigreturn (bnc#1012628). - powerpc/fsl_booke: Avoid creating duplicate tlb1 entry (bnc#1012628). - powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE entries (bnc#1012628). - powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs (bnc#1012628). - powerpc/64: Setup a paca before parsing device tree etc (bnc#1012628). - powerpc/xive: Fix xmon support on the PowerNV platform (bnc#1012628). - powerpc/kprobes: Ignore traps that happened in real mode (bnc#1012628). - powerpc/64: Prevent stack protection in early boot (bnc#1012628). - arm64: Always force a branch protection mode when the compiler has one (bnc#1012628). - Revert "drm/dp_mst: Remove VCPI while disabling topology mgr" (bnc#1012628). - drm/dp_mst: Fix clearing payload state on topology disable (bnc#1012628). - drm/amdgpu: fix gfx hang during suspend with video playback (v2) (bnc#1012628). - drm/i915/ggtt: do not set bits 1-11 in gen12 ptes (bnc#1012628). - drm/i915/gt: Fill all the unused space in the GGTT (bnc#1012628). - perf/core: Unify {pinned,flexible}_sched_in() (bnc#1012628). - perf/core: Fix event cgroup tracking (bnc#1012628). - perf/core: Remove 'struct sched_in_data' (bnc#1012628). - powerpc/kasan: Fix kasan_remap_early_shadow_ro() (bnc#1012628). - bpf: Fix tnum constraints for 32-bit comparisons (bnc#1012628). - mfd: dln2: Fix sanity checking for endpoints (bnc#1012628). - ASoC: stm32: sai: Add missing cleanup (bnc#1012628). - commit 6656dc4 - Update config files: fix vanilla config for CONFIG_SND_HDA_PREALLOC_SIZE Those have to removed from vanilla config once after the fix went into 5.6.y stable tree and backported. - commit 902100b - rpm/check-for-config-changes: Ignore CONFIG_LD_VERSION - commit e60242e - ALSA: hda: Allow setting preallocation again for x86 (bsc#1169471). - Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes - commit 2cd7ffd ==== kubernetes ==== Version update (1.18.1 -> 1.18.2) Subpackages: kubernetes-client kubernetes-kubeadm kubernetes-kubelet - Bump to kubernetes 1.18.2 - kubeadm requires kubernetes%{baseversionminus1}-kubelet for migration purposes ==== kubernetes1.18 ==== Version update (1.18.1 -> 1.18.2) Subpackages: kubernetes1.18-client kubernetes1.18-kubeadm kubernetes1.18-kubelet kubernetes1.18-kubelet-common - Update to version 1.18.2: * Fix GCE ILB for large clusters * Restore the ability to `kubectl apply --prune` without -n flag * Fix client watch reestablishment handling of client-side timeouts * Fix priorityClass typo, add numeric priority to static pods * Update CHANGELOG/CHANGELOG-1.18.md for v1.18.1 * Test dropped round-trip annotations in HPA conversion * Drop round-trip annotations in HPA conversion * Skip updating cache on pod update if the node was deleted ==== kured ==== - Fix build-dependency: we require golang(API) 1.12, not the exact go package version 1.12. ==== ldb ==== Version update (2.1.1 -> 2.1.2) - Release ldb 2.1.2 + CVE-2020-10700: ldb: Always use ldb_next_request() in ASQ module; ;(bso#14331); (bsc#1169850). ==== less ==== Version update (551 -> 557) - less 557: * Update Unicode tables * Treat Hangul Jamo medial vowels and final consonants as zero width * Display error message immediately when -o is toggled and input is not a pipe * Fix memory corruption when built with libtermcap * Support libtinfow ==== libmnl ==== - package the license text ==== libproxy ==== - Add libproxy-pxgsettings.patch: pxgsettings: use the correct syntax to connect to the changed signal. ==== libsepol ==== - Enable -fcommon in order to fix boo#1160874. ==== libyaml ==== Version update (0.2.2 -> 0.2.4) - update to 0.2.4 * Support %YAML 1.2 directives * Multiple fixes ==== logrotate ==== - Require /usr/bin/xz instead of xz to make it working with busybox ==== mozilla-nss ==== - Set NSS_ENABLE_WERROR=0 in order to fix boo#1169746. ==== ncurses ==== Version update (6.2.20200404 -> 6.2.20200418) Subpackages: libncurses6 ncurses-utils terminfo terminfo-base - Add ncurses patch 20200418 + improve tracemunch logic for "RUN" compaction. + fix a special case in wresize() where copying the old text did not check if the last cell on a row was the beginning of a fullwidth character (adapted from patch by Benno Schulenberg). + use vt52+keypad in xterm-vt52, from xterm #354 -TD + improve see-also section of user_caps.5 - Add ncurses patch 20200411 + fix find_pair(), overlooked when refactoring for _nc_reserve_pairs() (report/testcase by Brad Town, cf: 20170812). + add a trailing null for magic-string in putwin, flagged by gcc 10 + update check for gcc version versus gnat to work with gcc 10.x ==== openSUSE-build-key ==== - Remove PreRequires for removed post section with outdated package names. ==== openssl-1_1 ==== Version update (1.1.1f -> 1.1.1g) - Update to 1.1.1g * Fixed segmentation fault in SSL_check_chain (CVE-2020-1967, bsc#1169407) Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signature_algorithms_cert" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack. * Added AES consttime code for no-asm configurations an optional constant time support for AES was added when building openssl for no-asm. - refresh patches: * openssl-1.1.1-fips.patch * openssl-1.1.1-fips-crng-test.patch ==== parted ==== Subpackages: libparted0 - print maximum number of partitions for yast (bsc#1168756, bsc#1161783) - add parted-print-max-partitions-for-yast.patch - make parted work with pmemXs devices (bsc#1164260) - add libparted-linux-pmem-path.patch ==== patterns-base ==== Version update (20190612 -> 20200417) Subpackages: patterns-base-apparmor patterns-base-minimal_base - Recommend bash-completion in enhanced_base as it got lost in the base pattern cleanup - bootloader: pull in grub2-snapper plugin if snapper is installed - base pattern cleanup: * make minimal_base really minimal by moving packages to base instead. Only pull in the release package and branding. So this is really what can be used for application containers, portable services etc. In it's current form it also pulls in bash, glibc, coreutils etc, so no need to specify explicitly. * strip down base so it forms a minimal booting system that can install packages. * don't pull in man into transactional system ==== patterns-containers ==== Subpackages: patterns-containers-container_runtime patterns-containers-container_runtime_kubernetes patterns-containers-kubeadm patterns-containers-kubernetes_utilities patterns-containers-kubic_admin patterns-containers-kubic_loadbalancer patterns-containers-kubic_worker - Require containers-systemd for container-runtime pattern ==== patterns-microos ==== Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-basesystem patterns-microos-cloud patterns-microos-defaults patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-selinux patterns-microos-sssd_ldap - base pattern: * remove pciutils, pulls in pciutils-ids which pulls in perl. In Factory pciutils-ids has been replaced by hwdata. * use bootloader pattern - Drop Firefox package in favor of org.mozilla.firefox on FlatHub ==== pcre ==== Version update (8.42 -> 8.44) - Update to version 8.44: * This is a bug-fix release. ==== pcre2 ==== - Resubmit the package (bsc#1167890, jsc#SLE-11608) ==== perl-Bootloader ==== Version update (0.926 -> 0.927) - merge gh#openSUSE/perl-bootloader#126 - always install EFI fallback boot for aarch64 (bsc#1167015) - 0.927 ==== podman ==== Version update (1.9.0 -> 1.9.1) Subpackages: podman-cni-config - Update podman to v1.9.1: * Bugfixes - Fixed a bug where healthchecks could become nonfunctional if container log paths were manually set with --log-path and multiple container logs were placed in the same directory - Fixed a bug where rootless Podman could, when using an older libpod.conf, print numerous warning messages about an invalid CGroup manager config - Fixed a bug where rootless Podman would sometimes fail to close the rootless user namespace when joining it * Misc - Updated containers/common to v0.8.2 ==== psmisc ==== - Modify patch 0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch * Allow not unique mounts as well as not unique mountpoint (bsc#1170247) ==== python-oauthlib ==== - Add patch to switch from external mock to unittest.mock + o_switch_to_unitest_mock.patch ==== python-rpm-macros ==== Version update (20200117.8e39013 -> 20200207.5feb6c1) - Update to version 20200207.5feb6c1: * Do not write .pyc files for tests ==== python-urllib3 ==== - Explicitly switch off building python 2 version. ==== python3 ==== - Add #!BuildIgnore: gdk-pixbuf-loader-rsvg to python3 SPEC - Add patch bsc1167501-invalid-alignment.patch (bsc#1167501, bpo#40052) to fix alignment in abstract.h header file. ==== python3-base ==== Subpackages: libpython3_8-1_0 - Add #!BuildIgnore: gdk-pixbuf-loader-rsvg to python3 SPEC - Add patch bsc1167501-invalid-alignment.patch (bsc#1167501, bpo#40052) to fix alignment in abstract.h header file. ==== rebootmgr ==== Version update (0.20.1 -> 1.1) - Update to version 1.1 - fix systemd and tmpfiles.d directory path - Use official tar archive - Adjust BuildRequires - Update to version 1.0 - Rewrite rebootmgrd to not depend on glib and dbus-glib ==== salt ==== Version update (3000 -> 3000.2) Subpackages: python3-salt salt-master salt-minion salt-standalone-formulas-configuration - Update to Salt release version 3000.2 See release notes: https://docs.saltstack.com/en/latest/topics/releases/3000.2.html - Fix typo in 'minion_runner' for AESFuncs exposed methods - Added: * fix-typo-in-minion_runner-for-aesfuncs-exposed-metho.patch - Removed: * fix-cve-2020-11651-and-fix-cve-2020-11652.patch - Update to Salt release version 3000.1 See release notes: https://docs.saltstack.com/en/latest/topics/releases/3000.1.html - Fix CVE-2020-11651 and CVE-2020-11652 (bsc#1170595) - Do not require vendored backports-abc (bsc#1170288) - Fix partition.mkpart to work without fstype (bsc#1169800) - Added: * fixed-bug-lvm-has-no-parttion-type.-the-scipt-later-.patch * remove-vendored-backports-abc-from-requirements.patch * fix-cve-2020-11651-and-fix-cve-2020-11652.patch - Modified: * fix-a-wrong-rebase-in-test_core.py-180.patch * make-setup.py-script-to-not-require-setuptools-9.1.patch * do-not-load-pip-state-if-there-is-no-3rd-party-depen.patch * accumulated-changes-from-yomi-167.patch - Removed: * fix-for-unless-requisite-when-pip-is-not-installed.patch * fix-regression-in-service-states-with-reload-argumen.patch ==== slirp4netns ==== Version update (0.4.4 -> 1.0.0) - Update to 1.0.0 * libslirp to v0.4.3: * libslirp is no longer included in slirp4netns and needs be installed separately * --enable-sandbox is now out of experimental * New build dependeny: libslirp-devel >= 4.1 ==== socat ==== Version update (1.7.3.3 -> 1.7.3.4) - Update to version 1.7.3.4: * bugfix release, see the CHANGES file for all changes - Refresh patches: * socat-common-fixes.patch * socat-ignore-tests-failure-boo1078346.patch ==== sudo ==== Version update (1.8.31p1 -> 1.9.0rc2) - build with enable-python to support python plugins - Update to 1.9.0rc2 * Fixed a test failure in the strsig_test regress test on FreeBSD. * Sudo now includes a logging daemon, sudo_logsrvd, which can be used to implement centralized logging of I/O logs. TLS connections are supported when sudo is configured with the --enable-openssl option. For more information, see the sudo_logsrvd, logsrvd.conf and sudo_logsrv.proto manuals as well as the log_servers setting in the sudoers manual. The --disable-log-server and --disable-log-client configure options can be used to disable building the I/O log server and/or remote I/O log support in the sudoers plugin. * The new sudo_sendlog utility can be used to test sudo_logsrvd or send existing sudo I/O logs to a centralized server. * It is now possible to write sudo plugins in Python 3 when sudo is configured with the --enable-python> option. See the sudo_plugin_python.man.html manual for details. Sudo 1.9.0 comes with several Python example plugins that get installed sudo's examples directory. The sudo blog article "What's new in sudo 1.9: Python" (https://blog.sudo.ws/posts/2020/01/whats-new-in-sudo-1.9-python/) includes a simple tutorial on writing python plugins. * Sudo now supports an "audit" plugin type. An audit plugin receives accept, reject, exit and error messages and can be used to implement custom logging that is independent of the underlying security policy. Multiple audit plugins may be specified in the sudo.conf file. A sample audit plugin is included that writes logs in JSON format. * Sudo now supports an "approval" plugin type. An approval plugin is run only after the main security policy (such as sudoers) accepts a command to be run. The approval policy may perform additional checks, potentially interacting with the user. Multiple approval plugins may be specified in the sudo.conf file. Only if all approval plugins succeed will the command be allowed. * Sudo's -S command line option now causes the sudo conversation function to write to the standard output or standard error instead of the terminal device. * It is now possible to use "Cmd_Alias" instead of "Cmnd_Alias" for people who find the former more natural. * The new "pam_ruser" and "pam_rhost" sudoers settings can be used to enable or disable setting the PAM remote user and/or host values during PAM session setup. * More than one SHA-2 digest may now be specified for a single command. Multiple digests must be separated by a comma. * It is now possible to specify a SHA-2 digest in conjunction with the "ALL" reserved word in a command specification. This allows one to give permission to run any command that matches the specified digest, regardless of its path. * Sudo and sudo_logsrvd now create an extended I/O log info file in JSON format that contains additional information about the command that was run, such as the host name. The sudoreplay utility uses this file in preference to the legacy log file. * The sudoreplay utility can now match on a host name in list mode. The list output also now includes the host name if one is present in the log file. * For "sudo -i", if the target user's home directory does not exist, sudo will now warn about the problem but run the command in the current working directory. Previously, this was a fatal error. Debian bug #598519. * The command line arguments in the SUDO_COMMAND environment variable are now truncated at 4096 characters. This avoids an "Argument list too long" error when executing a command with a large number of arguments. Debian bug #596631. * Sudo now properly ends the PAM transaction when the user authenticates successfully but sudoers denies the command. Debian bug #669687. * The sudoers grammar in the manual now indicates that "sudoedit" requires one or more arguments. Debian bug #571621. - Pack /usr/sbin/{sudo_logsrvd,sudo_sendlog} binaries and their manpages - Pack /usr/lib/sudo/sudo/{audit_json.so,sample_approval.so} plugins - Pack /etc/sudo.conf and /etc/sudo_logsrvd.conf configuration files - Run spec-cleaner ==== suse-module-tools ==== Version update (15.2.10 -> 15.3.2) - Update to version 15.3.2: * modprobe.conf.common: eliminate circular uas/usb-storage dependency (bsc#1168661) ==== sysfsutils ==== - Enable -fcommon in order to fix boo#1160295. ==== systemd ==== Subpackages: libsystemd0 libudev1 systemd-logger systemd-sysvinit udev - Drop legacy /sbin/{udevd,udevadm) symlinks hopefully for good Since boo#1160890 has been fixed since a couple of months now. - Drop content of /usr/share/factory/ (bsc#1170146) systemd ships several files in /usr/share/factory/etc that are copied to /etc in case those files are missing there. Unfortunately the content does not match the openSUSE defaults. - Drop most of the tmpfiles that deal with generic paths (bsc#1078466) They are problematic because some of them conflict with SUSE defaults. Therefore it seems better to let the revelant packages owning these paths to provide their own definitions instead. Meanwhile we still keep the homeless definitions in suse.conf until a better place is found for them. Drop 0001-Fix-run-lock-group-to-follow-openSUSE-policy.patch Drop 0001-SUSE-policy-do-not-clean-tmp-by-default.patch - Drop %tmpfiles_create portables.conf from %post of networkd sub-package It was probably mistakenly added because systemd-portable served as template for systemd-network. - Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5) 1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54 e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698) 64fdacd5f1 user-util: rework how we validate user names (bsc#1170272) [...] For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/c5aa158173ced05201182d1cc18632a25cf43b94...08cd65ac385c884ed6e4bd71128a0796f56ecd17 - Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch It's been merged in 'openSUSE-Factory' branch otherwise this branch won't build anymore since meson has been upgraded to version 0.54 in Factory. ==== systemd-presets-branding-MicroOS ==== - Enable container-image-prune.timer by default ==== tar ==== - Drop Requires(pre) info in the preamble: the main package does not contain any info files, and has not even a pre script. The - doc subpackage already has the correct deps. ==== timezone ==== Version update (2019c -> 2020a) - timezone update 2020a (bsc#1169582) * Morocco springs forward on 2020-05-31, not 2020-05-24. * Canada's Yukon advanced to -07 year-round on 2020-03-08. * America/Nuuk renamed from America/Godthab. * zic now supports expiration dates for leap second lists. ==== weave ==== - Use file requires for modprobe (to be able to use busybox-kmod) ==== wpa_supplicant ==== - Add CVE-2019-16275.patch -- AP mode PMF disconnection protection bypass (bsc#1150934) - Add restore-old-dbus-interface.patch to fix wicked wlan (boo#1156920) - Restore fi.epitest.hostap.WPASupplicant.service (bsc#1167331) ==== yast2 ==== Version update (4.2.82 -> 4.2.83) - Avoid using systemctl calls when already started with the installation and thus, running inside the chroot (bsc#1168849) - 4.2.83 ==== yomi-formula ==== Version update (0.0.1+git.1585837779.87bbc9c -> 0.0.1+git.1587986719.9a9097a) - Update to version 0.0.1+git.1587986719.9a9097a: * Add initial support for ARM64 with EFI - Update to version 0.0.1+git.1587385401.ce3ed18: * storage: suppor XFS filesystem ==== zlib ==== - Update 410.patch to contain latest fixes from IBM bsc#1166260 * The build behaviour changed