Packages changed:
  ed (1.18 -> 1.19)
  gcc13 (13.0.0+git197351 -> 13.0.1+git5199)
  kernel-source (6.1.6 -> 6.1.7)

=== Details ===

==== ed ====
Version update (1.18 -> 1.19)

- update to 1.19:
  * Reading a non-existent file with commands 'e' or 'E' did set the
    'modified' flag, which prevented a following 'e' command from
    succeeding
  * The long name of option '-s' has been changed to '--script'.
    Option '-s' now only suppresses byte counts and the '!' prompt
    as mandated by POSIX. It no longer suppresses diagnostic
    messages written to stderr.
  * The short name '-q' has been assigned to options '--quiet' and
    '--silent'. Option '-q' now only suppresses diagnostic messages
    written to stderr.
  * The help message showing the line where a script error happened
    when ed's input is from a regular file is now printed to stdout
    instead of stderr because it is enabled by the 'H' command.
  * Ed no longer processes file names for backslash escapes.
  * It has been documented in the manual that address 0 is valid as
    a starting point for searches so that '0;/RE/' can match the
    regular expression RE in the first line of the buffer.
  * It has been documented in the manual how to achieve the effect
    of ex style '!' filtering with a sequence of commands.

==== gcc13 ====
Version update (13.0.0+git197351 -> 13.0.1+git5199)
Subpackages: libatomic1 libgcc_s1 libgfortran5 libgomp1 libobjc4 libquadmath0 libstdc++6 libstdc++6-locale libstdc++6-pp libubsan1

- Configure external timezone database provided by the timezone
  package.  Make libstdc++6 recommend timezone to get a fully
  working std::chrono.  Install timezone when running the testsuite.
- Remove dependence on doxygen and graphviz when building the
  testsuite.  Those were used to build the libstdc++ API html
  documentation but we stopped shipping that when Java support
  was removed and nobody noticed.  Purge traces of the built
  libstdc++6-gccN-doc package.
- Package libhwasan_preinit.o on x86_64.
- Update to GCC trunk head (r13-5199-g2f81164255bf0d)
  * pulls changes up to the start of Stage 4
- Change version numbering to match the commit count from
  the git gcc-descr alias
