Packages changed:
  avahi
  avahi-glib2
  dhcp
  freetype2
  fwupd (1.7.6 -> 1.7.7)
  gcc11 (11.2.1+git1406 -> 11.2.1+git1635)
  grub2
  gstreamer-plugins-bad
  hwdata (0.357 -> 0.358)
  ibus
  installation-images-MicroOS (17.48 -> 17.50)
  json-c (0.15 -> 0.16)
  kernel-source (5.17.3 -> 5.17.4)
  libbluray
  libbsd (0.10.0 -> 0.11.6)
  libinput (1.20.0 -> 1.20.1)
  libjcat (0.1.9 -> 0.1.10)
  libjpeg-turbo
  parted (3.4 -> 3.5)
  plasma-framework
  podman
  python-SQLAlchemy
  qemu
  rsync (3.2.3 -> 3.2.4)
  snapper (0.10.0 -> 0.10.1)
  systemd
  ucode-intel (20220207 -> 20220419)
  vim
  vulkan-loader (1.3.204.0 -> 1.3.211.0)
  vulkan-tools (1.3.204.0 -> 1.3.211.0)
  wireless-regdb (20220324 -> 20220408)
  xauth (1.1.1 -> 1.1.2)
  xdg-desktop-portal (1.14.2 -> 1.14.3)

=== Details ===

==== avahi ====
Subpackages: libavahi-client3 libavahi-common3 libavahi-core7

- Stop requiring "avahi" from "libavahi-devel". The devel package
  ought to facilitate building programs with avahi, not run the
  whole deamon.

==== avahi-glib2 ====

- Stop requiring "avahi" from "libavahi-devel". The devel package
  ought to facilitate building programs with avahi, not run the
  whole deamon.

==== dhcp ====
Subpackages: dhcp-client

- Update dhcpd.service: After: network-online.target
  * boo#826319: DHCP gets autostarted too early (network interface
    not up yet - Systemd/LSB problem)
    e.g. NM and bridged interface

==== freetype2 ====