- Add gcc13-pr107678.patch to fix unwinding on aarch64 with
  pointer signing.  [bsc#1206684]
- Don't rely on %usrmerged, set it based on standard %suse_version
- Enable PRU flavour for gcc13

==== kernel-source ====
Version update (6.1.6 -> 6.1.7)

- Linux 6.1.7 (bsc#1012628).
- netfilter: nft_payload: incorrect arithmetics when fetching
  VLAN header bits (bsc#1012628).
- ALSA: control-led: use strscpy in set_led_id() (bsc#1012628).
- ALSA: usb-audio: Always initialize fixed_rate in
  snd_usb_find_implicit_fb_sync_format() (bsc#1012628).
- ALSA: hda/realtek - Turn on power early (bsc#1012628).
- ALSA: hda/realtek: Enable mute/micmute LEDs on HP Spectre x360
  13-aw0xxx (bsc#1012628).
- KVM: x86: Do not return host topology information from
  KVM_GET_SUPPORTED_CPUID (bsc#1012628).
- KVM: arm64: Fix S1PTW handling on RO memslots (bsc#1012628).
- efi: fix userspace infinite retry read efivars after EFI
  runtime services page fault (bsc#1012628).
- efi: tpm: Avoid READ_ONCE() for accessing the event log
  (bsc#1012628).
- io_uring/poll: add hash if ready poll request can't complete
  inline (bsc#1012628).
- arm64: mte: Fix double-freeing of the temporary tag storage
  during coredump (bsc#1012628).
- arm64: mte: Avoid the racy walk of the vma list during core dump
  (bsc#1012628).
- arm64: cmpxchg_double*: hazard against entire exchange variable
  (bsc#1012628).
- ACPI: Fix selecting wrong ACPI fwnode for the iGPU on some
  Dell laptops (bsc#1012628).
- net: stmmac: add aux timestamps fifo clearance wait
  (bsc#1012628).
- perf auxtrace: Fix address filter duplicate symbol selection
  (bsc#1012628).
- s390/kexec: fix ipl report address for kdump (bsc#1012628).
- brcmfmac: Prefer DT board type over DMI board type
  (bsc#1012628).
- ASoC: qcom: lpass-cpu: Fix fallback SD line index handling
  (bsc#1012628).
- elfcore: Add a cprm parameter to
  elf_core_extra_{phdrs,data_size} (bsc#1012628).
- cpufreq: amd-pstate: fix kernel hang issue while amd-pstate
  unregistering (bsc#1012628).
- s390/cpum_sf: add READ_ONCE() semantics to compare and swap
  loops (bsc#1012628).
- s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple()
  (bsc#1012628).
- drm/virtio: Fix GEM handle creation UAF (bsc#1012628).
- drm/amd/pm/smu13: BACO is supported when it's in BACO state
  (bsc#1012628).
- drm: Optimize drm buddy top-down allocation method
  (bsc#1012628).
- drm/i915/gt: Reset twice (bsc#1012628).
- drm/i915: Reserve enough fence slot for i915_vma_unbind_async
  (bsc#1012628).
- drm/i915: Fix potential context UAFs (bsc#1012628).
- drm/amd: Delay removal of the firmware framebuffer
  (bsc#1012628).
- drm/amdgpu: Fixed bug on error when unloading amdgpu
  (bsc#1012628).
- drm/amd/pm: correct the reference clock for fan speed(rpm)
  calculation (bsc#1012628).
- drm/amd/pm: add the missing mapping for PPT feature on SMU13.0.0
  and 13.0.7 (bsc#1012628).
- drm/amd/display: move remaining FPU code to dml folder
  (bsc#1012628).
- Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm
  for vega10 properly"" (bsc#1012628).
- cifs: Fix uninitialized memory read for smb311 posix symlink
  create (bsc#1012628).
- cifs: fix file info setting in cifs_query_path_info()
  (bsc#1012628).
- cifs: fix file info setting in cifs_open_file() (bsc#1012628).
- cifs: do not query ifaces on smb1 mounts (bsc#1012628).
- cifs: fix double free on failed kerberos auth (bsc#1012628).
- io_uring/fdinfo: include locked hash table in fdinfo output
  (bsc#1012628).
- ASoC: rt9120: Make dev PM runtime bind AsoC component PM
  (bsc#1012628).
- ACPI: video: Allow selecting NVidia-WMI-EC or Apple GMUX
  backlight from the cmdline (bsc#1012628).
- platform/x86: dell-privacy: Only register SW_CAMERA_LENS_COVER
  if present (bsc#1012628).
- platform/surface: aggregator: Ignore command messages not
  intended for us (bsc#1012628).
- platform/x86: int3472/discrete: Ensure the clk/power enable
  pins are in output mode (bsc#1012628).
- platform/x86: thinkpad_acpi: Fix profile mode display in AMT
  mode (bsc#1012628).
- platform/x86: asus-wmi: Don't load fan curves without fan
  (bsc#1012628).
- platform/x86: dell-privacy: Fix SW_CAMERA_LENS_COVER reporting
  (bsc#1012628).
- dt-bindings: msm: dsi-controller-main: Fix operating-points-v2
  constraint (bsc#1012628).
- drm/msm: another fix for the headless Adreno GPU (bsc#1012628).
- firmware/psci: Fix MEM_PROTECT_RANGE function numbers
  (bsc#1012628).
- firmware/psci: Don't register with debugfs if PSCI isn't
  available (bsc#1012628).
- drm/msm/adreno: Make adreno quirks not overwrite each other
  (bsc#1012628).
- arm64/signal: Always allocate SVE signal frames on SME only
    ... changelog too long, skipping 219 lines ...
- commit ffddea5