- add revert-ft212-subpixel-hinting-change.patch (bsc#1198536)
- add 079a22da037835daf5be2bd9eccf7bc1eaa2e783.patch to avoid
  an integer overflow occuring during fuzzing

==== fwupd ====
Version update (1.7.6 -> 1.7.7)
Subpackages: libfwupd2 libfwupdplugin5 typelib-1_0-Fwupd-2_0

- Update to version 1.7.7:
  * This release adds the following features:
    + Add CCGX trigger code to support future hardware
    + Add signed and unsigned payload metadata to more devices
    + Allow overriding the detected machine type
    + Allow quirking the flashrom flash size
    + Do not allow the DBX update for broken firmware versions
  * This release fixes the following bugs:
    + Do not add the backup BMC device as it shares the same GUIDs
    + Do not hardcode the libexecdir to /usr/libexec
    + Do not leak child processes when canceling
    + Do not throw away the TPM eventlog when uploading reports to
    the LVFS
    + Don't export USB4 host controllers if they do not have unique
    GUIDs
    + Fix build for MacOS
    + Fix the TPM eventlog replay for Intel TXT machines
    + Fix writing large MTD images
    + Never send the DeviceChanged signal with invalid data
    + Return the correct error when there is no GPIO device to open
    + Show the update message and update image in front end tools
    + Support the new PENDING upower device states
  * This release adds support for the following hardware:
    + Logitech M550, M650 and K650
    + More Elan fingerprint readers
    + More Star Labs StarLite laptops
    + More Wacom panels found on Lenovo laptops
- Split bash and fish completions to separate subpackages
- Remove un-needed BRP_PESIGN_FILES
- Set GNU_SOURCE so meson detects F_OFD_SETLK in fnctl.h support

==== gcc11 ====
Version update (11.2.1+git1406 -> 11.2.1+git1635)

- Update to gcc-11 branch head (691af15031e00227ba6d5935c), git1635
  * includes gcc11-pr104931.patch
  * includes fix for Firefox ICE  [gcc#105256]

==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi

- use common SBAT values (boo#1193282)

==== gstreamer-plugins-bad ====
Subpackages: libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0

- Disable ldacBT on ppc64: ldacBT is not available there.

==== hwdata ====
Version update (0.357 -> 0.358)

- Update to version 0.358 (bsc#1196332):
  + Updated pci, usb and vendor ids.

==== ibus ====
Subpackages: libibus-1_0-5 typelib-1_0-IBus-1_0

- Add patch ibus-fix-refcounting-issues.patch:
  This addresses the possible GLib warnings, fixes the possible
  double unrefs happening on IBusText used in signals, and fixes
  the missing unrefs on IBusText objects created from static
  strings (gh#ibus/ibus#2387, gh#ibus/ibus#2393).

==== installation-images-MicroOS ====
Version update (17.48 -> 17.50)

- merge gh#openSUSE/installation-images#591
- fix typo (bsc#1198326)
- 17.50
- merge gh#openSUSE/installation-images#589
- use parse-zdev.sh from s390-tools for device activation (bsc#1198326)
- 17.49

==== json-c ====
Version update (0.15 -> 0.16)

- Update to 0.16:
  + Deprecated and removed features:
  * JSON_C_OBJECT_KEY_IS_CONSTANT is deprecated in favor of
    JSON_C_OBJECT_ADD_CONSTANT_KEY
  * Direct access to lh_table and lh_entry structure members is deprecated.
    Use access functions instead, lh_table_head(), lh_entry_next(), etc...
  * Drop REFCOUNT_DEBUG code.
  + Changes and bug fixes
  * Cap string length at INT_MAX to avoid various issues with very long strings.
  * json_object_deep_copy: fix deep copy of strings containing '\0'
  * Fix read past end of buffer in the "json_parse" command
  * Avoid out of memory accesses in the locally provided vasprintf() function
    (for those platforms that use it)
  * Handle allocation failure in json_tokener_new_ex
  * Fix use-after-free in json_tokener_new_ex() in the event of printbuf_new() returning NULL
  * printbuf_memset(): set gaps to zero - areas within the print buffer which
    have not been initialized by using printbuf_memset
  * printbuf: return -1 on invalid arguments (len < 0 or total buffer > INT_MAX)
  * sprintbuf(): propagate printbuf_memappend errors back to the caller
  * Validate size arguments in arraylist functions.
  * Use getrandom() if available; with GRND_NONBLOCK to allow use of json-c
    very early during boot, such as part of cryptsetup.
  * Use arc4random() if it's available.
  * random_seed: on error, continue to next method instead of exiting the process
  * Close file when unable to read from /dev/urandom in get_dev_random_seed()
  * Speed up parsing by replacing ctype functions with simplified, faster
    non-locale-sensitive ones in json_tokener and json_object_to_json_string.
  * Neither vertical tab nor formfeed are considered whitespace per the JSON spec
  * json_object: speed up creation of objects, calloc() -> malloc() + set fields
  * Avoid needless extra strlen() call in json_c_shallow_copy_default() and
    json_object_equal() when the object is known to be a json_type_string.

==== kernel-source ====
Version update (5.17.3 -> 5.17.4)

- Linux 5.17.4 (bsc#1012628).
- drm/amd/display: Add pstate verification and recovery for DCN31
  (bsc#1012628).
- drm/amd/display: Fix p-state allow debug index on dcn31
  (bsc#1012628).
- cpuidle: PSCI: Move the `has_lpi` check to the beginning of
  the function (bsc#1012628).
- ACPI: processor idle: Check for architectural support for LPI
  (bsc#1012628).
- net: dsa: realtek: allow subdrivers to externally lock regmap
  (bsc#1012628).
- net: dsa: realtek: rtl8365mb: serialize indirect PHY register
  access (bsc#1012628).
- net: dsa: realtek: make interface drivers depend on OF
  (bsc#1012628).
- btrfs: remove no longer used counter when reading data page
  (bsc#1012628).
- btrfs: remove unused variable in
  btrfs_{start,write}_dirty_block_groups() (bsc#1012628).
- RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
  (bsc#1012628).
- media: si2157: unknown chip version Si2147-A30 ROM 0x50
  (bsc#1012628).
- uapi/linux/stddef.h: Add include guards (bsc#1012628).
- drm/amdgpu: Ensure HDA function is suspended before ASIC reset
  (bsc#1012628).
- btrfs: release correct delalloc amount in direct IO write path
  (bsc#1012628).
- btrfs: fix btrfs_submit_compressed_write cgroup attribution
  (bsc#1012628).
- btrfs: return allocated block group from do_chunk_alloc()
  (bsc#1012628).
- ALSA: core: Add snd_card_free_on_error() helper (bsc#1012628).
- ALSA: sis7019: Fix the missing error handling (bsc#1012628).
- ALSA: ali5451: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: als300: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: als4000: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: atiixp: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: au88x0: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: aw2: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: azt3328: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: bt87x: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: ca0106: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: cmipci: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: cs4281: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: cs5535audio: Fix the missing snd_card_free() call at
  probe error (bsc#1012628).
- ALSA: echoaudio: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: emu10k1x: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: ens137x: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: es1938: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: es1968: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: fm801: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: galaxy: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: hdsp: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: hdspm: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: ice1724: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: intel8x0: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: intel_hdmi: Fix the missing snd_card_free() call at
  probe error (bsc#1012628).
- ALSA: korg1212: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: lola: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: lx6464es: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: maestro3: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: oxygen: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: riptide: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: rme32: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: rme9652: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: rme96: Fix the missing snd_card_free() call at probe error
  (bsc#1012628).
- ALSA: sc6000: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: sonicvibes: Fix the missing snd_card_free() call at
  probe error (bsc#1012628).
- ALSA: via82xx: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: usb-audio: Cap upper limits of buffer/period bytes for
  implicit fb (bsc#1012628).
- ALSA: nm256: Don't call card private_free at probe error path
  (bsc#1012628).
- drm/msm: Add missing put_task_struct() in debugfs path
  (bsc#1012628).
- nfsd: Fix a write performance regression (bsc#1012628).
- firmware: arm_scmi: Remove clear channel call on the TX channel
  (bsc#1012628).
- memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe
  (bsc#1012628).
- Revert "ath11k: mesh: add support for 256 bitmap in blockack
  frames in 11ax" (bsc#1012628).
- firmware: arm_scmi: Fix sorting of retrieved clock rates
  (bsc#1012628).
- media: rockchip/rga: do proper error checking in probe
  (bsc#1012628).
- KVM: arm64: Generalise VM features into a set of flags
  (bsc#1012628).
- KVM: arm64: mixed-width check should be skipped for
  uninitialized vCPUs (bsc#1012628).
- SUNRPC: Fix the svc_deferred_event trace class (bsc#1012628).
- net/sched: flower: fix parsing of ethertype following VLAN
  header (bsc#1012628).
- veth: Ensure eth header is in skb's linear part (bsc#1012628).
- gpiolib: acpi: use correct format characters (bsc#1012628).
- cifs: release cached dentries only if mount is complete
  (bsc#1012628).
- ice: arfs: fix use-after-free when freeing @rx_cpu_rmap
  (bsc#1012628).
- Revert "iavf: Fix deadlock occurrence during resetting VF
  interface" (bsc#1012628).
- net: mdio: don't defer probe forever if PHY IRQ provider is
  missing (bsc#1012628).
- mlxsw: i2c: Fix initialization error flow (bsc#1012628).
- sctp: use the correct skb for security_sctp_assoc_request
  (bsc#1012628).
- net/sched: fix initialization order when updating chain 0 head
  (bsc#1012628).
- cachefiles: unmark inode in use in error path (bsc#1012628).
- cachefiles: Fix KASAN slab-out-of-bounds in
  cachefiles_set_volume_xattr (bsc#1012628).
- net: dsa: felix: suppress -EPROBE_DEFER errors (bsc#1012628).
- KVM: selftests: riscv: Set PTE A and D bits in VS-stage page
  table (bsc#1012628).
- KVM: selftests: riscv: Fix alignment of the guest_hang()
  function (bsc#1012628).
- RISC-V: KVM: include missing hwcap.h into vcpu_fp (bsc#1012628).
- io_uring: flag the fact that linked file assignment is sane
  (bsc#1012628).
- net: ethernet: stmmac: fix altr_tse_pcs function when using
  a fixed-link (bsc#1012628).
- net/sched: taprio: Check if socket flags are valid
  (bsc#1012628).
- cfg80211: hold bss_lock while updating nontrans_list
  (bsc#1012628).
- mac80211: fix ht_capa printout in debugfs (bsc#1012628).
- netfilter: nft_socket: make cgroup match work in input too
  (bsc#1012628).
- drm/msm: Fix range size vs end confusion (bsc#1012628).
- drm/msm/dsi: Use connector directly in
  msm_dsi_manager_connector_init() (bsc#1012628).
- drm/msm/dp: add fail safe mode outside of event_mutex context
  (bsc#1012628).
- io_uring: stop using io_wq_work as an fd placeholder
  (bsc#1012628).
- net/smc: use memcpy instead of snprintf to avoid out of bounds
  read (bsc#1012628).
- net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()
  (bsc#1012628).
- scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63
  (bsc#1012628).
- scsi: pm80xx: Enable upper inbound, outbound queues
  (bsc#1012628).
- scsi: iscsi: Move iscsi_ep_disconnect() (bsc#1012628).
- scsi: iscsi: Fix offload conn cleanup when iscsid restarts
  (bsc#1012628).
- scsi: iscsi: Fix endpoint reuse regression (bsc#1012628).
- scsi: iscsi: Fix conn cleanup and stop race during iscsid
  restart (bsc#1012628).
- scsi: iscsi: Fix unbound endpoint error handling (bsc#1012628).
- sctp: Initialize daddr on peeled off socket (bsc#1012628).
- net: lan966x: Fix when a port's upper is changed (bsc#1012628).
- net: lan966x: Stop processing the MAC entry is port is wrong
  (bsc#1012628).
- netfilter: nf_tables: nft_parse_register can return a negative
  value (bsc#1012628).
- io_uring: fix assign file locking issue (bsc#1012628).
- ALSA: ad1889: Fix the missing snd_card_free() call at probe
  error (bsc#1012628).
- ALSA: mtpav: Don't call card private_free at probe error path
  (bsc#1012628).
- io_uring: move io_uring_rsrc_update2 validation (bsc#1012628).
- io_uring: verify that resv2 is 0 in io_uring_rsrc_update2
  (bsc#1012628).
- io_uring: verify pad field is 0 in io_get_ext_arg (bsc#1012628).
- testing/selftests/mqueue: Fix mq_perf_tests to free the
  allocated cpu set (bsc#1012628).
- ALSA: usb-audio: Increase max buffer size (bsc#1012628).
- ALSA: usb-audio: Limit max buffer and period sizes per time
  (bsc#1012628).
- perf tools: Fix misleading add event PMU debug message
  (bsc#1012628).
- macvlan: Fix leaking skb in source mode with nodst option
  (bsc#1012628).
- net: ftgmac100: access hardware register after clock ready
  (bsc#1012628).
- nfc: nci: add flush_workqueue to prevent uaf (bsc#1012628).
- cifs: potential buffer overflow in handling symlinks
  (bsc#1012628).
- dm mpath: only use ktime_get_ns() in historical selector
  (bsc#1012628).
- vfio/pci: Fix vf_token mechanism when device-specific VF
  drivers are used (bsc#1012628).
- tun: annotate access to queue->trans_start (bsc#1012628).
- net: dsa: felix: fix tagging protocol changes with multiple
  CPU ports (bsc#1012628).
- net: bcmgenet: Revert "Use stronger register read/writes to
  assure ordering" (bsc#1012628).
- block: fix offset/size check in bio_trim() (bsc#1012628).
- block: null_blk: end timed out poll request (bsc#1012628).
- io_uring: abort file assignment prior to assigning creds
  (bsc#1012628).
- KVM: PPC: Book3S HV P9: Fix "lost kick" race (bsc#1012628).
- drm/amd: Add USBC connector ID (bsc#1012628).
- btrfs: fix fallocate to use file_modified to update permissions
  consistently (bsc#1012628).
- btrfs: do not warn for free space inode in cow_file_range
  (bsc#1012628).
- drm/amdgpu: conduct a proper cleanup of PDB bo (bsc#1012628).
- drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
  (bsc#1012628).
- drm/amd/display: fix audio format not updated after edid updated
  (bsc#1012628).
- drm/amd/display: FEC check in timing validation (bsc#1012628).
- drm/amd/display: Update VTEM Infopacket definition
  (bsc#1012628).
- drm/amdkfd: Fix Incorrect VMIDs passed to HWS (bsc#1012628).
- drm/amdgpu/vcn: improve vcn dpg stop procedure (bsc#1012628).
- drm/amdkfd: Check for potential null return of kmalloc_array()
  (bsc#1012628).
- Drivers: hv: vmbus: Deactivate sysctl_record_panic_msg by
  default in isolated guests (bsc#1012628).
- Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus
  device (bsc#1012628).
- PCI: hv: Propagate coherence from VMbus device to PCI device
  (bsc#1012628).
- Drivers: hv: vmbus: Prevent load re-ordering when reading ring
  buffer (bsc#1012628).
- scsi: target: tcmu: Fix possible page UAF (bsc#1012628).
- scsi: lpfc: Improve PCI EEH Error and Recovery Handling
  (bsc#1012628).
- scsi: lpfc: Fix unload hang after back to back PCI EEH faults
  (bsc#1012628).
- scsi: lpfc: Fix queue failures when recovering from PCI parity
  error (bsc#1012628).
- scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024
  (bsc#1012628).
- net: micrel: fix KS8851_MLL Kconfig (bsc#1012628).
- ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
  (bsc#1012628).
- gpu: ipu-v3: Fix dev_dbg frequency output (bsc#1012628).
- regulator: wm8994: Add an off-on delay for WM8994 variant
  (bsc#1012628).
- static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
  (bsc#1012628).
- arm64: alternatives: mark patch_alternative() as `noinstr`
  (bsc#1012628).
- tlb: hugetlb: Add more sizes to tlb_remove_huge_tlb_entry
  (bsc#1012628).
- net: axienet: setup mdio unconditionally (bsc#1012628).
- Drivers: hv: balloon: Disable balloon and hot-add accordingly
  (bsc#1012628).
- net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
  (bsc#1012628).
- myri10ge: fix an incorrect free for skb in myri10ge_sw_tso
  (bsc#1012628).
- spi: cadence-quadspi: fix protocol setup for non-1-1-X
  operations (bsc#1012628).
- drm/amd/display: Correct Slice reset calculation (bsc#1012628).
- drm/amd/display: Enable power gating before init_pipes
  (bsc#1012628).
- drm/amd/display: Revert FEC check in validation (bsc#1012628).
- drm/amd/display: Fix allocate_mst_payload assert on resume
  (bsc#1012628).
- drbd: set QUEUE_FLAG_STABLE_WRITES (bsc#1012628).
- scsi: mpt3sas: Fail reset operation if config request timed out
  (bsc#1012628).
- scsi: mvsas: Add PCI ID of RocketRaid 2640 (bsc#1012628).
- scsi: megaraid_sas: Target with invalid LUN ID is deleted
  during scan (bsc#1012628).
- drivers: net: slip: fix NPD bug in sl_tx_timeout()
  (bsc#1012628).
- x86,bpf: Avoid IBT objtool warning (bsc#1012628).
- io_uring: zero tag on rsrc removal (bsc#1012628).
- io_uring: use nospec annotation for more indexes (bsc#1012628).
- perf/imx_ddr: Fix undefined behavior due to shift overflowing
  the constant (bsc#1012628).
- mm/secretmem: fix panic when growing a memfd_secret
  (bsc#1012628).
- mm, page_alloc: fix build_zonerefs_node() (bsc#1012628).
- mm: fix unexpected zeroed page mapping with zram swap
  (bsc#1012628).
- mm: kmemleak: take a full lowmem check in kmemleak_*_phys()
  (bsc#1012628).
- hugetlb: do not demote poisoned hugetlb pages (bsc#1012628).
- revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"
  (bsc#1012628).
- revert "fs/binfmt_elf: use PT_LOAD p_align values for static
  PIE" (bsc#1012628).
- KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
  (bsc#1012628).
- SUNRPC: Fix NFSD's request deferral on RDMA transports
  (bsc#1012628).
- memory: renesas-rpc-if: fix platform-device leak in error path
  (bsc#1012628).
- gcc-plugins: latent_entropy: use /dev/urandom (bsc#1012628).
- cifs: verify that tcon is valid before dereference in
  cifs_kill_sb (bsc#1012628).
- gpio: sim: fix setting and getting multiple lines (bsc#1012628).
- ath9k: Properly clear TX status area before reporting to
  mac80211 (bsc#1012628).
- ath9k: Fix usage of driver-private space in tx_info
  (bsc#1012628).
- btrfs: zoned: activate block group only for extent allocation
  (bsc#1012628).
- btrfs: fix root ref counts in error handling in
  btrfs_get_root_ref (bsc#1012628).
- btrfs: mark resumed async balance as writing (bsc#1012628).
- ALSA: hda/realtek: Add quirk for Clevo PD50PNT (bsc#1012628).
- ALSA: hda/realtek: add quirk for Lenovo Thinkpad X12 speakers
  (bsc#1012628).
- ALSA: pcm: Test for "silence" field in struct "pcm_format_data"
  (bsc#1012628).
- nl80211: correctly check NL80211_ATTR_REG_ALPHA2 size
  (bsc#1012628).
- ipv6: fix panic when forwarding a pkt with no in6 dev
  (bsc#1012628).
- drm/amd/display: don't ignore alpha property on pre-multiplied
  mode (bsc#1012628).
- drm/amdgpu: Enable gfxoff quirk on MacBook Pro (bsc#1012628).
- x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits (bsc#1012628).
- x86/tsx: Disable TSX development mode at boot (bsc#1012628).
- genirq/affinity: Consider that CPUs on nodes can be unbalanced
  (bsc#1012628).
- tick/nohz: Use WARN_ON_ONCE() to prevent console saturation
  (bsc#1012628).
- ARM: davinci: da850-evm: Avoid NULL pointer dereference
  (bsc#1012628).
- ep93xx: clock: Fix UAF in ep93xx_clk_register_gate()
  (bsc#1012628).
- dm integrity: fix memory corruption when tag_size is less than
  digest size (bsc#1012628).
- i2c: dev: check return value when calling dev_set_name()
  (bsc#1012628).
- Revert "net: dsa: setup master before ports" (bsc#1012628).
- smp: Fix offline cpu check in flush_smp_call_function_queue()
  (bsc#1012628).
- dt-bindings: memory: snps,ddrc-3.80a compatible also need
  interrupts (bsc#1012628).
- i2c: pasemi: Wait for write xfers to finish (bsc#1012628).
- dt-bindings: net: snps: remove duplicate name (bsc#1012628).
- timers: Fix warning condition in __run_timers() (bsc#1012628).
- dma-direct: avoid redundant memory sync for swiotlb
  (bsc#1012628).
- mm, kfence: support kmem_dump_obj() for KFENCE objects
  (bsc#1012628).
- drm/i915: Sunset igpu legacy mmap support based on
  GRAPHICS_VER_FULL (bsc#1012628).
- cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_state
  (bsc#1012628).
- ax25: Fix UAF bugs in ax25 timers (bsc#1012628).
- io_uring: use right issue_flags for splice/tee (bsc#1012628).
- io_uring: fix poll file assign deadlock (bsc#1012628).
- io_uring: fix poll error reporting (bsc#1012628).
- commit 75e9961
- Update config files. (vanilla)
  After commit b76702ae4983 (Update config files.), arm64 vanilla fails.
  Just ran oldconfig.
- commit 2d96192
- Update
  patches.kernel.org/5.17.3-312-SUNRPC-Ensure-we-flush-any-closed-sockets-befo.patch
  (bsc#1012628 bsc#1198330 CVE-2022-28893).
  Update upstream status.
- commit a0f1f93

==== libbluray ====

- Removed patch:
  * libbluray-java9.patch
    + Does not have any effect in the current build
- Added patch:
  * libbluray-April2022CPU.patch
    + implement the new java.io.FileSystem.isInvalid method
    that entered all supported java versions with April 2022 CPU

==== libbsd ====
Version update (0.10.0 -> 0.11.6)

- add missing devel requires
- update to 0.11.6:
  * import pwcache module from OpenBSD
  * use libmd for hashing functions
  * Fix message digest library checks
  * Switch libmd wrapper to dlsym
  * Enable .init_array support when building with LTO
  * Switch md5 back to direct linking
- reenable LTO

==== libinput ====
Version update (1.20.0 -> 1.20.1)

- Update to release 1.20.1
  * Format string issue resolved [CVE-2020-1215 bsc#1198111]

==== libjcat ====
Version update (0.1.9 -> 0.1.10)

- update to 0.1.10:
  - Add ED25519 support (Richard Hughes)
  - Define three more types used for the firmware transparency log (Richard Hughes)
  - Include the pkgconfig variables in the subproject dependency (Richard Hughes)
  - Drop the use of setuptools in the test script for regenerating ld version file (Eli Schwartz)
  - Use the correct lookup method for the python3 script interpreter (Eli Schwartz)

==== libjpeg-turbo ====

- Use nasm instead of yasm, the latter has not released any update
  in 7 years.

==== parted ====
Version update (3.4 -> 3.5)
Subpackages: libparted-fs-resize0 libparted2

- update to version 3.5:
  * Add support for JSON output.
  * Add support for linux-home flag for GPT.
  * Add --fix option.
  added patches:
  - direct-handling-of-partition-type-id-and-uuid.patch
  - parted-json-no-type-flag.patch
  refreshed patches:
  - libparted-open-the-device-RO-and-lazily-switch-to-RW.patch
  - parted-2.4-ncursesw6.patch
  - parted-add-ignore-busy-option.patch
  - parted-fix-resizepart-and-rm-command.patch
  - parted-implement-wipesignatures-option.patch
  - parted-print-max-partitions-for-yast.patch
  - parted-type.patch
  - tests-disable.patch
  removed patches:
  - parted-escape-printed-device-path.patch
  - parted-mkpart-allow-empty-gpt-part-name.patch

==== plasma-framework ====
Subpackages: libKF5Plasma5 plasma-framework-components

- Backport some patches:
  * 0001-Fix-osd-dialog-position.patch (kde#452648)
  * 0002-Keep-PlasmaComponents.Highlight-on-its-former-behavi.patch (kde#452555)
  * 0003-Fix-check-for-argument-length-in-DataEngine-loader.patch (kde#452596)

==== podman ====
Subpackages: podman-cni-config

- Require catatonit >= 0.1.7 for pause functionality needed by pods

==== python-SQLAlchemy ====

- python-mock is not required for build

==== qemu ====

- enable aio=io_uring on all kvm architectures (bsc#1197699)

==== rsync ====
Version update (3.2.3 -> 3.2.4)

- Update to 3.2.4
  * A new form of arg protection was added that works similarly to
    the older `--protect-args` (`-s`) option but in a way that
    avoids breaking things like rrsync.
  * A long-standing bug was preventing rsync from figuring out the
    current locale's decimal point character, which made rsync
    always output numbers using the "C" locale.
  * Too many changes to list, see included NEWS.md file.
- Drop rsync-CVE-2020-14387.patch, already included upstream.

==== snapper ====
Version update (0.10.0 -> 0.10.1)

- compress file lists using gzip
- version 0.10.1

==== systemd ====
Subpackages: libsystemd0 libudev1 udev

- spec: sign the systemd-boot efi binary (boo#1198586)
- Drop 0011-core-disable-session-keyring-per-system-sevice-entir.patch
  Since bsc#1081947 has been addressed, we can attempt to re-enable private
  session kernel keyring for each system service hence each service gets a
  session keyring that is specific to the service.
- Import commit 736db5a59f1ab1317ef64ec6e7dc394250178146
  98bc28d824 tmpfiles: constify item_compatible() parameters
  3faf1a2648 test: adapt install_pam() for openSUSE
  b7ca34fa28 test: add test checking tmpfiles conf file precedence
  2713693d93 test tmpfiles: add a test for 'w+'
  ce2cbefe38 tmpfiles.d: only 'w+' can have multiple lines for the same path (bsc#1198090)
  769f5a0cbe Support -D_FORTIFY_SOURCE=3 by using __builtin_dynamic_object_size.
- libseccomp is needed everywhere
- Move coredumpctl completion files into systemd-coredump sub-package.

==== ucode-intel ====
Version update (20220207 -> 20220419)

- Updated to Intel CPU Microcode 20220419 release. (bsc#1198717)
  - Update for functional issues. Refer to errata
    APLI-11 in [Intel Atom Processor E3900
    Series](https://cdrdv2.intel.com/v1/dl/getContent/612204) for details.
  - Changed Microcodes:
  - | APL            | E0       | 06-5c-0a/03 | 00000024 | 00000028 | Atom x5-E39xx

==== vim ====
Subpackages: vim-data-common vim-small

- skip empty post/postun on gvim for SLE15+

==== vulkan-loader ====
Version update (1.3.204.0 -> 1.3.211.0)

- Update to release SDK-1.3.211.0
  * Add "additive" environment variables: VK_ADD_DRIVER_FILES
    and VK_ADD_LAYER_PATH.

==== vulkan-tools ====
Version update (1.3.204.0 -> 1.3.211.0)

- Update to release SDK-1.3.211.0
  * vulkaninfo: Enable portability extension for device groups
  * vkcube,vulkaninfo: Add portability_enumeration if present

==== wireless-regdb ====
Version update (20220324 -> 20220408)

- Update to version 20220408:
  * wireless-regdb: add db files missing from previous commit
  * wireless-regdb: update regulatory database based on preceding changes
  * wireless-regdb: Update regulatory rules for Australia (AU)
  * wireless-regdb: add missing spaces for US S1G rules

==== xauth ====
Version update (1.1.1 -> 1.1.2)

- update to version 1.1.2
  * tests: make tests work in out-of-tree builds
  * tests: Fix failure to make distcheck
  * tests: report failure if stderr has unexpected output
  * configure.ac: fail build if xtrans is not found
  * gitlab CI: add a basic build test
  * Build xz tarballs instead of bzip2
  * Fix off-by-one in quote-stripping routines
  * gitlab CI: stop requiring Signed-off-by in commits
  * Improve portability
  * Removed build requirement "cmdtest".
  * Fix warning -Wstringop-truncation for strncpy by using memcpy instead
  * Expand checks of socket file with S_ISSOCK

==== xdg-desktop-portal ====
Version update (1.14.2 -> 1.14.3)

- update to 1.14.2:
  + remote-desktop: Fix a memory corruption that was causing
    segfaults