------------------------------------------------------------------ --- Changelog.all ----------- Fri May 20 23:23:36 UTC 2022 ------ ------------------------------------------------------------------ ------------------------------------------------------------------ ------------------ 2022-5-20 - May 20 2022 ------------------- ------------------------------------------------------------------ ++++ dagger: - Update to version 0.2.11: * build(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 (#2458) * Bump Docusaurus up to 2.0.0-beta.20 (#2463) * core: add `#Rm` core action (#2422) * telemetry: include the git repository * build(deps-dev): bump concurrently from 7.0.0 to 7.2.0 in /website * docs: bypass `Permission denied` error on cloning repo (#2387) * Add GitHub Codespaces support (#2217) * feat: Add debian (#2433) * build(deps): bump amplitude-js from 8.18.1 to 8.18.2 in /website * feat: Add sam package * docs: making-reusable-package * docs: project-file-organization * ci: add plan for viewing Jaeger CI traces locally * Set trace name with bats test name. * ci: add tracing support to integration tests. * Downgrade opentelemetry to match Buildkit's version. * docs: document usage with buildkit unix socket * build(deps): bump golang from 1.18.1-alpine to 1.18.2-alpine * feat: export secrets with `docker.#Run` * ci: Pass cache env vars through to integ tests. * ci: set log format to plain * feat: add Gitpod support * fix: Course correct on `project update` consistency * feat: Use `client: filesystem` path as a default * docs: Add more installation options for Windows * build(deps-dev): bump cypress from 9.6.0 to 9.6.1 in /website * universe: add test with kustomization * universe: add `#Delete` definition to experimental kubernetes package * Add yaml content to the markdown file and remove external tekton file to fix the lint issue * docs: rename tekton file * docs: use dagger values * docs: dagger version and netlify team as parameters * docs: dagger action as param + clarify name parameter * docs: remove useless commands * docs: Update ci-environment doc to add tekton example * docs: Getting started with Tekton ++++ deepin-editor: - Fix build on Tumbleweed ++++ e-antic: - Update to release 1.2.1 * Fixed serialization of renf_class with cereal>=1.3.2 * Fixed deserialization of objects serialized with e-antic prior to 1.0.0 ++++ fortio: - Update to version 1.31.0: * add configurable `-dns-method` to resolve dns (#576) * fix fortio version when used as libray/module (#574) ++++ gpars: - Do not force building with java <= 15, since we now can run gradle-bootstrap with Java 17 too ++++ gradle: - Modify the launcher so that gradle can work with Java 17 - Do not force building with java <= 15, since we now can run gradle-bootstrap with Java 17 too ++++ groovy: - Do not force building with java <= 15, since we now can run gradle-bootstrap with Java 17 too - Added patch: * groovy-java17.patch + Add the content of org.gradle.jvmargs to to the forked jvm in root compileJava task + Fixes build with Java 17 ++++ owncloud-client: - Add upstream patch fix-gcc12-build.patch to fix build with gcc12 ++++ openQA: - Update to version 4.6.1652976468.5c2628c: * Fix alignment of avatar icons beside comments * Add button to insert (force result) label into comment text * Limit git log in investigation tab * Add route for WebSockets to allow communication without a proxy * worker: Move formatting of settings to logging module * worker: Extract formatting settings (for log) into separate function * worker: Avoid logging secret variables * Dependency cron 2022-05-18 ++++ openjfx: - Do not force building with java <= 15, since we now can run gradle with Java 17 too ++++ os-autoinst: - Update to version 4.6.1653037748.75eb1b1: * Add basic unit tests for backend svirt * Small fixes for svirt backend and removal of HDDFORMAT check * Improve error feedback for non-existant CASEDIR * t: Add simple test coverage for some baseclass subs * Simplify baseclass a bit * Improve socket check die messages * Delete disabled code in backend::amt * Remove 'HDDFORMAT' from backendvars ++++ plexus-metadata-generator: - Modified patch: * plexus-metadata-generator-cli.patch + Do not use the deprecated plexus-cli functions, but port the generator to the recommended replacement ++++ python-azure-mgmt-dynatrace: - Initial build + Version 1.0.0b1 ++++ python-feedparser: - Add 304_python310-crash.patch fixing crash of test test_001741 on Python 3.10 (gh#kurtmckee/feedparser#304). ++++ python-moban: - Add patch stop-using-jinja-extensions.patch * Stop using a removed Jinja2 extension. - Add patch remove-mock.patch * Switch to using unittest.mock. ++++ python-neovim-remote: - Upgrade to 2.5.1: - Fix bad def naming - Use tcp address on Windows - Fix $NVR_CMD (#179) ++++ solanum: - Resolve broken scriptlet, which warned "[-:1] Missing action and name columns" during installation. ++++ tuxpaint: - handle missing pkgconfig(imagequant) on distributions older than 15.4 - Replace unnecessary xargs invocations by find -exec. - Replace SDL-devel by pkgconfig(sdl) so it can use sdl12_compat; do the same where pkgconfig(*) is feasible. - Trim bias from descriptions. ------------------------------------------------------------------ ------------------ 2022-5-19 - May 19 2022 ------------------- ------------------------------------------------------------------ ++++ arm-trusted-firmware: - Add "--param=min-pagesize=0" to CFLAGS as a workaround for GCC12 bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105523 - Add a patch to add "--param=min-pagesize=0" for mv-ddr-marvell-armada since it does not use CFLAGS: * fix-mv-ddr-marvell-armada.patch - Fix bug on A3700 flavor found by GCC12: * fix-a3700_tool.patch ++++ csmash: - Build with to pkgconfig(sdl) so we can use sdl12_compat. ++++ ddcutil: - Update to version 1.2.2: + Improve handling of and messages regarding DDC communication failures with errno EBUSY. In particular, this error occurs when driver ddcci is loaded. + Command **detect**: If DDC communication fails with error EBUSY, report the display as "Busy" instead of "Invalid" and suggest use of option ***--force-slave-address***. + Command **environment**: Suggest use of option * **--force-slave-address*** if driver ddcci is detected. + Messages re EBUSY errors are always written to the system log. + Command **detect**: - Do not report the EDID source unless there is a value to show. This value is set only for USB connected monitors. - Show extended output based on option ***--verbose***, not undocumented option ***--very-verbose***. - Report color bit depth if EDID version >= 1.4 + Command **environment**: Simplify the exploration of sysfs. + API changes: - Field latest_sl_values in struct DDCA_Feature_Metadata struct is no longer set, - API function ddca_report_display_info(): include binary serial number. + Building and porting: - When building ddcutil, allow for building a static library if * *configure** option ***--enable-static*** is set. Linux distributions frown on packaging static libraries, but if a user wants to build it who am I to judge. By default, static libraries are not built. - Replace use of Linux specific function **__assert_fail()** with **exit()** in traced assertions. **__assert_fail** is used in the Linux implementation of **assert()**, but is not in the C specification. This can present a problem in porting ddcutil. + Code cleanup: - Delete incomplete, experimental code for asynhronous feature access, including files src/ddc/ddc_async.c/h. - Remove unused files src/util/output_sink.c/h. + Fixed - Only write Starting/Terminating messages to the system log if option ***--syslog*** is specified. - Avoid compilation warnings when assert() statments are disabled (NDEBUG is defined). - Fixed a segfault in the debug/trace code of ddca_get_display_refs(). ++++ fcft: - Update to 3.1.2: * Fixed SVG glyphs failing with “bad argument” if LCD subpixel rendering is enabled. ++++ fence-agents: - Update to version 4.11.0+git.1652860746.11107cb7: * Mid: fence_scsi,fence_mpath: Add suppress-errors option. (#484) * fence_gce: Make zone optional for get_nodes_list (#487) ++++ gbrainy: - Update to version 2.4.4: + Updated translations. ++++ helix: - add support for stable/point-release systems e.g. Leap - add ExclusiveArch to support more architectures that rust supports ++++ libbaseencode: - update to 1.0.14: * fix pkg-config file generation (#25) ++++ libbpf: - Update to release 0.8.0 * New features and APIs: - support auto-resolution of binaries and shared libraries from PATH, if necessary; - support attaching by function names (only by IP was supported before); - support attaching to USDTs (SEC("usdt/...") and bpf_program__attach_usdt()) with initially supported architectures: x86-64 (amd64); x86 (i386); s390x; ARM64 (aarch64); RISC V (riscv); - improved BPF verifier log reporting for CO-RE relocation failures (no more obscure "invalid func unknown#195896080" errors); - auto-adjust BPF ringbuf size according to host kernel's page size requirements; - high-level BPF map APIs: bpf_map__lookup_elem(), bpf_map__update_elem(), etc that validate key/value buffer sizes; - bpf_link_create() can create all bpf_link-based (including raw_tp, fentry/fexit, etc), falling back to bpf_raw_tracepoint_open() on old kernels transparently; - support opting out from auto-loading BPF programs declaratively with SEC("?..."); - support opting out from auto-creation of declarative BPF maps with bpf_map__set_autocreate(); - support multi-kprobes (SEC("kprobe.multi/...") and bpf_program__attach_kprobe_multi_opts()); - support target-less SEC() programs (e.g., SEC("kprobe"), SEC("tp"), etc); - support BPF sub-skeletons for "incomplete" BPF object files (requires matching bpftool to generate .subskel.h); - BPF cookie support for fentry/fexit/fmod_ret BPF programs (bpf_program__attach_trace_opts()); - support for custom SEC() handlers (libbpf_register_prog_handler()). * BPF-side API - BPF-side USDT APIs. See new usdt.bpf.h header: * BPF_USDT() program wrapper macro; bpf_usdt_arg(), bpf_usdt_arg_cnt(), * bpf_usdt_cookie() helpers; - new bpf_core_field_offset() CO-RE helper and support bpf_core_field_size(type, field) forms; - barrier() and barrier_var() macros for improving BPF code generation; - __kptr and __kptr_ref tags added; - ARC architecture support in bpf_tracing.h header; - new BPF helpers: * bpf_skb_set_tstamp(); * bpf_ima_file_hash(); * bpf_kptr_xchg(); * bpf_map_lookup_percpu_elem(). * Bug fixes - netlink bug fixes; - libbpf.pc fixes to support patch releases properly; - BPF_MAP_TYPE_PERF_EVENT_ARRAY map auto-pinning fix; - minor CO-RE fixes and improvements for some corner cases; - various other small fixes and improvements. ++++ libcotp: - Update to 1.2.6: * fix pkg-config file generation (#32) ++++ libressl: - Update to release 3.5.3 * Fix d2i_ASN1_OBJECT(). A confusion of two CBS resulted in advancing the passed *der_in pointer incorrectly. ++++ nextcloud: - Update to 24.0.1 - Bump karma-spec-reporter from 0.0.33 to 0.0.34 (server#31985) - Tell mysql to ignore the sort index for search queries (server#32123) - Update description of cronjob settings to be aligned to the documenta… (server#32133) - Fix showing of all apps are up-to-date in apps management (server#32153) - Fx translations with trailing colon (server#32159) - Fix social sharing buttons (server#32181) - Revert “Show the child folders in the breadcrumb menu when on a parent entry.” (server#32219) - Use sabre function directly rather than duplicating it (server#32236) - Revert “Revert “Make the order of reactions reliable”” (server#32241) - Include more emoji chars to test and fixes after include it (server#32256) - Expose shareWithDisplayNameUnique also on autocomplete endpoint (server#32275) - Don’t use hash to check if binding worked (server#32282) - Fix preview generator trying to recreate an existing folder (server#32320) - Fix for transferring ownership of groupfolders (server#32329) - Add share search tweaks (server#32360) - Don’t unjail the path when getting the storage info (server#32365) - Increase retry delay on ‘Wait for S3’ CI job (server#32368) - Bump karma from 6.3.17 to 6.3.20 (server#32386) - Bump moment from 2.29.2 to 2.29.3 (server#32402) - Fix user agent trimming on installation (server#32414) - Show user account on grant loginflow step (server#32415) - Only log diagnostic events if a treshhold is set (server#32424) - Replace isValidEmoji by method in EmojiHelper (server#32437) - Add Email validation (server#32472) - Switch to getOption() (circles#1042) - Add new diagram templates (example-files#23) - Adapt layout after viewer update (files_pdfviewer#597) - Update phpunit workflows (files_pdfviewer#599) - Prevent video file downloads when there is a download limit (files_videoplayer#275) - Fix password generation (password_policy#357) - Fix FreeBsd Interface parsing (serverinfo#373) - Switch to auto table layout (text#2375) - Use ‘(n)’ suffix instead of timestamp prefix for uploaded image names (text#2377) - Manually get a mounted instance of the file if needed during lock/unlock (text#2380) - Fix attachment cleanup when file names contain parenthesis (text#2389) - Build(deps-dev): bump cypress from 9.5.3 to 9.5.4 (text#2402) - Build(deps-dev): bump @vue/vue2-jest from 27.0.0-alpha.4 to 27.0.0 (text#2405) - Fix viewer integration styling (text#2419) - Revert “Revert “Improve preloading”” (viewer#1237) - Revert “Revert “Revert “Improve preloading””” (viewer#1238) - Fix design update after 5 vue components upgrade (viewer#1239) - Improve preloading (viewer#1240) ++++ nodejs-electron: - New upstream release 17.4.5: * Fixed a crash when calling loadExtension on an extension directory that's missing a manifest file. #34193 (Also in 16) * SIGUSR1 is no longer handled when the node_cli_inspect fuse is disabled. * Backported security fixes: CVE-2022-1637, CVE-2022-1638, CVE-2022-1639. - Remove some spurious generated files from the tarball. ++++ openSUSE-EULAs: - Update to version 84.87.20220225.c939427: * Use https instead of git ++++ openlierox: - Switch to pkgconfig(sdl) to build with sdl12_compat. ++++ package-translations: - Update to version 89.87.20220422.ad259799 poo#100104: * Translated using Weblate (Catalan) * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Czech) * Translated using Weblate (German) * Translated using Weblate (Russian) * Translated using Weblate (Spanish) ++++ plexus-build-api: - Added patch: * plexus-build-api-javadoc.patch + fix an error of tag in javadoc ++++ plexus-classworlds: - Update to version 2.6.0 * Modular java JPMS support - Added patches: * 0001-Do-not-use-commons-cli-deprecated-classes.patch + the GnuParser and OptionBuilder classes are deprecated in commons-cli since version 1.3 + port to the recommended DefaultParser and Option.builder(...) * 0002-No-unchecked-operations.patch + replace raw java.util.List with typed java.util.List interface ++++ python-cassandra-driver: - run test_host_connection_pool - modified patches % python-cassandra-driver-no-mock.patch (refreshed) ++++ python-feedparser: - update to version 6.0.9: * Fix a crash that can occur with GeoRSS feeds that lack a tag. (#305) ++++ python-pyroute2.core: - Initial package (0.6.9) - Initial package (0.6.9) - Initial package (0.6.9) - Initial package (0.6.9) - Initial package (0.6.9) - Initial package (0.6.9) - Initial package (0.6.9) ++++ reuse: - update to 1.0.0: - Added the ability to ignore parts of a file when running `reuse lint`. Simply add `REUSE-IgnoreStart` and `REUSE-IgnoreEnd` as comments and all lines between the two will be ignored by the next run of `reuse lint`. (#463) - Meson subprojects are now ignored by default. (#496) - Added `--skip-existing` flag to `addheader` in order to skip files that already contain SPDX information. This may be useful for only adding SPDX information to newly created files. (#480) - Added `--recursive` flag to `addheader`. (#469) - Ignore all SPDX files with their typical formats and extensions. (#494) - Add support for merging copyright lines based on copyright statement, transforming multiple lines with a single year into a single line with a range. (#328) - Deprecated `--explicit-license` in favour of `--force-dot-license`. `--explicit-license` will remain useable (although undocumented) for the foreseeable future. (#476) - Better support for unary "+" operator in license identifiers. For example, if `Apache-1.0+` appears as a declared license, it should not be identified as missing, bad, or unused if `LICENSES/Apache-1.0.txt` exists. It is, however, identified separately as a used license. (#123) - When `addheader` creates a `.license` file, that file now has a newline at the end. (#477) - `supported-licenses` command that lists all licenses supported by REUSE (#401) - `--quiet` switch to the `lint` command (#402) ++++ rocksndiamonds: - Update to version 4.3.2.1: + The most important feature of this new release version is a new screen in the “Hall of Fame” that shows some more details for each score entry, together with the possibility to replay the tapes for each score, which are loaded from the score server. ++++ skelcd-openSUSE: - Update to version 84.87.20220519.bf4df4b: * Update year poo#100125 - Update to version 84.87.20220406.78dbb8c: * Use https instead of git:// which is disabled * Translated using Weblate (Czech) * Update version to 15.4 in Leap's treeinfo * Bump for 15.4 poo#99876 * Translated using Weblate (Ukrainian) * Rename .treeinfo.1550 to .treeinfo.1599 * Translated using Weblate (Chinese (China) (zh_CN)) * Translated using Weblate (Italian) * Translated using Weblate (Russian) * Bump date in the license poo#76378 * treeinfo: bump treeinfo to 15.3 ------------------------------------------------------------------ ------------------ 2022-5-18 - May 18 2022 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - version update to 7.1.0.35 see the upstream changelog: * https://github.com/ImageMagick/Website/blob/main/ChangeLog.md ++++ SDL_Pango: - Remove baselibs.conf, nothing appears to be using it. - Change -devel subpackage to be based on SRPM/project name. - Use pkgconfig(sdl) to build with sdl12_compat. - Switch to pkgconfig(sdl) to build with sdl12_compat. ++++ SDLmm: - Remove baselibs.conf, nothing appears to be using it. - Change -devel subpackage to be based on SRPM/project name. - Use pkgconfig(sdl) to build with sdl12_compat. ++++ aaa_base: - Update to version 84.87+git20220518.dc83f4e: * Also in /etc/profile, rootsh is not restricted - Update to version 84.87+git20220518.78b2a0b: * The wrapper rootsh is not a restricted shell ++++ adobe-sourcecodepro-fonts: - Update to version 2.038 ( roman fonts ) / 1.058 ( italic fonts ) ++++ apptainer: - Update to version 1.0.2: + Fixed `FATAL` error thrown by user configuration migration code that caused users with inaccessible home directories to be unable to use `apptainer` commands. + Do not truncate environment variables with commas. + Use HEAD request when checking digest of remote OCI image sources, with GET as a fall-back. Greatly reduces Apptainer's impact on Docker Hub API limits. ++++ armadillo: - Update to version 11.1.1: + Workaround for bugs in gcc 4.8. ++++ assimp: - Update to 5.2.4 * Use static runtime only when the option is selected * Fix compile error: When enabling macro ASSIMP_DOUBLE_PRECISION * Detect Roughness factor exported by Blender * Updated Android build script * Prevent nullptr access to normals-array in bitangent computation * Avoid setting PBR properties when they are not found on mtl file * Fix ogre xml serializer * Fix draco building error when import assimp with cmake add_subdirectory * FbxConverter: update bone mOffsetMatrix * Some Windows/MSYS2-specific fixes * Document fuzz folder * Fix out-of-range access in ASE-Parser * Disable assertion tests floating point against inf for Intel oneAPI * Delete README * Rename TextureTypeToString() to aiTextureTypeToString() * Fixed library names for MinGW/MSYS2 * Update pugixml dependency to v1.12.1 * Add an option to treat warnings as errors * Minor updates to ASSIMP Viewer * Add badge to show open issue in percentage * Clang-Tidy performance fixes (make values const-ref where needed) * MMD (pmx) fixes * Resource script updates * Accelerate the Merge vertex post processing step ++++ at: - Update to version 3.2.5: + Fix: atd forgets to run a job in the queue (deb#1004972). ++++ aws-efs-utils: - version update to 1.33.1 * Enable mount process to retry on failed or timed out mount.nfs command * use unittest.mock instead of mock ++++ backintime: - Update to version 1.3.2: + Fix bug: Tests no longer work with Python 3.10. ++++ bowtie: - Update to version 1.3.1: + Fixed an overflow issue in `bowtie-build` that would sometimes yield corrupt "large" (64-bit) indexes; the resulting index would sometimes cause `bowtie` to hang. Note: `bowtie2-build` does not have this issue. + Fixed an issue in `bowtie` causing XM:i SAM optional field to sometimes be off by 1 when using the `-m/-M` flags. + Fixed an issue that would sometimes cause deadlocks in `bowtie` when running multithreaded. + Fixed an issue causing build errors when compiling against a pre-C++11 standard. ++++ bubblewrap: - Update to version 0.6.2: + New features in Meson build: - Auto-detect whether the man page can be generated. - -Dbwrapdir=... changes the installation directory (useful when being used as a subproject). - -Dtests=false disables unit tests. + Bug fixes: - Add --add-seccomp-fd to shell completions - Document --add-seccomp-fd, --json-status-fd and --share-net in the man page - Add attributes to silence various compiler warnings - Allow compilation of tests with musl on mips architectures - Allow compilation with older glibc - Disable sanitizers for a test helper whose seccomp profile breaks the instrumentation - Disable AddressSanitizer leak detection where it interferes with unit testing ++++ buildstream: - Prepare for Python 3.10 by correcting sitelib install path. ++++ bumblebee-status: - Update to version 2.1.5: + New modules: generic layout, GPU module for optimus-manager, network module, and solaar for logitech unifying devices. + New themes: albiceleste, rasafari, nord-colorful, and rose-pine. + Improvements: - Configurable editor for todo - Per-CPU widget for cpu - Better documentation - nvidiagpu get GPU and memory usage - sensors thermal zone auto-detection - Allow hiding of inactive states of modules + Varius bugfixes. ++++ cilium-cli: - Update to version 0.11.7: * ci: run `cilium service list get` with `sudo` in external workloads ping test * ci: make external workload only use global DNS server in test * ci: run `ciliun status` with `sudo` in external workloads test * ci: bump cilium version to v1.11.5 * defaults: update default Cilium version to v1.11.5 * go.mod, vendor: pick up the latest cilium/chart * build(deps): bump google.golang.org/grpc from 1.46.0 to 1.46.2 * .github: explicitly set Cilium version in workflows * build(deps): bump actions/setup-go from 3.0.0 to 3.1.0 ++++ clustershell: - Prepare for Python 3.10 by correcting sitelib install paths. ++++ criu: - Update to criu 3.17: New features: * Introduced mount-v2 engine * Added support for MAP_HUGETLB mappings * Added support for Linux Restartable Sequences * Added support for SOCK_SEQPACKET unix sockets * CRIU AMD GPU plugin Bugfixes: * GCC 12 compatibility fixes * cgroup: fix --manage-cgroups=ignore * several memory leaks fixed in net, files, mount, tun and config subsystems * Improvements: * bpf: switch from deprecated bpf_create_map_xattr to bpf_map_create * bpfmap: handle map_extra field * setsockopt(SO_BUF_LOCK) support for tcp sockets - New criu-plugin-amdgpu sub-package for AMDGPU ROCm plugin, enabled only for x86_64 and aarch64. - Build fixes for plugins: criu-amdgpu-plugin-fix.patch - Change the plugin install path to $libdir/criu: plugin-dir-path.patch ++++ delve: - Initial package version 1.8.3: * Documentation: expand DAP launch/attach configurations section (#2977) * Documentation: Fix example block in cli README (#2974) * _scripts/make: do not exit if git SHA ID can not be retrieved (#2973) * proc: skip autogenerated functions correctly (#2959) * dlv dap: pass disable-aslr to backend (#2965) * gobuild: drop support for building on Go < 1.10 (#2960) * Documentation/api/dap/README: add dlv dap usage link (#2957) * CHANGELOG.md: fix date typos (#2956) * proc/gdbserial: shut down debuggee when failing to debug (#2953) * debugger: clarify no debug info errors (#2954) * dlv_test: fix TestChildProcessExitWhenNoDebugInfo to actually test strip binary (#2949) * proc: allow low index == len in reslice (#2951) * proc,service: pretty print time.Time variables (#2865) * *: fix some typos * Prefer locspec to linespec (#2941) * service/dap: support terminateDebuggee option for attach only (#2940) * proc: move resume notify and manual stop handling to Target (#2921) * proc/native/linux: replace uses of unix.Iovec for target addresses (#2922) * Documentation/api/dap/README: add release version links (#2923) * service-*: conform to godoc comments (#2916) ++++ fence-agents: - Update to version 4.11.0+git.1652779508.228f4a1b: * fence_apc/fence_ilo_moonshot: add missing "import logging" * fence_gce: inform that SSLError might be caused by old versions of httplib2 * fence_ibm_vpc: remove unused instance parameter and make limit optional * all agents: unify ssl parameters to avoid having to use --ssl when using --ssl-secure/--ssl-insecure for some agents ++++ fortio: - Update to version 1.30.1: * prep for 1.30.1 + fix installation order leftover (#573) * Fix that TLS servername should be port-less (#572) * Reusable version code (#569) * document how to do multarch tag copy ++++ gimp: - Add gimp-CVE_2022-30067.patch: fix out of memory when reading XCF (boo#1199653 CVE-2022-30067). ++++ guava: - Upgrade to guava 31.1 * Remove the hack of removing annotations, since we have now all the required dependencies packaged - Removed patch: * donotmock.patch + hack not needed any more ++++ gucharmap: - Update to version 14.0.3: + Classify characters without script name properly + all: Use PCRE2 instead of GRegex + build: - Enforce required unicode data version - Fix build with meson 0.60 - Fix warning about incompatible pointer return type - Fix warning about unused variable 'priv' - Remove unwanted warning + charmap: Search in details by default + chartable: - Improve Korean Hanja Pronunciations property - Mark special script and block names in italic - Use device scale for character popup + help: Remove duplicate entry + lib: - Enable alphabetical sorting of the Unicode blocks - Remove bogus volatile from type builtins code + unicode: - Add strings to prepare unicode 14 update - Update for unicode 14.0.0 + Updated translations. - Drop a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch: fixed upstream. ++++ hexedit: - Update to version 1.6: + configure script must error-out when (n)curses isn't found + Move SIGWINCH handling from handler to NCURSES + Make configure.ac compliant with autoconf >= 2.70 + Check that malloc did not return NULL + Fix a possible memory leak in findFile() + Prevent division by zero on empty files. - Drop hexedit-Prevent-division-by-zero-on-empty-files.patch: fixed upstream. ++++ hugo: - Update to version 0.99.1: * server: Fix multihost crash * Update stale.yml * common/hugo: Fix version logic ++++ hyperfine: - Update to version 1.14.0: * Bump version * Address review comments * Forbid --output=file without a path separator * Add --output=inherit as an alias for --show-output * Clarify --output's help text * Implement --output={null,pipe,} * Use cross to build x86_64-unknown-linux-gnu executables * Add CHANGELOG entry for Emacs org-mode * Adapt to new markup exporter changes * Export of Emacs org-mode table support * Bump thiserror from 1.0.30 to 1.0.31 * Bump libc from 0.2.121 to 0.2.125 * Bump anyhow from 1.0.56 to 1.0.57 * Bump serde_json from 1.0.79 to 1.0.80 * Bump clap from 3.1.7 to 3.1.14 * Simplify test * table_line => table_divider * table_data => table_row * Remove superfluous newline * Move determine_unit_from_results * Implement Exporter for all MarkupExporters * Remove the TestExporter * Do not pass 'unit' into determine_unit_from_results * Move Exporter::unit => determine_unit_from_results * Refactor MarkupExporter to omit intermediate table result creation and simplify MarkupFormatter emitting * Refactor MarkdownExporter emitting using a generic MarkupFormatter trait * Refactor Markdown table emitting to generic Markup function * Refactor Markdown table contents generation to generic Markup function * Refactor Markdown with Markup by using generic table emitter * Bump clap from 3.1.5 to 3.1.7 * Bump rust_decimal from 1.22.0 to 1.23.1 * Bump anyhow from 1.0.55 to 1.0.56 * Bump libc from 0.2.119 to 0.2.121 * Fix description of execution order * Add execution order to README * Update execution order image * Use table for example plots * Add whisker plot * Update CHANGELOG * Update README.md * Add histogram image * Update warning text * Update documentation * Bump version to v1.13.0 * Add plot_progression.py * Add number of runs to advanced_statistics.py * Update dependencies * Add scipy to scripts README.md pre-requisites * Bump clap from 3.1.1 to 3.1.3 * Add --t-min/--t-max to histogram script * Adjust image size * Add additional integration test for failing command * Add simple integation test for --shell=none * Add CHANGELOG entry * Switch to --shell=none/-N, do not change the default * Use raw executor by default, skip intermediate shell * Update dependencies * Extract common functionality * Simplify * Rename to TimerResult * Move wall clock timer into execute_and_measure * Change argument order * Add integration test for --show-output * Move Stdio extraction to enum * Further simplify execute_and_measure * Move to timer module * Move custom functionality to executor * Rename functions * Rename to run_command_and_measure * Rename to get_command_line * Refactor timer module * Fix clippy warnings * Update outdated comment * Update LICENSE * Add environment randomization on Windows * Remove comment * Update CHANGELOG * Proper shell overhead computation * Add debug/mock mode * Faster tests * Add integration test for '--shell' * New Benchmark struct * Improve error message * Formatting * Better error handling in run_intermediate_command * Restructure run_intermediate_command * Update BenchmarkResult documentation * Simplify code * Rename to command * Rename num * Move functionality into run_cleanup_command * Remove more function arguments * Move functions into Scheduler * Move functionality to scheduler * Move exit code function to separate file * Rename test * Use get_program * Remove unused option * Rename parse to from_str * Turn show_output into enum * Rename _res to _result * Rename Runs to RunBounds * Fix clippy warning * Modify doc comment * Refactor command.rs * Update code comments * New Scheduler struct * Fix SVG * Expand execution order tests * Add diagram explaining execution order * Split range into range_step and commands * Introduce Commands struct * New schedule module * Move a few modules to util * Move more modules around * New parameter module * New output module * New 'benchmark' module folder * Move build_commands * Move build_export_manager to ExportManager * Rename to Options * Move convert_cli_arguments_to_options to HyperfineOptions * Fix Windows code * Fix format call * Fix formatting * Rename function * Unified error handling * Integration test for duplicate parameter names * Add integration test for prepare option * Add more integration tests * Remove BenchmarkResult::new * Add new integration test * Move execution order tests to separate file * Use thiserror for to derive Error * Fix deprecated clippy option * Fix clippy suggestions * Update install instructions * Update to clap 3 * Update CHANGELOG * Bump serde from 1.0.132 to 1.0.136 * Bump libc from 0.2.112 to 0.2.116 * Bump serde_json from 1.0.73 to 1.0.78 * Bump tempfile from 3.2.0 to 3.3.0 * Bump predicates from 2.1.0 to 2.1.1 * Bump assert_cmd from 2.0.2 to 2.0.4 * Bump serde_json from 1.0.72 to 1.0.73 * Bump MSRV * Bump libc from 0.2.108 to 0.2.112 * Bump serde from 1.0.130 to 1.0.132 * Bump rust_decimal from 1.17.0 to 1.19.0 * Fixed #452 - Difference between markdown and asciidoctor output * Bump clap from 2.33.3 to 2.34.0 * Bump serde_json from 1.0.68 to 1.0.72 * Bump libc from 0.2.106 to 0.2.108 * Bump predicates from 2.0.3 to 2.1.0 * Add --setup (-s) option, like --prepare but runs once per batch * Make stddev fields optional, hide "± σ" for 1 run * Add support for one run with --runs=1 * Bump rust_decimal from 1.16.0 to 1.17.0 * Bump libc from 0.2.104 to 0.2.106 ++++ kinput2: - Change version to 3.1 (not v3.1). ++++ konstraint: - Update to version 0.20.0: * Parse parameter names from rule header values in addition to the body (#279) * Allow adding description to parameters - fix #273 (#275) * Group and sort kind matchers by apiGroup (fix #269) (#272) * Merge repeated @matchlabels and @kinds annotations (#271) * Fix violation rule return format in test policy (#274) ++++ resource-agents: - Update to version 4.11.0+git11.a5f40b4c: * iSCSILogicalUnit: fix issue where resource was in stopped state when using allowed_initiators parameter (#1766) * Filesystem: improve logic for UUID/label and add note that /dev/disk/by-{uuid,label}/ are preferred on Linux ++++ libass: - Update to version 0.16.0: + Fix crashes with fonts missing Postscript names and without one being synthesised by the font provider. + Fix crashes on negative fontsizes and some overflows. + Fix a rare memory leak introduced in 0.13.0. + x86: Fix potential buffer over-read by 16 bytes with AVX2 assembly when large tiles are not enabled (the default). + x86: Fix PIC flags not being interpreted by the assembler, breaking the asm-enabled build setup on NetBSD and OpenBSD. On 32-bit x86, if the toolchain requires PIC objects and relies on compiler defaults to get PIC implicitly, you need to pass - -with-pic to configure to ensure NASM always produces PIC objects. + x86: Fix AVX support not being detected on non-Intel CPUs and some VMs. + x86: Fix CPUID being used on CPUs not supporting the instruction (<= i486) and the way it is used for CPUs with less than 7 CPUID-leafs which could lead to crashes due to illegal instructions. ++++ lttng-tools: - Update to version 2.13.7: * See https://git.lttng.org/?p=lttng-tools.git;a=blob_plain;f=ChangeLog;hb=v2.13.7 ++++ lttng-ust: - Update to version 2.13.2 (changes since 2.13.0): * Fix: ust-compiler: constructor/destructor build on g++ 4.8. * ust-compiler: constructor/destructor whitespaces layout and macro dependency. * Fix: ust-cancelstate: include string.h for strerror. * Fix: libnuma is prepended to LIBS. * Fix: Allow disabling some abi compat tests. * Fix: generate probe registration constructor as a C++ constuctor. * Fix: nestable pthread cancelstate. * Fix: abort on decrement_sem_count during concurrent tracing start and teardown. * Fix: allocating C++ compound literal on heap with Clang. * Check for C++11 when building C++ probe providers. * fix: liblttng-ust-fd async-signal-safe close(). * tracepoints: print debug message when lttng-ust-tracepoint.so is not found. * Fix: static_assert unavailable with glibc < 2.16. * Fix: combined tracing of lttng-ust 2.12/2.13 generates corrupted traces. * doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable. * Fix: remove autoconf features default value in help message. * Fix: add extern "C" to two header files. * Fix: __STDC_VERSION__ can be undefined in C++. * Fix: sample discarded events count before reserve. * Fix: ring buffer event counter. * Fix: concurrent exec(2) file descriptor leak. * Add "domain" parameter to the Log4j 2.x agent. * Fix: Convert custom loglevels in Log4j 2.x agent. * Fix: coverity reported null returns in Log4j2 agent. * Add a Log4j 2.x Java agent. * Fix: may be used uninitialised on powerpc. * Fix: doc/examples/java-log4j: fix paths to directories. * Fix: doc/examples/java-jul: fix paths to directories. ++++ mozjs91: - Update to version 91.9.0: + Various stability, functionality, and security fixes. ++++ parted: - add new type command from upstream added patches: - type-command.patch ++++ libunwind: - Adjust baselibs.conf for shlib guideline. ++++ lttng-modules: - Update to version 2.13.3: * Fix: incorrect in/out direction for syscall exit. * Fix: net: socket: rename SKB_DROP_REASON_SOCKET_FILTER (v5.17). * Fix: net: skb: introduce kfree_skb_reason() (v5.17). * Fix: random: rather than entropy_store abstraction, use global (v5.17). * Fix: btrfs: pass fs_info to trace_btrfs_transaction_commit (v5.17). * Fix: mm: compaction: fix the migration stats in trace_mm_compaction_migratepages() (v5.17). * Fix: block: remove the ->rq_disk field in struct request (v5.17). * Fix: block: remove GENHD_FL_SUPPRESS_PARTITION_INFO (v5.17). * Document expected ISO8601 time formats in ABI header. * Fix: lttng ABI: lttng_counter_ioctl() tainted scalar. * Fix: sample discarded events count before reserve. * Cleanup: comment alignment in ring buffer config.h. ++++ matrix-synapse: - Update to 1.59.1 This release fixes a long-standing issue which could prevent Synapse's user directory for updating properly. - Bugfixes - Fix a long-standing bug where the user directory background process would fail to make forward progress if a user included a null codepoint in their display name or avatar. Contributed by Nick @ Beeper. (#12762) ++++ mujs: - Added mujs-1.2.0-stack-exhaustion.patch (CVE-2022-30974, boo#1199678). ++++ ninja: - update to 1.11.0: * this release adds Validation Nodes which are a new way to add jobs like linters or static analyzers to the build graph * support cpu limit on docker * fixes to disk_interface * fixes to ninja -t parameter * optimize ninja -d stats * add -q (quiet) option - rebase ninja-disable-maxprocs-test.patch - rebase ninja-re2c-g.patch ++++ okteto: - Update to version 2.3.0: * fix: remove docker-desktop feature (#2648) * fix: stack on the ui should not been expanded (#2688) * refactor: point main branch in e2e test when work with voting-app (#2687) * fix: avoid use compose files if manifest is v1 (#2656) * feat: add e2e test for okteto deploy [svc] (#2682) * Support multile envs at stack (#2652) * Fix "okteto pipeline deploy --wait" condition (#2681) * Add check for prereleases (#2668) * refactor: added new Build Option to check if image is autogen or not (#2667) * build(deps): Bump docker/setup-qemu-action from 1 to 2 (#2650) * Fix: error message missing filename (#2657) * build(deps): Bump docker/setup-buildx-action from 1 to 2 (#2651) * Jlopezbarb/fix env vars not getting inyected into stack (#2662) * fix: avoid expand env if are created on a deployment pipeline (#2653) * fix: compose test e2e (#2654) * Support for divert in the deploy section of the okteto manifest (#2622) * fix: nil pointer when okteto manifest is created (#2649) * feat: support debug on compose up detach (#2631) * refactor: add clearer logs when the image name cannot be obtained (#2638) * fix: load env files from stack directory (#2632) * fix: remove warning symbols on stderr (#2643) * refactor: remove dettach and use docker extension (#2644) * fix: e2e test on compose (#2640) * build(deps): Bump github.com/hashicorp/go-getter from 1.5.8 to 1.5.11 (#2633) * fix: manifestv1 was not passing ctx and ns to v2 (#2601) * fix: paths on win (#2618) * feat: deploy dependencies before building the images (#2629) * Fix tests for map non deterministic order (#2624) * added --all flag in okteto down (#2515) * Remove divert test + current implementation (#2620) * fix: deploying compose on different path (#2617) * fix: deploy a subset of svcs was building everything (#2610) * Fix compose extended notation (#2612) * fix: avoid nil pointer when cannot load manifest (#2614) * feat: show options to the user if failure (#2602) * feat: start auth flow automatically if required when refresh okteto cloud token (#2588) * Fix global optimization when okteto deploy --build (#2590) * feat: add test on release-x.x (#2608) * fix: debugger ports not creating services (#2606) * Fix CTRL + C when using "--detach" (#2604) * Add http traceTransport utility (#2545) * feat: add support envvars when okteto up (#2578) * refactor: build command (#2503) * Adrian/deploy app first before activate dev container (#2591) ++++ os-autoinst: - Update to version 4.6.1652795155.981fd51: * Make code for setting VNC timeout portable * Apply VNC timeout also for reading/writing * Avoid backend from being stuck on broken VNC connections for too long * Improve code for parsing raw VNC encoding * Simplify/improve error handling in `update_framebuffer` * Enforce using signatures everywhere (with exceptions marked) * Use signatures in OpenQA::Benchmark::Stopwatch completely * Add unit test for `wait_screen_change` ++++ pam_ssh: - use pam macros [bsc#1190960] ++++ pentobi: - Update to version 21.0 * New help viewer implementation, which includes DocBook files in the resources. This avoids using an external browser, which did not work with all installation directories on Ubuntu 21.10 because Firefox and Chromium have restricted access to local files, or using WebView, which is not supported on all Linux architectures or in Qt 6.0/6.1. * Fixed visibility of labels on Callisto 1x1-piece in dark theme. * Fixed rendering issues on Android with Qt 6.3.0. * Fixed detection of loaded files or autosaved games modified by another application. ++++ python-Cython: - update to 0.29.30: * Avoid acquiring the GIL at the end of nogil functions. This change was backported in order to avoid generating wrong C code that would trigger C compiler warnings with tracing support enabled. * Function definitions in finally: clauses were not correctly generated. * A case where C-API functions could be called with a live exception set was fixed. * Cython now correctly generates Python methods for both the provided regular and reversed special numeric methods of extension types. * The C union type in pure Python mode mishandled some field names. ++++ python-azure-mgmt-compute: - New upstream release + Version 27.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-servicelinker: - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-magic-wormhole: - do not require python-mock for build - added patches fix https://github.com/magic-wormhole/magic-wormhole/issues/439 + python-magic-wormhole-no-mock.patch ++++ python-magic-wormhole-mailbox-server: - Clean up the SPEC file. - do not require python-mock for build - added patches fix https://github.com/magic-wormhole/magic-wormhole/issues/439 + python-magic-wormhole-mailbox-server-no-mock.patch ++++ python-magic-wormhole-transit-relay: - Clean up the SPEC file. - do not require python-mock for build - added patches fix https://github.com/magic-wormhole/magic-wormhole/issues/439 + python-magic-wormhole-transit-relay-no-mock.patch ++++ python-mocket: - version update to 3.10.6 No need for the external mock dependency - deleted patches - python-mocket-no-mock.patch (upstreamed) ++++ qimgv: - Removing patch files which aren't needed since items were fixed upstream: * qimgv-mpv_v2_fix.patch * qimgv-no_return_in_nonvoid.patch ------------------------------------------------------------------ ------------------ 2022-5-17 - May 17 2022 ------------------- ------------------------------------------------------------------ ++++ amtk: - Update to version 5.4.0: + Version bump only. ++++ aws-cli: - Update to version 1.24.1 + For detailed changes see https://github.com/aws/aws-cli/blob/1.24.1/CHANGELOG.rst - Update Requires in spec file from setup.py ++++ nextcloud-desktop: - Update to 3.5.1 - desktop#4486 [stable-3.5] Add new and correct sparkle update signature - desktop#4489 [stable-3.5] l10n: Remove string from translation - desktop#4490 [stable-3.5] l10n: Changed triple dot to ellipsis - desktop#4491 [stable-3.5] Ensure cache is stored in default cache location - desktop#4492 [stable-3.5] Updating command-rebase.yml workflow from template - desktop#4493 [stable-3.5] Remove "…" from "Create Debug Archive" button - desktop#4494 [stable-3.5] docs: Replace "preceded" with "followed" - desktop#4511 [stable-3.5] only add OCS-APIREQUEST header for 1st request of webflow v1 - desktop#4514 [stable-3.5] Make the make_universal.py script more verbose for easier debugging - desktop#4515 [stable-3.5] Revamp notifications for macOS and add support for actionable update notifications - desktop#4537 [stable-3.5] Use proper online status for user ('dnd', 'online', 'invisible', etc.) to enable or disable desktop notifications. - desktop#4538 [stable-3.5] Bugfix. Take root folder's files size into account when displaying the total size in selective sync dialog. - desktop#4539 [stable-3.5] Fix activity list item issues with colours/layout/etc. - desktop#4541 [stable-3.5] Bugfix/allow manual rename files with spaces - desktop#4544 [stable-3.5] Fixed share link expiration box being ineditable and always attempting to set invalid date - desktop#4545 [stable-3.5] Fix crashing of finder sync extension caused by dispatch_source_cancel of nullptr - desktop#4546 [stable-3.5] Simplify and remove the notification "cache" - desktop#4547 [stable-3.5] Fix tray icon not displaying "Open main dialog" - desktop#4548 [stable-3.5] if an exclude file is deleted, skip it and remove it from internal list - desktop#4549 [stable-3.5] Bugfix/two factor notification - desktop#4550 [stable-3.5] Fix visual borking in the share dialog - desktop#4555 [stable-3.5] add explicit capture for lambda ++++ rust1.60: - Move gcc_version to 11 to support a number of linker flags in Leap - Add missing requires on lld ++++ cgdb: - Update to 0.8.0: * CGDB now exits when gdb exits, previously if gdb exited but the inferior, or child of the inferior was still running, cgdb would possibly continue running in a non responsive state. Now cgdb exits when gdb does. * Single stepping through disassembly without debug symbols does not move arrow in source window. Now the arrow moves in the source window as expected. * Fix CGDB freezes when pressing "o" to open the file dialog * Fix breakpoint handling is broken in disasembly view * Fix CGDB would not process commands after F5, F6, etc * CGDB implements a virtual terminal in the GDB window * The GDB scroller is now a virtual terminal (using libvterm) * The scrollback buffer has been reimplemented using libvterm The cursor row/col position is now known, rather than just the row * Searching in the scrollback buffer is improved * The scrollback buffer size is configurable with a new option, scrollbackbuffersize (sbbs) and is defaulted to 10000. * Mark commands in the GDB scroller have been removed * Unicode is now fully supported in the gdb window * libvterm does not support reflow yet, so resizing the terminal or switching the window orientation (winsplitorientation) after startup may cause the text in the GDB window to not be as expected * Colors in the GDB window are not fully supported yet. Ncurses is difficult to work with, considering switching. RGB vterm colors are unsupported at the moment. * CGDB implements GDB/MI in favor of GDB/Annotations * Add the nexti and stepi configuration commands * Fix ANSI escape issues with GDB-9 * Fix auto source reload issue * CGDB works again with newer versions of GDB (gdb 8.3 and above) * CGDB now supports a configurable home directory. ++++ cglm: - Update to version 0.8.5 * update GLM_FLT_EPSILON to use 1e-5 instead of 1e- * implement a few complex routines * set PACKAGE_VERSION so it gets substituted in cglm.pc.in by cmake * header containing sse3 intrinsics is pmmintrin.h * add missing ivec types * fix a bug in glm_lookat_lh and view_lh.h - Update to version 0.8.4 * Now there are _no and _zo vesions of project / unproject functions. * If CGLM_CLIPSPACE_INCLUDE_ALL is defined then all clipspace headers are icluded in project.h or related main headers * add ZERO_TO_ONE support to glm_unprojecti * add ZERO_TO_ONE support to glm_project * new function: glm_pickmatrix() aka gluPickMatrix() * fix vec3_ortho * fix cross product when an operand is also dest * compute quaternion rotating a vector into another ++++ checker-qual: - Initial packaging of checkerframework's checker-qual annotations 3.22.0 ++++ cifs-utils: - Update to version 6.15 * CVE-2022-27239: mount.cifs: fix length check for ip option parsing Previous check was true whatever the length of the input string was, leading to a buffer overflow in the subsequent strcpy call. * mount.cifs: fix verbose messages on option parsing ++++ glibc-cross-aarch64-src: - nptl-spurious-eintr.patch: nptl: Handle spurious EINTR when thread cancellation is disabled (BZ #29029) ++++ glibc-cross-riscv64-src: - nptl-spurious-eintr.patch: nptl: Handle spurious EINTR when thread cancellation is disabled (BZ #29029) ++++ dai-banna-fonts: - Update to version 3.000 * Uses visual order instead of logical order for left vowels. ++++ transactional-update: - Version 4.0.0~rc4 - Fix building with GCC 12 - Fix stack overflow with very long commands / ids [bsc#1196149] - Use separate mount namespace for chroot, allowing overwriting the bind mounts from the update environment - this could have lead to data loss of the bind mount previously - Fix C error and exception handling for snapshots ++++ fontawesome-fonts: - Update to version 6.1.1 * Added a plus-large variant of our plus icon * Added new child-dress icon * Added a TypeScript d.ts file for the import.macro.js module * Adjusted the children icon to be more consistent with the new child and child-dress icons * Lowered the arms on the child icon and added a new child-reaching variant to match v5 icon * Brought back a handful of version 4 compatibility unicode aliases * Fixing light style of square-star, so it looks less like circle-star * Made thin style of cubes-stacked actually thin * Fixed dial-max icon in the light and thin styles, and standardized width on dial indicators in the solid and duotone styles - Update to version 6.1.0 * Collaborated with the United Nations Office for the Coordination of Humanitarian Affairs (OCHA) on a set of new icons that depict themes of interest to the humanitarian community such as clusters, disaster types, categories of affected people, and relief items. * Crossed over with a new sponsored bridge-suspension icon * Cut the deck with a new cards-blank icon * Pointed to new sponsored icons * New down-to-bracket and up-from-bracket icons * Merged in a new merge icon to match our existing split icon * New sponsored ScreenPal brand icon * Claimed our stake in new sponsored hexagon-vertical-nft and hexagon-vertical-nft-slanted icons * Made an entirely fungible new sponsored hexagon-image icon * Nearly communicated some new sponsored NFC-related icons * New shield-quartered icon * Zoomed in on our xmark icon, and made an xmark-large variant ++++ glibc: - nptl-spurious-eintr.patch: nptl: Handle spurious EINTR when thread cancellation is disabled (BZ #29029) ++++ glibc-utils-src: - nptl-spurious-eintr.patch: nptl: Handle spurious EINTR when thread cancellation is disabled (BZ #29029) ++++ google-errorprone-annotations: - Initial packaging of org.google.error_prone:error_prone_annotations artifact version 2.11.0 ++++ hplip: - Add rebased hplip-3.20.6-python-includes.patch to fix the non- functional scanning: libsane-hpaio.so.1: undefined symbol: _DBG (fixes boo#1198794) ++++ j2objc-annotations: - Initial packaging of j2objc-annotations 2.2 ++++ jfsutils: - add jfsutils_format-security_ftbs.patch ++++ kak-lsp: - Update to version 12.2.1: * v12.2.1 * Update changelog for release * Test code lens from haskell-language-server * lsp-code-lens: pass correct args to lsp-perform-code-lens * start new cycle * v12.2.0 * Update changelog for release * README: clarify "cargo install" behavior and kak-lsp.toml creation when using plug.kak * README: remove misleading warning * lsp-hover: limit to 20 lines via lsp_hover_max_lines ++++ kernel-firmware: - Update to version 20220516 (git commit 251d29004ffc): * amdgpu: update beige goby firmware for 22.10 * amdgpu: update renoir firmware for 22.10 * amdgpu: update dimgrey cavefish firmware for 22.10 * amdgpu: update vega20 firmware for 22.10 * amdgpu: update yellow carp firmware for 22.10 * amdgpu: update vega12 firmware for 22.10 * amdgpu: update navy flounder firmware for 22.10 * amdgpu: update vega10 firmware for 22.10 * amdgpu: update raven2 firmware for 22.10 * amdgpu: update raven firmware for 22.10 * amdgpu: update sienna cichlid firmware for 22.10 * amdgpu: update green sardine firmware for 22.10 * amdgpu: update PCO firmware for 22.10 * amdgpu: update vangogh firmware for 22.10 * amdgpu: update navi14 firmware for 22.10 * amdgpu: update navi12 firmware for 22.10 * amdgpu: update navi10 firmware for 22.10 * amdgpu: update aldebaran firmware for 22.10 * linux-firmware: Update firmware file for Intel Bluetooth 9462 * linux-firmware: Update firmware file for Intel Bluetooth 9462 * linux-firmware: Update firmware file for Intel Bluetooth 9560 * linux-firmware: Update firmware file for Intel Bluetooth 9560 * linux-firmware: Update firmware file for Intel Bluetooth AX201 * linux-firmware: Update firmware file for Intel Bluetooth AX201 * linux-firmware: Update firmware file for Intel Bluetooth AX211 * linux-firmware: Update firmware file for Intel Bluetooth AX211 * linux-firmware: Update firmware file for Intel Bluetooth AX210 * linux-firmware: Update firmware file for Intel Bluetooth AX200 * linux-firmware: Update firmware file for Intel Bluetooth AX201 * mediatek: Update mt8192 SCP firmware ++++ lapce: - Update to version 0.1.0~0: * wix version bump * wix fix * bump version * Fix scroll bar scroll * bump druid * problem panel dispaly fix * Clip the command name cells * release lto folder * Clean up split ++++ leafnode: - Update to version 2.0.0+git.1625851959.1275fbe: * Bump version and update NEWS. * Ship Matěj Cepl's systemd files, and refer to them * Replace /etc/cron.daily/leafnode with systemd timer - Remove upstreamed patches: - systemd-timers.patch ++++ okteta: - Update to 0.26.8 * Fixed: Float 32-bit editor in decoding table tool no longer rejects negative values & decimal places (kde#453819) * Fixed: PNG structure definition example now ensures use of big endianness (kde#452362) * Improved: translations * Improved: have more text vertically centered in lists in tool views * Changed: no more use of fixed font type for any list headers in tool views ++++ libdv: - Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use sdl12_compat as an alternative. ++++ libdv-playdv: - Replace SDL-devel BuildRequires with pkgconfig(sdl): allow to use sdl12_compat as an alternative. ++++ qmmp: - Update to version 2.1.0: * Add feature to extract lyrics from tags (id3v2 tag and Xiph Comment). * Add queue display in the "jump to track" dialogue. * Add a feature to skip already existing tracks. * Add volume change notification in the KDE notification plugin. * Add XDG Base Directory Specification support. * Replace modplug plugin by xmp plugin. * Improve the qsui plugin: + add a feature to hide playlist name filter; + add a feature to hide menu panel. - Add an application menu + enable clear button for some search filters; + improve file system browser context menu. * improved history plugin: + add a feature to remove tracks from history; + add a feature to show track details. * Improved the "about..." dialogue. * Improve file name filter configuration in the ffmpeg plugin. * Increase the minimal required Qt version to 5.5. * Optimise search for duplicated tracks. * Optimise track queue. * Resolve conflict between the 1.x and 2.x versions. * Update translations. - Drop qmmp-fix-openmpt.patch: fixed upstream. ++++ libreoffice: - Fix bsc#1197497 - LO-L3: Loading XLSX with 1M rows is ultra slow (or crashes Calc) * bsc1197497.patch ++++ libyui: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-ncurses: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-ncurses-pkg: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-ncurses-rest-api: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-qt: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-qt-graph: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-qt-pkg: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-qt-rest-api: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ libyui-rest-api: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ lynis: - Update to 3.0.8: * Added - MALW-3274 - Detect McAfee VirusScan Command Line Scanner - PKGS-7346 Check Alpine Package Keeper (apk) - PKGS-7395 Check Alpine upgradeable packages - EOL for Alpine Linux 3.14 and 3.15 * Changed - AUTH-9408 - Check for pam_faillock as well (replacement for pam_tally2) - FILE-7524 - Test enhanced to support symlinks - HTTP-6643 - Support ModSecurity version 2 and 3 - KRNL-5788 - Only run relevant tests and improved logging - KRNL-5820 - Additional path for security/limits.conf - KRNL-5830 - Check for /var/run/needs_restarting (Slackware) - KRNL-5830 - Add a presence check for /boot/vmlinuz - PRNT-2308 - Bugfix that prevented test from storing values correctly - Extended location of PAM files for AARCH64 - Some messages in log improved - accepted upstream, removed additional_paths_security-limits.patch ++++ matrix-synapse: - Update to 1.59.0 Synapse 1.59 makes several changes that server administrators should be aware of: - Device name lookup over federation is now disabled by default. (#12616) - The synapse.app.appservice and synapse.app.user_dir worker application types are now deprecated. (#12452, #12654) See the upgrade notes for more details. Additionally, this release removes the non-standard m.login.jwt login type from Synapse. It can be replaced with org.matrix.login.jwt for identical behaviour. This is only used if jwt_config.enabled is set to true in the configuration. (#12597) - Features - Support MSC3266 room summaries over federation. (#11507) - Implement changes to MSC2285 (hidden read receipts). Contributed by @SimonBrandner. (#12168, #12635, #12636, [#12670]) - Extend the module API to allow modules to change actions for existing push rules of local users. (#12406) - Add the notify_appservices_from_worker configuration option (superseding notify_appservices) to allow a generic worker to be designated as the worker to send traffic to Application Services. (#12452) - Add the update_user_directory_from_worker configuration option (superseding update_user_directory) to allow a generic worker to be designated as the worker to update the user directory. (#12654) - Add new enable_registration_token_3pid_bypass configuration option to allow registrations via token as an alternative to verifying a 3pid. (#12526) - Implement MSC3786: Add a default push rule to ignore m.room.server_acl events. (#12601) - Add new mau_appservice_trial_days configuration option to specify a different trial period for users registered via an appservice. (#12619) - Bugfixes - Fix DB performance regression introduced in Synapse 1.59.0rc2. (#12745) - Fix a bug introduced in Synapse 1.58.0 where /sync would fail if the most recent event in a room was rejected. (#12729) - Fix a bug introduced in Synapse 1.48.0 where the latest thread reply provided failed to include the proper bundled aggregations. (#12273) - Fix a bug introduced in Synapse 1.22.0 where attempting to send a large amount of read receipts to an application service all at once would result in duplicate content and abnormally high memory usage. Contributed by Brad & Nick @ Beeper. (#12544) - Fix a bug introduced in Synapse 1.57.0 which could cause Failed to calculate hosts in room errors to be logged for outbound federation. (#12570) - Fix a long-standing bug where status codes would almost always get logged as 200!, irrespective of the actual status code, when clients disconnect before a request has finished processing. (#12580) - Fix race when persisting an event and deleting a room that could lead to outbound federation breaking. (#12594) - Fix a bug introduced in Synapse 1.53.0 where bundled aggregations for annotations/edits were incorrectly calculated. (#12633) - Fix a long-standing bug where rooms containing power levels with string values could not be upgraded. (#12657) - Prevent memory leak from reoccurring when presence is disabled. (#12656) - Updates to the Docker image - Explicitly opt-in to using BuildKit-specific features in the Dockerfile. This fixes issues with building images in some GitLab CI environments. (#12541) - Update the "Build docker images" GitHub Actions workflow to use docker/metadata-action to generate docker image tags, instead of a custom shell script. Contributed by @henryclw. (#12573) - Improved Documentation - Update SQL statements and replace use of old table user_stats_historical in docs for Synapse Admins. (#12536) - Add missing linebreak to pipx install instructions. (#12579) - Add information about the TCP replication module to docs. (#12621) - Fixes to the formatting of README.rst. (#12627) - Fix docs on how to run specific Complement tests using the complement.sh test runner. (#12664) - Deprecations and Removals - Remove unstable identifiers from MSC3069. (#12596) - Remove the unspecified m.login.jwt login type and the unstable uk.half-shot.msc2778.login.application_service from - MSC2778. (#12597) - Synapse now requires at least Python 3.7.1 (up from 3.7.0), for compatibility with the latest Twisted trunk. (#12613) - Internal Changes - Use supervisord to supervise Postgres and Caddy in the Complement image to reduce restart time. (#12480) - Immediately retry any requests that have backed off when a server comes back online. (#12500) - Use make_awaitable instead of defer.succeed for return values of mocks in tests. (#12505) - Consistently check if an object is a frozendict. (#12564) - Protect module callbacks with read semantics against cancellation. (#12568) - Improve comments and error messages around access tokens. (#12577) - Improve docstrings for the receipts store. (#12581) - Use constants for read-receipts in tests. (#12582) - Log status code of cancelled requests as 499 and avoid logging stack traces for them. (#12587, #12663) - Remove special-case for twisted logger from default log config. (#12589) - Use getClientAddress instead of the deprecated getClientIP. (#12599) - Add link to documentation in Grafana Dashboard. (#12602) - Reduce log spam when running multiple event persisters. (#12610) - Add extra debug logging to federation sender. (#12614) - Prevent remote homeservers from requesting local user device names by default. (#12616) - Add a consistency check on events which we read from the database. (#12620) - Remove use of the constantly library and switch to enums for EventRedactBehaviour. Contributed by @andrewdoh. (#12624) - Remove unused code related to receipts. (#12632) - Minor improvements to the scripts for running Synapse in worker mode under Complement. (#12637) - Move pympler back in to the all extras. (#12652) - Fix spelling of M_UNRECOGNIZED in comments. (#12665) - Release script: confirm the commit to be tagged before tagging. (#12556) - Fix a typo in the announcement text generated by the Synapse release development script. (#12612) - Typechecking - Fix scripts-dev to pass typechecking. (#12356) - Add some type hints to datastore. (#12485) - Remove unused # type: ignores. (#12531) - Allow unused # type: ignore comments in bleeding edge CI jobs. (#12576) - Remove redundant lines of config from mypy.ini. (#12608) - Update to mypy 0.950. (#12650) - Use Concatenate to better annotate _do_execute. (#12666) - Use ParamSpec to refine type hints. (#12667) - Fix mypy against latest pillow stubs. (#12671) ++++ mingzat-fonts: - Update to version 1.000 * Add Latin characters to support Recommended characters for Non-Roman fonts ++++ mkdud: - merge gh#openSUSE/mkdud#39 - do not preprocess dist names when the --no-fix-dist option is used (bsc#1199514) - 1.54 ++++ openQA: - Update to version 4.6.1652799331.7cf3159: * Test comment event link in audit log * Link to individual comments from the audit log * Use a shared method to generate comment event data * Mark comment helper methods as private * Fix displaying of investigation git log ++++ orca: - Update to version 42.1: + Web (Chromium + Gecko): - Fix several performance issues impacting Google Docs. - Fix bug in which Orca failed to speak when clicking on a line. + WebKitGtk: Handle WebKitGtk's change in toolkit name casing so that older versions of Orca continue to work with newer versions of WebKitGtk. + Updated translations. ++++ perl-Math-BigInt: - updated to 1.999831 see /usr/share/doc/packages/perl-Math-BigInt/CHANGES 1.999831 2022-05-16 * Further improvements to upgrading, downgrading, and rounding. * New stringification method bfstr() for representing numbers as fractions. E.g., Math::BigFloat -> new("1.25") -> bfstr() returns "5/4". * Miscellaneous bug fixes. * Fixed errors and typos in the documentation. ++++ libyui-bindings: - Added a custom QTranslator for translations support for Qt Designer .ui files (bsc#1198097) - Renamed .ui files and toplevel classes in .ui files to conform to our naming standards (QY2*, YQ*) to avoid ambiguities with predefined Qt classes to work with our new custom QTranslator - Added TEXTDOMAIN file to support .ui files in y2makepot (@lslezak) - 4.4.1 ++++ python-azure-agent: - require python-rpm-macros to fix build for TW - do not require test dependencies for build, they are not needed (no testsuite run in %check) ++++ python-Fabric: - Update to 2.7.0: * Add ~fabric.connection.Connection.shell, a belated port of the v1 open_shell() feature. * Forward local terminal resizes to the remote end, when applicable. (For the technical: this means we now turn SIGWINCH into SSH window-change messages.) * Update ~fabric.connection.Connection temporarily so that it doesn't incidentally apply replace_env=True to local shell commands, only remote ones. - Add patch remove-mock.patch: * Use unittest.mock, instead of mock ++++ python-Flask-SQLAlchemy: - do not require python-mock for build - added patches fix https://github.com/pallets-eco/flask-sqlalchemy/commit/20864ddfe4f9b70f20d38e5dc3f8d49c1ca99207 + python-Flask-SQLAlchemy-no-mock.patch ++++ python-behave: - test the package - do not require python-mock for build - added patches https://github.com/behave/behave/commit/83906ba779956af9437defcb8975debb18440e0d https://github.com/behave/behave/commit/66fcadb23bea79e60f370e66bf7588de2f1934e3 + python-behave-fix-tests.patch fix https://github.com/behave/behave/issues/1028 + python-behave-no-mock.patch ++++ python-boto3: - Update to version 1.23.1 * api-change:``resiliencehub``: [``botocore``] In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments * api-change:``servicecatalog``: [``botocore``] Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters. * api-change:``discovery``: [``botocore``] Add Migration Evaluator Collector details to the GetDiscoverySummary API response * api-change:``sts``: [``botocore``] Documentation updates for AWS Security Token Service. * api-change:``workspaces-web``: [``botocore``] Amazon WorkSpaces Web now supports Administrator timeout control * api-change:``rekognition``: [``botocore``] Documentation updates for Amazon Rekognition. * api-change:``cloudfront``: [``botocore``] Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length. - from version 1.23.0 * feature:Loaders: [``botocore``] Support for loading gzip compressed model files. * api-change:``grafana``: [``botocore``] This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace. - from version 1.22.13 * api-change:``ivschat``: [``botocore``] Documentation-only updates for IVS Chat API Reference. * api-change:``lambda``: [``botocore``] Lambda releases NodeJs 16 managed runtime to be available in all commercial regions. * api-change:``kendra``: [``botocore``] Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html * api-change:``transfer``: [``botocore``] AWS Transfer Family now accepts ECDSA keys for server host keys * api-change:``iot``: [``botocore``] Documentation update for China region ListMetricValues for IoT * api-change:``workspaces``: [``botocore``] Increased the character limit of the login message from 600 to 850 characters. * api-change:``finspace-data``: [``botocore``] We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission. * api-change:``lightsail``: [``botocore``] This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request. * api-change:``outposts``: [``botocore``] Documentation updates for AWS Outposts. * api-change:``ec2``: [``botocore``] This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target. * api-change:``ssm-incidents``: [``botocore``] Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract. - from version 1.22.12 * api-change:``secretsmanager``: [``botocore``] Doc only update for Secrets Manager that fixes several customer-reported issues. * api-change:``ec2``: [``botocore``] This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'. - Update BuildRequires and Requires from setup.py ++++ python-botocore: - Update to 1.26.1 * api-change:``resiliencehub``: In this release, we are introducing support for Amazon Elastic Container Service, Amazon Route 53, AWS Elastic Disaster Recovery, AWS Backup in addition to the existing supported Services. This release also supports Terraform file input from S3 and scheduling daily assessments * api-change:``servicecatalog``: Updated the descriptions for the ListAcceptedPortfolioShares API description and the PortfolioShareType parameters. * api-change:``discovery``: Add Migration Evaluator Collector details to the GetDiscoverySummary API response * api-change:``sts``: Documentation updates for AWS Security Token Service. * api-change:``workspaces-web``: Amazon WorkSpaces Web now supports Administrator timeout control * api-change:``rekognition``: Documentation updates for Amazon Rekognition. * api-change:``cloudfront``: Introduced a new error (TooLongCSPInResponseHeadersPolicy) that is returned when the value of the Content-Security-Policy header in a response headers policy exceeds the maximum allowed length. - from version 1.26.0 * feature:Loaders: Support for loading gzip compressed model files. * api-change:``grafana``: This release adds APIs for creating and deleting API keys in an Amazon Managed Grafana workspace. - from version 1.25.13 * api-change:``ivschat``: Documentation-only updates for IVS Chat API Reference. * api-change:``lambda``: Lambda releases NodeJs 16 managed runtime to be available in all commercial regions. * api-change:``kendra``: Amazon Kendra now provides a data source connector for Jira. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-jira.html * api-change:``transfer``: AWS Transfer Family now accepts ECDSA keys for server host keys * api-change:``iot``: Documentation update for China region ListMetricValues for IoT * api-change:``workspaces``: Increased the character limit of the login message from 600 to 850 characters. * api-change:``finspace-data``: We've now deprecated CreateSnapshot permission for creating a data view, instead use CreateDataView permission. * api-change:``lightsail``: This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request. * api-change:``outposts``: Documentation updates for AWS Outposts. * api-change:``ec2``: This release introduces a target type Gateway Load Balancer Endpoint for mirrored traffic. Customers can now specify GatewayLoadBalancerEndpoint option during the creation of a traffic mirror target. * api-change:``ssm-incidents``: Adding support for dynamic SSM Runbook parameter values. Updating validation pattern for engagements. Adding ConflictException to UpdateReplicationSet API contract. - from version 1.25.12 * api-change:``secretsmanager``: Doc only update for Secrets Manager that fixes several customer-reported issues. * api-change:``ec2``: This release updates AWS PrivateLink APIs to support IPv6 for PrivateLink Services and Endpoints of type 'Interface'. ++++ python-cassandra-driver: - version update to 3.25.0 3.25.0 ====== Features - ------- * Ensure the driver can connect when invalid peer hosts are in system.peers (PYTHON-1260) * Implement protocol v5 checksumming (PYTHON-1258) * Fix the default cqlengine connection mechanism to work with Astra (PYTHON-1265) Bug Fixes - -------- * Asyncore race condition cause logging exception on shutdown (PYTHON-1266) * Update list of reserved keywords (PYTHON-1269) Others - ----- * Drop Python 3.4 support (PYTHON-1220) * Update security documentation and examples to use PROTOCOL_TLS (PYTHON-1264) 3.24.0 ====== Features - ------- * Make geomet an optional dependency at runtime (PYTHON-1237) * Add use_default_tempdir cloud config options (PYTHON-1245) * Tcp flow control for libevreactor (PYTHON-1248) Bug Fixes - -------- * Unable to connect to a cloud cluster using Ubuntu 20.04 (PYTHON-1238) * PlainTextAuthProvider fails with unicode chars and Python3 (PYTHON-1241) * [GRAPH] Graph execution profiles consistency level are not set to LOCAL_QUORUM with a cloud cluster (PYTHON-1240) * [GRAPH] Can't write data in a Boolean field using the Fluent API (PYTHON-1239) * [GRAPH] Fix elementMap() result deserialization (PYTHON-1233) Others - ----- * Bump geomet dependency version to 0.2 (PYTHON-1243) * Bump gremlinpython dependency version to 3.4.6 (PYTHON-1212) * Improve fluent graph documentation for core graphs (PYTHON-1244) - added patches fix https://datastax-oss.atlassian.net/browse/PYTHON-1299 + python-cassandra-driver-no-mock.patch ++++ python-flower: - version update to 1.0.0 * no upstream changelog file found * Remove flower as individual command. - modified patches % backport_run_in_executor.patch (refreshed) - deleted patches - pr_1021.patch (upstreamed) - added patches fix https://github.com/mher/flower/commit/70b1ae40b467a3febab9abef3ef52dea56ca6f12 + python-flower-new-humanize.patch ++++ python-kazoo: - drop test dependencies from BuildRequires, we do not plan to run the testsuite ++++ python-mocket: - do not require python-mock for build - added patches fix https://github.com/mindflayer/python-mocket/issues/178 + python-mocket-no-mock.patch ++++ python-osc-tiny: - Release 0.5.0 * Added capability to log API requests (without headers!) and responses * Make it possible to add a comment when pushing files * Added method to get build history ++++ qmmp-plugin-pack: - Update to version 2.1.0: * Ported to the Qmmp 2.1 API. * Add the modplug plugin. * Remove the xmp plugin. ++++ rust-analyzer: - Update to version 2022.05.17~0: * Bump extension version * Update test output * Fix incorrect config key in client config update * Update lsp-extensions hash * Allow inlay hint tooltips to trigger hovers * Trigger hover requests on closing brace hints * Replace some SmolStr usages with String as the conversion happens anyways * feat: Implement inlay hint tooltips * internal: Cleanup lifetime elision hints ++++ schismtracker: - Employ pkgconfig(sdl) to allow pulling in sdl12_compat. ++++ sil-doulos-fonts: - Update to version 6.101 * The font now supports SIL TypeTuner * New locl OpenType feature that supports Macedonian Cyrillic alternates * Serbian and Macedonian alternates are also available through a new OpenType feature (cv84) for applications that do not support language-specific locl features * Characters have been added to support Unicode versions up to 14.0.0 * The special-purpose modified fonts have been updated to be based on the current version. - Update to version 6.001 * Reverted font Postscript name to that used in v5 and earlier to avoid problems with unrecognized fonts when opening older documents - Update to version 6.000 * Removed DSIGs added in version 5.000. These have now been removed to reflect current best practice font development guidance. * Graphite has been removed. Application and OS support for OpenType has greatly improved, so the need for Graphite in this font is greatly reduced. * Removed the “Show Invisibles” feature. * Removed support for nine-level pitch contours. These will be replaced by a standalone pitch contours font in the future. * Characters added to support Unicode versions 7.0-13.0, including feature support (e.g. small caps) * First release that uses a UFO-based design and production workflow * Feature to support side-by-side rendering of U+0300 plus U+0301 * Tone letter features (cv91 & cv92) now supported through OpenType * Width of typographic spaces have been made more consistent to reflect * Fixed some small capital correspondences, including added support for clicks * Fixed problems with spacing of tone letters * Fixes and improvements to various glyphs ++++ tcd: - Modernize specfile. Switch to pkgconfig(sdl) to get sdl12_compat. ++++ uncrustify: - Update to version 0.75.1 * Added mod_move_case_return * Added sp_ptr_star_func_type * Added pp_indent_at_level0 * Added align_braced_init_list_thresh * Added align_braced_init_list_span * Added align_assign_on_multi_var_defs * Added sp_byref_paren * Added sp_not_not * Added indent_ignore_comma_paren * Added indent_ignore_comma_brace * Added indent_ignore_bool_paren * Added indent_ignore_arith * Added mod_full_paren_return_bool * Added mod_full_paren_assign_bool * Added sp_type_colon * Removed indent_ignore_comma_paren * Removed indent_ignore_bool_paren * Removed indent_ignore_comma_brace * Added indent_ignore_semicolon * Added sp_enum_brace * Added indent_ignore_before_class_colon * Added indent_ignore_before_constr_colon * Added indent_ignore_bool * Added indent_ignore_first_continue * Added indent_ignore_assign * Added indent_ignore_case_brace * Added indent_namespace_inner_only * Added pp_warn_unbalanced_if * Removed sp_type_question ++++ unicode-ucd: - Update to version 14.0.0 * Unicode 14.0 adds 838 characters, for a total of 144,697 characters * These additions include 5 new scripts, for a total of 159 scripts * As well as 37 new emoji characters. * Full news: http://www.unicode.org/versions/Unicode14.0.0/ ++++ urxvt-font-size: - Update to version 1.3 * Remove explicit path declaration for perl, use /usr/bin/env instead * Update font-size * Support new extension syntax * Add function to show current font value * Syntax correction * Don't normalize fonts to base font * Automatically bind common functions - Update to version 2.3 * keyboard-select: Y mapping, copy cursor line and quit * keyboard-select: Use the same copy method for all selection modes * Deprecate clipboard * Deprecate url-select * Use highlightColor in selection renderings * Scroll before drawing the selection when refreshing * Make Ctrl-m work as Return in selection * Allow Home/End keys in selection mode * Add option for copying to clipboard too ++++ wayshot: - Update to version 1.1.5~1: * [update] Sane error message on missing scrcpy. * [optimize dependencies] - Patch by jirutka * [update] Workflow. * [update] Bump dependencies. * [update] Readme * [update] Remove testing code. * [update] Fixes * [update] Add workflow. * [update] fix readme * [update] Readme. ++++ yast2-packager: - Fix package counters in the installation slideshow (boo#1199621). - 4.5.4 ------------------------------------------------------------------ ------------------ 2022-5-16 - May 16 2022 ------------------- ------------------------------------------------------------------ ++++ NetworkManager: - Update to version 1.38.0: + Add support for route type "throw". + Fix bug setting priority for IP addresses. + Static IPv6 addresses from "ipv6.addresses" are now preferred over addresses from DHCPv6, which are preferred over addresses from autoconf. This affects IPv6 source address selection, if the rules from RFC 6724, section 5 don't give a exhaustive match. + Static IPv6 addresses from "ipv6.addresses" are now interpreted with first address being preferred. Their order got inverted. This is now consistent with IPv4. + Wi-Fi hotspots will use a (stable) random channel number unless one is chosen manually. + Don't use unsupported SAE/WPA3 mode for AP mode. + NetworkManager will no longer advertise frequencies as supported when they're disallowed in configured regulatory domain. + Attempt to connect to WEP-encrypted Wi-Fi network will now fail gracefully with a recent version of wpa_supplicant when built without WEP support. As long as wpa_supplicant supports WEP, NetworkManager will continue to work. + Disable WPA3 transition mode for wifi.key-mgmt=wpa-psk if the NIC does not support PMF. This is known to cause problems in some setups. It is still possible to explicitly configure wifi.key-mgmt=sae for WPA3. + Add new dummy crypto backend "null" that does nothing. NetworkManager uses the crypto library when handling certificates for 802.1x profiles. + Veth devices with name "eth*" are now managed by default via the udev rule. This is to support managing the network in LXD containers. + The hostname received from DHCP is now shortened to the first dot (or to 64 characters, whatever comes first) if it's too long. + As the insecure WEP encryption for Wi-Fi network is phased out, nmcli now discourages its use when activating or modifying a profile. + Fix connectivity checks in case the check endpoint address resolves to multiple addresses. + Workaround libcurl blocking NetworkManager while resolving DNS names. + nmcli: indicate missing Wi-Fi hardware when showing rfkill setting. + nmcli: add connection migrate command to move a profile to a specified settings plugin. This allows to convert profiles in the deprecated ifcfg-rh format to keyfile. + Set "src" attribute for routes from DHCPv4 to the leased address. This helps with source address selection. + Various bugfixes and internal improvements. + Updated translations. - Recommend NetworkNanager-wifi from the main package: after the split, there is currently nothing pulling in NM-wifi. Preferably this would happen based on wifi chips prsence, but that is not yet done (boo#1199550). ++++ accel-config: - Update to version 3.4.6.4: * Init IAA test and add No-op operation * Separate common codes from DSA source code file * Bug fixes ++++ scala: - Fix the scala build to find correctly the jansi.jar file - Make the package that links the jansi.jar file archfull ++++ bind: - Add upstream patch bind-prevent-buffer-overflow.patch. ++++ dbus-broker: - Update to release 31 * Fix assertion failures in the user accounting, uncovered by the changes to accounting in v30. * Fix a memory leak in service-file re-loading, in particular in the command-line argument handling. ++++ duplicity: - Update to version 0.8.23: * Add --webdav-headers to webdavbackend. * Document rclone option setting via env vars. * Demote boto backend to legacy. * Promote boto3 backend to default s3:// backend ... * Man page, major sorting, reformatting, S3/GCS documentation update. - Update URL. ++++ glmark2: - Update to version 20220513: * GLStateEGL,GLStateGLX: Use SwapInterval 1 for FIFO swap mode * NativeStateDrm: Implement swap interval 0 ++++ gradle: - Build against jansi 2.x - Remove the jansi-native and hawtjni-runtime dependencies, since jansi 2.x does not depend on them - Modified patch: * 0013-Add-missing-transitive-dependencies.patch + jansi does not have transitive dependencies any more - Added patch: * gradle-jansi.patch + port to use jansi 2.x ++++ groovy: - Added patch: * groovy-2.4.21-jansi.patch + port to build against jansi 2.4.0 ++++ groovy18: - Added patches: * groovy18-jansi.patch - Fix build against jansi 2.4.0 * groovy18-jline2.patch - Port to use jline 2.x instead of 1.x ++++ grpc: - Update to release 1.46.2 * Ruby fixes ++++ hugo: - Update to version 0.99.0: * server: Refresh the error template * server: Fix SIGINT handling after loading bad configuration * Improve SASS errors * postcss: Fix import error handling * build(deps): bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4 * common/herrors: Remove unused struct * build(deps): bump github.com/evanw/esbuild from 0.14.38 to 0.14.39 * errors: Misc improvements * server: Always rebuild the files involved in an error * postcss: Fix line numbers in error messages * Update CONTRIBUTING.md * js: Bump test dependency * deps: Update github.com/spf13/cast v1.4.1 => v1.5.0 * hugolib: Check for nil in shouldRender * Revise the use of htime.Since/htime.Now * tpl/collections: Make sort stable * docs: Regen CLI docs * Use configured timeZone for the clock * Add `clock` cli flag * Improve error messages, esp. when the server is running * tpl: Improve godoc * github: Add permissions to test action * tpl/crypto: Add example for FNV32a ++++ imlib2: - declare counter in for loop for big endian to unsignedint (loader_ico.c) bigendian.patch ++++ jansi: - Upgrade the latest upstream release 2.4.0 * Integrates jansi-native libraries * Does not depend on jansi-native and hawtjni-runtime - Make the jansi package archful since it installs a native library and jni jar - Added patch: * jansi-jni.patch + Give a possibility to load the native libjansi.so from system ++++ jline: - Added patch: * jline-jansi2.patch + fix jline build against jansi 2.4.x - Remove dependency on jansi-native and hawtjni-runtime ++++ jmol: - Update to release 14.32.55 * feature change: axes POSITION [x y] "xyz" with symmetry * new feature: axes POSITION [x y] "xyzabc" * new feature: global user variable dragDropFileType * bugfix: deleting atoms from PDB failed * bugfix: ModelKit dragAtom did not update measurements ++++ libinput-extra: - Enable building libinput-replay [boo#1190065] ++++ libinput: - Enable building libinput-replay [boo#1190065] ++++ libkrunfw: - Fix the build with gcc12 * Patches added: fix-build-with-gcc12.patch ++++ mjpegtools: - mjpegtools's Makefiles try to use -lX11, but there is no BuildRequire for it - add it. ++++ pcp: - Fix a few rpmlint errors (to at least get below the 1000 mark) (boo#1199558): + make libpcp-devel require libpcp_gui: the devel package installs a symlink pointing to that library, so anything willing to link it would fail libpcp-devel.x86_64: E: no-library-dependency-on libpcp_gui2 /usr/lib64/libpcp_gui.so.2 The package misses dependency on a package which file it links to. + Call fdupes over /var/lib/pcp/testsuite to solve pcp-testsuite.x86_64: W: files-duplicate + W: macro-in-comment: escape the relevant macros using %% + Filter out W: potential-bashisms for pcp-testsuite. ++++ libproxy: - Add libproxy-python-310.patch: Detect python 3.10. ++++ libproxy-plugins: - Add libproxy-python-310.patch: Detect python 3.10. ++++ librecad: - Add 0001-Added-bounds-checking-to-CDataMoji-in-jww-parser.patch [boo#1195105] [CVE-2021-45341] - Add 0001-Added-bounds-check-to-CDataList-in-JWW-parser.patch [boo#1195122] [CVE-2021-45342] ++++ libunwind: - Add Conflict markers for earlier combined libunwind. ++++ uriparser: - fix cmake build (incorrect line continuation - %%make_jobs is not part of the %%cmake call; it only worked in distros where it printed a deprecation warning before invoking make) - replace deprecated %%make_jobs with %%cmake_build - fix building docs: need graphviz-gd to produce PNG files and ghostscript-fonts-std for the fonts used ++++ varnish: - Update to release 7.1.0 [boo#1195188] [CVE-2022-23959] * VCL: It is now possible to assign a BLOB value to a BODY variable, in addition to STRING as before. * VMOD: New STRING strftime(TIME time, STRING format) function for UTC formatting. ++++ libxls: - Add 0001-Fixes-94-possible-null-ptr-deref.patch [boo#1192323] [CVE-2021-27836] ++++ matomo: - Update to 4.10.0 * matomo-org/matomo - #18884 Data protection: Hide visitor id in visits log if profile is disabled - #19157 Make Widgetize page translatable - #18947 Fix console command to disable 2FA for a user - #19125 Fix display issue with z-index for widgets that use tables with embedded dashboards - #18810 Ensure JS tracker unload event is triggered in edge cases to make sure tracking requests are sent - #18128 Make JSON config / package static files unreachable via a GET request - #18967 System check – don’t request private directories when disabled - #19118 Fix error when setting license key from command line - #19124 Fix error when adding new goals if no previous goals exist for website/measurable - #19127 PHP8.1 compatibility fixes in referrers plugin - #19088 Create assets folder if it is missing when writing Report - #19102 Ensure required translations are loaded for Goal management - #19113 Add languageName property to PiwikGlobal type - #19156 Rename MenuDropdown component to avoid any case mismatches * matomo-org/tag-manager - #271 Tag Manager: Change the location of Preview window - #473 Fix typo in getAvailableContainerVariables - #474 Updated MatomoTagDescription to remove piwik - #475 Use TemplateParameters instead of raw window in PageHostname var * matomo-org/device-detector - #7089 Improves detection for generic bots - #7091 Adds detection for Amazon ELB bot - #7093 Detect new brands: X-AGE, QLink and devices for several existing brands - #7095 Detect Open Browser - #7097 Detect browsers: BrowseHere, Midori Lite, Pure Lite Browser, Berry Browser, Fulldive, Hi Browser, SuperFast Browser. Amaze Browser, Smart Search & Web Browser, Aloha Browser Lite - #7098 Detect new brands: Aoro, EBEN, VUCATIMES and Detect devices for several existing brands - #7100 Detect new brands: Zonko, Zeeker, TJC, HOTREALS and Detect devices for several existing brands * matomo-org/referrer-spam-list - #1313 Add socialine.net - #1314 Add glktfw.net - #1315 Add advertisefree.co.uk - #1316 Add hilaryblog.top - #1317 Add goodcoffeepremium.com - #1319 Add kimblog.top ++++ maven: - Upgrade to upstream version 3.8.5 * Bug + [MNG-5180] - Versioning's snapshot version list is not included in metadata merge + [MNG-5561] - Plugin relocation loses configuration + [MNG-5982] - The POM for ... is invalid, transitive dependencies ... while property was overriden + [MNG-6326] - Build continues when core extensions aren't found + [MNG-6727] - Using version range in parent and CI Friendly Version fails + [MNG-6802] - FileProfileActivator changes FileProfileActivator.exists which lets flattened resolveCiFriendliesOnly depending fail activating profile + [MNG-7156] - Parallel build can cause issues between clean and forked goals + [MNG-7335] - [Regression] Parallel build fails due to missing JAR artifacts in compilePath + [MNG-7347] - SessionScoped beans should be singletons for a given session + [MNG-7357] - All Maven Core JARs have unusual entry order + [MNG-7362] - DefaultArtifactResolver has spurious "Failure detected" INFO log + [MNG-7374] - Mutating RelocatedArtifact does not retain type + [MNG-7386] - ModelMerger$MergingList is not serializable + [MNG-7402] - BuildListCalculator never detaches the classloader + [MNG-7417] - Several classes do not set properties properly for building requests * New Feature + [MNG-7395] - Support interpolation in extensions.xml + [MNG-7407] - Introduce a ModelVersionProcessor component to make CI Friendly Versions pluggable * Improvement + [MNG-6960] - Use RuntimeInformation instead of reading properties + [MNG-7349] - Limit relocation warning message to direct dependencies only + [MNG-7380] - Don't log non-threadsafe warning if only building a single module + [MNG-7381] - Shorten parallel builder thread name to artifactId, conditionally with groupId + [MNG-7385] - Improve documentation on repository metadata + [MNG-7400] - Allow more WorkspaceReaders to participate + [MNG-7408] - Explain reporting plugin version automatic selection (in Maven 3) * Dependency upgrade + [MNG-7370] - Upgrade Maven Wagon to 3.5.1 + [MNG-7384] - Upgrade Maven JAR Plugin to 3.2.2 + [MNG-7428] - Upgrade Maven Parent to 35 - Modified patches: * 0001-Adapt-mvn-script.patch * 0002-Invoke-logback-via-reflection.patch * 0005-Port-to-maven-resolver-1.7.2.patch * 0004-Use-non-shaded-HTTP-wagon.patch -> 0003-Use-non-shaded-HTTP-wagon.patch + rebase * qdox-2.0.1.patch -> 0007-Fix-build-with-qdox-2.0.1.patch + rebase using git - Added patches: * 0004-Remove-dependency-on-powermock.patch + Remove the non-interpolated tests that require powermock * 0006-Restore-DefaultModelValidator-compatibility-with-Mav.patch + XMvn was relying on default constructor for the org.apache.maven.model.validation.DefaultModelValidator, which is not generated, since a non-default one is defined. + This adds the no-parameter constructor back implicitely ++++ netdata: - Update to 1.34.1 (go.d.plugin 0.32.3) Collectors * New collectors + Add CPU throttling charts (cgroups.plugin) (gh#netdata/netdata#12591) + Add clock status chart (timex.plugin) (gh#netdata/netdata#12501) + Add Asterisk configuration file with synthetic charts (statsd.plugin) (gh#netdata/netdata#12381) + Add new chart for process states metrics (apps.plugin) (gh#netdata/netdata#12305) + Add thermal zone metrics collection (go.d/wmi) (gh#netdata/netdata#667) + Add SNMP data collector (go.d/snmp) (gh#netdata/netdata#644) * Improvements + Add 'locust' to apps_groups.conf (gh#netdata/netdata#12498) + Enable timex plugin for non-linux systems (timex.plugin) (gh#netdata/netdata#12489) + Prefer 'blkio.*_recursive' files when available (cgroups.plugin) (gh#netdata/netdata#12462) + Add 'stress-ng' and 'gremlin' to apps_groups.conf (apps.plugin) (gh#netdata/netdata#12165) + Add Apple Filing Protocol daemons into 'afp' group (apps.plugin) (gh#netdata/netdata#12078) + Show the number of processes/threads for empty apps groups (apps.plugin) (gh#netdata/netdata#11834) + Add a configuration option to set application (go.d/prometheus) (gh#netdata/netdata#669) * Bug fixes + Fix collecting data when 'ntp_adjtime' call fails (timex.plugin) (gh#netdata/netdata#12667) + Fix chart titles with instance-specific information (gh#netdata/netdata#12644) + Fix CPU utilization calculation (cgroups.plugin) (gh#netdata/netdata#12622) + Fix cgroup version detection with systemd (cgroups.plugin) (gh#netdata/netdata#12553) + Fix network charts context (cgroups.plugin) (gh#netdata/netdata#12454) + Fix charts context (cups.plugin) (gh#netdata/netdata#12444) + Fix recursion in apcupsd_check (charts.d/apcupsd) (gh#netdata/netdata#12418) + Fix double host prefix when Netdata running in a podman container (cgroups.plugin) (gh#netdata/netdata#12380) + Fix config file check in stock config directory (ioping.plugin) (gh#netdata/netdata#12327) + Fix setting of 'time offset' configuration option (timex.plugin) (gh#netdata/netdata#12281) + Fix logical drive data parsing error (python.d/hpssa) (gh#netdata/netdata#12206) + Fix getting username when UID is unknown on the host (python.d/nvisia_smi) (gh#netdata/netdata#12184) + Fix a typo in ZFS ARC Cache size info (gh#netdata/netdata#12138) + Fix collecting of renamed metrics (go.d/k8s_kubelet) (gh#netdata/netdata#674) + Fix reading stock configuration files in k8s (go.d.plugin) (gh#netdata/netdata#670) + Fix runtime chart context hard coding (go.d.plugin) (gh#netdata/netdata#668) + Fix failed check because of invalid metric type (go.d/prometheus) (gh#netdata/netdata#665) + Fix handling of replica set charts dimensions (go.d/mongodb) (gh#netdata/netdata#646) eBPF * Improvements + Improve chart titles and dashboard info (gh#netdata/netdata#12665) + Update eBPF dashboard info (gh#netdata/netdata#12617) + Update links in the dashboard info (gh#netdata/netdata#12581) + Add monitoring for inbound and outbound connections (gh#netdata/netdata#12532) + Improve eBPF dashboard info (gh#netdata/netdata#12467) + Add CO-RE support for eBPF plugin (gh#netdata/netdata#12318) + Update libbpf version and adjust eBPF modules for using new version of libbpf (gh#netdata/netdata#12190) * Bug fixes + Fix missing chart context for cgroups charts (gh#netdata/netdata#12671) + Fix eBFP plugin crash on exit (gh#netdata/netdata#12590) + Fix unnecessary error log lines for proc and sys files (gh#netdata/netdata#12385) + Fix removing pid file on exit (gh#netdata/netdata#12379) Dashboard * Change color of Netdata logo on left sidebar (gh#netdata/netdata#12607) * Update Community section and the links for opening a new issue on GitHub in 'Need Help?' modal (gh#netdata/netdata#12607) * Add 'Netdata Cloud connection status' modal (gh#netdata/netdata#12407) Streaming * Fix parsing of 'os_name' for older agent versions streaming to a parent (gh#netdata/netdata#12425) * Deactivate streaming compression at runtime in case of a compressor buffer overflow (gh#netdata/netdata#12037) Exporting * Remove backends subsystem (gh#netdata/netdata#12146) Health * Fix ioping_disk_latency alarm green/red thresholds (gh#netdata/netdata#12351) * Fix ioping_disk_latency alarm lookup value (gh#netdata/netdata#12329) * Adjust 10s_ipv4_tcp_resets_sent alarm warn expression (gh#netdata/netdata#12320) * Add alarms for charts.d/nut collector (gh#netdata/netdata#12285) * Fix respecting of 'delay' parameter when using 'repeat' feature (gh#netdata/netdata#12164) ML * Fix training/prediction stats charts context (gh#netdata/netdata#12610) * Enable streaming of anomaly_detection.* charts (gh#netdata/netdata#12606) * Update ML-related charts (gh#netdata/netdata#12574) * Reduce min 'dbengine anomaly rate every' from 60s to 30s (gh#netdata/netdata#12543) * ML-related changes to address issue/discussion comments. (gh#netdata/netdata#12494) * Skip 'foreach' alarms for dimensions of anomaly rate chart. (gh#netdata/netdata#12441) * Prepend context in anomaly rate dimension id (gh#netdata/netdata#12342) * Skip training of constant metrics (gh#netdata/netdata#12212) * Track anomaly rates with DBEngine (gh#netdata/netdata#12083) Other notable changes * Improvements + Add a chart label filter parameter in context data queries (gh#netdata/netdata#12652) + Add a timeout parameter to data queries (gh#netdata/netdata#12649) + Add k8s cluster name to host labels (GKE only) (gh#netdata/netdata#12638) + Add cloud providers info to host labels and /api/v1/info (gh#netdata/netdata#12613) + Reduce logging on child reconnect (gh#netdata/netdata#12594) + Improve ACLK sync logging (gh#netdata/netdata#12534) + Add more info to netdatacli 'aclk-state' (gh#netdata/netdata#12458) + Remove "web files" options leftovers (gh#netdata/netdata#12403) + Improve agent to cloud synchronization performance (gh#netdata/netdata#12348) + Remove owner check from webserver (gh#netdata/netdata#12339) + Change default OOM score and scheduling policy to behave more sanely (gh#netdata/netdata#12271) + Add more info to aclk-state API call (gh#netdata/netdata#12231) + Add -W keepopenfds option (gh#netdata/netdata#12211) + Remove chart specific configuration from netdata.conf except enabled (gh#netdata/netdata#12209) + Improve cleaning up of orphan hosts (gh#netdata/netdata#12201) + Add install method to /api/v1/info as label (gh#netdata/netdata#12040) + Add all query types to aclk_processed_query_type (gh#netdata/netdata#12036) + Create a removed alert event if chart goes obsolete (gh#netdata/netdata#12021) + Add chart for incoming proto msgs in new cloud protocol (gh#netdata/netdata#11969) * Bug fixes + Fix deadlock when deleting a child instance host and ML training is running (gh#netdata/netdata#12681) + Fix Netdata crash during anomaly calculation (gh#netdata/netdata#12672) + Fix not clean ACLK shutdown when agent is shutting down (gh#netdata/netdata#12625) + Fix shutting down the agent when the creation of the management API key file failed (gh#netdata/netdata#12623) + Fix respecting of dimension hidden option when executing a query (gh#netdata/netdata#12570) + Fix Agent crash on api/v1/info call (gh#netdata/netdata#12565) + Fix CPU frequency detection in system-info.sh (gh#netdata/netdata#12550) + Fix sending alert events with missing timezone data (gh#netdata/netdata#12547) + Fix invalid pointer reference when executing agent CLI commands (gh#netdata/netdata#12540) + Fix memory leaks on Netdata exit (gh#netdata/netdata#12511) + Fix wrong 'metrics-count' in /api/v1/info (gh#netdata/netdata#12504) + Fix issue with charts not properly synchronized with the cloud (gh#netdata/netdata#12451) + Fix high CPU usage for unclaimed agents (gh#netdata/netdata#12449) + Fix a case when claim_id is sent in uppercase (gh#netdata/netdata#12423) + Fix crash when netdatacli command output too long (gh#netdata/netdata#12393) + Fix Netdata crash on ACLK alerts streaming (gh#netdata/netdata#12392) + Fix build info output when dbengine is not compiled (gh#netdata/netdata#12354) + Fix container virtualization detection with systemd-detect-virt (gh#netdata/netdata#12338) + Fix returning 0 for unknown CPU frequency in system-info.sh (gh#netdata/netdata#12323) + Fix CPU frequency detection for containers (gh#netdata/netdata#12306) + Fix long timeouts on the cloud because the agent does not respond for failed queries with a failed message (gh#netdata/netdata#12277) + Fix registration of child nodes in the cloud through the parent (gh#netdata/netdata#12241) + Fix node information send to the cloud for older agent versions (gh#netdata/netdata#12223) + Fix Netdata crash on ACLK alerts streaming when 'info' field is missing (gh#netdata/netdata#12210) + Fix claiming with wget (gh#netdata/netdata#12163) + Fix CPU frequency calculation in system-info.sh (gh#netdata/netdata#12162) + Fix data query option allow_past to correctly work in memory mode ram and save (gh#netdata/netdata#12136) + Fix the format=array output in context queries (gh#netdata/netdata#12129) + Fix Netdata crash when there are charts with ids which differ only by symbols that are not '_' or alphanumeric and no unique names are provided (gh#netdata/netdata#12067) Deprecation notice The following items will be removed in our next minor release (v1.35.0): Patch releases (if any) will not be affected. Component Type Replaced by node.d plugin - node.d/snmp collector go.d/snmp python.d/apache collector go.d/apache python.d/couchdb collector go.d/couchdb python.d/dns_query_time collector go.d/dnsquery python.d/dnsdist collector go.d/dnsdist python.d/elasticsearch collector go.d/elasticsearch python.d/energid collector go.d/energid python.d/freeradius collector go.d/freeradius python.d/httpcheck collector go.d/httpcheck python.d/isc_dhcpd collector go.d/isc_dhcpd python.d/mysql collector go.d/mysql python.d/nginx collector go.d/nginx python.d/phpfpm collector go.d/phpfpm python.d/portcheck collector go.d/portcheck python.d/powerdns collector go.d/powerdns python.d/redis collector go.d/redis python.d/web_log collector go.d/weblog Deprecated in this release: Component Type Replaced by backends subsystem exporting engine node.d/fronius collector - node.d/sma_webbox collector - node.d/stiebeleltron collector - node.d/named collector go.d/bind ++++ openttd: - Because SDL2 was pulled in by fluidsynth, openttd opportunistically built itself with SDL2, ignoring the SDL1 BuildRequire. Now make SDL2 explicit. ++++ opi: - Version 2.5.0 - Improve testsuite when ran locally - Fix 01_install_from_packman.py test for leap - Fix 02_install_from_home.py test for leap - Run ci for both tumbleweed and leap - Use $releasever in repo creation on Leap - Run "osc up" in release.sh ++++ perl-App-perlbrew: - updated to 0.95 see /usr/share/doc/packages/perl-App-perlbrew/Changes 0.95 - Released at 2022-05-15T22:59:11+0800 - Thanks to our contributors: Leon Timmermans - Now we use metacpan api for fetching perl versions and for downloading. Github PR #743 - `--verbose` flag now also enable verbosity of underlying curl/wget commands. Github PR #740. - Avoid perl test errors when NO_COLOR is set. Github PR #738 ++++ perl-Modern-Perl: - updated to 1.20220515 see /usr/share/doc/packages/perl-Modern-Perl/Changes 1.20220515 2022-05-15 11:15:25-07:00 America/Los_Angeles - enable signatures in 2022 year bundle - add 2021 and 2022 year bundles ++++ plantuml: - Update to version 1.2022.5 See http://plantuml.com/de/changes for all changes * Fix CVE-2022-1379 (bsc#1199557) - Update patch * build-with-javac-utf8-encoding.patch ++++ prometheus-postgres_exporter: - Use go_modules source service - Upgrade to version 0.10.1: * Fix broken log-level for values other than debug. ++++ python-PasteDeploy: - Update to version 2.1.1+git.1652668078.0f0697d: * switch to f-string * fix up strings and upgrade format syntax * move fixtures into the setup code for the test suite * blackify/isort/flake8 * enable linting * refactor to a src folder * remove py2 configparser shims * refactor package info to setup.cfg, run pyupgrade * fix classifiers * disable windows - remove unnecessary patch rm_nspace_pkgs.patch. ++++ python-azure-mgmt-appplatform: - New upstream release + Version 7.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-stack-data: - Update to 0.2.0: - Fallback to basic Source.pieces when there is no Source.tree. - Handle nodes inside f-strings missing location info from asttokens - Add 29-Pygments-2-12.patch (gh#alexmojaki/stack_data#29) making the package compabile with Pygments 2.12. ++++ python-weasyprint: - Update to 55.0 Python 3.7 is now the minimum requirement - Features - #1534: Support word-break: break-all - #489, #1619: Support column breaks - #1553: Allow reproducible PDF generation - #1547: Handle break-inside: avoid on tr tags - Bugfixes - #1626, 3802f88: Fix the vertical position and available height of absolute boxes - 9641098, e5e6b88: Minor fixes for multi-column layout - 0fcc7de: Don’t stop rendering SVG when CSS parsing fails - #1636: Fix sequential footnotes that could disappear when overflowing - #1637: Fix position of absolute boxes with right-to-left direction - #1641: Fix relative paths for SVG files stored as data URLs - #1007, #1524: Handle inherit in shorthand properties - #1539, #1541: Space out no-repeat patterns - #1554: Avoid invalid PDF operators when drawing SVG text - #1564, #1566, #1570: Don’t output footnotes before their call sites - #1020, #1597: Prevent infinite loops in multi-column layout - #1512, #1613: Fix position of absolute boxes in right-to-left contexts - #1093: Draw borders around absolute replaced boxes - #984, #1604: Fix skip stacks for columns - #1621: Better support of nested text-decoration properties - fe1f3d9: Fix absolute blocks in lines - 4650b70: Clear adjoining margins when a container’s child doesn’t fit - #1588 Support position: absolute in footnotes - #1586 Fix discarded text-align values - #1575: Always store parent blocks children as lists - #1574, #1559: Fix float rounding errors - #1571: Ignore unknown glyphs - #1561, #1562: Fix line break when breaks occur between a nbsp and an inline block - #1560: Always set the child index - #1558: Fix patterns with use tags - #1540, #1239: Handle absolute children in running elements - #1538: Handle invalid values in text-align - #1536: Handle absolute flex boxes - Performance - #1548: Improve tests speed - 3b0ae92, #1457: Improve fonts management - #1597: Improve column layout speed - #1587, #1607, #1608: Cache ch and ex units calculations ++++ rubygem-rails-7.0: - updated to version 7.0.3 https://rubyonrails.org/2022/5/9/Rails-7-0-3-6-1-6-6-0-5-and-5-2-8-have-been-released ++++ rubygem-regexp_parser: - updated to version 2.4.0 [#]## Fixed - fixed interpretation of `+` and `?` after interval quantifiers (`{n,n}`) - they used to be treated as reluctant or possessive mode indicators - however, Ruby does not support these modes for interval quantifiers - they are now treated as chained quantifiers instead, as Ruby does it - c.f. [#3](https://github.com/ammar/regexp_parser/issues/3) - fixed `Expression::Base#nesting_level` for some tree rewrite cases - e.g. the alternatives in `/a|[b]/` had an inconsistent nesting_level - fixed `Scanner` accepting invalid posix classes, e.g. `[[:foo:]]` - they raise a `SyntaxError` when used in a Regexp, so could only be passed as String - they now raise a `Regexp::Scanner::ValidationError` in the `Scanner` [#]## Added - added `Expression::Base#==` for (deep) comparison of expressions - added `Expression::Base#parts` - returns the text elements and subexpressions of an expression - e.g. `parse(/(a)/)[0].parts # => ["(", #, ")"]` - added `Expression::Base#te` (a.k.a. token end index) - `Expression::Subexpression` always had `#te`, only terminal nodes lacked it so far - made some `Expression::Base` methods available on `Quantifier` instances, too - `#type`, `#type?`, `#is?`, `#one_of?`, `#options`, `#terminal?` - `#base_length`, `#full_length`, `#starts_at`, `#te`, `#ts`, `#offset` - `#conditional_level`, `#level`, `#nesting_level` , `#set_level` - this allows a more unified handling with `Expression::Base` instances - allowed `Quantifier#initialize` to take a token and options Hash like other nodes - added a deprecation warning for initializing Quantifiers with 4+ arguments: Calling `Expression::Base#quantify` or `Quantifier.new` with 4+ arguments is deprecated. It will no longer be supported in regexp_parser v3.0.0. Please pass a Regexp::Token instead, e.g. replace `type, text, min, max, mode` with `::Regexp::Token.new(:quantifier, type, text)`. min, max, and mode will be derived automatically. This is consistent with how Expression::Base instances are created. ++++ rubygem-rubocop: - updated to version 1.29.1 [#] Bug fixes * #10625: Restore the specification to TargetRubyVersion: 2.5. (@koic) * #10569: Fix a false positive for Style/FetchEnvVar when using the same ENV var as if condition in the body. (@koic) * #10614: Make Lint/NonDeterministicRequireOrder aware of require_relative. (@koic) * #10607: Fix autocorrect for Style/RedundantCondition when there are parenthesized method calls in each branch. (@nobuyo) * #10622: Fix a false positive for Style/RaiseArgs when error type class constructor with keyword arguments and message argument. (@koic) * #10610: Fix an error for Naming/InclusiveLanguage string with invalid byte sequence in UTF-8. (@ydah) * #10605: Fix autocorrect for Style/RedundantCondition if argument for method in else branch is hash without braces. (@nobuyo) ++++ rubygem-rubocop-ast: - updated to version 1.18.0 [#]## New features * [#233](https://github.com/rubocop-hq/rubocop-ast/pull/233): Make parse from Ruby 1.9 to 2.3 available. ([@koic][]) ++++ sbt: - Do not depend on hawtjni-runtime and jansi-native any more - Added patch: * sbt-maven385.patch + fix build against maven 3.8.5 - Use the sbt-launcher also when boostrapping ++++ u-boot: - Remove build dependency on SDL, none of the installed tools need that - Use pkgconfig dependencies for gnutls, uuid, openssl ++++ vkquake: - Update to version 1.13.1: * GUI scale is now relative to screen height (scr_relativescale 0 to disable). * Crosshair is selectable from menu and added option for dot instead of cross. * Improved compatibility with latest Quake Steam re-release version. * Various smaller bug fixes - Update to version 1.13.0: * GPU lightmap update and smooth dynamic light interpolation * Various bug fixes * Improved compatibility with 2021 Quake re-release Known issues: * Some entities don't animate smoothly with FTE protocol extensions. cl_nopext 1 is a workaround right now. Same bug exists in QSS. ++++ xmvn-tools: - Added patch: * 0001-Port-to-Maven-3.8.5.patch + Allow buiding against unpatched maven 3.8.5 ++++ xmvn-connector: - Added patch: * 0001-Port-to-Maven-3.8.5.patch + Allow buiding against unpatched maven 3.8.5 ++++ xmvn-mojo: - Added patch: * 0001-Port-to-Maven-3.8.5.patch + Allow buiding against unpatched maven 3.8.5 ++++ xmvn-parent: - Added patch: * 0001-Port-to-Maven-3.8.5.patch + Allow buiding against unpatched maven 3.8.5 ++++ yast2-devtools: - Extract the translatable strings also from the Qt *.ui files (bsc#1198097) - 4.5.4 ++++ yast2-iscsi-client: - Fix a crash when opening the main dialog (bsc#1199552). - 4.5.3 ++++ yast2-trans: - Update to version 84.87.20220513.26f6bfaa16: * New POT for text domain 'nfs'. * New POT for text domain 'iscsi-client'. * New POT for text domain 'kdump'. ------------------------------------------------------------------ ------------------ 2022-5-15 - May 15 2022 ------------------- ------------------------------------------------------------------ ++++ akonadi-server: - Add akonadiserver-apparmor-typos-mr94.patch to ensure mariadbd_akonadi AppArmor profile actually gets used ++++ apparmor: - add dovecot-profiles-boo1199535-mr881.diff: update dovecot profiles for latest dovecot (boo#1199535) ++++ bibletime: - Update to 3.0.3: * Fixed license.html being installed twice * Partially worked around a libsword bug which limited download durations to 10 seconds * Fixed bug which made it impossible to active toolbar buttons using keyboard * Fixed some out-of-bounds memory read * Fixed a number of input parsing and output generation errors, including invalid memory reads * Fixed search scopes not being properly translated * Fixed version information in installed metadata files * Updated translations ++++ chromium: - Chromium 101.0.4951.67 * fixes for other platforms ++++ librsvg: - Update to version 2.54.3: + Fix detection of gi-docgen. + Install the generated documentation in the correct place so that Devhelp can find it. - Changes from version 2.54.2: + Fix regressions when computing element geometries. + Add a --disable-gtk-doc option for the configure script, so people can disable generating documentation for cross-compiling. + MSVC: Support generating documentation, and passing introspection paths. ++++ libapparmor: - add dovecot-profiles-boo1199535-mr881.diff: update dovecot profiles for latest dovecot (boo#1199535) ++++ plymouth: - Add plymouth-crash-avoid-on-keyboard-remove-input-handler.patch Confirm keyboard handler list not NULL before release memory to avoid crash(bsc#1193736). - Add code to plymouth-watermark-config.patch in order to install the Watermark image file to initrd - Refresh patches to apply cleanly ++++ openSUSE-xfce-icon-theme: - Update to version 4.16.1+git.6.2345514: * Added new home and education icons * Included temporary fix for trash icon alpha ++++ os-autoinst: - Update to version 4.6.1652444983.2156ecc: * Improve code for parsing raw VNC encoding * Fix signature for `post_fail_hook` in basetest * Fix signature for log::diag * Allow additional arguments to basetest methods * Add all missing function signatures except testapi ++++ python-Pygments: - update to 2.12.0: - Added lexers: * Cplint (#2045) * Macaulay2 (#1791) * Minecraft (#2107) * Qlik (#1925) * ``UnixConfigLexer`` for "colon-separated" config files, like ``/etc/passwd`` (#2112) - Updated lexers: * Agda: Update keyword list (#2017) * C family: Fix identifiers after ``case`` statements (#2084) * Clojure: Highlight ratios (#2042) * Csound: Update to 6.17 (#2064) * CSS: Update the list of properties (#2113) * Elpi: - Fix catastrophic backtracking (#2053, #2061) - Fix handling of ``->`` (#2028) * Futhark: Add missing tokens (#2118) * Gherkin: Add ``But`` (#2046) * Inform6: Update to 6.36 (#2050) * LilyPond: - Fix incorrect lexing of names containing a built-in (#2071) - Fix properties containing dashes (#2099) * PHP: Update builtin function and keyword list (#2054, #2056) * Scheme: Various improvements (#2060) * Spice: Update the keyword list, add new types (#2063, #2067) * Terraform: - Support non-idiomatic comments (#2065, #2066) - Fix class name lexing (#2097) - Add ``plugins`` argument to ``get_all_lexers()``. - Bump minimal Python version to 3.6 (#2059) - Fix multiple lexers marking whitespace as ``Text`` (#2025) - Remove various redundant uses of ``re.UNICODE`` (#2058) - Associate ``.resource`` with the Robot framework (#2047) - Associate ``.cljc`` with Clojure (#2043) - Associate ``.tpp`` with C++ (#2031) - Remove traces of Python 2 from the documentation (#2039) - The ``native`` style was updated to meet the WCAG AAA contrast guidelines (#2038) - Fix various typos (#2030) - Fix ``Groff`` formatter not inheriting token styles correctly (#2024) - Various improvements to the CI (#2036) - The Ada lexer has been moved to a separate file (#2117) - drop elpi_fix_catastrophic_backtracking.patch: upstream ++++ python-django-rest-framework-braces: - Add pr_34.patch for DRF 3.13 compatibility ++++ python-setuptools-rust: - update to 1.3.0: * Increase minimum `setuptools` version to 58. * Fix crash when `python-distutils-extra` linux package is installed. * Fix sdist built with vendored dependencies on Windows having incorrect cargo config. * Drop support for Python 3.6. ++++ rubygem-actioncable-7.0: - updated to version 7.0.3 * no changes ++++ rubygem-actionmailbox-7.0: - updated to version 7.0.3 * no changes ++++ rubygem-actionmailer-7.0: - updated to version 7.0.3 * no changes ++++ rubygem-actionpack-7.0: - updated to version 7.0.3 * Allow relative redirects when `raise_on_open_redirects` is enabled. * Tom Hughes* * Fix `authenticate_with_http_basic` to allow for missing password. Before Rails 7.0 it was possible to handle basic authentication with only a username. ```ruby authenticate_with_http_basic do |token, _| ApiClient.authenticate(token) end ``` This ability is restored. * Jean Boussier* * Fix `content_security_policy` returning invalid directives. Directives such as `self`, `unsafe-eval` and few others were not single quoted when the directive was the result of calling a lambda returning an array. ```ruby content_security_policy do |policy| policy.frame_ancestors lambda { [:self, "https://example.com"] } end ``` With this fix the policy generated from above will now be valid. * Edouard Chin* * Fix `skip_forgery_protection` to run without raising an error if forgery protection has not been enabled / `verify_authenticity_token` is not a defined callback. This fix prevents the Rails 7.0 Welcome Page (`/`) from raising an `ArgumentError` if `default_protect_from_forgery` is false. * Brad Trick* * Fix `ActionController::Live` to copy the IsolatedExecutionState in the ephemeral thread. Since its inception `ActionController::Live` has been copying thread local variables to keep things such as `CurrentAttributes` set from middlewares working in the controller action. With the introduction of `IsolatedExecutionState` in 7.0, some of that global state was lost in `ActionController::Live` controllers. * Jean Boussier* * Fix setting `trailing_slash: true` in route definition. ```ruby get '/test' => "test#index", as: :test, trailing_slash: true test_path() # => "/test/" ``` * Jean Boussier* ++++ rubygem-actiontext-7.0: - updated to version 7.0.3 * no changes ++++ rubygem-actionview-7.0: - updated to version 7.0.3 * Ensure models passed to `form_for` attempt to call `to_model`. * Sean Doyle* ++++ rubygem-activejob-7.0: - updated to version 7.0.3 * Add missing `bigdecimal` require in `ActiveJob::Arguments` Could cause `uninitialized constant ActiveJob::Arguments::BigDecimal (NameError)` when loading Active Job in isolation. * Jean Boussier* ++++ rubygem-activemodel-7.0: - updated to version 7.0.3 * no changes ++++ rubygem-activerecord-7.0: - updated to version 7.0.3 * Some internal housekeeping on reloads could break custom `respond_to?` methods in class objects that referenced reloadable constants. See [#44125](https://github.com/rails/rails/issues/44125) for details. * Xavier Noria* * Fixed MariaDB default function support. Defaults would be written wrong in "db/schema.rb" and not work correctly if using `db:schema:load`. Further more the function name would be added as string content when saving new records. * kaspernj* * Fix `remove_foreign_key` with `:if_exists` option when foreign key actually exists. * fatkodima* * Remove `--no-comments` flag in structure dumps for PostgreSQL This broke some apps that used custom schema comments. If you don't want comments in your structure dump, you can use: ```ruby ActiveRecord::Tasks::DatabaseTasks.structure_dump_flags = ['--no-comments'] ``` * Alex Ghiculescu* * Use the model name as a prefix when filtering encrypted attributes from logs. For example, when encrypting `Person#name` it will add `person.name` as a filter parameter, instead of just `name`. This prevents unintended filtering of parameters with a matching name in other models. * Jorge Manrubia* * Fix quoting of `ActiveSupport::Duration` and `Rational` numbers in the MySQL adapter. * Kevin McPhillips* * Fix `change_column_comment` to preserve column's AUTO_INCREMENT in the MySQL adapter * fatkodima* ++++ rubygem-activestorage-7.0: - updated to version 7.0.3 * Don't stream responses in redirect mode Previously, both redirect mode and proxy mode streamed their responses which caused a new thread to be created, and could end up leaking connections in the connection pool. But since redirect mode doesn't actually send any data, it doesn't need to be streamed. * Luke Lau* ++++ rubygem-activesupport-7.0: - updated to version 7.0.3 * no changes ++++ rubygem-concurrent-ruby: - updated to version 1.1.10 * (#951) Set the Ruby compatibility version at 2.2 * (#939, #933) The `caller_runs` fallback policy no longer blocks reads from the job queue by worker threads * (#938, #761, #652) You can now explicitly `prune_pool` a thread pool (Sylvain Joyeux) * (#937, #757, #670) We switched the Yahoo stock API for demos to Alpha Vantage (Gustavo Caso) * (#932, #931) We changed how `SafeTaskExecutor` handles local jump errors (Aaron Jensen) * (#927) You can use keyword arguments in your initialize when using `Async` (Matt Larraz) * (#926, #639) We removed timeout from `TimerTask` because it wasn't sound, and now it's a no-op with a warning (Jacob Atzen) * (#919) If you double-lock a re-entrant read-write lock, we promote to locked for writing (zp yuan) * (#915) `monotonic_time` now accepts an optional unit parameter, as Ruby's `clock_gettime` (Jean Boussier) ++++ rubygem-loofah: - updated to version 2.18.0 [#]## Features * Allow CSS property `aspect-ratio`. [[#236](https://github.com/flavorjones/loofah/issues/236)] (Thanks, [@louim](https://github.com/louim)!) [#]# 2.17.0 / 2022-04-28 [#]## Features * Allow ARIA attributes. [[#232](https://github.com/flavorjones/loofah/issues/232), [#233](https://github.com/flavorjones/loofah/issues/233)] (Thanks, [@nick-desteffen](https://github.com/nick-desteffen)!) ++++ rubygem-nokogiri: - updated to version 1.13.6 [#]# 1.13.6 / 2022-05-08 [#]## Security * [CRuby] Address [CVE-2022-29181](https://nvd.nist.gov/vuln/detail/CVE-2022-29181), improper handling of unexpected data types, related to untrusted inputs to the SAX parsers. See [GHSA-xh29-r2w5-wx8m](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-xh29-r2w5-wx8m) for more information. [#]## Improvements * `{HTML4,XML}::SAX::{Parser,ParserContext}` constructor methods now raise `TypeError` instead of segfaulting when an incorrect type is passed. [#]# 1.13.5 / 2022-05-04 [#]## Security * [CRuby] Vendored libxml2 is updated to address [CVE-2022-29824](https://nvd.nist.gov/vuln/detail/CVE-2022-29824). See [GHSA-cgx6-hpwq-fhv5](https://github.com/sparklemotion/nokogiri/security/advisories/GHSA-cgx6-hpwq-fhv5) for more information. [#]## Dependencies * [CRuby] Vendored libxml2 is updated from v2.9.13 to [v2.9.14](https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.9.14). [#]## Improvements * [CRuby] The libxml2 HTML parser no longer exhibits quadratic behavior when recovering some broken markup related to start-of-tag and bare `<` characters. [#]## Changed * [CRuby] The libxml2 HTML parser in v2.9.14 recovers from some broken markup differently. Notably, the XML CDATA escape sequence ` in generate_cpp_array.cpp ++++ open-iscsi: - Set initiatorname in %post (at end of install), for cases where root is read-only at startup time (bsc#1198457) ++++ kicad: - Update to version 6.0.5 See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details. - Use Boost >= 1.71 on Leap. ++++ kicad-doc: - Update to version 6.0.5 See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details. ++++ kicad-doc-pdf: - Update to version 6.0.5 See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details. ++++ kicad-footprints: - Update to version 6.0.5 See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details. ++++ kicad-packages3D: - Update to version 6.0.5 See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details. ++++ kicad-symbols: - Update to version 6.0.5 See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details. ++++ kicad-templates: - Update to version 6.0.5 See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details. ++++ rapidyaml: - Abide by the shared library packaging guideline. ++++ libnotify: - Drop libnotify-rpmlintrc: no longer needed, all rpmlint issues are fixed. ++++ openssl-1_0_0: - Add an rpmlintrc for shlib-policy-name-error/multibuild case. ++++ openvswitch: - Allow dpdk version 21.11. ++++ pcsc-lite: - version 1.9.7 * disable strict compilation by default * fix 3 warnings ++++ plymouth: - Add plymouth-screen-twice-scale-on-160DPI-higher.patch: When screen DPI > 160, display will scale output twice (boo#1183425 boo#1184309). ++++ PTL: - Update to version 2.3.3: * Fixed message which did not honor verbosity level. - Change from version 2.3.2: * Support for BUILD_OBJECT_LIBS. ++++ libunwind: - Resolve rpmlint error "libunwind.x86_64: E: shlib-policy-name-error SONAME: libunwind-coredump.so.0, expected package suffix: 0" ++++ maven: - Fix build with modello-2.0.0 ++++ maven2: - Fix build with modello 2.0.0 ++++ maven-doxia: - Fix build with modello 2.0.0 ++++ maven-doxia-sitetools: - Fix build with modello 2.0.0 ++++ maven-file-management: - Fix build with modello 2.0.0 ++++ maven-javadoc-plugin: - Fix build with modello 2.0.0 ++++ maven-plugin-tools: - Fix build with modello 2.0.0 ++++ modello: - Upgrade to upstream version 2.0.0 - Modified patch: * Adapt to the change of parameter from useJava5 to javaSource ++++ modello-maven-plugin: - Upgrade to upstream version 2.0.0 ++++ mold: - Use better CC and TEST_CC variables. - Add memory per job constraint. ++++ monero: - Update to version 0.17.3.2: * add a sanity check to RPC input data size * build: prepare v0.17.3.2 * randomx: update submodule * Added support for Ledger Nano S Plus * [release-v0.17] Don't require --rpc-login with --rpc-access-control-origins * replace erciccione's seednode with one on haveno's infrastructure * wallet2: update stagenet rollback blocks * multisig key exchange update and refactor * simplewallet: rename duplicate amount headers for clarity * support authentication in monero-wallet-rpc set_daemon * Balance includes unconfirmed transfers to self * wallet inits cache if file and blob missing * Balance includes unconfirmed payments * Update net_node.inl to to replace seed node ++++ mutter: - Add mutter-crash-meta_context_terminate.patch: Fix SIGSEGV in meta_context_terminate (bsc#1199382 glgo#GNOME/mutter#2267). ++++ openQA: - Update to version 4.6.1652425252.aca9f0c: * Dependency cron 2022-05-13 * Prevent job_done_hooks not knowing that jobs will be retried * Fix comment event names in AuditLog plugin * Fix the force execution mode in fetchneedles script * scripts: Do not hard-code assetdir in openqa-clone-job * docs: Update audit event names according to implementation ++++ os-autoinst: - Update to version 4.6.1652368455.bfce006: * Fix signature for log::diag * Allow additional arguments to basetest methods * Add all missing function signatures except testapi * Use signatures in some in-place definitions as well * Use more signatures in some places where missing * Use signatures in log.pm * doc: Use signatures in memorydumps.asciidoc Perl example ++++ plexus-sec-dispatcher: - Fix build with modello-2.0.0 ++++ power-profiles-daemon: - Update to version 0.11.1: * Stops power-profiles-daemon from modifying the cpufreq driver when the user/administrator has chosen to disable the Intel P-State scaling governor (eg. forcing a passive operation mode). ++++ purge-kernels-service: - Change service type to exec (boo#1198668). ++++ python-cliff: - remove six dependency ++++ python-oslo.privsep: - update to version 2.8.0 - Fix formatting of release list - Add note explaining max_buffer_size value - Update master for stable/yoga - Remove unnecessary unicode prefixes - Bump max_buffer_size for Deserializer - Add Python3 yoga unit tests - Add Python3 zed unit tests - Remove six - Update master for stable/xena ++++ python-pycadf: - fix build against python 3.10 ++++ python-renderspec: - update to version 2.2.0 - Correct a typo in the document - [community goal] Update contributor documentation - Use py3 as the default runtime for tox - drop mock from lower-constraints and requirements - Add support for Jinja2 3.x filters - Switch to OFTC ++++ python-openstackdocstheme: - fix build against python 3.10 ++++ python-os-api-ref: - update to version 2.3.0 - tox: Don't use distutils entrypoint for coverage - Drop support for Sphinx < 4.x - Remove six - Fix exception logging ++++ python-apache-libcloud: - update to 3.5.1 * Support for Python 3.5 which has been EOL for more than a year now has been removed. * [EC2] Add support for new ap-east-1 region. * [OpenStack] OpenStack: Move floating IP functions to use network service instead of nova. * [OpenStack] Avoid raising exception if ip is not found. * [GCE] Allow credentials argument which is provided to the driver constructor. * [Local Storage] Objects returned by the list_container_objects() method are now returned sorted in the ascending order based on the object name. * Also run unit tests under Python 3.10 + Pyjion on CI/CD. - added upstream patch mock.patch and drop mock requirement - rebase all other patches ++++ python-azure-mgmt-containerservice: - New upstream release + Version 19.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-datafactory: - New upstream release + Version 2.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-videoanalyzer: - New upstream release + Version 1.0.0b4 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-django-tagulous: - Update to v1.3.3 ++++ rancher-cli: - Update to version 2.6.5: * Escape quotes in username, password, responseType for an auth request ++++ rke: - Update to version 1.3.11: * Enhancements - Kubernetes v1.23 is no longer experimental; it is now supported and the default version. * Known Major Issues - In clusters where cloud_provider is configured, and either address or internal_address does not contain a valid IP address (e.g. hostname or FQDN), kube-proxy will fail to start. See #1725. * Kubernetes Versions - Each version of RKE has a specific list of supported Kubernetes versions. If you want to use a different version than listed below, you will need to update Kubernetes using the system images option in your cluster.yml. - Kubernetes version - v1.23.6-rancher1-1 (Default) - v1.22.9-rancher1-1 - v1.21.12-rancher1-1 - v1.20.15-rancher1-3 - v1.19.16-rancher1-5 - v1.18.20-rancher1-3 * New Images in v1.23.6-rancher1 - Updated Hyperkube Image based on k8s versions - rancher/hyperkube:v1.23.6-rancher1 ++++ rpmlint: - Update to version 2.2.0+git20220511.fc030cd: * Add missing dependencies to setup.py * no-binary for all packages * Update docs about rpmlintrc auto-loading. ++++ rpmlint-strict: - Update to version 2.2.0+git20220511.fc030cd: * Add missing dependencies to setup.py * no-binary for all packages * Update docs about rpmlintrc auto-loading. ++++ rpmlint-test: - Update to version 2.2.0+git20220511.fc030cd: * Add missing dependencies to setup.py * no-binary for all packages * Update docs about rpmlintrc auto-loading. ++++ tcsh: - Update to tcsh 6.24.01 2. Fix quoting of ! characters in history recall (Kimmo Suominen) 1. Fix return status of which (Jamie Landeg-Jones) - Remove tcsh-6.24.00-which.dif now upstream ++++ teleport: - Update to version 9.2.3: * Release 9.2.3 (#12623) - Update to version 9.2.2: * Release 9.2.2 (#12621) * Update upcoming-releases.mdx * [v9] Add Session tracker to DB, App, and Windows Desktop Sessions; Fix make grpc * [v9] Refactor non-interactive sessions out of proxy/sess.go (#12541) * Update to Go 1.17.10 (#12607) * add --format flag to 'token add' and make the same flag visible for 'token ls' (#12588) * docs: mention new desktop label for OU (#12548) * Revert "Adds optional deployment key for CI (#10506) (#12590)" (#12603) * Ignore HTTP_PROXY in reverse tunnels, part 2 (#12335) * Stop loading the enitre node set into memory per tsh ssh connection (#12014) (#12573) * [v9] Fix user mismatch in postgres backend (#12553) * include groups example for role in k8s controls docs (#12563) * Adds optional deployment key for CI (#10506) (#12590) * App access JWT header improvements (#12589) * [v9] Includes Audit Log into common sso Troubleshooting (#12565) * Make the Installation guide more usable (#12369) * Add a UI reference entry for code blocks (#12428) * feat(helm): add priorityClassName and extraLabels to kube-agent (#12559) (#12568) * add pam tag back to tctl build (#12572) * Add new config templates to `tbot` for databases and identity files (#11596) (#12500) * Re-add grace period to Upload completer for backwards compatibility. (#12535) * Disable ssh_service for app config (#12539) * [v9] Upgrade gravitational/kingpin to latest master (8b7839c62700) (#12511) * Desktop access: add teleport.dev/ou label (#12502) * helm: Buddy merge for #11368 (Enable persistence in custom mode) (#11993) (#12218) * Make the Troubleshooting guide more usable (#12431) * Fix RDS Redshift dynamic resources registration logic (#11868) (#12451) * update version in docs to 9.2.1 (#12476) ++++ terragrunt: - Update to version 0.36.12: * Allow v0.36 to define disable_bucket_update to make it easier to transition to v0.37 (#2105) - Update to version 0.36.11: * Bump github.com/hashicorp/go-getter from 1.5.7 to 1.5.11 (#2095) ++++ xf86-video-amdgpu: - set SUSE_ZNOW to 0 - very tarball gpg signature ++++ xfce4-terminal: - Update to version 1.0.3 * Consume KeyEvents when activating a TAB accelerator. * Fix Regression: Scrollbar position setting does not work if you start with a hidden scrollbar (gxo#apps/xfce4-terminal#192) * Fix Regression: broken scroll-on-output and change the default value (gxo#apps/xfce4-terminal#191) ++++ xmvn-tools: - Fix build with modello 2.0.0 ------------------------------------------------------------------ ------------------ 2022-5-12 - May 12 2022 ------------------- ------------------------------------------------------------------ ++++ 389-ds: - Add missing devel library on zlib for log compression - Force openssl as libressl is not compatible with rust ssl needs ++++ OpenColorIO: - Added a patch "gcc12_fix.patch" to fix compilation with GCC12. ++++ OpenColorIO-tools: - Added a patch "gcc12_fix.patch" to fix compilation with GCC12. ++++ aws-cli: - Update to version 1.23.11 + For detailed changes see https://github.com/aws/aws-cli/blob/1.23.11/CHANGELOG.rst - Update Requires in spec file from setup.py ++++ bind: - The named-checkconf had been moved from /usr/sbin to /usr/bin but that had not been reflected in scripts that called this, eg named.prep. So these scripts failed. Some installations still have "createNamedConfInclude" in the NAMED_INITIALIZE_SCRIPTS in /etc/sysconfig/named. The named.prep will now report this but continue. [bsc#1199044, vendor-files.tar.bz2] ++++ rust1.60: - Clean up of specfile - use without macro ++++ connman: - Explicitly BuildRequire openconnect: configure is looking for the binaries, not only the devel parts. The devel package though does not pull in the daemon (which is not used in most cases to develop). ++++ glibc-cross-aarch64-src: - Follow the distro default gcc version to build the cross bootstrap packages. ++++ glibc-cross-riscv64-src: - Follow the distro default gcc version to build the cross bootstrap packages. ++++ distcc: - fix fdupes call ++++ easyeffects: - Update to latest release 6.2.5 - Features: + The interface of the pitch plugin was improved + Our application icon is now compatible with desktops that uses QT + Our blocklist code will use the `application.id` tag if the stream sets it + In order to avoid problems with the mouse scroll the entries in the applications list shown in our `Players/Recorders` tab do not show a volume scale anymore. More details about the problem and the solution for it can be found on #1211 and #1427 + When no application is available for display in the `Players/Recorders` a message will be shown to the user + Many translation updates - Bugfixes: + Fixed a bug where EasyEffeects crashed when the number of points displayed in the spectrum was changed while our pipeline was active and the spectrum widget was visible + The pipeline latency value displayed in our window could be wrong in some situations. This was fixed. ++++ feh: - Update to version 3.8: * Add button ID "0" to cursor bindings. This pseudo-button is triggered whenever feh observes a cursor movement. It does not have a default binding. * Support hexadecimal IDs in --window-id * Disable --auto-rotate in feh builds compiled with Imlib2 1.7.5 or later. Imlib2 1.7.5 introduces transparent EXIF-based image orientation adjustment, so --auto-rotate is no longer needed ++++ flare-game: - update to 1.13.04 - bugfix release ++++ flatbuffers: - Update to version 2.0.6 * Make idl_parser deterministic * Various bug fixes https://github.com/google/flatbuffers/compare/v2.0.5...v2.0.6 - Update to version 2.0.5 * Implement Serialize for flexbuffer::Reader * Deprecate EnumVal.object * FixedTypedVector: add const to ElementType() and size() ++++ glibc: - Follow the distro default gcc version to build the cross bootstrap packages. ++++ glibc-utils-src: - Follow the distro default gcc version to build the cross bootstrap packages. ++++ hotspot: - Enable zstd support. ++++ ibus-typing-booster: - Update to 2.15.27 - If an emoji is duplicated as a text candidate, use only the emoji candidate and increase its score (Resolves: https://github.com/mike-fabian/ibus-typing-booster/issues/289) - Update emoji annotations from CLDR - Translation update from Weblate (sv updated to 100%, sw updated to 100%) ++++ intel-opencl: - gcc12 introduced new warnings that must not be treated as errors - Include in generate_cpp_array.cpp ++++ kernel-debug: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-default: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-source: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-docs: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-kvmsmall: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-obs-build: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-obs-qa: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-pae: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-syms: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ kernel-vanilla: - Linux 5.17.7 (bsc#1012628). - PCI: aardvark: Update comment about link going down after link-up (bsc#1012628). - PCI: aardvark: Drop __maybe_unused from advk_pcie_disable_phy() (bsc#1012628). - PCI: aardvark: Don't mask irq when mapping (bsc#1012628). - PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts (bsc#1012628). - PCI: aardvark: Use separate INTA interrupt for emulated root bridge (bsc#1012628). - PCI: aardvark: Fix support for PME requester on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for PME interrupts (bsc#1012628). - PCI: aardvark: Optimize writing PCI_EXP_RTCTL_PMEIE and PCI_EXP_RTSTA_PME on emulated bridge (bsc#1012628). - PCI: aardvark: Add support for ERR interrupt on emulated bridge (bsc#1012628). - PCI: aardvark: Enable MSI-X support (bsc#1012628). - PCI: aardvark: Fix setting MSI address (bsc#1012628). - PCI: aardvark: Add support for masking MSI interrupts (bsc#1012628). - PCI: aardvark: Refactor unmasking summary MSI interrupt (bsc#1012628). - PCI: aardvark: Use dev_fwnode() instead of of_node_to_fwnode(dev->of_node) (bsc#1012628). - PCI: aardvark: Make msi_domain_info structure a static driver structure (bsc#1012628). - PCI: aardvark: Make MSI irq_chip structures static driver structures (bsc#1012628). - PCI: aardvark: Check return value of generic_handle_domain_irq() when processing INTx IRQ (bsc#1012628). - PCI: aardvark: Rewrite IRQ code to chained IRQ handler (bsc#1012628). - PCI: aardvark: Replace custom PCIE_CORE_INT_* macros with PCI_INTERRUPT_* (bsc#1012628). - mmc: rtsx: add 74 Clocks in power on flow (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - KVM: LAPIC: Enable timer posted-interrupt only when mwait/hlt is advertised (bsc#1012628). - KVM: x86/mmu: avoid NULL-pointer dereference on page freeing bugs (bsc#1012628). - KVM: x86: Do not change ICR on write to APIC_SELF_IPI (bsc#1012628). - x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume (bsc#1012628). - KVM: selftests: Silence compiler warning in the kvm_page_table_test (bsc#1012628). - kvm: selftests: do not use bitfields larger than 32-bits for PTEs (bsc#1012628). - KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state (bsc#1012628). - KVM: SEV: Mark nested locking of vcpu->lock (bsc#1012628). - iommu/dart: Add missing module owner to ops structure (bsc#1012628). - fbdev: Make fb_release() return -ENODEV if fbdev was unregistered (bsc#1012628). - kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU (bsc#1012628). - net: rds: acquire refcount on TCP sockets (bsc#1012628). - gpio: mvebu: drop pwm base assignment (bsc#1012628). - parisc: Mark cr16 clock unstable on all SMP machines (bsc#1012628). - btrfs: always log symlinks in full mode (bsc#1012628). - smsc911x: allow using IRQ0 (bsc#1012628). - selftests: ocelot: tc_flower_chains: specify conform-exceed action for policer (bsc#1012628). - bnxt_en: Fix unnecessary dropping of RX packets (bsc#1012628). - bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flag (bsc#1012628). - dt-bindings: pci: apple,pcie: Drop max-link-speed from example (bsc#1012628). - selftests: mirror_gre_bridge_1q: Avoid changing PVID while interface is operational (bsc#1012628). - rxrpc: Enable IPv6 checksums on transport socket (bsc#1012628). - mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter() (bsc#1012628). - SUNRPC: Don't leak sockets in xs_local_connect() (bsc#1012628). - hinic: fix bug of wq out of bound access (bsc#1012628). - drm/msm/dp: remove fail safe mode related code (bsc#1012628). - selftests/net: so_txtime: usage(): fix documentation of default clock (bsc#1012628). - selftests/net: so_txtime: fix parsing of start time stamp on 32 bit systems (bsc#1012628). - net: emaclite: Add error handling for of_address_to_resource() (bsc#1012628). - net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() (bsc#1012628). - net: cpsw: add missing of_node_put() in cpsw_probe_dt() (bsc#1012628). - net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller (bsc#1012628). - net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_mdio_mux() (bsc#1012628). - net: dsa: mt7530: add missing of_node_put() in mt7530_setup() (bsc#1012628). - net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init() (bsc#1012628). - NFSv4: Don't invalidate inode attributes on delegation return (bsc#1012628). - RDMA/irdma: Fix possible crash due to NULL netdev in notifier (bsc#1012628). - RDMA/irdma: Reduce iWARP QP destroy time (bsc#1012628). - RDMA/irdma: Flush iWARP QP if modified to ERR from RTR state (bsc#1012628). - RDMA/siw: Fix a condition race issue in MPA request processing (bsc#1012628). - SUNRPC release the transport of a relocated task with an assigned transport (bsc#1012628). - ALSA: hda/realtek: Fix mute led issue on thinkpad with cs35l41 s-codec (bsc#1012628). - selftests/seccomp: Don't call read() on TTY from background pgrp (bsc#1012628). - net/mlx5e: TC, fix decap fallback to uplink when int port not supported (bsc#1012628). - net/mlx5e: Lag, Don't skip fib events on current dst (bsc#1012628). - net/mlx5e: Lag, Fix fib_info pointer assignment (bsc#1012628). - net/mlx5e: Lag, Fix use-after-free in fib event handler (bsc#1012628). - net/mlx5: Fix deadlock in sync reset flow (bsc#1012628). - net/mlx5: Avoid double clear or set of sync reset requested (bsc#1012628). - net/mlx5: Fix matching on inner TTC (bsc#1012628). - net/mlx5e: Fix the calling of update_buffer_lossy() API (bsc#1012628). - net/mlx5e: CT: Fix queued up restore put() executing after relevant ft release (bsc#1012628). - net/mlx5e: Don't match double-vlan packets if cvlan is not set (bsc#1012628). - net/mlx5e: Fix wrong source vport matching on tunnel rule (bsc#1012628). - net/mlx5: Fix slab-out-of-bounds while reading resource dump menu (bsc#1012628). - net/mlx5e: Fix trust state reset in reload (bsc#1012628). - iommu/dart: check return value after calling platform_get_resource() (bsc#1012628). - iommu/vt-d: Drop stop marker messages (bsc#1012628). - ASoC: soc-ops: fix error handling (bsc#1012628). - ASoC: meson: axg-card: Fix nonatomic links (bsc#1012628). - ASoC: meson: axg-tdm-interface: Fix formatters in trigger" (bsc#1012628). - ASoC: dmaengine: Restore NULL prepare_slave_config() callback (bsc#1012628). - hwmon: (pmbus) disable PEC if not enabled (bsc#1012628). - hwmon: (adt7470) Fix warning on module removal (bsc#1012628). - gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (bsc#1012628). - gpio: visconti: Fix fwnode of GPIO IRQ (bsc#1012628). - NFC: netlink: fix sleep in atomic bug when firmware download timeout (bsc#1012628). - nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs (bsc#1012628). - nfc: replace improper check device_is_registered() in netlink related functions (bsc#1012628). - can: grcan: only use the NAPI poll budget for RX (bsc#1012628). - can: grcan: grcan_probe(): fix broken system id check for errata workaround needs (bsc#1012628). - can: grcan: use ofdev->dev when allocating DMA memory (bsc#1012628). - can: isotp: remove re-binding of bound socket (bsc#1012628). - can: grcan: grcan_close(): fix deadlock (bsc#1012628). - s390/dasd: Fix read inconsistency for ESE DASD devices (bsc#1012628). - s390/dasd: Fix read for ESE with blksize < 4k (bsc#1012628). - s390/dasd: prevent double format of tracks for ESE devices (bsc#1012628). - s390/dasd: fix data corruption for ESE devices (bsc#1012628). - ASoC: meson: Fix event generation for AUI CODEC mux (bsc#1012628). - ASoC: meson: Fix event generation for G12A tohdmi mux (bsc#1012628). - ASoC: meson: Fix event generation for AUI ACODEC mux (bsc#1012628). - ASoC: wm8958: Fix change notifications for DSP controls (bsc#1012628). - ASoC: rt9120: Correct the reg 0x09 size to one byte (bsc#1012628). - ASoC: da7219: Fix change notifications for tone generator frequency (bsc#1012628). - genirq: Synchronize interrupt thread startup (bsc#1012628). - btrfs: skip compression property for anything other than files and dirs (bsc#1012628). - btrfs: do not allow compression on nodatacow files (bsc#1012628). - btrfs: export a helper for compression hard check (bsc#1012628). - btrfs: do not BUG_ON() on failure to update inode when setting xattr (bsc#1012628). - btrfs: force v2 space cache usage for subpage mount (bsc#1012628). - btrfs: sysfs: export the balance paused state of exclusive operation (bsc#1012628). - net: stmmac: disable Split Header (SPH) for Intel platforms (bsc#1012628). - firewire: core: extend card->lock in fw_core_handle_bus_reset (bsc#1012628). - firewire: remove check of list iterator against head past the loop body (bsc#1012628). - firewire: fix potential uaf in outbound_phy_packet_callback() (bsc#1012628). - timekeeping: Mark NMI safe time accessors as notrace (bsc#1012628). - Revert "SUNRPC: attempt AF_LOCAL connect on setup" (bsc#1012628). - hwmon: (pmbus) delta-ahe50dc-fan: work around hardware quirk (bsc#1012628). - RISC-V: relocate DTB if it's outside memory region (bsc#1012628). - drm/amdgpu: do not use passthrough mode in Xen dom0 (bsc#1012628). - drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNT (bsc#1012628). - iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range() (bsc#1012628). - iommu/vt-d: Calculate mask for non-aligned flushes (bsc#1012628). - KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id (bsc#1012628). - x86/fpu: Prevent FPU state corruption (bsc#1012628). - gpiolib: of: fix bounds check for 'gpio-reserved-ranges' (bsc#1012628). - mmc: core: Set HS clock speed before sending HS CMD13 (bsc#1012628). - mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bits (bsc#1012628). - mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC (bsc#1012628). - ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes (bsc#1012628). - ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers (bsc#1012628). - parisc: Merge model and model name into one line in /proc/cpuinfo (bsc#1012628). - Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized" (bsc#1012628). - Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines" (bsc#1012628). - MIPS: Fix CP0 counter erratum detection for R4k CPUs (bsc#1012628). - ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi() (bsc#1012628). - ipmi: When handling send message responses, don't process the message (bsc#1012628). - pci_irq_vector() can't be used in atomic context any longer. This conflicts with the usage of this function in nic_mbx_intr_handler(). age of this function in nic_mbx_intr_handler() (bsc#1012628). - commit c9a5fa1 ++++ lagrange: - update to 1.13.4 - TUI: Improved detection of supported color modes. The preferred mode is a modifiable palette with 256+ colors. As a fallback, use a fixed VGA palette, or basic monochrome if the terminal doesn't support colors. - TUI: Tuned build flags in build-tui.sh as a Linux workaround (set -O1 on SEALCurses). - TUI: Ignore the LAGRANGE_OVERRIDE_DPI environment variable. - Spartan: Fixed opening URLs in other apps via operating system handlers. - Updated language strings. ++++ postgresql14: - Upgrade to 14.3: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html ++++ libfilezilla: - Update to 0.37.2 * New features: - Added a null_logger that doesn't do anything * Bugfixes and minor changes: - MSW: fz::mkdir with restricted permissions now uses inheritable ACLs - MSW: Minor performance improvements reading from fz::process and explicit cancellation of pending I/O when killing child processes. ++++ pciutils: - Make shared library executable ++++ pcsc-lite: - version 1.9.6 * do not fail reader removal in some specific cases (USB/Thunderbolt port) * improve documentation regarding /etc/reader.conf.d/ * SCardGetStatusChange: speedup the case DISABLE_AUTO_POWER_ON * configure: . add --disable-strict option By default the compiler arguments are now: - Wall -Wextra -Wno-unused-parameter -Werror ${CFLAGS} . fail if flex is not found * fix different data races * pcscdaemon: -v displays internal constants values: MAX_READERNAME & PCSCLITE_MAX_READERS_CONTEXTS * Some other minor improvements ++++ libstorage-ng: - merge gh#openSUSE/libstorage-ng#875 - do not add zoned disks to pools - extended documentation - tiny cleanup - 4.5.11 ++++ openSUSE-release-tools: - Update to version 20220512.551f2f3e: * Fix packages released to containers repo * Add annotations to the dashboard * Add annotation datasources * Add annotations for Leap 15.4 * Update product pattern for Leap 15.4 * Recreate the database on each run ++++ phpMyAdmin: - Update to 5.2.0 * Bugfix - issue #16521 Upgrade Bootstrap to version 5 - issue #16521 Drop support for Internet Explorer and others - issue Upgrade to shapefile 3 - issue #16555 Bump minimum PHP version to 7.2 - issue Remove the phpseclib dependency - issue Upgrade Symfony components to version 5.2 - issue Upgrade to Motranslator 4 - issue #16005 Improve the performance of the Export logic - issue #16829 Add NOT LIKE %...% operator to Table search - issue #16845 Fixed some links not passing through url.php - issue #16382 Remove apc upload progress method (all upload progress code was removed from the PHP extension) - issue #16974 Replace zxcvbn by zxcvbn-ts - issue #15691 Disable the last column checkbox in the column list dropdown instead of not allowing un-check - issue #16138 Ignore the length of integer types and show a warning on MySQL >= 8.0.18 - issue Add support for the Mroonga engine - issue Double click column name to directly copy to clipboard - issue #16425 Add DELETE FROM table on table operations page - issue #16482 Add a select all link for table-specific privileges - issue #14276 Add support for account locking - issue #17143 Use composer/ca-bundle to manage the CA cert file - issue #17143 Require the openssl PHP extension - issue #17171 Remove the printview.css file from themes - issue #17203 Redesign the export and the import pages - issue #16197 Replace the master/slave terminology - issue #17257 Replace libraries/vendor_config.php constants with an array - issue Add the Bootstrap theme - issue #17499 Remove stickyfilljs JavaScript dependency - Rebase phpMyAdmin-config.patch. ++++ postgresql10: - Update to 10.21: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/10/release-10-21.html ++++ postgresql11: - Upgrade to 11.16: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/11/release-11-16.html ++++ postgresql12: - Update to 12.11: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/12/release-12-11.html ++++ postgresql13: - Upgrade to 13.7: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/13/release-13-7.html ++++ postgresql14: - Upgrade to 14.3: * bsc#1199475, CVE-2022-1552: Confine additional operations within "security restricted operation" sandboxes. * https://www.postgresql.org/docs/14/release-14-3.html ++++ python-azure-mgmt-app: - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-django-money: - Update to v2.1.1 * Make Django REST Framework integration always raise lower-level errors as ValidationError. * False positives in Migration changes, improvements to MoneyField.deconstruct. - from v2.1 * Add support for Django 3.2. * Drop support for Django 1.11, 2.1 and 3.0. * Drop support for Python 3.5. - from v2.0.3 * Inconsistent Money._copy_attributes behaviour when non-Money instances are involved. - from v2.0.2 * Inconsistent Money._copy_attributes behaviour. - from v2.0.1 * Invalid deprecation warning behavior. - from v2.0 * New setting CURRENCY_CODE_MAX_LENGTH configures default max_length for MoneyField and exchange app models. * Update py-moneyed to >=1.2,<2. It uses babel to format Money, which formats it differently than py-moneyed<1. * Money.decimal_places_display to be removed in django-money 3.0. * CURRENCY_DECIMAL_PLACES_DISPLAY to be removed in django-money 3.0. - Add patches for py-moneyed v2 support * merged_pr_657.patch * pr_638.patch ++++ python-django-rest-framework-client: - to not require python-mock for build - added patches fix https://github.com/dkarchmer/django-rest-framework-client/issues/7 + python-django-rest-framework-client-no-mock.patch ++++ python-django-silk: - version update to 4.3.0 * Jazzband: Synced file(s) with jazzband/.github by @jazzband-bot in #518 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #520 * Fix installation instructions in README by @side2k in #521 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #523 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #524 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #526 * Add Python 3.10 compatibility by @hramezani in #527 * Django main by @hramezani in #528 * Remove unneeded dependency Pygments by @jayvdb in #532 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #533 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #535 * Replace assertDictContainsSubset by @albertyw in #536 * Use correct db in a multi db setup by @glujan in #538 * Update django version by @eduzen in #544 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #552 * Some tests misusing assertTrue for comparisons fix by @code-review-doctor in #550 * Standardize supported django versions by @albertyw in #553 * Drop support for python 3.6 by @albertyw in #554 * Remove duplicate requirements.txt dependencies by @albertyw in #555 * Pin dependencies in requirements.txt by @albertyw in #556 * Release version v4.3.0 by @albertyw in #557 - python-mock is not required for build - deleted patches - 2610f91.patch (upstreamed) ++++ python-django-storages: - version update to 1.12.3 General - ------ - Add support for Python 3.10 (`#1078`_) S3 - - - Re-raise non-404 errors in ``.exists()`` (`#1084`_, `#1085`_) Azure - ---- - Fix using ``AZURE_CUSTOM_DOMAIN`` with an account key credential (`#1082`_, `#1083`_) SFTP - --- - Catch ``FileNotFoundError`` instead of ``OSerror`` in ``.exists()`` to prevent swallowing ``socket.timeout`` exceptions (`#1064`_, `#1087`_) Azure - ---- - Add ``parameters`` kwarg to ``AzureStorage.url`` to configure blob properties in the SAS token (`#1071`_) - Fix regression where ``AZURE_CUSTOM_DOMAIN`` was interpreted as a replacement of ``blob.core.windows.net`` rather than as a full domain (`#1073`_, `#1076`_) ++++ python-django-tables2: - do not require python-mock for build - added patches fix https://github.com/jieter/django-tables2/issues/843 + python-django-tables2-no-mock.patch ++++ python-flatbuffers: - Update to version 2.0.6 ++++ python-graphene-django: - do not require python-mock for build - added patches fix https://github.com/graphql-python/graphene-django/issues/1321 + python-graphene-django-no-mock.patch ++++ supertux2: - Add supertux2-gcc12.patch: Fix build with gcc12. ------------------------------------------------------------------ ------------------ 2022-5-11 - May 11 2022 ------------------- ------------------------------------------------------------------ ++++ aircrack-ng: - Update to version 1.7 Airdecap-ng * Endianness fixes. * Output PCAP as little endian. Airodump-ng * Fixed blank encryption field when APs have TKIP (and/or CCMP) with WPA2. * Updated encryption filter (-t/--encrypt) for WPA3 and OWE. * Fixed out-of-order timestamp captures. * Ignore NULL PMKID. * Fixed dropping management frames with zeroed timestamp. * Fixed sorting where sometimes it started with a different field * Allow setting colors only in AP selection mode. * Fix crash on 4K Linux console. * Fixed issue where existing clients not linked to an AP become hidden when hitting 'o'. * Allow use of WiFi 6E 6GHz frequencies. * Look for oui.txt in /usr/share/hwdata. Airgraph-ng * Fixed graphviz package conflict. * Fixed downloading OUI with python3. * Ensure support/ directory is created when installing. Aircrack-ng * Fix handshake replay counter logic. * Handle timeout when parsing EAPOL. * Fixed WEP display. * Fixed spurious EXIT messages. * Improved handshake selection by fixing EAPOL timing and clearing state. * Ignore NULL PMKID. * Added Apple M1 detection. Aireplay-ng * In test mode, detect tampering of sequence number b firmware/driver. * Fixed incorrectly rewritten loops affecting fragmentation attack, and in some cases, SKA fake auth. * Fixed a bunch of instances where packets had their duration updated instead of the sequence number. Airmon-ng * Fix avahi killing. * rewrite service stopping entirely. * Codestyle fixes and code cleanup. * Added a few Raspberry Pi hardware revisions. * Fixes for 8812au driver. * Fix iwlwifi firmware formatting. * Remove broken KVM detection. * Show regdomain in verbose mode. * Document frequency usage. * Add a sleep to help predictable names due to udev sometimes renaming interface. * Added warning for broken radiotap headers in kernel 5.15 to 5.15.4 * shellcheck fixes. * support systemctl as some systems don't support 'service' anymore. * Fixes for pciutils 3.8, backward compatible. Airbase-ng * use enum for frame type/subtype. * remove a few IE in association responses. Besside-ng * Support and detect all channels in 5GHz in Auto-Channel mode. OSdep * Search additional IE for channel information Airgraph-ng * switch airodump-join to Python 3 General * Fix compilation with LibreSSL 3.5. * Add Linux uclibc support. * Shell script fixes thanks to shellcheck. * Fixes for GCC 10 and 11. * Fixed cross-compilation. * Code refactoring, deduplication, cleanup, and misc code improvements. * Coverity Scan fixes, which includes memory leaks, race conditions, division by 0, and other issues. - Remove patch: * conflict.patch (not longer needed) ++++ apparmor: - Update samba-new-dcerpcd.patch for aarch64 which needs some additional rules; (bnc#1198309). ++++ assimp: - Don't use -Werror to prevent build issues with GCC 12 ++++ cal10n: - Fetch sources using source service from ch.qos git - Upgrade to the 10th commit after 0.8.1 calling it 0.8.1.10 - Redo completely the packaging including the possibility to run tests if --with tests is specified - Add the cal10n-ant-task to built artifacts - Removed patch: * cal10n-0.7.7-sourcetarget.patch + changes factored into the build system ++++ cargo-audit-advisory-db: - Update to version 20220511: * Assigned RUSTSEC-2022-0022 to hyper (#1235) * add hyper advisory (#1232) * Assigned RUSTSEC-2022-0019 to crossbeam-channel, RUSTSEC-2022-0020 to crossbeam, RUSTSEC-2022-0021 to crossbeam-queue (#1233) * add crossbeam advisories for incorrect (unsound) zeroed memory (#1231) * Assigned RUSTSEC-2022-0018 to totp-rs (#1230) * Possible timing attack in totp-rs (#1229) * HOWTO_UNMAINTAINED.md: guide for unmaintained crate advisories (#1192) * Assigned RUSTSEC-2022-0017 to array-macro (#1225) * Add advisory for using impure constants in array-macro (#1224) * Add patch version for fruity (#1223) ++++ chromium: - Chromium 101.0.4951.64 (boo#1199409) * CVE-2022-1633: Use after free in Sharesheet * CVE-2022-1634: Use after free in Browser UI * CVE-2022-1635: Use after free in Permission Prompts * CVE-2022-1636: Use after free in Performance APIs * CVE-2022-1637: Inappropriate implementation in Web Contents * CVE-2022-1638: Heap buffer overflow in V8 Internationalization * CVE-2022-1639: Use after free in ANGLE * CVE-2022-1640: Use after free in Sharing * CVE-2022-1641: Use after free in Web UI Diagnostics ++++ cronie: - Update to 1.6.1: * Fix a regression in handling ranges (x-y) in crontab - Remove upstreamed patch: * bsc1198265.patch ++++ samba: - Use requires_eq macro to require the libldb2 version available at samba-dsdb-modules build time; (bsc#1199362); ++++ curl: - Update to 7.83.1: * Security fixes: - (bsc#1199225, CVE-2022-30115) HSTS bypass via trailing dot - (bsc#1199224, CVE-2022-27782) TLS and SSH connection too eager reuse - (bsc#1199223, CVE-2022-27781) CERTINFO never-ending busy-loop - (bsc#1199222, CVE-2022-27780) percent-encoded path separator in URL host - (bsc#1199221, CVE-2022-27779) cookie for trailing dot TLD - (bsc#1199220, CVE-2022-27778) removes wrong file on error * Bugfixes: - altsvc: fix host name matching for trailing dots - cirrus: Update to FreeBSD 12.3 - cirrus: Use pip for Python packages on FreeBSD - conn: fix typo 'connnection' -> 'connection' in two function names - cookies: make bad_domain() not consider a trailing dot fine - curl: free resource in error path - curl: guard against size_t wraparound in no-clobber code - CURLOPT_DOH_URL.3: mention the known bug - CURLOPT_HSTS*FUNCTION.3: document the involved structs as well - CURLOPT_SSH_AUTH_TYPES.3: fix the default - data/test376: set a proper name - GHA/mbedtls: enabled nghttp2 in the build - gha: build msh3 - gskit: fixed bogus setsockopt calls - gskit: remove unused function set_callback - hsts: ignore trailing dots when comparing hosts names - HTTP-COOKIES: add missing CURLOPT_COOKIESESSION - http: move Curl_allow_auth_to_host() - http_proxy/hyper: handle closed connections - hyper: fix test 357 - Makefile: fix "make ca-firefox" - mbedtls: bail out if rng init fails - mbedtls: fix compile when h2-enabled - mbedtls: fix some error messages - misc: use "autoreconf -fi" instead buildconf - msh3: get msh3 version from MsH3Version - msh3: print boolean value as text representation - msh3: psss remote_port to MsH3ConnectionOpen - ngtcp2: add ca-fallback support for OpenSSL backend - nss: return error if seemingly stuck in a cert loop - openssl: define HAVE_SSL_CTX_SET_EC_CURVES for libressl - post_per_transfer: remove the updated file name - sectransp: bail out if SSLSetPeerDomainName fails - tests/server: declare variable 'reqlogfile' static - tests: fix markdown formatting in README - test{898,974,976}: add 'HTTP proxy' keywords - tls: check more TLS details for connection reuse - url: check SSH config match on connection reuse - urlapi: address (harmless) UndefinedBehavior sanitizer warning - urlapi: reject percent-decoding host name into separator bytes - x509asn1: make do_pubkey handle EC public keys ++++ dmenu: - Update to version 5.1 * inputw: improve correctness and startup performance * drw_text: don't segfault when called with 0 width * drw_text: improve performance when there's no match * significantly improve performance on large strings * improve performance of case-insensitive matching * add support for more keypad keys ++++ doctest: - Update to 2.4.8 * Fixed g_oss is causing incorrect stringification results * Feature: Assertions returning booleans * Non visible build related changes ++++ rabbitmq-server: - add upstream signing key and verify source signature ++++ gcompris-qt: - Add libqt5-qtimageformats as requirements to be sure to open new webp encoded images ++++ gh: - Update to version 2.10.1: * Hide retention-period flag (#5607) * Merge pull request #5504 from greggroth/gregg/retention-period * repo clone: document the upstream remote (#5466) * auth: respect GH_BROWSER, `browser` config, avoid opening non-HTTP URLs * repo list: add `--visibility internal` filter (#5564) * Fix nil pointer exception in codespace selection * add devcontainer (#5592) * Ensure stable presentation of FORBIDDEN errors * :nail_care: optimize fetches * Ignore FORBIDDEN errors for `gh status` * status: exclude results from archived repositories * Add `exclude-drafts` flag to `gh release list` * Upgrade to go 1.18 (#5542) * Update order * Handle star in display name * Dis-ambiguate "currentBranch" * :nail_care: * Add `--json` support to `label list` (#5567) * Add Display Name to the list command * Remove empty return * Fix non-working `gh issue view` usage example (#5563) * Fix: 5501 - Added examples of negated qualifiers to search commands (#5562) * Add label list sorting and delete command (#5503) * Add the ability to pass teams to `review-requested` (#5538) * Document linux distribution updating (#5531) * Consistent version format in version upgrade notice * Fix grammar in `repo create` prompt (#5557) * issue comment: support quotes and arguments in EDITOR value * Remove mention of function * Use named return values * Use safeClose instead of Close * Update auth error message * Remove `Stringer` from `ghrepo.Interface` (#5536) * Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#5533) * Add progress indicator to `gist create` (#5526) * Clarify `label edit --name` switch (#5525) * Bump github.com/cpuguy83/go-md2man/v2 from 2.0.1 to 2.0.2 * Add autocomplete descriptions for aliases and extensions (#5447) * Replace ioutil with io and os (#5498) * Add `label edit` command (#5519) * Properly handle issue and pr state options when building search queries (#5513) * Add `label clone` command (#5452) * Don't error on list commands when no results found (#5479) * refactor merge command * Bump github/codeql-action from 1 to 2 * Avoid crash when deleting gist with no owner * Add context to errors * Resolve feedback * Remove function return * PR feedback * Fix displayed header for search prs command (#5488) * add ls alias to gh repo list (#5480) * Clarify session helper * Clean up more errors * Clean up errors * Fix -c option * Print JupyterLab URL * Fix name of RPC service * Clean up Jupyter code * Fix tests * Final copy and behavior update for prompt * go fmt * Change the way we parse list-devcontainers response * Fix tests * Change some copy per product's suggestions * Refactor liveshare setup to a new function * Clean up code * Fix RPC call * Add cs jupyter * Rename test * Add interactive prompt to choose from list of available devcontainer files * Add devcontainer_path API param as an option ++++ gmic: - Update to 3.1.2. No changelog. ++++ gnutls: - disable kcapi usage for now, as kernel-obs-build not adjusted to contain the algorithms. bsc#1189283 ++++ grpc: - Update to release 1.46.1 * This release contains unspecified refinements, improvements and bug fixes. ++++ htmldoc: - security update - added patches fix CVE-2022-27114 [bsc#1199370], image_load_jpeg can cause integer overflow + htmldoc-CVE-2022-27114.patch ++++ hwdata: - Update to version 0.359: + Updated pci, usb and vendor ids. ++++ python-ipyscales: - Update to 0.6.0 with jupyter-scales 3.20 * no release notes - fix fdupes errors ++++ jupyter-jupyter-full-width: - Fix fdupes error - Fix fdupes error ++++ jupyter-jupyter_dashboards: - fix fdupes and obsoletes error ++++ jupyter-jupyterlab-latex: - Update to 3.1.0 * Switch to prebuilt (federated) extension model * Fix bug with icons visibility in the dark theme - Release 3.0.0 * Update to JupyterLab 3.0 * Add LaTeX file menu * Add download PDF button - Release 2.0.0 * Update to JupyterLab 2.0 ++++ keepass: - Update to 2.51.1 * New Features: + Most dialogs with fixed size now detect whether they fit onto the current screen, and when a dialog does not fit (e.g. due to a very high DPI factor), its size is reduced and scroll bars are displayed. + Added plural entry command names in the main window (e.g. the command for editing the currently selected entry/entries is now called either 'Edit Entry' or 'Edit Entries', depending on the number of selected entries). + Added tooltip for the main part of the status bar of the main window. + Enhanced color buttons (tooltips, accessible names, ...) in the entry dialog, in the database settings dialog and in the options dialog. + Added 'Interface (2)' tab page in the options dialog, renamed the existing 'Interface' tab page to 'Interface (1)', moved some controls from 'Interface (1)' to 'Interface (2)'. + Enhanced font selection controls (with a checkbox that allows to return to the default, the button shows the currently selected font, tooltip, improved accessibility, ...) in the options dialog. + Added help links 'Dark theme' and 'Main font (size)' in the options dialog. + The options 'Custom alt. item color' and 'Esc keypress in main window' are now disabled if they are enforced (by an enforced configuration file). + Added support for opening URLs with Waterfox in private mode. + Added dialog for editing (HMAC-based and time-based) one-time password generator settings (can be opened using the 'OTP Generator Settings' commands in the entry dialog or in the 'Edit Entry (Quick)' menu of the main window). + Added entry commands 'Copy HMAC-Based OTP', 'Show HMAC-Based OTP', 'Copy Time-Based OTP' and 'Show Time-Based OTP' (in the 'Other Data' menu). + Added entry commands 'Copy Title' and 'Copy Notes' (in the 'Other Data' menu). + When switching to the 'Generate' tab page of the password generator dialog (no database open), the entropy collection dialog is displayed now, if the option 'Show dialog for collecting user input as additional entropy' is turned on. + Added option 'Colorize password characters' in the HTML export/print dialog; the colors are customizable. + Added options 'Custom main font' and 'Custom password font' in the HTML export/print dialog. + Added horizontal entry separator lines in tabular HTML exports/printouts. + In the plugins dialog, the 'Delete old files from cache automatically' option and the 'Clear' button are now disabled if they are enforced (by an enforced configuration file). + Plugins can now change the expiry date of an entry more easily. * Improvements: + Improved main window initialization performance. + Improved initial emergence of a minimized or maximized main window (less flickering, improved performance, ...). + Improved names/tooltips of the database toolbar buttons in the main window. + Improved handling of bold/italic list fonts. + Improved entry list update performance in certain situations. + Improved dynamic menu deconstruction performance. + Fields starting with 'HmacOtp-' or 'TimeOtp-' are not shown in the entry string copy menu anymore. + Improved tooltips and accessibility of password repetition text boxes. + When a dark theme is active, the error background color of text boxes is darker now. + Improved accessibility of expiry control groups. + The title of the master key creation/change dialog is now adjusted to the context. + Improved 'Compression' tab page of the database settings dialog (extended 'None' option description, improved accessibility, ...). + If no color has been specified, the 'Custom alt. item color' button in the options dialog now shows the default color. + Improved HTML generation for HTML exports/printouts. + Improved default fonts used when printing or exporting to HTML. + In block HTML exports/printouts, field names are not italic anymore (unless the user has selected an italic main font). + In HTML exports/printouts, all field values except passwords are trimmed now. + HTML exports/printouts: improved encoding of white-space characters in passwords. + Improved horizontal entry separator lines in block HTML exports/printouts. + TrlUtil: improved control classification. + Increased Authenticode certificate key length. + Improved entry list update performance when duplicating entries. + Various CHM/help improvements. + Various UI text improvements. + Various code optimizations. + Minor other improvements. * Bugfixes: + The option 'Use alternating item background colors' is now compatible with automatic sorting again. + The command line parameter '-preselect:' now works as expected when the option 'Clear master key command line parameters after using them once' is turned on. + Font selections in the options dialog are now applied only when closing the dialog with [OK]. + Fixed an entry list scrolling bug. ++++ kernel-firmware: - Update to version 20220509 (git commit b19cbdca78ab): * mediatek: Update mt8183 SCP firmware * ice: Update package to 1.3.28.0 * i915: Add DMC v2.06 for DG2 * rtl_bt: Update RTL8852A BT USB firmware to 0xDBB7_C1D9 * amdgpu: update psp_13_0_8 firmware * amdgpu: update gc_10_3_7_rlc firmware * amdgpu: update dcn_3_1_6_dmcub firmware * ath11k: QCA6390 hw2.0: update to WLAN.HST.1.0.1-05266-QCAHSTSWPLZ_V2_TO_X86-1 * qcom: add firmware files for Adreno a420 & related generations * qcom: add firmware files for Adreno a330 * qcom: add firmware files for Adreno a220 * i915: Add GuC v70.1.2 for DG2 * rtw89: 8852c: add new firmware v0.27.20.0 for RTL8852C * Mellanox: Add lc_ini_bundle for xx.2010.1006 * Mellanox: xx.2010.1502: Distribute non-xz-compressed lc_ini_bundle * ath10k: QCA9984 hw1.0: update board-2.bin * ath10k: QCA9984 hw1.0: update firmware-5.bin to 10.4-3.9.0.2-00156 * ath10k: QCA9888 hw2.0: update board-2.bin * ath10k: QCA9888 hw2.0: update firmware-5.bin to 10.4-3.9.0.2-00156 * ath10k: QCA6174 hw3.0: update board-2.bin * ath10k: QCA6174 hw3.0: update firmware-6.bin to WLAN.RM.4.4.1-00288-QCARMSWPZ-1 * ath10k: QCA4019 hw1.0: update board-2.bin * ath10k: QCA99X0 hw2.0: add board-2.bin * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.7 * ath11k: WCN6750 hw1.0: add to WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1 * ath11k: WCN6750 hw1.0: add board-2.bin * ath11k: QCN9074 hw1.0: add to WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1 * ath11k: QCN9074 hw1.0: add board-2.bin * ath11k: QCA6390 hw2.0: update board-2.bin * ath11k: IPQ8074 hw2.0: update to WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1 * ath11k: IPQ8074 hw2.0: update board-2.bin * ath11k: IPQ6018 hw1.0: update to WLAN.HK.2.5.0.1-01208-QCAHKSWPL_SILICONZ-1 * ath11k: IPQ6018 hw1.0: update board-2.bin * Mellanox: Add new mlxsw_spectrum firmware xx.2010.1502 * amdgpu: update yellow carp DMCUB firmware * linux-firmware: update firmware for mediatek bluetooth chip (MT7922) * linux-firmware: update firmware for MT7922 WiFi device * mediatek: Add mt8195 SCP firmware * qcom: apq8096: add modem firmware * qcom: apq8096: add aDSP firmware * rtl_bt: Add firmware and config files for RTL8852C * i915: Add GuC v70.1.1 for all platforms - Update aliases ++++ multipath-tools: - Update to version 0.8.9+90+suse.71a70fb: * support overriding -D_FORTIFY_SOURCE in OPTFLAGS * add -U_FORTIFY_SOURCE to optflags to avoid compilation errors on old distros ++++ libapparmor: - Update samba-new-dcerpcd.patch for aarch64 which needs some additional rules; (bnc#1198309). ++++ rapidyaml: - Initinal version 0.4.1 ++++ xfsprogs: - update to 5.16.0: - libxfs: remove kernel stubs from xfs_shared.h - debian: Generate .gitcensus instead of .census - libxfs changes merged from kernel 5.16 - mkfs: increase the min log size to 64MB when possible - xfs_scrub: retry items that are ok except for XFAIL - xfs_scrub: fix xfrog_scrub_metadata error reporting - mkfs: enable inobtcount and bigtime by default - mkfs: prevent corruption of suboption string values - mkfs: document sample configuration file location - mkfs: add configuration files for a few LTS kernels - mkfs: add a config file for x86_64 pmem filesystems - xfs_quota: don't exit on "project" cmd failure - xfs_repair: don't guess about failure reason in phase6 - xfs_repair: update 2ndary superblocks after upgrades - xfs_scrub: fix reporting if we can't open devices - xfs_scrub: report optional features in version - libxcmd: use emacs mode for command history editing - libfrog: always use the kernel GETFSMAP definitions - mkfs.xfs(8): fix default inode allocator description - xfs_quota(8): fix up dump and report documentation - xfs_quota(8): document units in limit command - misc: add a crc32c self test to mkfs and repair ++++ nut: - Build the basic documentation again (bsc#1197789#c7). - Make possible to build PDF documentation. ++++ pcre: - Added pcre-8.45-bsc1199232-unicode-property-matching.patch * bsc#1199232 * Fixes unicode property matching issue ++++ protobuf: - Do not use %%autosetup, but %%setup and %%patch on other line * Allows building on SLE-12-SP5 ++++ stp: - Update to version 2.3.3+20220507: * Don't save a pointer to node factor in case it gets updated later * Improved pure literal removal and unit test * Simplify less than one to equal to zero. * handle more cases and better testing of simplifying node factory * refactor. Clean up initialisation of STP in a tool. * Make initialising STP slightly easier. * remove some more default functions. * refactor. Remove substitition map out of simplifier class. * Remove a flag that wasn't read. * Remove a dead path and the associated flag. * Refactor. Use node factory rather than STPMgr. * Remove simplifier from substitution map. * Make more things private in Simplifier * refactor. Moving some code out of simplify * deleting some default generated constructors ++++ libxfce4ui: - Resolve rpmlint report "libxfce4ui-2-0.x86_64: E: shlib-policy-name-error SONAME: libxfce4kbd-private-3.so.0, expected package suffix: 3-0" - Move documentation to -devel package ++++ mate-tweak: - Update to version 22.04.8 * Sync translations. * Fix GLib-GIO-ERROR when 'org.mate.maximus' settings schema is not * Use predictable path for checking ayatana-indicator-application is installed * Replace compton support with picom * Update mate-tweak to use several personalities provided by marco-wrapper * Exposes Xrender, GLX and xr_glx_hybrid backends from picom. * Add a fallback marco-compton for users migrating from earlier versions of MATE Tweak. * Make picom window shadows more consistent with CSD windows * Make sure outgoing window managers and compositors are killed * Use 'ldd' to determine which compositor is enabled in Marco * Refactor detection of picom wrappers * Add migration fallback for marco-picom * Make mate-tweak compatible with all Yaru themes * Update mate-tweak.desktop to use tweaks-app icon * Be explicit when looking for libXpresent * Refactor replace_panel_layout() to make switching robust * Check if dock is running to determine if it needs starting * Refactor replace_panel_layout() to start/stop keyboard LED * Prevent the dock from being started if it is not running * Refactor replace_panel_layout() to make it more reliable. ++++ maven-artifact-transfer: - Upgrade to upstream version 0.13.1 - Modified patches: * 0001-Compatibility-with-Maven-3.0.3-and-later.patch + rebase to the new context * maven-artifact-transfer-blocked.patch -> 0003-Port-to-maven-3.8.1.patch + rebase for consistency - Removed patch: * 0002-Remove-support-for-maven-3.0.X.patch + remove the old org.sonatype.aether dependencies, since we don't need maven 3.0.x ++++ maven-deploy-plugin: - Upgrade to upstream tag 3.0.0 milestone M2 * port to maven 3 - Added patches: * 0001-MDEPLOY-291-Update-POM-parent-and-Maven-22.patch + upstream patch to port tests to modern maven framework * 0002-Fix-tests-with-Java-16.patch + Add a profile to run tests with modular Java versions - Add with tests option ++++ maven-install-plugin: - Upgrade to upstream verson 3.0.0 milestone M1 - Added patches: * 0001-MINSTALL-143-Remove-a-lot-of-checksum-related-dead-c.patch * 0002-MINSTALL-171-Update-plugin-requires-Maven-3.2.5.patch + Backport upstream fixes to avoid the org.sonatype.aether dependencies * 0003-Fix-tests-with-modular-javas.patch + Add a maven profile to open needed modules to unnamed module + Fixes tests with Java 17 * 0004-Fix-tests-with-maven-resolver-1.7.3.patch + maven-resolver 1.7.x had an incompatible change + This fix allows us to use the maven-resolver 1.7.3 ++++ maven-remote-resources-plugin: - Upgrade to version 1.7.0 - Added patch: * 0001-Port-to-Maven-3.patch + port tests to modern maven framework - Add with tests option ++++ mumble: - Add 36398fb.patch from upstream to fix build with gcc 12 ++++ nodejs-electron: - New upstream release 17.4.4: * Fixed an OSR crash happening when input select items were rendered. * Backported security fixes: CVE-2022-1477, CVE-2022-1497 ++++ openQA: - Update to version 4.6.1652174357.038f320: * Drop previous web socket connection when worker opens a second one * Raise log level of job assignment problems when scheduling * Log error from ws server when failing to send jobs to the worker * Collapse parallel children by default if cluster is passed/softfailed ++++ openSUSE-release-tools: - Update to version 20220511.d5ce68f7: * dashboard: Add openSUSE:Leap:Micro:5.2:Images ++++ openjfx8: - Install the javadoc using %%mvn_install, so that this package works eventually also with XMvn Javadoc Mojo that puts the documentation to different directory then maven-javadoc-plugin's aggregate task ++++ perl-Template-Toolkit: - updated to 3.100 see /usr/share/doc/packages/perl-Template-Toolkit/Changes Improvements: * Template::Plugin::CGI removed to be used as a separate distro. (Sawyer X) - trim package changelog ++++ plexus-utils: - Upgrade to upstream version 3.3.1 * the latest version supporting Java 8 still ++++ prometheus-postgres_exporter: - Version/release lines above first usage of those macros. gh#uyuni-project/uyuni#5418 ++++ publicsuffix: - Update to version 20220510: * Cleaned up the wording and formatting * Clarified 3rd party workaround stuff; fixed #1559 * Add gov.nl (#1558) * util: gTLD data autopull updates for 2022-04-30T15:14:45 UTC (#1564) ++++ virtualbox: - Filter out rpmlint error that is valid for qemu, but will have its badness increased in the future. ++++ python-SecretStorage: - update to 3.3.2: * Fixed a deprecation warning with jeepney 0.8. Thanks to Sam McKelvie for the pull request! ++++ python-Werkzeug: - update to 2.1.2: * The development server does not set ``Transfer-Encoding: chunked`` for 1xx, 204, 304, and HEAD responses. :issue:`2375` * Response HTML for exceptions and redirects starts with ```` and ````. :issue:`2390` * Fix ability to set some ``cache_control`` attributes to ``False``. :issue:`2379` * Disable ``keep-alive`` connections in the development server, which are not supported sufficiently by Python's ``http.server``. :issue:`2397` - drop 2402-dev_server.patch (upstream) ++++ python-azure-data-tables: - New upstream release + Version 12.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-eventhub: - New upstream release + Version 5.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-azure-mgmt-network: - New upstream release + Version 20.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-azure-schemaregistry: - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py ++++ python-azure-storage-blob: - New upstream release + Version 12.12.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-azure-storage-file-datalake: - New upstream release + Version 12.7.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-azure-storage-file-share: - New upstream release + Version 12.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-azure-storage-queue: - New upstream release + Version 12.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-boto3: - Update to version 1.22.11 * api-change:``migration-hub-refactor-spaces``: [``botocore``] AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue. * api-change:``ec2``: [``botocore``] Added support for using NitroTPM and UEFI Secure Boot on EC2 instances. * api-change:``emr``: [``botocore``] Update emr client to latest version * api-change:``compute-optimizer``: [``botocore``] Documentation updates for Compute Optimizer * api-change:``eks``: [``botocore``] Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups - from version 1.22.10 * api-change:``evidently``: [``botocore``] Add detail message inside GetExperimentResults API response to indicate experiment result availability * api-change:``ssm-contacts``: [``botocore``] Fixed an error in the DescribeEngagement example for AWS Incident Manager. * api-change:``cloudcontrol``: [``botocore``] SDK release for Cloud Control API to include paginators for Python SDK. - from version 1.22.9 * api-change:``rds``: [``botocore``] Various documentation improvements. * api-change:``redshift``: [``botocore``] Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created. * api-change:``ec2``: [``botocore``] Add new state values for IPAMs, IPAM Scopes, and IPAM Pools. * api-change:``mediapackage``: [``botocore``] This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints. * api-change:``securityhub``: [``botocore``] Documentation updates for Security Hub API reference * api-change:``location``: [``botocore``] Amazon Location Service now includes a MaxResults parameter for ListGeofences requests. - from version 1.22.8 * api-change:``ec2``: [``botocore``] Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage * api-change:``kendra``: [``botocore``] AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html * api-change:``iot``: [``botocore``] AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control. * api-change:``datasync``: [``botocore``] AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred. - from version 1.22.7 * api-change:``ssm``: [``botocore``] This release adds the TargetMaps parameter in SSM State Manager API. * api-change:``backup``: [``botocore``] Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup * api-change:``lightsail``: [``botocore``] Documentation updates for Lightsail * api-change:``iotsecuretunneling``: [``botocore``] This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens - from version 1.22.6 * api-change:``ec2``: [``botocore``] Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter. * api-change:``s3``: [``botocore``] Documentation only update for doc bug fixes for the S3 API docs. * api-change:``kinesisvideo``: [``botocore``] Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API. * api-change:``sagemaker``: [``botocore``] SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image. * api-change:``kinesis-video-archived-media``: [``botocore``] Add support for GetImages API for retrieving images from a video stream - from version 1.22.5 * api-change:``organizations``: [``botocore``] This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message. * api-change:``synthetics``: [``botocore``] CloudWatch Synthetics has introduced a new feature to provide customers with an option to delete the underlying resources that Synthetics canary creates when the user chooses to delete the canary. * api-change:``outposts``: [``botocore``] This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost. - from version 1.22.4 * api-change:``rds``: [``botocore``] Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances. * api-change:``codeguru-reviewer``: [``botocore``] Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories. * api-change:``ssm``: [``botocore``] Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter * api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support. * api-change:``wafv2``: [``botocore``] You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body. - from version 1.22.3 * api-change:``auditmanager``: [``botocore``] This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation. * api-change:``network-firewall``: [``botocore``] AWS Network Firewall adds support for stateful threat signature AWS managed rule groups. * api-change:``ec2``: [``botocore``] This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair. * api-change:``braket``: [``botocore``] This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances. * api-change:``guardduty``: [``botocore``] Documentation update for API description. * api-change:``connect``: [``botocore``] This release introduces an API for changing the current agent status of a user in Connect. - from version 1.22.2 * api-change:``rekognition``: [``botocore``] This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor. * api-change:``cloudtrail``: [``botocore``] Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation. * api-change:``lookoutequipment``: [``botocore``] This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data * api-change:``iotwireless``: [``botocore``] Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice. * api-change:``amplify``: [``botocore``] Documentation only update to support the Amplify GitHub App feature launch * api-change:``chime-sdk-media-pipelines``: [``botocore``] For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate. * api-change:``sagemaker``: [``botocore``] Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs. - Update BuildRequires and Requires from setup.py ++++ python-botocore: - Update to 1.25.11 * api-change:``migration-hub-refactor-spaces``: AWS Migration Hub Refactor Spaces documentation only update to fix a formatting issue. * api-change:``ec2``: Added support for using NitroTPM and UEFI Secure Boot on EC2 instances. * api-change:``emr``: Update emr client to latest version * api-change:``compute-optimizer``: Documentation updates for Compute Optimizer * api-change:``eks``: Adds BOTTLEROCKET_ARM_64_NVIDIA and BOTTLEROCKET_x86_64_NVIDIA AMI types to EKS managed nodegroups - from version 1.25.10 * api-change:``evidently``: Add detail message inside GetExperimentResults API response to indicate experiment result availability * api-change:``ssm-contacts``: Fixed an error in the DescribeEngagement example for AWS Incident Manager. * api-change:``cloudcontrol``: SDK release for Cloud Control API to include paginators for Python SDK. - from version 1.25.9 * api-change:``rds``: Various documentation improvements. * api-change:``redshift``: Introduces new field 'LoadSampleData' in CreateCluster operation. Customers can now specify 'LoadSampleData' option during creation of a cluster, which results in loading of sample data in the cluster that is created. * api-change:``ec2``: Add new state values for IPAMs, IPAM Scopes, and IPAM Pools. * api-change:``mediapackage``: This release adds Dvb Dash 2014 as an available profile option for Dash Origin Endpoints. * api-change:``securityhub``: Documentation updates for Security Hub API reference * api-change:``location``: Amazon Location Service now includes a MaxResults parameter for ListGeofences requests. - from version 1.25.8 * api-change:``ec2``: Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage * api-change:``kendra``: AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html * api-change:``iot``: AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control. * api-change:``datasync``: AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred. - from version 1.25.7 * api-change:``ssm``: This release adds the TargetMaps parameter in SSM State Manager API. * api-change:``backup``: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup * api-change:``lightsail``: Documentation updates for Lightsail * api-change:``iotsecuretunneling``: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens - from version 1.25.6 * api-change:``ec2``: Adds support for allocating Dedicated Hosts on AWS Outposts. The AllocateHosts API now accepts an OutpostArn request parameter, and the DescribeHosts API now includes an OutpostArn response parameter. * api-change:``s3``: Documentation only update for doc bug fixes for the S3 API docs. * api-change:``kinesisvideo``: Add support for multiple image feature related APIs for configuring image generation and notification of a video stream. Add "GET_IMAGES" to the list of supported API names for the GetDataEndpoint API. * api-change:``sagemaker``: SageMaker Autopilot adds new metrics for all candidate models generated by Autopilot experiments; RStudio on SageMaker now allows users to bring your own development environment in a custom image. * api-change:``kinesis-video-archived-media``: Add support for GetImages API for retrieving images from a video stream - from version 1.25.5 * api-change:``organizations``: This release adds the INVALID_PAYMENT_INSTRUMENT as a fail reason and an error message. * api-change:``synthetics``: CloudWatch Synthetics has introduced a new feature to provide customers with an option to delete the underlying resources that Synthetics canary creates when the user chooses to delete the canary. * api-change:``outposts``: This release adds a new API called ListAssets to the Outposts SDK, which lists the hardware assets in an Outpost. - from version 1.25.4 * api-change:``rds``: Feature - Adds support for Internet Protocol Version 6 (IPv6) on RDS database instances. * api-change:``codeguru-reviewer``: Amazon CodeGuru Reviewer now supports suppressing recommendations from being generated on specific files and directories. * api-change:``ssm``: Update the StartChangeRequestExecution, adding TargetMaps to the Runbook parameter * api-change:``mediaconvert``: AWS Elemental MediaConvert SDK nows supports creation of Dolby Vision profile 8.1, the ability to generate black frames of video, and introduces audio-only DASH and CMAF support. * api-change:``wafv2``: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body. - from version 1.25.3 * api-change:``auditmanager``: This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation. * api-change:``network-firewall``: AWS Network Firewall adds support for stateful threat signature AWS managed rule groups. * api-change:``ec2``: This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair. * api-change:``braket``: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances. * api-change:``guardduty``: Documentation update for API description. * api-change:``connect``: This release introduces an API for changing the current agent status of a user in Connect. - from version 1.25.2 * api-change:``rekognition``: This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor. * api-change:``cloudtrail``: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation. * api-change:``lookoutequipment``: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data * api-change:``iotwireless``: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice. * api-change:``amplify``: Documentation only update to support the Amplify GitHub App feature launch * api-change:``chime-sdk-media-pipelines``: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate. * api-change:``sagemaker``: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs. ++++ python-canonicaljson: - Bump required version of frozendict to work with Python 3.10 (gh#matrix-org/python-canonicaljson#45). - Clean up SPEC. ++++ python-django-push-notifications: - version update to 3.0.0 * #567 Fixes crash on bulk_send test message operation from admin by @DataGreed in #568 * Updated README: added info about APNS_AUTH_KEY_PATH, APNS_AUTH_KEY_ID, APNS_TEAM_ID by @DataGreed in #566 * Add some details to APNS settings description by @scherbakovx in #575 * Django 4.0 warnings by @jheld in #585 * Run tests on python3.9 by @bertonha in #589 * add mutable_content to fcm by @paradizer in #582 * Improve efficiency of ORM lookups by @code-review-doctor in #598 * Drop python 2.x and django before 2.2 by @sevdog in #599 * Migrate to GitHub Actions. by @jezdez in #607 * Mention WebPushDevice in README by @Tyilo in #608 * Make push optional dependecies by @sevdog in #600 * fix: Remove python3.5 deps by @bertonha in #621 * Spelling error & convert string to be translatable by @Andrew-Chen-Wang in #614 * ++Enable sending image in GCM notifications by @ashishnitinpatil in #624 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #625 * Change feature detection logic for database field by @sevdog in #612 * Add Edge support to webpush by @simonkern in #631 * chore: test on Django 4.0 by @bertonha in #638 * chore: test only active Django versions by @bertonha in #639 * chore: dry tests, use newer DRF on tests by @bertonha in #641 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #635 * More robust handling of userAgentData, fix WebPushDeviceAdmin by @simonkern in #643 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #644 * Add missing migration for #614 by @simonkern in #645 * Jazzband: Synced file(s) with jazzband/.github by @jazzband-bot in #626 * Show coverage badge in README. by @shimakaze-git in #651 - python-mock is not required for build ++++ python-django-redis: - python-mock is not required for build ++++ python-django-request: - version update to 1.6.1 * Adds warning logging to middleware on invalid IP addresses in ``REMOTE_ADDR``. * Adds a missing migration to change ``help_text`` of ``Request.is_ajax``. - do not require python-mock for build - added patches fix https://github.com/django-request/django-request/issues/245 + python-django-request-no-mock.patch ++++ python-django-tastypie: - do not use python-mock for build - added patches fix https://github.com/django-tastypie/django-tastypie/issues/1635 + python-django-tastypie-no-mock.patch ++++ python-fixtures: - Update to 4.0.0: * Document more changes since 3.0.0 * Mention extra in another place in README * Move testtools requirement to a "streams" extra * Stop using testtools.helpers.try_import * Fix MockPatchMultiple.DEFAULT * Fix YAML type confusion * Add support for Python 3.10 * Mark README as rST * setup.cfg: Replace dashes with underscores * Drop support for Python < 3.6, add 3.7 - 3.9 * Add possibility to reset the FakeLogger * Add missing APIs to FakeProcess, making it match Popen (LP #1373224) - Remove patch fixtures-pr36-py39.patch: * Included upstream. - Add patch handle-no-external-mock.patch: * Skip a testcase if mock is not available. - Bump required versions of pbr and testtools. - Correct URL. ++++ python-maturin: - Update to version 0.12.15 * fix: Only set RUSTFLAGS when absolutely neccessary * Update rust dependencies * Remove unused libs_dir field from PythonInterpreter * Remove target field from PythonInterpreter struct * Add support for PYO3_CONFIG_FILE - Update to 0.12.12 * Change mixed rust/python template project layout * Accept multiple values for --interpreter option * Update rust dependencies - Update to 0.12.11 * Switch back to toml_edit * Add -r option as a short alias for --release - Update to 0.12.10 * Support pyo3-ffi * Migrate Python dependency uiri/toml to tomllib / hukkin/tomli * Use dynamic Python minor version for pyo3 bindings based on its verison by * Update rust dependencies ++++ python-setproctitle: - update to 1.2.3: * Added Python 3.10 packages (issue #102). * Added Wheel packages for macOS (issue #96). ++++ python-sortinghat: - Fix a bug in %%postun. ++++ python-sphinx-autodoc-typehints: - Switch to multibuild to break build cycles. ++++ python-xmlsec: - Update to 1.3.12: - Added support for registering custom xmlsec IO callbacks - Added support for building without MD5 transforms - Added support for PEP 539 for Python 3.7 and newer - Using lxml-stubs package instead of custom LXML stubs - Add avoid_lxml_tests_failing.patch (help working around the lxml issue lp#1880251 and lp#1887848, from gh#mehcode/python-xmlsec#84). - Switch off building on Python 3.10 and %ix86 (gh#mehcode/python-xmlsec#204). ++++ qemu: - Filter out rpmlint error that is valid for qemu, but will have its badness increased in the future. ++++ qemu-linux-user: - Filter out rpmlint error that is valid for qemu, but will have its badness increased in the future. ++++ qemu-testsuite: - Filter out rpmlint error that is valid for qemu, but will have its badness increased in the future. ++++ qimgv: - Update to version 1.0.3a+git20220510.48dd2ea3: * [cmake] fix default flags * check for qt5 first * . * Update build-package.yml * change release tag * fix mpv include path * [windows/msys2] add build script * fix #410 * [windows] enable scripts/"open with" functionality #406 #236 #196 * [ContextMenu] compact layout * [res] back/forward icons * [ContextMenu] scripts/"open with.." page mockup #406 #236 Fix scripts with qt6 * [ImageViewerV2] tweak scroll handling * [ThumbnailViewProxy] fix(?) event order * fix Core::loadPath() * delay model loading (test) #383 #156 * fix #384 * fix #392 * fix window close with qt 6.3 #394 * [cmake] qt detection tweak (prefer qt6); remove core5compat ++++ runc: - Update to runc v1.1.2. Upstream changelog is available from https://github.com/opencontainers/runc/releases/tag/v1.1.2. CVE-2022-24769 * A bug was found in runc where runc exec --cap executed processes with non-empty inheritable Linux process capabilities, creating an atypical Linux environment. For more information, see [GHSA-f3fp-gc8g-vw66][] and CVE-2022-29162. * `runc spec` no longer sets any inheritable capabilities in the created example OCI spec (`config.json`) file. ++++ rust-analyzer: - Update LICENSE in rpm spec - Initial spec for rust-analyzer ++++ seidl: - seidl is a CLI tool to query Public Cloud Information Tracker pint.suse.com. Initial package version 0.1. ++++ tvbrowser: - update to version 4.2.6 * Filter highlighting not saved * Import directory of version is questioned before selecting of import directory for transportable version * Reminders are not imported ++++ tycho: - Fix bootstrapping with new version of maven-install-plugin ++++ ucode-intel: - Updated to Intel CPU Microcode 20220510 release. (bsc#1199423) - CVE-2022-21151: Security updates for [INTEL-SA-000617](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00617.html) - Update for functional issues. Refer to [Second Generation Intel Xeon Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/338848) for details. - Update for functional issues. Refer to [Intel Xeon Processor Scalable Family Specification Update](https://www.intel.com/content/www/us/en/processors/xeon/scalable/xeon-scalable-spec-update.html?wapkw=processor+specification+update) for details. - Update for functional issues. Refer to [Intel Atom C3000 Processor Product Family Specification Update](https://www.intel.com/content/www/us/en/processors/atom/atom-c3000-family-spec-update.html?wapkw=processor+specification+update) for details. - Update for functional issues. Refer to [Intel Atom Processor E3900 Specification Update Addendum](https://cdrdv2.intel.com/v1/dl/getContent/612204) for details. - New Platforms: | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | ADL | C0 | 06-97-02/03 | | 0000001f | Core Gen12 | ADL | C0 | 06-97-05/03 | | 0000001f | Core Gen12 | ADL | L0 | 06-9a-03/80 | | 0000041c | Core Gen12 | ADL | L0 | 06-9a-04/80 | | 0000041c | Core Gen12 | ADL | C0 | 06-bf-02/03 | | 0000001f | Core Gen12 | ADL | C0 | 06-bf-02/03 | | 0000001f | Core Gen12 - Updated Platforms: | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | VLV | D0 | 06-37-09/0F | 0000090c | 0000090d | Atom E38xx | SKL-U/Y | D0 | 06-4e-03/c0 | 000000ec | 000000f0 | Core Gen6 Mobile | SKX-SP | B1 | 06-55-03/97 | 0100015c | 0100015d | Xeon Scalable | SKX-SP | H0/M0/U0 | 06-55-04/b7 | 02006c0a | 02006d05 | Xeon Scalable | SKX-D | M1 | 06-55-04/b7 | 02006c0a | 02006d05 | Xeon D-21xx | CLX-SP | B0 | 06-55-06/bf | 0400320a | 04003302 | Xeon Scalable Gen2 | CLX-SP | B1 | 06-55-07/bf | 0500320a | 05003302 | Xeon Scalable Gen2 | CPX-SP | A1 | 06-55-0b/bf | 07002402 | 07002501 | Xeon Scalable Gen3 | APL | D0 | 06-5c-09/03 | 00000046 | 00000048 | Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx | APL | E0 | 06-5c-0a/03 | 00000024 | 00000028 | Atom x5-E39xx | SKL-H/S | R0/N0 | 06-5e-03/36 | 000000ec | 000000f0 | Core Gen6; Xeon E3 v5 | DNV | B0 | 06-5f-01/01 | 00000036 | 00000038 | Atom C Series | ICX-SP | D0 | 06-6a-06/87 | 0d000331 | 0d000363 | Xeon Scalable Gen3 | GLK | B0 | 06-7a-01/01 | 00000038 | 0000003a | Pentium Silver N/J5xxx, Celeron N/J4xxx | GKL-R | R0 | 06-7a-08/01 | 0000001c | 0000001e | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120 | ICL-U/Y | D1 | 06-7e-05/80 | 000000a8 | 000000b0 | Core Gen10 Mobile | LKF | B2/B3 | 06-8a-01/10 | 0000002d | 00000031 | Core w/Hybrid Technology | TGL | B1 | 06-8c-01/80 | 0000009a | 000000a4 | Core Gen11 Mobile | TGL-R | C0 | 06-8c-02/c2 | 00000022 | 00000026 | Core Gen11 Mobile | TGL-H | R0 | 06-8d-01/c2 | 0000003c | 0000003e | Core Gen11 Mobile | AML-Y22 | H0 | 06-8e-09/10 | 000000ec | 000000f0 | Core Gen8 Mobile | KBL-U/Y | H0 | 06-8e-09/c0 | 000000ec | 000000f0 | Core Gen7 Mobile | CFL-U43e | D0 | 06-8e-0a/c0 | 000000ec | 000000f0 | Core Gen8 Mobile | WHL-U | W0 | 06-8e-0b/d0 | 000000ec | 000000f0 | Core Gen8 Mobile | AML-Y42 | V0 | 06-8e-0c/94 | 000000ec | 000000f0 | Core Gen10 Mobile | CML-Y42 | V0 | 06-8e-0c/94 | 000000ec | 000000f0 | Core Gen10 Mobile | WHL-U | V0 | 06-8e-0c/94 | 000000ec | 000000f0 | Core Gen8 Mobile | EHL | B1 | 06-96-01/01 | 00000015 | 00000016 | Pentium J6426/N6415, Celeron J6412/J6413/N6210/N6211, Atom x6000E | JSL | A0/A1 | 06-9c-00/01 | 2400001f | 24000023 | Pentium N6000/N6005, Celeron N4500/N4505/N5100/N5105 | KBL-G/H/S/E3 | B0 | 06-9e-09/2a | 000000ec | 000000f0 | Core Gen7; Xeon E3 v6 | CFL-H/S/E3 | U0 | 06-9e-0a/22 | 000000ec | 000000f0 | Core Gen8 Desktop, Mobile, Xeon E | CFL-S | B0 | 06-9e-0b/02 | 000000ec | 000000f0 | Core Gen8 | CFL-H/S | P0 | 06-9e-0c/22 | 000000ec | 000000f0 | Core Gen9 | CFL-H | R0 | 06-9e-0d/22 | 000000ec | 000000f0 | Core Gen9 Mobile | CML-H | R1 | 06-a5-02/20 | 000000ec | 000000f0 | Core Gen10 Mobile | CML-S62 | G1 | 06-a5-03/22 | 000000ec | 000000f0 | Core Gen10 | CML-S102 | Q0 | 06-a5-05/22 | 000000ee | 000000f0 | Core Gen10 | CML-U62 V1 | A0 | 06-a6-00/80 | 000000ea | 000000f0 | Core Gen10 Mobile | CML-U62 V2 | K1 | 06-a6-01/80 | 000000ec | 000000f0 | Core Gen10 Mobile | RKL-S | B0 | 06-a7-01/02 | 00000050 | 00000053 | Core Gen11 ++++ ugrep: - update to 3.7.11: * New -Zbest (--fuzzy=best) option argument best to only output the best matching patterns ++++ virtualbox-kmp: - Filter out rpmlint error that is valid for qemu, but will have its badness increased in the future. ++++ yast2-iscsi-client: - Internal cleanup in several parts to turn the auto-converted YCP code into something closer to common Ruby. - Enable iscsiuio during installation only if there is any card in the system using the bnx2i or qedi modules (bsc#1194432). - 4.5.2 ++++ yast2-nfs-client: - Fix localization of NFS Version widget values (bsc#1198076) - 4.5.1 ------------------------------------------------------------------ ------------------ 2022-5-10 - May 10 2022 ------------------- ------------------------------------------------------------------ ++++ ImageMagick: - version update to 7.1.0.33 see the upstream changelog: * https://github.com/ImageMagick/Website/blob/main/ChangeLog.md - modified patches % ImageMagick-configuration-SUSE.patch (refreshed) % ImageMagick-library-installable-in-parallel.patch (refreshed) ++++ akonadi-calendar: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadi-calendar-tools: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadi-contact: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadi-import-wizard: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadi-mime: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadi-notes: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadi-search: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadi-server: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akonadiconsole: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ akregator: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ analitza: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ark: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ artikulate: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ attica-qt5: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Require unittests to pass for CI jobs to pass * Add windows CI ++++ baloo5: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * [Timeline KIO] Don't announce that we can write * Require unittests to pass for CI jobs to pass ++++ baloo5-widgets: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ blinken: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ bluez-qt: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ bomber: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ bovo: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ breeze5-icons: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add view-left-new action * Add windows CI * New debug step icons ++++ breezy: - Remove unneeded {Build,}Requires on python3-six. ++++ calendarsupport: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ cantor: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ cervisia: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ dbus-broker: - Update to release 30 * Failed service activations now report more detailed information on the activation failure back through the activating client. * The broker now runs in `session.slice` if applicable. * The `GetStats()` call on `org.freedeskop.DBus.Debug` now properly returns reply-owner statistics. Before, those were always set to 0. ++++ dolphin: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ dolphin-plugins: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ dovecot23: - update to 2.3.19 and pigeonhole 0.5.19 Dovecot 2.3.19 + Added mail_user_session_finished event, which is emitted when the mail user session is finished (e.g. imap, pop3, lmtp). It also includes fields with some process statistics information. See https://doc.dovecot.org/admin_manual/list_of_events/ for more information. + Added process_shutdown_filter setting. When an event matches the filter, the process will be shutdown after the current connection(s) have finished. This is intended to reduce memory usage of long-running imap processes that keep a lot of memory allocated instead of freeing it to the OS. + auth: Add cache hit indicator to auth passdb/userdb finished events. See https://doc.dovecot.org/admin_manual/list_of_events/ for more information. + doveadm deduplicate: Performance is improved significantly. + imapc: COPY commands were sent one mail at a time to the remote IMAP server. Now the copying is buffered, so multiple mails can be copied with a single COPY command. + lib-lua: Add a Lua interface to Dovecot's HTTP client library. See https://doc.dovecot.org/admin_manual/lua/ for more information. - auth: Cache lookup would use incorrect cache key after username change. - auth: Improve handling unexpected LDAP connection errors/hangs. Try to fix up these cases by reconnecting to the LDAP server and aborting LDAP requests earlier. - auth: Process crashed if userdb iteration was attempted while auth-workers were already full handling auth requests. - auth: db-oauth2: Using %{oauth2:name} variables caused unnecessary introspection requests. - dict: Timeouts may have been leaked at deinit. - director: Ring may have become unstable if a backend's tag was changed. It could also have caused director process to crash. - doveadm kick: Numeric parameter was treated as IP address. - doveadm: Proxying can panic when flushing print output. Fixes Panic: file ioloop.c: line 865 (io_loop_destroy): assertion failed: (ioloop == current_ioloop). - doveadm sync: BROKENCHAR was wrongly changed to '_' character when migrating mailboxes. This was set by default to %, so any mailbox names containing % characters were modified to "_25". - imapc: Copying or moving mails with doveadm to an imapc mailbox could have produced "Error: Syncing mailbox '[...]' failed" Errors. The operation itself succeeded but attempting to sync the destination mailbox failed. - imapc: Prevent index log synchronization errors when two or more imapc sessions are adding messages to the same mailbox index files, i.e. INDEX=MEMORY is not used. - indexer: Process was slowly leaking memory for each indexing request. - lib-fts: fts header filters caused binary content to be sent to the indexer with non-default configuration. - doveadm-server: Process could hang in some situations when printing output to TCP client, e.g. when printing doveadm sync state. - lib-index: dovecot.index.log files were often read and parsed entirely, rather than only the parts that were actually necessary. This mainly increased CPU usage. - lmtp-proxy: Session ID forwarding would cause same session IDs being used when delivering same mail to multiple backends. - log: Log prefix update may have been lost if log process was busy. This could have caused log prefixes to be empty or in some cases reused between sessions, i.e. log lines could have been logged for the wrong user/session. - mail_crypt: Plugin crashes if it's loaded only for some users. Fixes Panic: Module context mail_crypt_user_module missing. - mail_crypt: When LMTP was delivering mails to both recipients with mail encryption enabled and not enabled, the non-encrypted recipients may have gotten mails encrypted anyway. This happened when the first recipient was encrypted (mail_crypt_save_version=2) and the 2nd recipient was not encrypted (mail_crypt_save_version=0). - pop3: Session would crash if empty line was sent. - stats: HTTP server leaked memory. - submission-login: Long credentials, such as OAUTH2 tokens, were refused during SASL interactive due to submission server applying line length limits. - submission-login: When proxying to remote host, authentication was not using interactive SASL when logging in using long credentials such as OAUTH2 tokens. This caused authentication to fail due to line length constraints in SMTP protocol. - submission: Terminating the client connection with QUIT command after mail transaction is started with MAIL command and before it is finished with DATA/BDAT can cause a segfault crash. - virtual: doveadm search queries with mailbox-guid as the only parameter crashes: Panic: file virtual-search.c: line 77 (virtual_search_get_records): assertion failed: (result != 0) Pigeonhole v0.5.19 * This release is done to maintain parity with dovecot 2.3.19 release, so it does not contain any news-worthy changes. ++++ dragonplayer: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ elisa: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ eventviews: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ extra-cmake-modules: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * typo-- * [KDEMetaInfoPlatformCheck] Add missing doc link * Drop lib prefix when building for Windows (MinGW) * Allow ecm_add_qtwayland_{client,server}_protocol take targets * Allow ecm_add_wayland_{client,server}_protocol take targets * ECMQueryQt: always use CMake target to find the qmake/qtpaths binary * KDEGitCommitHooks: don't overwrite git pre-commit hook script * KDEGitCommitHooks: only configure pre-commit hook if needed * Add Windows CI ++++ extra-cmake-modules-doc: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * typo-- * [KDEMetaInfoPlatformCheck] Add missing doc link * Drop lib prefix when building for Windows (MinGW) * Allow ecm_add_qtwayland_{client,server}_protocol take targets * Allow ecm_add_wayland_{client,server}_protocol take targets * ECMQueryQt: always use CMake target to find the qmake/qtpaths binary * KDEGitCommitHooks: don't overwrite git pre-commit hook script * KDEGitCommitHooks: only configure pre-commit hook if needed * Add Windows CI ++++ falkon: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ffmpegthumbs: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ filelight: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kiten: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ frameworkintegration: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ gdmd: - Initial commit ++++ go1.17: - go1.17.10 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52439 syscall: Faccessat checks wrong group * go#51858 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#52095 cmd/compile: fails to compile very long files starting go1.17 * go#52148 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52306 sync: TestWaitGroupMisuse2 is flaky * go#52374 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52455 net/http/httptest: race in Close * go#52705 net: TestDialCancel is not compatible with new macOS ARM64 builders ++++ go1.18: - go1.18.2 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages. Refs boo#1193742 go1.18 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52440 syscall: Faccessat checks wrong group * go#51738 runtime: wrong type assertion result when using generic types * go#51798 cmd/go: add (and default to) -buildvcs=auto * go#51859 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#51897 net/http/httptest: race in Close * go#52028 go/types: documentation on instance de-duplication is unclear about guarantees * go#52149 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52244 go/types, types2: go generic assert compile escape * go#52305 runtime: doAllThreadsSyscall has an unaligned atomic load on 32-bit architectures * go#52366 cmd/compile/internal/ssa: occurred the wrong rewrite cycle detection * go#52375 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52386 reflect: can set map elem with string key of a different string type * go#52441 cmd/compile: incorrect handling of iota in 1.18 * go#52468 cmd/go: go run -mod=mod [files...] does not update go.mod and go.sum * go#52558 cmd/compile: cannot convert v (variable of type *Bar[T]) to type *Foo[T] * go#52606 cmd/compile: internal compiler error: weird package in name: .dict0 => .dict0 from "", not "test/p" * go#52615 sync/atomic: compare and swap of inconsistently typed values with uninitialized Value * go#52691 cmd/compile: generic function appears to use incorrect type descriptor * go#52699 runtime: support debugCall on arm64 * go#52706 net: TestDialCancel is not compatible with new macOS ARM64 builders * go#52804 go/types: NewMethodSet doesn't terminate for recursively embedded generics ++++ golang-github-QubitProducts-exporter_exporter: - Exclude s390 arch ++++ golang-github-czerwonk-ping_exporter: - Exclude s390 ++++ golang-github-prometheus-node_exporter: - Exclude s390 arch. ++++ golang-github-prometheus-promu: - Exclude s390 architecture. ++++ granatier: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ grantlee-editor: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ grantleetheme: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ gwenview5: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ hunspell: - requires english dictionary [bsc#1199209] ++++ incidenceeditor: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ipmitool: - Update to version 1.8.18.249.g4d25a93: * man: Update the text for -C option * chassis restart_cause: Add new causes * sel: Remove redundant "Reserve SEL" * sdr: Fix modifier unit * Refactor bridging level detection to dedicated function * Fix double bridge detection in get_max_(req|rsp)_data_size() ++++ itinerary: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ iwd: - update to 1.27: * Fix issue with hidden networks on connection error. * Fix issue with directed roams if already trying to roam. * Fix issue with checking for connected in FT frame event. ++++ juk: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ k3b: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kaccounts-integration: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kaccounts-providers: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kactivities-stats: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Make replace to not block because of missing item removal * Add ResultModel::forgetResources method * Require unittests to pass for CI jobs to pass ++++ kactivities5: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Require unittests to pass for CI jobs to pass ++++ kaddressbook: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kajongg: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kalarm: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kalendar: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kalgebra: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kalzium: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kamera: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kamoso: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kanagram: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kapidox: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * only bootstrap when explicitly asked for * General code style cleanup * Add a dummy install part to cmake ++++ kapman: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kapptemplate: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ karchive: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * add Windows CI ++++ kate: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ katomic: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kauth: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add INSTALL_BROKEN_KAUTH_POLICY_FILES cmake option ++++ kbackup: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kblackbox: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kblocks: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kbookmarks: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kbounce: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kbreakout: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kbruch: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kcachegrind: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kcalc: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kcalendarcore: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Create UIDs if necessary (kde#339726) * Add windows CI ++++ kcalutils: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ - Drop 0001-Fix-Bug-452480-Kmail-doesn-t-display-calendar-invite.patch. Merged upstream. ++++ kcharselect: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kcmutils: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Fix filtering of plugin in KPluginWidget * Check executables exist in PATH before passing them to QProcess * KPluginModel: Add method to get KPluginMetaData config object for given plugin id * Add missing includes * Add SPDX headers for KPluginProxyModel files * Download missing licenses * Add docs for QML components * KPluginDelegate: Add configTriggered signal * Refactor QML components of MPluginSelector to have less dependencies and have better layout * KPluginModel: Add isSaveNeededChanged signal * Import AboutPlugin dialog from QML * Expose proxy sort model as private QML API * Create QML version of KPluginSelector * Allow consumers to get sort proxy model * Export the KPluginModel class & make it usable from QML * Add windows CI ++++ kcodecs: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kcolorchooser: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kcompletion: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kconfig: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * KConfigGroup: fix writePathEntry/readPathEntry roundtrip for symlinks * autotests: skip KStandardShortcutWatcherTest on Windows * Support storing QUuid * Add windows CI ++++ kconfigwidgets: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * KCommandBar: remove installed event filter in destructor (kde#452527) * [kcolorschememanager] Rework and improve auto theme switching (kde#452091) * [kcolorschememanager] Pass explicit role to data() * [kcolorschememanager] Use bespoke role names instead of generic Qt ones * [kcolorschememanager] Rename method call that was missed before * [kcolorschememanager] Rename method for clarity * [kcolorschememanager] Don't save colors on application start * fix: KRecentFilesAction saveEntries and loadEntries use the correct group when no group is passed * Move kstatefulbrush implementation to its own file * More conventional memory managment for KStatefulBrushPrivate * Add windows CI * Fix copy and paste mistake * Fix finding data for KLanguageNameTest on Windows * Add move constructor and assignment operator for KColorScheme * Default copy constructor, assignment operator and destructor * Make it clear that KStandardAction::name gives you ascii ++++ kcontacts: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kcoreaddons: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Fix kprocesstest for Qt6 * autotests: fix kdelibs4configmigratortest for Windows * autotests: skip KNetworkMountsTestCanonical::testCanonicalSymlinkPath on Windows * autotests: skip KFileUtilsTest::testfindAllUniqueFiles on Windows * KNetworkMounts: fix some warnings * KPluginMetaData: Fix setting of MetaDataOption when building without deprecations * KPluginMetaData: Delegate to other constructors where possible * KPluginMetaData: Always initialize d-ptr * API dox: typofix, name of header to include * API dox: typofix, match @p with the actual params of expandMacro() * autotests: check for ZFS and expect failure then * autotests: make the FreeBSD test pass * processlist: don't call procstat_getpathname() at all * ListOpenFilesJob: avoid creating the processlist on FreeBSD multiple times ++++ kcrash: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Port away from QX11Info * Remove Android CI * Add windows CI ++++ kcron: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdav: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kdbusaddons: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ poxml: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kde-print-manager: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdebugsettings: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdeclarative: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add PlaceholderMessage to GridView KCMs * Add windows CI ++++ kdeconnect-kde: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kded: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add missing include and link ++++ kdeedu-data: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkdegames: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdegraphics-thumbnailers: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdelibs4support: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ kdenetwork-filesharing: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdenlive: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdepim-addons: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdepim-runtime: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdesdk-scripts: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdesdk-thumbnailers: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdesignerplugin: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ kdesu: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ kdevelop5: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdevelop5-plugin-php: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdevelop5-plugin-python3: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdf: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdialog: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdiamond: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdnssd: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdnssd-framework: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kdoctools: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * add Windows CI ++++ keditbookmarks: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kemoticons: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kfilemetadata5: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Check executables exist in PATH before passing them to QProcess * Add windows CI * install version header * Create version header file * exiv2extractor: add support for Canon CR3 raw image ++++ kfind: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kfloppy: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kfourinline: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kgeography: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kget: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kglobalaccel: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add BUILD_RUNTIME option (default ON) * x11: Implement deactivation * Add KGlobalAccel::globalShortcutActiveChanged * Create test app ++++ kgoldrunner: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kgpg: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kguiaddons: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Remove outdated comment about qt11extras_p.h * Un-pluginify modifierkeyinfo * Add plugin for wayland keystates * Add windows CI ++++ khangman: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ khelpcenter5: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kholidays: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add QML API for the sun and moon computations * restore deleted parts from merge * New function for plasma to generate holidays without astro seasons (kde#445324) * Correct version since added version * Report intermediate lunar phases as well * Add windows CI * Spelling of test output corrected * correct spelling mistake * rearranged assignment of results to temp variable * add tests to testfile * typos, correct Version when fuction added * add only overloaded function holidays * remove debug messages * rebuild parseHoliday with category * Category added as parameter * Add functions for holiday only * Shift testfiles form 2010 to 2020 * Remove double entries and correct indian- national calendar (kde#441275) ++++ khtml: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ ki18n: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * add Windows CI ++++ kiconthemes: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add context to debug * Mark as supported on Android * Add windows CI ++++ kidentitymanagement: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kidletime: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kig: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kigo: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ killbots: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kimageformats: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * avif: prepare for breaking change in libavif * XCF: Support to QImageIOHandler::Size option * Support to QImageIOHandler::Size option * QByteArray resize removal * psd: Fix crash on broken files * psd: duotone read * psd: Don't crash with broken images * psd: Header depth has to be 8 for CM_INDEXED color_mode * psd: Protect against broken images * psd: Don't abort on broken images * avif: lossless support * psd: Don't assert on broken files * Add windows CI * PSD: Performance improvements and support to missing common formats ++++ kimagemapeditor: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kimap: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kinit: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ kio: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Too many changes since 5.93.0, only listing bugfixes: * KFileWidget: allow icon sizes to go up to 512 (kde#452139) * dropjob: Extract Ark data in ctor (kde#453390) * Don't put job/ioworker on hold after getting the mimetype (kde#452729) * [KUrlNavigatorPlacesSelector] Do storage setup also when requesting a new tab (kde#452923) * KFilePlacesView: use animations only if QStyle::SH_Widget_Animation_Duration > 0 (kde#448802) * KUrlNavigator: offer open in new window action too (kde#451809) ++++ kio-extras5: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kio-gdrive: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kio_audiocd: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kdesdk-kioslaves: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kipi-plugins: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kirigami-gallery: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kirigami2: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * ScrollablePage: Stop duck-typing QML types * SwipeListItem: Expose the width of overlayLoader * Dialog: Unbreak standardButton() method * ApplicationItem: Fix Shortcut's warning about sequence vs. sequences * ApplicationItem: Clean it up a bit * columnview: Fix memory leak caused by `QQmlComponent::create` * columnview: Remove m_attachedObjects * AbstractApplicationItem: Fix copy-pasta mistake * AbstractApplicationItem: Clean up JavaScript part of QML * Fix trailing whitespaces * correctly hide the bottom floating buttons when there is a page footer * ToolBarPageHeader: Do not assign undefined to real values * ColumnView notifies for contentChildren when page is removed (kde#452883) * ActionToolBar: fix moreButton visibility (kde#449031) * LoadingPlaceholder: remove redundant explanation * Improve ListItemDragHandle * Add LoadingPlaceholder component * AboutPage: Prevent infinite loop (kde#447958) * PlaceholderMessage: add types * Add windows CI * Introduce TabletModeChangedEvent * [doc]: Remove double inheritance arrow for Kirigami.PagePoolAction ++++ kiriki: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kitemmodels: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Fix assertions in KDescendantsProxyModel (kde#452043) * Clean up proxymodeltestapp CMakeLists.txt * Clean up optional dependencies for tests * Add windows CI * Fix punctuation/whitespace of runtime rate-limited deprecation warnings ++++ kitemviews: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kitinerary: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kjobwidgets: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kjs: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kjsembed: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kjumpingcube: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kldap: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ klee: - Update to version 2.3+20220506: * Switch to newer KLEE uClibc release * Updated tests to use ktest-randgen instead of gen-random-bout * Renamed gen-random-bout to ktest-randgen * Updated tests to use ktest-gen instead of gen-bout * Updated klee-zesti to use ktest-gen instead of gen-bout * Renamed gen-bout to ktest-gen * cl flags: document default values, remove dead option: - -replay-keep-symbolic * Make Uclibc support a runtime option, not a compile-time one. * use mallinfo2 if available * Remove unnecessary call to deprecated function sqlite3_enable_shared_cache * Add LLVM 9 and LLVM 11 patches to build with newer Linux kernel versions * Build libcxx in parallel if possible * Clearly separate between LLVM, a bitcode compiler, and sanitizer compiler * Add support to `sudo` if necessary * Removed/updated obsolete Doxygen configuration options * Disabled Doxygen by default * ADT/Ref.h: remove header * Updated test MemoryLimit.c to use FileCheck, and formatted the file * Document that GetTotalMallocUsage returns the usage in bytes - add shlib-policy-name-error filter to rpmlint (for 15.4) ++++ klee-uclibc: - update to 1.3 * configure: remove old code, make llvm-config lookup more flexible, set to Python3, remove trailing whitespace * switch to https; fallback to curl when wget not available * Correcting use of 'lookForNew' * Add a message when the bitcode compiler is specified via CC - add extra-locale-Makefile-don-t-always-require-curl-wget.patch to fix build ++++ kleopatra: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ klettres: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ klickety: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ klines: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmag: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmahjongg: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmail: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmail-account-wizard: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmailtransport: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmbox: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmediaplayer: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ kmime: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmines: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmix: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmousetool: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmouth: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kmplot: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ knavalbattle: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ knetwalk: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ knewstuff: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Action: simplify expression for engine property * Deprecate KNS3::QtQuickDialogWrapper::exec * Port away from using KNS3::QtQuickDialogWrapper::exec internally (kde#450702) * qtquickdialogwrapper: Fix memory leak caused by `QQmlComponent::create` * Add missing include * Use Kirigami.LoadingPlaceholder component * Delete our own custom PlaceholderMessage * Add windows CI * Dialog: Port to Layouts * Dialog: Remove unnecessary background rectangle * Dialog: use a real ToolBar for the footer instead of a homemade one * Dialog: Add a little separator line between footer and content * Convey lack of hotness visually in placeholder message ++++ knights: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ knotes: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ knotifications: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add missing endif * Remove outdated comment about qt11extras_p.h * Don't send alpha channel if pixmap has none * Add windows CI ++++ knotifyconfig: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kolf: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kollision: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kolourpaint: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kompare: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ konqueror: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ konquest: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ konsole: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kontact: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kontactinterface: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kontrast: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ konversation: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kopeninghours: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kopete: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ korganizer: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kosmindoormap: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kpackage: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Require unit tests to pass on CI * Remove CMAKE_AUTOMOC_RELAXED_MODE * Fix build with deprecation version 5.92 or above * Add windows CI ++++ kde-dev-utils: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kparts: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ multipath-tools: - Update to version 0.8.9+87+suse.a1eb122: * add ability to autodetect support for -D_FORTIFY_SOURCE=3 ++++ kpat: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kpeople5: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI * Add avatar image provider ++++ kpimtextedit: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kpkpass: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kplotting: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kpmcore: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kpty: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * KPtryProcess: call childProcessModifier() of parent class first ++++ kpublictransport: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kqtquickcharts: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kquickcharts: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Use ECM_MODULE_DIR instead of ECM_DIR/../modules * Add windows CI ++++ krdc: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kreversi: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ krfb: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kross: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kross-interpreters: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kruler: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ krunner: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Require unit tests to pass on CI * Fix Qt6 build unit tests * Fix FreeBSD runnercontexttest on GitlabCI * Make Qt::Gui dependency for deprecation free builds internal * Deprecate public KConfigGroup include of AbstractRunner class ++++ kservice: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add missing KCoreAddons and KConfig to tests * Add windows CI * KService: Do not link KCoreAddons and KConfig publicly when building without deprecations * kservice.h: Wrap public KCoreAddons includes in deprecation macros * Add Android to supported platforms in repo metadata ++++ kshisen: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ksirk: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ksmtp: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ksnakeduel: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kspaceduel: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ksquares: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ksudoku: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ksystemlog: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kteatime: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktexteditor: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Too many changes since 5.93.0, only listing bugfixes: * avoid cursor move on insert of line at EOF on save (kde#453252) * Fix crash when ModeMenuList wasn't init but we try to reload it (kde#452282) ++++ ktextwidgets: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Mark Android as supported * Add windows CI ++++ ktimer: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktnef: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktorrent: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktouch: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-accounts-kcm: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-approver: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-auth-handler: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-common-internals: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-contact-list: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-contact-runner: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-desktop-applets: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-filetransfer-handler: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-kded-module: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-send-file: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktp-text-ui: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ ktuberling: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kturtle: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kubrick: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kunitconversion: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Don't use GenericDataLocation on Android * Add windows CI ++++ kwallet: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ kwalletmanager5: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kwave: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kwayland: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * client: implement plasma-surface openUnderCursor * Fix since version * Fix include path in the generated pkgconfig file * [plasmawindowmanagement] Add resourceName * client: Bump plasmashell version to 7 (kde#453578) ++++ kwidgetsaddons: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * KDateComboBox: Add test for date picker integration * KDateComboBox: Add a test app for KDateComboBox * Use KDatePickerPopup in KDateComboBox * Add support for custom date word maps, as done in KDateComboBox * Share date range support between KDateComboBox and KDatePickerPopup * KDateComboBoxPrivate does not need a virtual dtor * Allow to change KDatePickerPopup modes at runtime * Implement date word actions as done in KDateCombobox * Build the date picker menu dynamically on demand * Add KDatePickerPopup * Add windows CI * KPageDialog: Add a new face type with a flat list of small icons ++++ kwindowsystem: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * autotests: improve test-reporting, comment-typo * Require passing tests * Fix skipping wayland test when weston is not found * Mark as supported on Android * Add windows CI ++++ kwordquiz: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ kxmlgui: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * autotests: skip kde-global settings changes on Windows (no DBus) * ui_standards.rc: add tag so kate can insert a menu between Edit and View * Add autotests for autosaving in combination with separate state config * Fix saving of state config if one has autosave enabled (kde#451725) * Add windows CI * Port away from QObject::sender() * KToolBar: code refactoring * Replace OS-specific system information code with QSysInfo (kde#450862) ++++ kxmlrpcclient5: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ ldc: - Use gcc-d (gdc) for bootstrapping as recommended by upstream. Only gdc is needed for bootstrapping instead of various older ldc versions, which also allows to use newer versions of LLVM (boo#1199054). On top of that, this allows ldc to use the shared runtime built with itself. - Drop use of binutils-gold, 1.29.0 does not use it by default anymore - Mention %so_ver in %files ++++ libkeduvocdocument: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkcddb: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkcompactdisc: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libgravatar: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkdcraw: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkexiv2: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkmahjongg: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkipi: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkdepim: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkleo: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ - Drop gcc12-fix.patch. Merged upstream. ++++ mailcommon: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ mailimporter: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libKF5ModemManagerQt: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ libKF5NetworkManagerQt: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * WirelessNetwork: Fix reference access point for the active network ++++ pimcommon: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ plasma-framework: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Too many changes since 5.93.0, only listing bugfixes: * Fix use-after-free in ContainmentInterface (kde#451267) * Fix osd dialog position (kde#452648) * Fix check for argument length in DataEngine loader (kde#452596) * Keep PlasmaComponents.Highlight on its former behaviour (kde#452555) * Dialog: Do not update layout parameters while hidden (kde#452512) * PC3 toggle controls: fix odd heights misaligning indicators (kde#447977) - Drop upstream patches: * b62d83bef7733e4943e6f66787166b41198d1359.patch * 0001-Fix-osd-dialog-position.patch * 0002-Keep-PlasmaComponents.Highlight-on-its-former-behavi.patch * 0003-Fix-check-for-argument-length-in-DataEngine-loader.patch ++++ prison-qt5: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Remove duplicate header between .h/.cpp file * Fix out-of-bounds read on the Aztec special char table * Enable macOS support * Fix PrisonScanner target name * Consider flipped video frames when computing the barcode positioon * Add barcode scanner component for barcode scanning from live video * Add windows CI ++++ purpose: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Port to ecm_add_qml_module * Add windows CI ++++ libksane: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ solid: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * udev/cpuinfo_arm: Add missing CPU ID * Mark as supported on Android * Add windows CI ++++ sonnet: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Fix license identifier * Add windows CI ++++ syndication: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ syntax-highlighting: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Simplify header install locations * inc version * tests shall always pass * cmake.xml: Updates for CMake 3.23 * try windows CI * Fix haxe rawstring escaping ++++ threadweaver: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI ++++ libktorrent: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkgapi: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ qt6-base: - Add GCC 12 compatibility changes: * 0001-XCB-fix-GCC-12-warning-about-uninitialized-variable-.patch * 0001-Fix-build-with-GCC12-avoid-QCborStreamReader-prepars.patch * 0001-QtOpenGL-Fix-build-with-GCC-12-qt_imageForBrush-is-i.patch ++++ marble: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libkomparediff2: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ libksieve: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ malcontent: - Update to version 0.10.4 + Remove superfluous arguments to i18n.merge_file. + Updated translations. - Drop upstream resolved patch: + f433aaf8c8f82f0aeaedee664f08bc6fcad47b0d.patch ++++ slurm: - Add a comment about the CommunicationParameters=block_null_hash option warning users who migrate - just in case. ++++ numactl: - Update to version 2.0.14.39.g8b18345: * numa(3): Fix typos and punctuation * Avoid libnuma.so dependency on util.o * test/prefered: add test cases for new 'preferred-many' policy * test/prefered: fix compiling problem * numa(3): Update the man page * Update to support multiple nodes * numademo: Add a new test for multiple-preferred-nodes policy * numactl: Simplify preferred selection * libnuma: Export interface to set/get preferred nodes * util: Add new preferred-many type ++++ python311-core: - Refresh bluez-devel-vendor.tar.xz - Fix building with system-expat (gh#python/cpython#92875). Nope, it didn't work, worked around it. ++++ rocs: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ tumbler: - Exclude RAW thumbnailer on Tumbleweed only to fix build on Leap ++++ wireplumber: - Update to version 0.4.10: * Changes - Add i18n support to be able to translate some user-visible strings. - wpctl now supports using @DEFAULT_{AUDIO_,VIDEO_,}{SINK,SOURCE}@ as ID, almost like pactl. Additionally, it supports a --pid flag for changing volume and mute state by specifying a process ID, applying the state to all nodes of a specific client process. - The Lua engine now supports loading Lua libraries. These can be placed either in the standard Lua libraries path or in the "lib" subdirectory of WirePlumber's "scripts" directory and can be loaded with ``require()`` - The Lua engine's sandbox has been relaxed to allow more functionality in scripts (the debug & coroutine libraries and some other previously disabled functions) - Lua scripts are now wrapped in special WpPlugin objects, allowing them to load asynchronously and declare when they have finished their loading - Add a new script that provides the same functionality as module-fallback-sink from PipeWire, but also takes endpoints into account and can be customised more easily. Disabled by default for now to avoid conflicts. * Policy - Add an optional experimental feature that allows filter-like streams (like echo-cancel or filter-node) to match the channel layout of the device they connect to, on both sides of the filter; that means that if, for instance, a sink has 6 channels and the echo-cancel's source stream is linked to that sink, then the virtual sink presented by echo-cancel will also be configured to the same 6 channels layout. This feature needs to be explicitly enabled in the configuration ("filter.forward-format") - filter-like streams (filter-chain and such) no longer follow the default sink when it changes, like in PulseAudio. * Fixes - The suspend-node script now also suspends nodes that go into the "error" state, allowing them to recover from errors without having to restart WirePlumber. - Fix a crash in mixer-api when setting volume with channelVolumes. - logind module now watches only for user state changes, avoiding errors when machined is not running. * Misc - The configuration files now have comments mentioning which options need to be disabled in order to run WirePlumber without D-Bus. - The configuration files now have properties to enable/disable the monitors and other sections, so that it is possible to disable them by dropping in a file that just sets the relevant property to false. - setlocale() is now called directly instead of relying on pw_init(). - WpSpaJson received some fixes and is now used internally to parse configuration files. - More applications were added to the bluetooth auto-switch applications whitelist. - Add a new wireplumber-lang package. - Drop patches already upstream: * 0001-scripts-policy-device-profile-clear-tables-when-devices-removed.patch * 0001-src-setlocale-in-main-for-tools-and-the-daemon.patch - Rebase reduce-meson-required-version.patch ++++ lokalize: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ lskat: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ man-pages-ja: - Update to version 20220415 * Added and improved manual pages ++++ markdownpart: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ mate-menu: - Update to version 22.04.2 * Sync translations * applications: Allow disabling category hover ++++ mate-themes: - Update to version 3.22.23 * Translations update * Add YaruOK and YaruGreen * BlackMATE fixes for CSD apps Also fix window buttons in metacity, mutter, gnome-shell * TOK/TG: Fix: checkboxes and radio buttons are little and blurry * all themes: adjustments for headerbars * border-radius fixes for double headerbars * separator fixes and height fixes ++++ mbox-importer: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ messagelib: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ minuet: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ mobipocket: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ mold: - Do not use mimalloc, use system glibc allocator. ++++ okular: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ openSUSE-release-tools: - Update to version 20220510.47294604: * Add support to containerfile repo to SLE15 ++++ orthanc: - version 1.11.0 * new API version 1.7 * new configuration parameter * for detailed changelog see NEWS ++++ orthanc-dicomweb: - Version 1.8 * Show an error message when trying to send studies > 4GB via STOW-RS * Optimized QIDO-RS to build its responses from DB if tags are saved in "ExtraMainDicomTags". * New configuration "PublicRoot" ++++ os-autoinst: - Update to version 4.6.1652179270.790b61c: * VNC console: Test more types of messages and encodings * VNC console: Add comments for certain magic numbers * VNC console: Test receiving color map * VNC console: Test cutting text * VNC console: Test security handshake * VNC console: Remove unreachable die and test changing RFB version * VNC console: Test updating frame buffer * Simplify quote subroutine in osutils * Use proper perl "signatures" in common files - osutils ++++ oxygen5-icon-theme: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - No code change since 5.93.0 ++++ palapeli: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ papirus-icon-theme: - Update to version 20220508 * Added icons: * DuckDuckGo #3012 * Betterbird #3011 * Ensembles #2996 * Smile * Flowtime * Bugdom * OpenJDK 18 * KakaoTalk * GNOME 42 Settings application * Keep Talking and Nobody Explodes #2816 * ro.go.hmlendea.DL-Desktop * Qtractor #3071 * Vivaldi-Snapshot #3066 * Java JDK * list-drag-handle-symbolic #3050 * NeoChat (tray) #3060 * Amberol * Tracks * Cider * Lapce #3030 * Kakoune #3029 * application-octet-stream (mime) #3027 * Ayatana Keyboard Indicator (tray) #3053 * ModernDeck (app & tray) * Google Chat Linux (app & tray) * VirusTotal #3015 * io.github.mimbrero.WhatsAppDesktop #3062 * tinyMediaManager #3023 * Roam Research #3031 * Athens #3032 * Crunchyroll #3044 * Jack Mixer #3048 * ProtonVPN GUI tray icons #3052 * d-tracker #3057 * Factor #3064 * Hoppscotch #3074 * Tracks * Do * Dynamic Wallpaper * Iotas * Warsow game #3073 * music-artist-symbolic #3098 * music-playlist-symbolic #3098 * selection-mode-symbolic #3098 * Microsoft Edge #3094 * Zettlr #3095 * Oh My SVG #3077 * Hypatia #3078 * Updated Icons: * QuteBrowser #3010 * GNOME Dictionary * GNOME Console #3014 * Bustle * KDEConnect trusted icons #3061 * CopyQ #3051 * Changes and fixes: * fix spinner icon size #3055 * fix Ensembles (48px) * fix tvdisconnected ++++ parley: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ partitionmanager: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ patch: - fix-swapping-fake-lines-in-pch_swap.patch: Fix swapping fake lines in pch_swap. This bug was causing a double free leading to a crash (boo#1080985 CVE-2018-6952). - abort-when-cleaning-up-fails.patch: Abort when cleaning up fails. This bug could cause an infinite loop when a patch wouldn't apply, leading to a segmentation fault (boo#1111572). - dont-follow-symlinks-unless-asked.patch: Don't follow symlinks unless --follow-symlinks is given. This increases the security against malicious patches (boo#1142041 CVE-2019-13636). - pass-the-correct-stat-to-backup-files.patch: Pass the correct stat to backup files. This bug would occasionally cause backup files to be missing when all hunks failed to apply (boo#1198106). ++++ perl-File-Rename: - updated to 1.31 * No user-visible changes - Update change-command-name.patch (upstream files were converted to dos line endings) ++++ picmi: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ pim-data-exporter: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ pim-sieve-editor: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ postfix: - remove *.swp from postfix-SUSE.tar.gz ++++ postfix-bdb: - remove *.swp from postfix-SUSE.tar.gz ++++ prometheus-blackbox_exporter: - Fix %pre section to avoid empty content ++++ prometheus-postgres_exporter: - Prevent empty %pre section ++++ python-oslo.utils: - update to version 4.13.0 - Add backing file format to the output - Fix formatting of release list - Update master for stable/yoga - Update python testing classifier - Update master for stable/xena - Fix regex used to mask password - QemuImgInfo: Fix inconsistent value format of encrypted - Add Python3 zed unit tests - Add Python3 yoga unit tests - setup.cfg: Replace dashes with underscores - fix strutils password regex - Use LOG.warning instead of deprecated LOG.warn - Changed minversion in tox to 3.18.0 ++++ python-openstackdocstheme: - update to version 2.4.0 - Fix OpenStack project "Search" pages - Updated Nav Menu ++++ python-PyMuPDF: - Clean up SPEC file. - Switch to pip/wheel-based build. ++++ python-azure-mgmt-redhatopenshift: - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py ++++ python-django-oidc-provider: - do not require python-mock for build - added patches fix no mock + python-django-oidc-provider-no-mock.patch ++++ python-django-picklefield: - python-mock is not required for build ++++ python-importlib-metadata: - Prevent build for Python 3.6 which is not supported anymore - Remove override to use deprecated setuptools usage ++++ python-pyroute2: - update to 0.6.9: * wireguard peer fix for both IPv4 and IPv6: * netns: avoid extra libc reloads: * wireguard: IPv6 fixes: * ndb: support arbitrary IPRoute-compatible source classes * ndb: tolerate source failures * ndb: chaotic tests * general: kernel version parser: * package: static version file: * iproute: support custom link kind classes: * ndb: reload of tunnels in the down state * ndb: improved reliability in the state sync, affected multihop and encap routes * ndb: improved neighbours management * tuntap: support loongarch * ndb: fix routes cleanup * ndb: support `in` for sources, interfaces and addresses * ndb: support changing tunnel (gre, ipip, ...) attributes * netlink: support NLM_F_DUMP_INTR ++++ python311: - Refresh bluez-devel-vendor.tar.xz - Fix building with system-expat (gh#python/cpython#92875). Nope, it didn't work, worked around it. ++++ python311-documentation: - Refresh bluez-devel-vendor.tar.xz - Fix building with system-expat (gh#python/cpython#92875). Nope, it didn't work, worked around it. ++++ qqc2-desktop-style: - Update to 5.94.0 * New feature release * For more details please see: * https://kde.org/announcements/frameworks/5/5.94.0 - Changes since 5.93.0: * Add windows CI * Remove infoChanged signal from KQuickStyleItem * Replace connect to self in KQuickStyleItem with direct method calls * Recalculate metrics when tablet mode changes * Fix use of a no longer existing id ++++ qt6-base-docs: - Add GCC 12 compatibility changes: * 0001-XCB-fix-GCC-12-warning-about-uninitialized-variable-.patch * 0001-Fix-build-with-GCC12-avoid-QCborStreamReader-prepars.patch * 0001-QtOpenGL-Fix-build-with-GCC-12-qt_imageForBrush-is-i.patch ++++ rasdaemon: - Update to version 0.6.8.0.git+c225517: * Bump version to 0.6.8 * misc/rasdaemon.spec.in: fix some issues on it * Makefile.am: clean output from misc/*.in * rasdaemon: Add some modules supported by hisi common error section * rasdaemon: Fix some print format issues for hisi common error section * rasdaemon: Fix the issue of command option -r for hip08 * rasdaemon: Fix the issue of sprintf data type mismatch in uuid_le() * rasdaemon.service.in: comment out syslog.target * add labels for asrock x570 motherboard * Update ras-mc-ctl manpage to match current options * rasdaemon: ras-mc-ctl: Fix script to parse dimm sizes * rasdaemon: fix compile against musl libc ++++ rubygem-yast-rake: - Mention YAST_SUBMIT in the 'rake -T' task list (bsc#1199371) - 0.2.47 ++++ ruqola: - Update to version 1.7.1 * bugfixes ++++ signon-kwallet-extension: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ skanlite: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ skanpage: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ spectacle: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ step: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ svgpart: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ sweeper: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ telegram-desktop: - Fixed requirements for Qt6 (boo#1199323). ++++ thunar-plugin-archive: - Update to version 0.5.0 * Fix for ark (gxo#thunar-plugins/thunar-archive-plugin#g4) * automake: INCLUDES -> AM_CPPFLAGS * preserve callbacks in tap-provider * remove GSpawnChildSetupFunc usage from tap_backend_run * Adds new README.md * updates AM_INIT_AUTOMAKE macro with foreign option * Add basic GitLab pipeline * Allow zip files (i.e. odt, docx...) to be compressed (gxo#thunar-plugins/thunar-archive-plugin#g15295) * Start archive application from file's directory (gxo#thunar-plugins/thunar-archive-plugin#g14773) * Replace AC_PROG_LIBTOOL with IT_PROG_INTLTOOL * Add support for archive manager for MATE * Translation Updates - Remove thunar-archive-plugin-0.3.0-fix-file-roller-extract-here.patch ++++ ugrep: - update to 3.7.10: * -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode characters ++++ umbrello: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ xen: - fix python3 >= 3.10 version detection ++++ xmvn: - Upgrade to version 4.0.0 ++++ xmvn-tools: - Upgrade to version 4.0.0 - Removed patches: * xmvn-gradle_4_4_1.patch * 0001-Fix-resolution-of-aliases-registered-by-add_maven_de.patch + Patches the inexisting xmvn-connector-gradle module * 0001-Prefer-namespaced-metadata-when-duplicates-are-found.patch * 0002-Make-xmvn-subst-honor-settings-for-ignoring-duplicat.patch * 0003-Fix-requires-generation-for-self-depending-packages.patch + Integrated upstream - Added patches: * 0001-Mimic-maven-javadoc-plugin-for-source-and-release.patch * 0002-module-path-not-allowed-with-release-8.patch + make Xmvn Javadoc Mojo respect release and source arguments * 0001-Simple-implementation-of-toolchains-https-github.com.patch + consider toolchains if specifies in Xmvn Javadoc Mojo * 0001-Restore-possibility-to-build-with-Java-8.patch * 0002-Revert-Update-compiler-source-target-to-JDK-11.patch * 0003-Revert-Use-new-Collection-methods-added-in-Java-9.patch * 0004-Add-a-jdk9-profile-to-assure-that-we-are-jdk8-compat.patch + different fixes to be able to build with JDK8 ++++ xmvn-connector: - Upgrade to version 4.0.0 - Rename package xmvn-connector-aether -> xmvn-connector - Removed patches: * xmvn-gradle_4_4_1.patch * 0001-Fix-resolution-of-aliases-registered-by-add_maven_de.patch + Patches the inexisting xmvn-connector-gradle module * 0001-Prefer-namespaced-metadata-when-duplicates-are-found.patch * 0002-Make-xmvn-subst-honor-settings-for-ignoring-duplicat.patch * 0003-Fix-requires-generation-for-self-depending-packages.patch + Integrated upstream - Added patches: * 0001-Mimic-maven-javadoc-plugin-for-source-and-release.patch * 0002-module-path-not-allowed-with-release-8.patch + make Xmvn Javadoc Mojo respect release and source arguments * 0001-Simple-implementation-of-toolchains-https-github.com.patch + consider toolchains if specifies in Xmvn Javadoc Mojo * 0001-Restore-possibility-to-build-with-Java-8.patch * 0002-Revert-Update-compiler-source-target-to-JDK-11.patch * 0003-Revert-Use-new-Collection-methods-added-in-Java-9.patch * 0004-Add-a-jdk9-profile-to-assure-that-we-are-jdk8-compat.patch + different fixes to be able to build with JDK8 - Upgrade to a git checkout of unreleased 4.0.0 * The module was deleted by upstream xmvn before their 4.0.0 * We forked the pre-deletion sources in https://github.com/fridrich/xmvn-connector-gradle - Become a standalone package independent of xmvn sources - Removed patches: * 0001-Fix-resolution-of-aliases-registered-by-add_maven_de.patch * xmvn-gradle_4_4_1.patch + both integrated in the git fork - Upgrade to a git checkout of unreleased upcoming 4.0.0 - Become a standalone package independent of xmvn sources ++++ xmvn-mojo: - Upgrade to version 4.0.0 - Removed patches: * xmvn-gradle_4_4_1.patch * 0001-Fix-resolution-of-aliases-registered-by-add_maven_de.patch + Patches the inexisting xmvn-connector-gradle module * 0001-Prefer-namespaced-metadata-when-duplicates-are-found.patch * 0002-Make-xmvn-subst-honor-settings-for-ignoring-duplicat.patch * 0003-Fix-requires-generation-for-self-depending-packages.patch + Integrated upstream - Added patches: * 0001-Mimic-maven-javadoc-plugin-for-source-and-release.patch * 0002-module-path-not-allowed-with-release-8.patch + make Xmvn Javadoc Mojo respect release and source arguments * 0001-Simple-implementation-of-toolchains-https-github.com.patch + consider toolchains if specifies in Xmvn Javadoc Mojo * 0001-Restore-possibility-to-build-with-Java-8.patch * 0002-Revert-Update-compiler-source-target-to-JDK-11.patch * 0003-Revert-Use-new-Collection-methods-added-in-Java-9.patch * 0004-Add-a-jdk9-profile-to-assure-that-we-are-jdk8-compat.patch + different fixes to be able to build with JDK8 ++++ xmvn-parent: - Upgrade to version 4.0.0 ++++ xorg-x11-server: - add n_raise_default_clients.patch ++++ yakuake: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ++++ yast2-kdump: - Do not limit to kdumptool MaxLow when using fadump (related to jsc#SLE-21644). - 4.5.1 ++++ zanshin: - Update to 22.04.1 * New bugfix release * For more details please see: * https://kde.org/announcements/gear/22.04.1/ ------------------------------------------------------------------ ------------------ 2022-5-9 - May 9 2022 ------------------- ------------------------------------------------------------------ ++++ FAudio: - Update to 22.05. Changes since 22.02: * FACT: Clamp SoundBank Q factor to ignore the 0.67 case, for now * CMake: Remove some uicommon files that no longer exist ++++ OpenIPMI: - Add OpenIPMI-autoconf-m4-ax-python-devel-serial25.patch which updates m4/ax_python_devel.m4 to serial25, retaining upstreams PYTHON_VERSION addition, before the bootstrap runs automake, because the new serial 25 can deal with Python 3.10 version strings and deprecation of distutils. ++++ ant: - Disable a test failing to compile with junit5 5.8.x ++++ ant-antlr: - Disable a test failing to compile with junit5 5.8.x ++++ ant-junit: - Disable a test failing to compile with junit5 5.8.x ++++ ant-junit5: - Disable a test failing to compile with junit5 5.8.x ++++ autofs: - Use OPTIONS instead of AUTOFS_OPTIONS in /etc/sysconfig/autofs (bsc#1199027) ++++ barrel: - added nilfs2 support - version 0.1.3 ++++ rust1.60: - bsc#1199126 - resolve issue with rpath being embedded into rust-lld - Support changing gcc version for leap/sle ++++ cppzmq-devel: - Update to 4.8.1 * Fix fallback value for ZMQ_DEPRECATED * Fix MSYS libzmq discovery * Fix handshake event don't need DRAFT API in libzmq v4.3.0 and above * Use chrono duration for poll default timeout * context_t close no longer uses deprecated function * Fix for potential memory leak in monitor_t::check_event * Fix conversion warnings * Deprecate confusing connected() function * Add all draft socket types up to libzmq 4.3.4 * Add support for socket_ref to multipart_t ctor/send/recv * Expose zmq::fd_t * Add poller_t::size function ++++ crun: - Update to 1.4.5: + CRIU: add support for different manage cgroups modes. + linux: the hook processes inherit the crun process environment if there is no environment block specified in the OCI configuration. ° exec: fix double free when using --apparmor and - -process-label. ++++ cryptctl: - Update to version 2.4: * (bsc#1186226) - (CVE-2019-18906) client side password hashing is equivalent to clear text password storage * Fix authentication on all places. * Fix sysconfig variable name. * First step to use plain text password instead of hashed password. * Move repository into the SUSE github organization * decorate readme with more usage instructions * in RPC server, if client comes from localhost, remember its ipv4 localhost address instead of ipv6 address * Test clear expired commands in TestDB_UpdateSeenFlag * tell a record to clear expired pending commands upon saving a command result; introduce pending commands RPC test case * avoid hard coding 127.0.0.1 in host ID of alive message test; let system administrator mount and unmount disks by issuing these two commands on key server. ++++ davix: - Update to version 0.8.1: * Epic - [DMC-1267] - Davix with libcurl backend - Huge refactoring to accommodate both libneon and libcurl backends, as well as improved testing * Bug fixes - [D-MC-1259] - Gfal2-python pread(offset, count): Partial Content request not working against EOS storage - [DMC-1279] - Davix with libcurl backend does not load certificate via callback functions - [DMC-1291] - Davix fails to parse IPv6-format hostname during certificate verification - [davix/issues/71] - davix-get failing auth with DAVIX_USE_LIBCURL - [DMC-1209] - Davix Redirection Cache causes Segfault when encountering relative path - [DMC-1243] - Davix hangs if url starts with 'https' is used with S3/Swift credentials in command - [davix/pull/54] - Really add '\0' after printed X.509 data - [davix/pull/66] - Initialize session factory members - [davix/pull/70] - Fix return value of HttpIO::readFull * New Features - [DMC-1221] - Introduce a filter to avoid exposing sensitive information (such as bearer tokens) in Davix debug output - [DMC-1238] - Add SWIFT support in Davix - [DMC-1268] - Add CS3API support in Davix * Changes - [davix/pull/83] - Remove reva-specific credentials management * Improvements - [DMC-1025] - Allow HEAD-free open through posix API - [DMC-1245] - Add leading 0 to Adler32 checksum format in Davix * Drop davix-non-void-function.patch * Drop davix-link-against-libdl.patch ++++ ddrescueview: - Update to v0.4.5: * Fixed an issue that emerged with the mapfile backup mechanism in ddrescue 1.24 and later. * When an update interval was set in ddrescueview, the program would be stuck on the backup version of the mapfile, causing no progress to be shown over time. With this patch, ddrescueview avoids the issue by re-opening the file every time it needs to be read. * Abandoned the nonsensical versioning scheme (alpha x - labled versions) ++++ deepin-music-player: - Update version to 6.2.13 * Fix bugs - Drop the deepin-aiassistant plugin, this is an invaild plugin in openSUSE ++++ deepin-reader: - Fix build on ARM ++++ exempi: - Update to 2.6.1: * Update XMPCore to Adobe XMP SDK v2021.10 * Some fixes previously done in Exempi are now upstream - Install the NEWS file instead of the obsolete ChangeLog one ++++ frei0r-plugins: - Update to 1.8.0 * Consolidated opencv4 support * spelling fixes * using the void keyword in function declaration * Add FX aech0r . Aim to simulate an analog video echo. * Fix build for opencv4 * Fill uninitialized gaps between grid images * Avoid destructing alpha channel. * pixeliz0r: Limit the blocksize to a minimum of 1 pixel * edgeglow: Fix hsl to rgb conversion - Drop 0001-Port-facebl0r-to-OpenCV-C-API.patch, merged upstream ++++ gperftools: - Enable use of libunwind on riscv64 ++++ gstreamer: - Enable use of libunwind on riscv64 - Update to version 1.20.2 + Highlighted bugfixes: - avviddec: Remove vc1/wmv3 override and fix crashes on WMV files with FFMPEG 5.0+ - macOS: fix plugin discovery for GStreamer installed via brew and fix loading of Rust plugins - rtpbasepayload: various header extension handling fixes - rtpopusdepay: fix regression in stereo input handling if sprop-stereo is not advertised - rtspclientsink: fix possible shutdown deadlock - mpegts: gracefully handle "empty" program maps and fix AC-4 detection - mxfdemux: Handle empty VANC packets and fix EOS handling - playbin3: various playbin3, uridecodebin3, and playsink fixes - ptpclock: fix initial sync-up with certain devices - gltransformation: let graphene alloc its structures memory aligned - webrtcbin fixes and webrtc sendrecv example improvements - video4linux2: various fixes including some fixes for Raspberry Pi users - videorate segment handling fixes and other fixes - nvh264dec, nvh265dec: Fix broken key-unit trick modes and reverse playback - wpe: Reintroduce persistent WebContext - cerbero: Make it easier to consume 1.20.1 macOS GStreamer .pkgs - build fixes and gobject annotation fixes - bug fixes, security fixes, memory leak fixes, and other stability and reliability improvements + gstreamer: - devicemonitor: clean up signal handlers and hidden providers list - Leaks tracer: fix pthread_atfork return value check leading to bogus warning in log - Rust plugins: Not picked up by the plugin loader on macOS - Failed to use plugins of latest GStreamer version 1.20.x installed by brew on macOS - ptpclock: Allow at least 100ms delay between Sync/Follow_Up and Delay_Req/Delay_Resp messages. Fixes problems acquiring initial sync with certain devices - meson: Add -Wl,-rpath,${libdir} on macOS - registry: skip Rust dep builddirs when searching for plugins recursively ++++ gstreamer-devtools: - Update to version 1.20.1: + meson: provide gobject-cast-checks, glib-checks and glib-asserts options at top level as well ++++ gstreamer-docs: - Update to version 1.20.2: + No changelog provided by upstream. ++++ gstreamer-editing-services: - Update to version 1.20.2: + License clarification: GES is released under the LGPL2+ license ++++ python-gst: - Update to version 1.20.2: + Fix build on systems without C++ compiler ++++ gstreamer-plugins-bad: - Update to version 1.20.2: + av1parse: Fix several issues about the colorimetry. + av1parse: fix up various possible logic errors + dashsink: fix missing mutex unlock in error code path when failing to get content + d3d11videosink: Fix for unhandled mouse double click events + interlace: Also handle a missing "interlace-mode" field as progressive + msdk: fix build with MSVC + mxfdemux: Fix issues at EOS + mxfdemux: Handle empty VANC packets + nvh264dec, nvh265dec: Fix broken key-unit trick and reverse playback + nvvp9sldec: Increase DPB size to cover render delay + rvsg: fix cairo include + tsdemux: Fix AC-4 detection in MPEG-TS + tsdemux: Handle "empty" PMT gracefully + va: pool: don't advertise the GST_BUFFER_POOL_OPTION_VIDEO_ALIGNMENT option any more + v4l2codecs: Fix memory leak + v4l2videodec: set frame duration according to framerate + webrtcbin: Update documentation of 'get-stats' action signal + webrtcbin: Check data channel transport for notifying 'ice-gathering-state' + webrtcbin: Avoid access of freed memory + wpe: Reintroduce persistent WebContext + Build: use CMake to find some openssl and exr deps + Fix multiple "unused-but-set variable" compiler warnings - Drop patch already included in 1.20.2: + 8440e2a373e5ce681d15f5880cb2f2562be332cf.patch ++++ gstreamer-plugins-base: - Update to version 1.20.2: + appsrc: Clarify buffer ref semantics in signals documentation + appsrc: fix annotations for bindings + typefind: Skip extension parsing for data:// URIs, fixing regression with mp4 files serialised to data uris + playbin3: various fixes + playbin3: fix missing lock when unknown stream type in pad-removed cb + decodebin3: fix collection leaks + decodebin3: Don't duplicate stream selections + discoverer: chain up to parent finalize methods in all our types to fix memory leaks + glmixerbin: slightly better pad/element creation + gltransformation: let graphene alloc its structures memory aligned + ogg: fix possible buffer overrun + rtpbasepayload: Don't write header extensions if there's no corresponding... + rtpbasepayload: always store input buffer meta before negotiation + rtpbasepayload: fix transfer annotation for push and push_list + subparse: don't try to index string with -1 + riff-media: fix memory leak after usage for g_strjoin() + playbin/playbin3: Allow setting a NULL URI + playsink: Complete reconfiguration on pad release. + parsebin: Expose streams of unknown type + pbutils: Fix wmv screen description detection + subparse: don't deref a potentially NULL variable + rawvideoparse: set format from caps in gst_raw_video_parse_set_config_from_caps + videodecoder: release stream lock after handling gap events + videorate: fix assertion when pushing last and only buffer without duration + videorate: Revert "don't reset on segment update" to fix segment handling regressions + gst-play-1.0, gst-launch-1.0: Enable win32 high-resolution timer also for MinGW build - Drop patch already included in 1.20.2: + 5a074a11f90e3d70b24bf0c535ab0480fad9e701.patch ++++ gstreamer-plugins-good: - Update to version 1.20.2: + deinterlace: silence unused-but-set werror from imported code + qtdemux: fix leak of channel_mapping + rtpopusdepay: missing sprop-stereo should not assume mono + rtpjitterbuffer: Fix invalid memory access in rtp_jitter_buffer_pop() + rtpptdemux: fix leak of caps when ignoring a pt + rtpredenc: quieten warning about ignoring header extensions + soup: Fix pre-processor macros in souploader for libsoup-3.0 + twcc: Note that twcc-stats packet loss counts reordering as loss + add some logging + video4linux2: Manual backports for RPi users + wavparse: handle URI query in any parse state, fixing audio track selection issue in GES + wavparse: Unset DISCONT buffer flag for divided into multiple buffers in push mode ++++ gstreamer-plugins-libav: - Update to version 1.20.2: + video decoders: fix frame leak on negotiation error + Fix build on systems without C++ compiler + avviddec: Remove vc1/wmv3 override (fixing crash with FFmpeg 5 + Segfaults on ASF/WMV files with FFMPEG 5.0+ ++++ gstreamer-plugins-ugly: - Update to version 1.20.2: + x264enc: Don't try to fixate ANY allowed caps ++++ gstreamer-plugins-vaapi: - Update to version 1.20.2: + No changes ++++ gstreamer-rtsp-server: - Update to version 1.20.2: + rtspclientsink: fix possible shutdown deadlock in collect_streams() + Minor spelling fixes ++++ helm: - Update to version 3.8.2: * Bump oras.land/oras-go from 1.1.0 to 1.1.1 * Fixing downloader plugin error handling * Simplify testdata charts * Simplify testdata charts * Add tests for multi-level dependencies. * Fix value precedence * Bumping Kubernetes package versions * Updating vcs to latest version * Dont modify provided transport * Pass http getter as pointer in tests * Add docs block * Add transport option and tests * Reuse http transport * Updating Kubernetes libs to 0.23.4 (latest) * fix: remove deadcode * fix: helm package tests * fix: helm package with dependency update for charts with OCI dependencies * Fix typo Unset the env var before func return in Unit Test * add legal name check * maint: fix syntax error in deploy.sh * linting issue fixed * only apply overwrite if version is canary * overwrite flag added to az storage blob upload-batch * Avoid querying for OCI tags can explicit version provided in chart dependencies * Management of bearer tokens for tag listing * Updating Kubernetes packages to 1.23.3 * refactor: use `os.ReadDir` for lightweight directory reading * Add IngressClass to manifests to be (un)installed * feat(comp): Shell completion for OCI * Fix install memory/goroutine leak ++++ hplip: - Update to 3.22.4 Added support for following new Distro's: * Manjaro 21.2 Added support for the following new Printers: * HP LaserJet Pro 4001ne * HP LaserJet Pro 4001n * HP LaserJet Pro 4001dne * HP LaserJet Pro 4001dn * HP LaserJet Pro 4001dwe * HP LaserJet Pro 4001dw * HP LaserJet Pro 4001d * HP LaserJet Pro 4001de * HP LaserJet Pro 4002ne * HP LaserJet Pro 4002n * HP LaserJet Pro 4002dne * HP LaserJet Pro 4002dn * HP LaserJet Pro 4002dwe * HP LaserJet Pro 4002dw * HP LaserJet Pro 4002d * HP LaserJet Pro 4002de * HP LaserJet Pro 4003dn * HP LaserJet Pro 4003dw * HP LaserJet Pro 4003n * HP LaserJet Pro 4003d * HP LaserJet Pro 4004d * HP LaserJet Pro 4004dn * HP LaserJet Pro 4004dw * HP LaserJet Pro MFP 4101dwe * HP LaserJet Pro MFP 4101dw * HP LaserJet Pro MFP 4101fdn * HP LaserJet Pro MFP 4101fdne * HP LaserJet Pro MFP 4101fdw * HP LaserJet Pro MFP 4101fdwe * HP LaserJet Pro MFP 4102dwe * HP LaserJet Pro MFP 4102dw * HP LaserJet Pro MFP 4102fdn * HP LaserJet Pro MFP 4102fdw * HP LaserJet Pro MFP 4102fdwe * HP LaserJet Pro MFP 4102fdne * HP LaserJet Pro MFP 4102fnw * HP LaserJet Pro MFP 4102fnwe * HP LaserJet Pro MFP 4103dw * HP LaserJet Pro MFP 4103dn * HP LaserJet Pro MFP 4103fdn * HP LaserJet Pro MFP 4103fdw * HP LaserJet Pro MFP 4104dw * HP LaserJet Pro MFP 4104fdw * HP LaserJet Pro MFP 4104fdn * HP ScanJet Pro 3600 f1 * HP ScanJet Pro N4600 fnw1 * HP ScanJet Pro 2600 f1 * HP ScanJet Enterprise Flow N6600 fnw1 - Changes from 3.22.2 Added support for following new Distro's: * Elementary OS 6.1 * RHEL 8.5 * Linux Mint 20.3 Added support for the following new Printers: * HP LaserJet Tank MFP 1602a * HP LaserJet Tank MFP 1602w * HP LaserJet Tank MFP 1604w * HP LaserJet Tank MFP 2602dn * HP LaserJet Tank MFP 2602sdn * HP LaserJet Tank MFP 2602sdw * HP LaserJet Tank MFP 2602dw * HP LaserJet Tank MFP 2604dw * HP LaserJet Tank MFP 2604sdw * HP LaserJet Tank MFP 2603dw * HP LaserJet Tank MFP 2603sdw * HP LaserJet Tank MFP 2605sdw * HP LaserJet Tank MFP 2606dn * HP LaserJet Tank MFP 2606sdn * HP LaserJet Tank MFP 2606sdw * HP LaserJet Tank MFP 2606dw * HP LaserJet Tank MFP 2606dc * HP LaserJet Tank MFP 1005 * HP LaserJet Tank MFP 1005w * HP LaserJet Tank MFP 1005nw * HP LaserJet Tank 1502a * HP LaserJet Tank 1502w * HP LaserJet Tank 1504w * HP LaserJet Tank 2502dw * HP LaserJet Tank 2502dn * HP LaserJet Tank 2504dw * HP LaserJet Tank 2503dw * HP LaserJet Tank 2506dw * HP LaserJet Tank 2506d * HP LaserJet Tank 2506dn * HP LaserJet Tank 1020 * HP LaserJet Tank 1020w * HP LaserJet Tank 1020nw - Changes from 3.21.12 Added support for following new Distro's: * MX Linux 21 * Elementary OS 6 * Fedora 35 - Drop photocard-fix-import-error-for-pcardext.patch, because now in upstream. - Rebase Use-lsb_release-fallback-code-if-import-distro-fails.patch, bacause some is in upstream now. - Reabse hplip-missing-drivers.patch ++++ irssi: - add the Libera chat network to the default configuration to improve the new user experience - irssi-1.2.3-add-libera.patch ++++ open-iscsi: - Update to latest upstream, including: * Added 'distclean' to Makefile targets * Ensure Makefile '.PHONY' targets set up correctly * fix an iscsid logout bug generating a false error and cleanup logout error messages ++++ junit5: - Update to upstream version 5.8.2 * Fixes: + Text blocks in @CsvSource are treated like CSV files + CSV headers in display names for @CsvSource and @CsvFileSource + Custom quote character support in @CsvSource and @CsvFileSource + Support for text blocks in @CsvSource + Java 18 support in the JRE enum + Access to the ExecutionMode in the ExtensionContext + Declarative test suites via @Suite classes + LauncherSession and accompanying listener + New UniqueIdTrackingListener + More fine-grained Java Flight Recorder events + Java Flight Recorder support on Java 8 Update 262 or higher + Test class ordering + @TempDir can be used to create multiple temporary directories + Extension registration via @ExtendWith on fields and parameters + Auto-close support for arguments in @ParameterizedTest methods - Fix the classpath of console application so that it actually works ++++ kanku: - Update to version 0.12.4: * [util] enable cache=unsafe for all disk images * [web] fixed 'scroll to top' button ++++ kernel-debug: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-default: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-source: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-docs: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-kvmsmall: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-obs-build: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-obs-qa: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-pae: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-syms: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ kernel-vanilla: - Linux 5.17.6 (bsc#1012628). - usb: mtu3: fix USB 3.0 dual-role-switch from device to host (bsc#1012628). - floppy: disable FDRAWCMD by default (bsc#1012628). - USB: quirks: add a Realtek card reader (bsc#1012628). - USB: quirks: add STRING quirk for VCOM device (bsc#1012628). - USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (bsc#1012628). - USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader (bsc#1012628). - USB: serial: option: add support for Cinterion MV32-WA/MV32-WB (bsc#1012628). - USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions (bsc#1012628). - usb: xhci: tegra:Fix PM usage reference leak of tegra_xusb_unpowergate_partitions (bsc#1012628). - xhci: Enable runtime PM on second Alderlake controller (bsc#1012628). - xhci: stop polling roothubs after shutdown (bsc#1012628). - xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500ms (bsc#1012628). - iio: dac: ad5592r: Fix the missing return value (bsc#1012628). - iio: scd4x: check return of scd4x_write_and_fetch (bsc#1012628). - iio: dac: ad5446: Fix read_raw not returning set value (bsc#1012628). - iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() (bsc#1012628). - iio: imu: inv_icm42600: Fix I2C init possible nack (bsc#1012628). - usb: misc: fix improper handling of refcount in uss720_probe() (bsc#1012628). - usb: core: Don't hold the device lock while sleeping in do_proc_control() (bsc#1012628). - usb: typec: ucsi: Fix reuse of completion structure (bsc#1012628). - usb: typec: ucsi: Fix role swapping (bsc#1012628). - usb: gadget: uvc: Fix crash when encoding data for usb request (bsc#1012628). - usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() (bsc#1012628). - usb: dwc3: Try usb-role-switch first in dwc3_drd_init (bsc#1012628). - usb: dwc3: core: Fix tx/rx threshold settings (bsc#1012628). - usb: dwc3: core: Only handle soft-reset in DCTL (bsc#1012628). - usb: dwc3: gadget: Return proper request status (bsc#1012628). - usb: dwc3: pci: add support for the Intel Meteor Lake-P (bsc#1012628). - usb: cdns3: Fix issue for clear halt endpoint (bsc#1012628). - usb: phy: generic: Get the vbus supply (bsc#1012628). - kernfs: fix NULL dereferencing in kernfs_remove (bsc#1012628). - binder: Gracefully handle BINDER_TYPE_FDA objects with num_fds=0 (bsc#1012628). - binder: Address corner cases in deferred copy and fixup (bsc#1012628). - serial: imx: fix overrun interrupts in DMA mode (bsc#1012628). - serial: amba-pl011: do not time out prematurely when draining tx fifo (bsc#1012628). - serial: 8250: Also set sticky MCR bits in console restoration (bsc#1012628). - serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device (bsc#1012628). - eeprom: at25: Use DMA safe buffers (bsc#1012628). - arch_topology: Do not set llc_sibling if llc_id is invalid (bsc#1012628). - topology: make core_mask include at least cluster_siblings (bsc#1012628). - ceph: fix possible NULL pointer dereference for req->r_session (bsc#1012628). - bus: mhi: host: pci_generic: Add missing poweroff() PM callback (bsc#1012628). - bus: mhi: host: pci_generic: Flush recovery worker during freeze (bsc#1012628). - arm64: dts: imx8mm-venice: fix spi2 pin configuration (bsc#1012628). - pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config (bsc#1012628). - f2fs: should not truncate blocks during roll-forward recovery (bsc#1012628). - hex2bin: make the function hex_to_bin constant-time (bsc#1012628). - hex2bin: fix access beyond string end (bsc#1012628). - bus: fsl-mc-msi: Fix MSI descriptor mutex lock for msi_first_desc() (bsc#1012628). - riscv: patch_text: Fixup last cpu should be master (bsc#1012628). - x86/cpu: Load microcode during restore_processor_state() (bsc#1012628). - x86/pci/xen: Disable PCI/MSI[-X] masking for XEN_HVM guests (bsc#1012628). - iocost: don't reset the inuse weight of under-weighted debtors (bsc#1012628). - virtio_net: fix wrong buf address calculation when using xdp (bsc#1012628). - cpufreq: qcom-hw: drop affinity hint before freeing the IRQ (bsc#1012628). - cpufreq: qcom-hw: fix the race between LMH worker and cpuhp (bsc#1012628). - cpufreq: qcom-hw: fix the opp entries refcounting (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platforms (bsc#1012628). - video: fbdev: udlfb: properly check endpoint type (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for G12B boards (bsc#1012628). - arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards (bsc#1012628). - iio: dac: ad3552r: fix signedness bug in ad3552r_reset() (bsc#1012628). - iio:imu:bmi160: disable regulator in error path (bsc#1012628). - iio:filter:admv8818: select REGMAP_SPI for ADMV8818 (bsc#1012628). - mtd: rawnand: fix ecc parameters for mt7622 (bsc#1012628). - tee: optee: add missing mutext_destroy in optee_ffa_probe (bsc#1012628). - xsk: Fix l2fwd for copy mode + busy poll combo (bsc#1012628). - arm64: dts: imx8qm: Correct SCU clock controller's compatible property (bsc#1012628). - USB: Fix xhci event ring dequeue pointer ERDP update issue (bsc#1012628). - soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang (bsc#1012628). - ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue (bsc#1012628). - iio:dac:ad3552r: Fix an IS_ERR() vs NULL check (bsc#1012628). - arm64: dts: imx8mq-tqma8mq: change the spi-nor tx (bsc#1012628). - arm64: dts: imx8mn: Fix SAI nodes (bsc#1012628). - arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labeling for CON1 (bsc#1012628). - phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe (bsc#1012628). - phy: samsung: exynos5250-sata: fix missing device put in probe error paths (bsc#1012628). - ARM: OMAP2+: Fix refcount leak in omap_gic_of_init (bsc#1012628). - bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific (bsc#1012628). - ARM: dts: dra7: Fix suspend warning for vpe powerdomain (bsc#1012628). - phy: ti: omap-usb2: Fix error handling in omap_usb2_enable_clocks (bsc#1012628). - ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek (bsc#1012628). - ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name (bsc#1012628). - ARM: dts: at91: fix pinctrl phandles (bsc#1012628). - phy: mapphone-mdm6600: Fix PM error handling in phy_mdm6600_probe (bsc#1012628). - phy: ti: Add missing pm_runtime_disable() in serdes_am654_probe (bsc#1012628). - interconnect: qcom: sc7180: Drop IP0 interconnects (bsc#1012628). - interconnect: qcom: sdx55: Drop IP0 interconnects (bsc#1012628). - ARM: dts: Fix mmc order for omap3-gta04 (bsc#1012628). - ARM: dts: am33xx-l4: Add missing touchscreen clock properties (bsc#1012628). - ARM: dts: am3517-evm: Fix misc pinmuxing (bsc#1012628). - ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35 (bsc#1012628). - pinctrl: qcom: sm6350: fix order of UFS & SDC pins (bsc#1012628). - ipvs: correctly print the memory size of ip_vs_conn_tab (bsc#1012628). - phy: amlogic: fix error path in phy_g12a_usb3_pcie_probe() (bsc#1012628). - pinctrl: mediatek: moore: Fix build error (bsc#1012628). - mtd: rawnand: Fix return value check of wait_for_completion_timeout (bsc#1012628). - mtd: fix 'part' field data corruption in mtd_info (bsc#1012628). - pinctrl: stm32: Do not call stm32_gpio_get() for edge triggered IRQs in EOI (bsc#1012628). - memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode (bsc#1012628). - net: dsa: Add missing of_node_put() in dsa_port_link_register_of (bsc#1012628). - netfilter: nft_set_rbtree: overlap detection with element re-addition after deletion (bsc#1012628). - bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hook (bsc#1012628). - pinctrl: rockchip: fix RK3308 pinmux bits (bsc#1012628). - tcp: md5: incorrect tcp_header_len for incoming connections (bsc#1012628). - pinctrl: stm32: Keep pinctrl block clock enabled when LEVEL IRQ requested (bsc#1012628). - tcp: ensure to use the most recently sent skb when filling the rate sample (bsc#1012628). - wireguard: device: check for metadata_dst with skb_valid_dst() (bsc#1012628). - sctp: check asoc strreset_chunk in sctp_generate_reconf_event (bsc#1012628). - ARM: dts: imx6ull-colibri: fix vqmmc regulator (bsc#1012628). - arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock (bsc#1012628). - pinctrl: pistachio: fix use of irq_of_parse_and_map() (bsc#1012628). - cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probe (bsc#1012628). - net: hns3: clear inited state and stop client after failed to register netdev (bsc#1012628). - net: hns3: fix error log of tx/rx tqps stats (bsc#1012628). - net: hns3: modify the return code of hclge_get_ring_chain_from_mbx (bsc#1012628). - net: hns3: add validity check for message data length (bsc#1012628). - net: hns3: add return value for mailbox handling in PF (bsc#1012628). - net/smc: sync err code when tcp connection was refused (bsc#1012628). - net: lan966x: fix a couple off by one bugs (bsc#1012628). - ip_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip6_gre: Make o_seqno start from 0 in native mode (bsc#1012628). - ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode (bsc#1012628). - tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT (bsc#1012628). - tcp: make sure treq->af_specific is initialized (bsc#1012628). - bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() (bsc#1012628). - clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (bsc#1012628). - cpufreq: qcom-cpufreq-hw: Clear dcvs interrupts (bsc#1012628). - mctp: defer the kfree of object mdev->addrs (bsc#1012628). - net: bcmgenet: hide status block before TX timestamping (bsc#1012628). - net: phy: marvell10g: fix return value on error (bsc#1012628). - net: dsa: mv88e6xxx: Fix port_hidden_wait to account for port_base_addr (bsc#1012628). - drm/sun4i: Remove obsolete references to PHYS_OFFSET (bsc#1012628). - ice: wait 5 s for EMP reset after firmware flash (bsc#1012628). - Bluetooth: hci_event: Fix checking for invalid handle on error status (bsc#1012628). - net: dsa: lantiq_gswip: Don't set GSWIP_MII_CFG_RMII_CLK (bsc#1012628). - io_uring: check reserved fields for send/sendmsg (bsc#1012628). - io_uring: check reserved fields for recv/recvmsg (bsc#1012628). - netfilter: nf_conntrack_tcp: re-init for syn packets only (bsc#1012628). - netfilter: conntrack: fix udp offload timeout sysctl (bsc#1012628). - platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf() (bsc#1012628). - platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails (bsc#1012628). - drm/amdkfd: Fix GWS queue count (bsc#1012628). - drm/amd/display: Fix memory leak in dcn21_clock_source_create (bsc#1012628). - tls: Skip tls_append_frag on zero copy size (bsc#1012628). - bnx2x: fix napi API usage sequence (bsc#1012628). - net: fec: add missing of_node_put() in fec_enet_init_stop_mode() (bsc#1012628). - gfs2: Minor retry logic cleanup (bsc#1012628). - gfs2: Make sure not to return short direct writes (bsc#1012628). - gfs2: No short reads or writes upon glock contention (bsc#1012628). - perf arm-spe: Fix addresses of synthesized SPE events (bsc#1012628). - ixgbe: ensure IPsec VF<->PF compatibility (bsc#1012628). - net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASK (bsc#1012628). - Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits" (bsc#1012628). - tcp: fix F-RTO may not work correctly when receiving DSACK (bsc#1012628). - ASoC: soc-pcm: use GFP_KERNEL when the code is sleepable (bsc#1012628). - ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSAN (bsc#1012628). - ASoC: rt711/5682: check if bus is active before deferred jack detection (bsc#1012628). - ASoC: Intel: soc-acpi: correct device endpoints for max98373 (bsc#1012628). - ASoC: wm8731: Disable the regulator when probing fails (bsc#1012628). - Input: cypress-sf - register a callback to disable the regulators (bsc#1012628). - ext4: fix bug_on in start_this_handle during umount filesystem (bsc#1012628). - arch: xtensa: platforms: Fix deadlock in rs_close() (bsc#1012628). - ksmbd: increment reference count of parent fp (bsc#1012628). - ksmbd: set fixed sector size to FS_SECTOR_SIZE_INFORMATION (bsc#1012628). - erofs: fix use-after-free of on-stack io[] (bsc#1012628). - bonding: do not discard lowest hash bit for non layer3+4 hashing (bsc#1012628). - x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 (bsc#1012628). - cifs: destage any unwritten data to the server before calling copychunk_write (bsc#1012628). - drivers: net: hippi: Fix deadlock in rr_close() (bsc#1012628). - powerpc/perf: Fix 32bit compile (bsc#1012628). - ALSA: hda: intel-dsp-config: Add RaptorLake PCI IDs (bsc#1012628). - selftest/vm: verify mmap addr in mremap_test (bsc#1012628). - selftest/vm: verify remap destination address in mremap_test (bsc#1012628). - bfq: Fix warning in bfqq_request_over_limit() (bsc#1012628). - Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40" (bsc#1012628). - Revert "block: inherit request start time from bio for BLK_CGROUP" (bsc#1012628). - zonefs: Fix management of open zones (bsc#1012628). - zonefs: Clear inode information flags on inode creation (bsc#1012628). - kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink occur at same time (bsc#1012628). - mtd: rawnand: qcom: fix memory corruption that causes panic (bsc#1012628). - netfilter: Update ip6_route_me_harder to consider L3 domain (bsc#1012628). - drm/amdgpu: don't runtime suspend if there are displays attached (v3) (bsc#1012628). - drm/i915: Check EDID for HDR static metadata when choosing blc (bsc#1012628). - drm/i915: Fix SEL_FETCH_PLANE_*(PIPE_B+) register addresses (bsc#1012628). - net: ethernet: stmmac: fix write to sgmii_adapter_base (bsc#1012628). - ACPI: processor: idle: Avoid falling back to C3 type C-states (bsc#1012628). - thermal: int340x: Fix attr.show callback prototype (bsc#1012628). - btrfs: fix direct I/O read repair for split bios (bsc#1012628). - btrfs: fix direct I/O writes for split bios on zoned devices (bsc#1012628). - btrfs: fix leaked plug after failure syncing log on zoned filesystems (bsc#1012628). - btrfs: zoned: use dedicated lock for data relocation (bsc#1012628). - btrfs: fix assertion failure during scrub due to block group reallocation (bsc#1012628). - ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 console lines (bsc#1012628). - ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG controller OC mode (bsc#1012628). - perf symbol: Pass is_kallsyms to symbols__fixup_end() (bsc#1012628). - perf symbol: Update symbols__fixup_end() (bsc#1012628). - perf symbol: Remove arch__symbols__fixup_end() (bsc#1012628). - tty: n_gsm: fix missing mux reset on config change at responder (bsc#1012628). - tty: n_gsm: fix restart handling via CLD command (bsc#1012628). - tty: n_gsm: fix decoupled mux resource (bsc#1012628). - tty: n_gsm: fix mux cleanup after unregister tty device (bsc#1012628). - tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix frame reception handling (bsc#1012628). - tty: n_gsm: fix malformed counter for out of frame data (bsc#1012628). - netfilter: nft_socket: only do sk lookups when indev is available (bsc#1012628). - tty: n_gsm: fix insufficient txframe size (bsc#1012628). - tty: n_gsm: fix wrong DLCI release order (bsc#1012628). - tty: n_gsm: fix missing explicit ldisc flush (bsc#1012628). - tty: n_gsm: fix wrong command retry handling (bsc#1012628). - tty: n_gsm: fix wrong command frame length field encoding (bsc#1012628). - tty: n_gsm: fix wrong signal octets encoding in MSC (bsc#1012628). - tty: n_gsm: fix missing tty wakeup in convergence layer type 2 (bsc#1012628). - tty: n_gsm: fix reset fifo race condition (bsc#1012628). - tty: n_gsm: fix incorrect UA handling (bsc#1012628). - tty: n_gsm: fix missing update of modem controls after DLCI open (bsc#1012628). - tty: n_gsm: fix broken virtual tty handling (bsc#1012628). - tty: n_gsm: fix invalid use of MSC in advanced option (bsc#1012628). - tty: n_gsm: fix software flow control handling (bsc#1012628). - tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() (bsc#1012628). - objtool: Fix code relocs vs weak symbols (bsc#1012628). - objtool: Fix type of reloc::addend (bsc#1012628). - powerpc/64: Add UADDR64 relocation support (bsc#1012628). - Update config files. - commit 35de487 - net: atlantic: always deep reset on pm op, fixing up my null deref regression (resume crash). - commit e2300f2 ++++ multipath-tools: - Update to version 0.8.9+85+suse.a9da21c: * This is a pre-release of multipath-tools 0.9.0 * multipath.conf: add "protocol" subsection in "overrides" section This allows to set "dev_loss_tmo", "fast_io_fail_tmo", and "eh_deadline" on a per-protocol basis rather than per storage * multipath.conf: drop support for deprecated options: getuid_callout, pg_timeout, config_dir, multipath_dir * multipathd: don't switch to DAEMON_IDLE during startup (bsc#1199346, bsc#1197570) * multipathd: avoid delays during uevent processing (bsc#1199347) * Fixes for minor issues reported by coverity * Fix for memory leak with uid_attrs * Fix possibility to redefine -D_FORTIFY_SOURCE macro. * Updates for built in hardware db ++++ kubevirt: - Update to version 0.53.0 Release notes https://github.com/kubevirt/kubevirt/releases/tag/v0.53.0 ++++ libqt5xdg: - Update to 3.9.1: For making it possible to have Qt5 and Qt6 installations of libqtxdg alongside each other in near future, two changes are made to this point release: * qtxdg-mat has been separated from libqtxdg and put into qtxdg-tools. * The installation of config files has been made optional. ++++ libavtp: - Update to 0.2.0 * Raw Video Format support * libavtp can now be used as meson subproject * Building tests is now optional * gcc 9 fixes ++++ libcap-ng: - Update to 0.8.3: * Add vararg support to python bindings for capng_updatev * Add support for ambient capabilities * Add support for V3 filesystem capabilities * If procfs is not available, leave last_cap as CAP_LAST_CAP * If bounding and ambient not found in status, try prctl method * In capng_apply, move ambient caps to the end of the transaction * In capng_apply, return errors more aggressively. * In capng_apply, if the action includes the bounding set,resync with the kernel * Fix signed/unsigned warning in cap-ng.c * In capng_apply, return a unique error code to diagnose any failure * In capng_have_capability, return 0 for failure * Add the libdrop_ambient admin tool * In capng_apply, if we blew up in bounding set, allow setting capabilities * If PR_CAP_AMBIENT is not available, do not build libdrop_ambient * Improve last_cap check * Fix parameters to capng_updatev python bindings to be signed * Detect capability options at runtime to make containerization easier (ntkme) * Initialize the library when linked statically * Add gcc function attributes for deallocation ++++ libcli: - Update to version 1.10.7+git.20211009: * Fix memory leak in help line wrapper code * Allow compile time choice of 'select()' or 'poll()' when monitoring the libcli command file descriptor in cli_loop(). * If the 'select()' call is chosen above, do a range validation to ensure the file descriptor is less than FD_SETSIZE * Fix incorrect help message if there is a validation problem for the value of an optional argument. * Fix confusing help message shown if there is a parsing problem for a subcommand * Fix a number of possible issues identified by static code analysis. As a result, the 'full' name of all commands is generated in cli_register_command(), instead of on the fly as was done before * Fix formatting of 'long' commands. If a command name is longer than 22 characters the help message will start indented on a new line, instead of being appended immediately behind the command name with no separation. * Some minor changes to clitest.c to show correct behavior due to above changes. * Fix segfault issue during tab/help processing * Minor cosmetic change to how help messages are generated, minor edits to some comments, minor cosmetic change to clitest demo code * Tweak to buildmode to only show optargs 'after' the point at which buildmode was entered. * Add new 'cli_dump_optargs_and_args() function for development/debug Designed to be called from a callback to show output of optarg and argument processing. * Updated CLI_CMD_OPTIONAL_FLAG parsing to use an validator function (if provided) to determine if the word being looked is a match for the optional flag. If no validator function is provided then the word much match the name of the optional flag exactly. * Enhance how cli_parse_line handles quotes when parsine the command line. This includs mixed single/double quotes, embedded quoted substrings, and handling 'escaped' quotes using the '' character. * Ensure that buildmode preserves 'empty' strings (ex: "", or '') when regenerating the cmdline after the user 'executes' the command. - Rebase libcli-Makefile-lib64.diff ++++ subunit: - Update to version 1.4.0+git.1643134405.a629de4: * Explicitly invoke python3. * Check minimum version of Python in configure.ac. * Add testing for Python 3.10 * Stop using io imports from testtools * Remove logic for Python < 3.6 * Drop support for Python 2.7, 3.5 ++++ libgusb: - Update to version 0.3.10: + New Features: - Add API to change the hotplug poll interval. ++++ libhinawa: - Update to 2.4.0 * Some symbols are newly available as public API for new features ++++ libid3tag: - Update to 0.16.2 * Fix null pointer dereference in id3_ucs4_length (boo#1081962, CVE-2017-11550) - Drop id3_ucs4_length-sanity-check.patch. Merged upstream. ++++ libnfs: - Update to version 5.0.1: * Multithread support for Linux and Windows * Fix NFS4 behavior of chmod/chown/utimes * Add marshalling / unmarshalling of various NFSv4.1 structures (but not 4.1 support) * PS3 support * PS2 EE support * Support escaped characters in the URL ++++ noson: - Update to 2.8.6. No changelog. * c++-11 compliance * security: peer could return valid result on out of range * code cleanup ++++ libnpupnp: - Update to 4.2.2 * Partial sanitizing of the static library object name space. ++++ plymouth: - Update plymouth.spec: change configure options --with-shutdown-tty from 1 to 7: Make sure shutdown display could show out (bsc#1141749). ++++ portmidi: - Update to 2.0.3 * This version allows multiple hardware devices to have the same name. - Add upstream changes: * 0001-Adding-missing-file-to-repo.patch * 0001-changing-path-to-pm_common-directory-in-file-pm_comm.patch * 0001-Add-missing-return-type.patch ++++ python311-core: - Update to pre-release version 3.11.0b1: - PEP 657 – Include Fine-Grained Error Locations in Tracebacks - PEP 654 – Exception Groups and except* - PEP 673 – Self Type - PEP 646 – Variadic Generics - PEP 680– tomllib: Support for Parsing TOML in the Standard Library - PEP 675– Arbitrary Literal String Type - PEP 655– Marking individual TypedDict items as required or potentially-missing - bpo-46752– Introduce task groups to asyncio - The Faster Cpython Project is already yielding some exciting results. Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.22x speedup on the standard benchmark suite. See https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython for details. ++++ libreadline-java: - Version bump to release 0.8.3: * added support for building with newer JDKs. - Updated patches: * Rebased: libreadline-java-0.8.0-jdk10.patch * Removed: libreadline-java-0.8.0-sourcetarget.patch ++++ seafile: - Update to 8.0.7 (no changelog) ++++ libsearpc: - Update to 3.2.0.20220425, no changelog - Rebase 01-fix-includes.patch - Drop libsearpc-fix-compilation-glib2_68.patch ++++ libstrophe: - Update to 0.12.0: * Fix potential infinite loop in resolver (#200) * Prevent potential memory leak in xmpp_stanza_new_from_string() (#205) * Do proper SO versioning * Add code coverage support (#188) * Add support for password-protected TLS key & PKCS#12/PFX files (#195, #205) * Stream-Management support - XEP-0198 (#184) * New API: + xmpp_conn_send_queue_len() + xmpp_conn_send_queue_drop_element() + xmpp_conn_get_sm_state() + xmpp_conn_set_sm_state() + xmpp_free_sm_state() + xmpp_conn_get_keyfile() + xmpp_conn_set_password_callback() + xmpp_conn_set_password_retries() + xmpp_stanza_get_child_by_path() + xmpp_conn_set_sockopt_callback() + xmpp_sockopt_cb_keepalive() * The following APIs were public in the shared library, but not in strophe.h. Now they are officially public API: + xmpp_rand_new() + xmpp_rand_free() + xmpp_rand() + xmpp_rand_bytes() + xmpp_rand_nonce() + xmpp_rand_bytes() * The following APIs were public in the shared library, but not in strophe.h. In a future version of the library they will be private without replacement: + xmpp_alloc() + xmpp_realloc() + xmpp_strdup() + xmpp_strndup() + xmpp_strtok_r() + xmpp_snprintf() + xmpp_vsnprintf() + xmpp_log() + xmpp_error() + xmpp_warn() + xmpp_info() + xmpp_debug() + xmpp_debug_verbose() * Deprecated the following API: + xmpp_conn_set_keepalive() - replaced by xmpp_conn_set_sockopt_callback() ++++ suil: - Update to 0.10.10 * Clean up minor code issues * Remove the need for a generated configuration header - Spec cleanup ++++ taglib: - Remove build rpath from executables (boo#1199058) ++++ taglib-tests: - Remove build rpath from executables (boo#1199058) ++++ tiff: - security update: * CVE-2022-0907 [bsc#1197070] + tiff-CVE-2022-0907.patch - security update * CVE-2022-0561 [bsc#1195964] + tiff-CVE-2022-0561.patch * CVE-2022-0562 [bsc#1195965] + tiff-CVE-2022-0562.patch * CVE-2022-0865 [bsc#1197066] + tiff-CVE-2022-0865.patch * CVE-2022-0909 [bsc#1197072] + tiff-CVE-2022-0909.patch * CVE-2022-0924 [bsc#1197073] + tiff-CVE-2022-0924.patch * CVE-2022-0908 [bsc#1197074] + tiff-CVE-2022-0908.patch ++++ libtimidity: - Update to 0.2.7 * Several code clean-ups. * Several build and portability fixes/updates. ++++ libvirt: - Update to libvirt 8.3.0 - Many incremental improvements and bug fixes, see https://libvirt.org/news.html#v8-3-0-2022-05-02 ++++ wxsqlite3: - Update to version 4.8.1: * Upgrade to SQLite3 Multiple Ciphers version 1.4.3 (based on SQLite 3.38.5) ++++ zlib-ng-compat: - Add 'Provides: zlib-devel' to the compat package - Remove useless mis-typed '-DWITH_SANITIZERS=ON' ++++ zlib-ng: - Add 'Provides: zlib-devel' to the compat package - Remove useless mis-typed '-DWITH_SANITIZERS=ON' ++++ lua53-editorconfig-core-lua: - Add LUA_INCLUDE_DIR cmake parameter. ++++ lua54-editorconfig-core-lua: - Add LUA_INCLUDE_DIR cmake parameter. ++++ lxqt-session: - Update to 1.1.1: * qtxdg-tools is added as a dependency, to be used by xdg-utils under LXQt Session (in near future). ++++ perl-Sys-Virt: - Update to 8.3.0 - Add all new APIs and constants in libvirt 8.3.0 ++++ pijul: - Update upstream version 1.0.0-beta.2: * Improve "pijul key" documentation. * "pijul pull" does not open $EDITOR anymore when given a list of changes. * Fix a bug with name conflicts. * Fix a few panic/unwraps problems. * Fix a bug where a zombile file could be deleted by "pijul unrecord" but its contents would stay zombie. * Update regex dependency to prevent CVE-2022-24713 (bsc#1196972). - Changes from version 1.0.0-beta.1: * Fixed a failed assertion in the patch text format. * Fixed a "merged vertices" bug when moving and editing them in the same patch. ++++ python-stevedore: - skip test that fails with python 3.10 ++++ libcap-ng-python: - Update to 0.8.3: * Add vararg support to python bindings for capng_updatev * Add support for ambient capabilities * Add support for V3 filesystem capabilities * If procfs is not available, leave last_cap as CAP_LAST_CAP * If bounding and ambient not found in status, try prctl method * In capng_apply, move ambient caps to the end of the transaction * In capng_apply, return errors more aggressively. * In capng_apply, if the action includes the bounding set,resync with the kernel * Fix signed/unsigned warning in cap-ng.c * In capng_apply, return a unique error code to diagnose any failure * In capng_have_capability, return 0 for failure * Add the libdrop_ambient admin tool * In capng_apply, if we blew up in bounding set, allow setting capabilities * If PR_CAP_AMBIENT is not available, do not build libdrop_ambient * Improve last_cap check * Fix parameters to capng_updatev python bindings to be signed * Detect capability options at runtime to make containerization easier (ntkme) * Initialize the library when linked statically * Add gcc function attributes for deallocation ++++ python-django-mailman3: - Clean up the SPEC file. - python-mock is not required for build ++++ python-Authlib: - Fix tests. ++++ python-amqpstorm: - Update to 2.10.4 * Fixed a potential deadlock when opening a channel with a broken connection [#97] * Added support for custom Message implementations * Added Pagination and Filtering support to Management list calls * Updated to use pytest framework instead of nose for testing. * Fixed bug with UriConnection not handling amqps:// properly. * Fixed bad socket fd causing high cpu usage [#110] - Get new pamqp3.patch from https://github.com/eandersson/amqpstorm/pull/95, which should be in v3 (which is somehow not tagged yet) * rebased it to the new codestream - Do not require mock * mock.patch ++++ python-azure-core: - New upstream release + Version 1.24.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-azure-mgmt-appcontainers: - Initial build + Version 1.0.0b1 ++++ python-azure-mgmt-chaos: - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py ++++ python-azure-mgmt-recoveryservicesbackup: - New upstream release + Version 4.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package ++++ python-django-guardian: - python-mock is not required for build ++++ python-django-health-check: - do not require python-mock for build - added patches fix https://github.com/KristianOellegaard/django-health-check/issues/323 + python-django-health-check-no-mock.patch ++++ python-django-invitations: - do not require python-mock for build - added patches https://github.com/jazzband/django-invitations/blob/master/tests/basic/tests.py#L4 + python-django-invitations-no-mock.patch ++++ python-django-jinja: - Make tests run again. - version update to 2.10.0 Version 2.10.0 - Fix usage of `unittest` to be ready for Python 3.11 (#288). - Fix `default_app_config` deprecation warning for Django 3.2 (#289). - Replace Travis with GitHub Actions, dropping `ppc64le` arch tests (#290). * Added Python 3.10 to tests (Django supports it if >=3.2.9). - Run pyupgrade, remove compatibility code (#291). - Add support for Django 4.0, with more old-code cleanup (#292). * Remove use of `django.conf.urls.url` in test app (gone in Django 4.0). * Set `DEFAULT_AUTO_FIELD` to avoid warnings in test app. * Remove `django_jinja.contrib._pipeline` package, which was deprecated in 2015. * Drop formal Django 3.0 and 3.1 support. * * Projects using these versions should still function until support for 2.2 is dropped. - Django 2.2 and Python 3.6 will likely be dropped in the next non-patch release. Version 2.9.1 - Complete config example in the docs now reflects actual project defaults (#286). - `get_template` no longer calls `template_name.endswith` twice under the default setup. - Rewrite usage and template matching config sections in the docs, to fully explain behavior. Version 2.9.0 - Jinja2 policies now settable via `TEMPLATES[n]['OPTIONS']['policies']` (#285). - `makemessages` now respects the `ext.i18n.trimmed` policy, will automatically trim jinja `{% trans %}` blocks when generating `.po` files. Version 2.8.0 - Upgrade to jinja2 3.0, dropping support for 2.11 and below (#279). - Dropped Python 3.5 support. Version 2.7.1 - Fixed `makemessages` command, which in 2.7.0 could not detect `{% trans %}` tags in Django templates (#272). - Fixed `{% cache %}` tag to allow a timeout of `None` (to cache forever), which Django's tag added in 2.0 (#274). - Fixed README not displaying in project description at PyPI (#276). - Added Django 3.2 support. Version 2.7.0 - Fixed loading template names with backslashes on Windows (#249). - Added Django's `json_script` filter for Django 2.1 and higher. - Fixed docs site stylesheet. - Added Django 3.1 support. - Removed Django 1.11 support. - Added Python 3.9 (rc1) to test suite. - Clarified "not recommended" usage of context processors with django-jinja in the docs. ++++ python-django-mailer: - version update to 2.2 * Migrate models ``id`` fields to ``BigAutoField``. * Add ``runmailer`` management command. This command starts a loop that * Added ``runmailer`` management command. This command starts a loop that frequently checks the database for new emails. The wait time between checks can be controlled using the ``MAILER_EMPTY_QUEUE_SLEEP`` setting. - added patches fix https://github.com/pinax/django-mailer/issues/157 + python-django-mailer-no-mock.patch ++++ python-django-nine: - version update to 0.2.5 - Tested against more recent Django versions (Django 3.1 and 3.2). - Added more Django versions. - added patches fix https://github.com/barseghyanartur/django-nine/issues/8 + python-django-nine-no-mock.patch ++++ python-importlib-metadata: - update to 4.11.3: * #372: Removed cast of path items in FastPath, not needed. * #369: Fixed bug where ``EntryPoint.extras`` was returning match objects and not the extras strings. * #367: In ``Distribution.requires`` for egg-info, if ``requires.txt`` is empty, return an empty list. * bpo-46246: Added ``__slots__`` to ``EntryPoints``. * #365 and bpo-46546: Avoid leaking ``method_name`` in ``DeprecatedList``. ++++ python-libvirt-python: - Update to 8.3.0 - Add all new APIs and constants in libvirt 8.3.0 ++++ python-neovim-remote: - Update to 2.5.0: - Current nvim master is still reading $NVIM_LISTEN_ADDRESS, but it is considered obsolete and could be removed soon in favor of --listen. ++++ python311: - Update to pre-release version 3.11.0b1: - PEP 657 – Include Fine-Grained Error Locations in Tracebacks - PEP 654 – Exception Groups and except* - PEP 673 – Self Type - PEP 646 – Variadic Generics - PEP 680– tomllib: Support for Parsing TOML in the Standard Library - PEP 675– Arbitrary Literal String Type - PEP 655– Marking individual TypedDict items as required or potentially-missing - bpo-46752– Introduce task groups to asyncio - The Faster Cpython Project is already yielding some exciting results. Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.22x speedup on the standard benchmark suite. See https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython for details. ++++ python311-documentation: - Update to pre-release version 3.11.0b1: - PEP 657 – Include Fine-Grained Error Locations in Tracebacks - PEP 654 – Exception Groups and except* - PEP 673 – Self Type - PEP 646 – Variadic Generics - PEP 680– tomllib: Support for Parsing TOML in the Standard Library - PEP 675– Arbitrary Literal String Type - PEP 655– Marking individual TypedDict items as required or potentially-missing - bpo-46752– Introduce task groups to asyncio - The Faster Cpython Project is already yielding some exciting results. Python 3.11 is up to 10-60% faster than Python 3.10. On average, we measured a 1.22x speedup on the standard benchmark suite. See https://docs.python.org/3.11/whatsnew/3.11.html#faster-cpython for details. ++++ q5go: - Update to 2.1.3 * Added autoplay feature for viewing SGF files * More support for KataGo's ruleset feature ++++ qtxdg-tools: - Initial package of qt-xdgtools 3.91. for openSUSE ++++ rcm: - Update to version 1.3.5 * BUGFIX: *:*~ exclude paterns work again (Alexander Goldstein) * BUGFIX: messages for -C being a copy so can't update (Mat M). * BUGFIX: expect at least one existing dotfiles directory (Mat M). * BUGFIX: fix program name in rcdn -V (Ivan Tkachenko) * Feature: mkrc hooks via -k/-K (Patrick Brisbin) * Feature: All symlinks in input are rejected (Mat M). * Package and maintenance improvements (Alexander Goldstein, Eric Collins, Mat M, Darcy Parker). ++++ rpmlint: - Update to version 2.2.0+git20220509.ea27381: * Fix wrong git merge conflict resolution. * ErlangCheck: remove unneeded str() from the test ++++ rpmlint-mini: - Use python310 flavor explicitly, irrespective of the primary python3 flavor du jour. ++++ rpmlint-strict: - Update to version 2.2.0+git20220509.ea27381: * Fix wrong git merge conflict resolution. * ErlangCheck: remove unneeded str() from the test ++++ rpmlint-test: - Update to version 2.2.0+git20220509.ea27381: * Fix wrong git merge conflict resolution. * ErlangCheck: remove unneeded str() from the test ++++ seafile-client: - Update to 8.0.7 (no changelog) - Rebase 01-fix-no-return-in-nonvoid.patch - Rebase fix-cmake-name.patch ++++ smatch: - Update to version 1.72+20220506: * logical_instead_of_bitwise: add some more warnings * uninitialized: fix checking for fake calls and don't save global states * assigned_expr: don't modify the expression until later * rosenberg,assigned_expr: don't store pointless global data * uninitialized: fix false positive "passing uninitialized" warnings * data/kernel.ignore_uninitialized_param: add more functions * free: don't warn about %p printing of freed pointers * free: do not warn when freed pointers are part of a condition * function_hooks: export is_condition_call() * comparison: fix copying comparisons - switch to obs_scm - switch versioning to include version number - add * Makefile-allow-CFLAGS-to-be-redefined.patch (fix build) * Makefile-use-CFLAGS-when-linking.patch (improve build) * check_free-declare-is_percent_p_print-before-use.patch (fix warnings) ++++ solaar: - Added python-dataclasses again. Without dataclasses solaar does not run under Leap. And python 3.6 is not deprecated in Leap 15.3 and 15.4. Suse support only python 3.6 as standard in Leap. - Drop python3-dataclasses which is only needed for Pyhton 3.6 and upstream doesn't support that python version anymore. ++++ terminus-ttf-fonts: - Update to version 4.49.2 * The td1 variant did not actually have the td1 patch applied. ++++ univocity-parsers: - Upgrade to upstream release 2.9.1 * Bugs fixed + Quote escape configured to double quote (quote value) character if escape not detected + Delimiter detection returns first candidate delimiter even if it does not exist in the file + context.getSelectedHeaders() in RowProcessor processStarted() can return invalid results + DefaultNullRead of @parsed does not work with enums + Missing fields not initialized if nested beans present + Possible race condition + Implicit limitation on max column name length? + CSV auto-detection assigning line ending as quote escape + FixedWidthFields.keepPadding not working + Multi-char delimiter incorrectly detected inside quoted string + Fixed the repeatable conversions initialization in the DefaultConversionProcessor + Fix NPE in EnumConversion + Fixed quoted parser when using non-printable char as delimiter * Enhancements + Delimiter detection returns first candidate delimiter even if it does not exist in the file + Custom CsvFormatDetector + Detects "whitespace" as delimiter instead of "comma" + make the maxRowSample for parameter public configurable for CSV auto-detection + settings.excludeFields() doesn't throw errors for non-existing fields anymore. + Expose InputAnalysisProcess implementations publicly + add "com.googlecode.openbeans" as an optional OSGi dependency - Removed patch: * ambiguous-Record.patch + Not sufficient with this version * 0001-Resolve-import-clash-with-OpenJDK-17.patch + fix name clash with the new java.lang.Record ++++ yast2-storage-ng: - Handle the new libstorage-ng "storage feature" for NILFS2 (gh#openSUSE/libstorage-ng#874) - 4.5.5 ++++ yast2-trans: - Update to version 84.87.20220507.8ff263ce4d: * New POT for text domain 'registration'. * New POT for text domain 'base'. * New POT for text domain 'base'. * Translated using Weblate (Russian) * Translated using Weblate (Slovak) * Translated using Weblate (Dutch) * Translated using Weblate (Catalan) * Translated using Weblate (Japanese) * New POT for text domain 'update'. * New POT for text domain 'samba-client'. * New POT for text domain 'packager'. * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) * Translated using Weblate (Portuguese (Brazil)) ------------------------------------------------------------------ ------------------ 2022-5-8 - May 8 2022 ------------------- ------------------------------------------------------------------ ++++ PrusaSlicer: - Update to version 2.4.2 * SLA mode incorrectly handled 3MFs from 3rd party software, resulting in misplaced SLA support points and holes in some cases (#6100, #7359, #7189, #7826, #7659). This is very old issue. * Vase mode preview did not show in cases when Custom Start G-Code lacked moves in Z #8032 * When loading a 3rd party 3MF using drag and drop. PrusaSlicer no longer asks if the 3MF shall be loaded as a project (which makes no sense since it contains no config) and loads the geometry only * Using the Layer Height Modifier with the wipe tower was impossible with multiple objects. The wipe tower reported that the layer height profile is different, even though it was in fact set the same on all objects (#7711, #7903, #8044) * Fixed a crash on "Convert from/to units" when several objects were selected * Automatic color change for logo crashed PrusaSlicer in certain cases (when a one-layer object was present) #8156 * Linux specific: Fixed a crash on opening projects in some cases (#8078, #8097) * Added Snapmaker bundle (Snapmaker A250, Snapmaker A350). Based on https://github.com/nivekmai/snapmaker-prusa by @nivekmai, @WilliamBosacker, @mrworf * Added profiles for Zonestar printers (Z5, Z6, Z5X, Z8, Z9), based on slic3r/slic3r-profiles#19 by @ZONESTAR3D * Fixed a crash when Unsaved Changes dialog attempted to show a modified config option which is not available in current mode (e.g. Start G-Code in Simple mode). #7905 * Fixed a bug that when the user was closing the application and replied 'Yes' in the dialog asking about unsaved project while also checking 'Remember my choice', it made it impossible to close PrusaSlicer in the next runs when there were no objects in the plater #8076, #8122 * Loading of a G-Code in G-Code Viewer or loading config from G-Code file sometimes failed because of a bug in parsing of the configuration block at the end. * Fixed incorrect rendering of some characters used in the recently updated Simplified Chinese translation #8171 * Fixed incorrect number of toolchanges reported in "Sliced Info" box when wipe tower was used. The annotations of toolchanges in G-Code were also numbered wrong #8186 * Fixed a crash when using the "Import SL1 Archive" function and either cancelling the dialog or confirming a non-existing file [#8175] * Recycling symbols in Shape Gallery were mirrored so the user does not have to flip them when using them as negative volumes at the base of the print (which is the usual use case). Also, PLA recycling symbol was added #7800 ++++ apparmor: - Add python310-help-mr848.patch so that Tumbleweed can switch python3 to Python 3.10 (https://gitlab.com/apparmor/apparmor/-/merge_requests/848) ++++ bitcoin: - fixed upstream version number change: it's not 0.x anymore ++++ python-kiwi: - Bump version: 9.24.34 → 9.24.35 ++++ rabbitmq-server: - Update to 3.10.0 * See https://github.com/rabbitmq/rabbitmq-server/blob/v3.10.x/release-notes/3.10.0.md for the full changelog. * Potentially breaking changes - Messages delivered by a quorum queue and negatively acknowledged with a requeue will be added to the back of the queue until the queue has redelivery limit set. With a redelivery limit, requeueing will use the original position of the message if possible. - idle_since field now uses RFC 3339 format. ++++ gnome-shell-extensions: - Update to version 42.1: + Misc. bug fixes and cleanups. + Updated translations. ++++ ibus-anthy: - Update to version 1.5.14 * data: Update era.t with 2021 * tests: Check python3-pycotap.rpm in Fedora instead of pip * travis: git config pull.rebase false * Update translations - Release 1.5.13 * tests: Output info to stderr instead of StringIO * Fix covscan result * data/gschema: Remove Ctrl+period in circle_kana_mode (#23) - Remove obsolete build dependency on python3-gobject2 but declare the forgotten runtime dependency on python3-gobject >= 3 ++++ iosevka-fonts: - Update to v15.3.0 * Changes of version 15.3.0 = Add characters (#1337): ~ SUMMATION TOP (U+23B2); ~ SUMMATION BOTTOM (U+23B3); ~ BLACK RIGHT-POINTING DOUBLE TRIANGLE (U+23E9); ~ BLACK LEFT-POINTING DOUBLE TRIANGLE (U+23EA); ~ BLACK UP-POINTING DOUBLE TRIANGLE (U+23EB); ~ BLACK DOWN-POINTING DOUBLE TRIANGLE (U+23EC); ~ BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR (U+23ED); ~ BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR (U+23EE); ~ BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR (U+23EF); = Enlarged U+02BE and U+02BF to match the dimensions of other quotes (#1346). ++++ libapparmor: - Add python310-help-mr848.patch so that Tumbleweed can switch python3 to Python 3.10 (https://gitlab.com/apparmor/apparmor/-/merge_requests/848) ++++ lirc: - Add lirc-autoconf-py310.patch: Output of autoreconf in order to find the correct python version when Tumbleweed switches to Python 3.10. ++++ sqlite3: - update to 3.38.5: * Fix a blunder in the CLI of the 3.38.4 release - includes changes from 3.38.4: * fix a byte-code problem in the Bloom filter pull-down optimization added by release 3.38.0 in which an error in the byte code causes the byte code engine to enter an infinite loop when the pull-down optimization encounters a NULL key ++++ libtorrent-rasterbar: - Add libtorrent-rasterbar-2.0.6-fix_pkgconfig_creation.patch to fix pkgconfig file properly ++++ mumble: - Fix build with new poco version (1.11.2), added 73d8a4d5.patch ++++ nodejs-electron: - Update to 17.4.3: * Fixed child_process.spawn ENOENT error with cwd option. * Apply senderFrame details to ipcMain port event. * Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. * Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. * Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. * Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. * Fixed issues with frameless window animations and styling. * Backported security fixes: CVE-2022-1478, CVE-2022-1479, CVE-2022-1480, CVE-2022-1482, CVE-2022-1483, CVE-2022-1485, CVE-2022-1492, CVE-2022-1305, CVE-2022-1308, CVE-2022-1310, CVE-2022-1314, CVE-2022-1364, CVE-2022-1306, CVE-2022-1134, CVE-2022-1138, CVE-2022-23308. ++++ openQA: - Update to version 4.6.1651880189.cec0be3: * Install rsync to worker container image ++++ python-gobject2: - remove Python 3 code from specfile: not compatible with Python 3.10 ++++ python-show-in-file-manager: - Initial specfile for version 1.1.4 - Required by rapid-photo-downloader >= 0.9.27 ++++ racket: - Update to 8.5: * Racket's new `-y` flag automatically keeps compiled files up to date, reducing subsequent load times. * Error-message realms allow Racket-hosted languages to adapt and rewrite error messages to make sense in a particular context. * Nonprivileged users can control package installation scope using an "other-version" directory in the addon-dir. * Racket CS runs on platforms where native-code generation is not currently supported (e.g., s390x or ppc64). See "README.txt" in the source distribution for more information on the --enable-pb flag to configure. * DrRacket's new 'Reopen Closed Tab' file menu item will open previously closed tabs. * Typed Racket has support for the `xml` library; use `typed/xml`. * Rackunit reports source locations for failed test cases in the Typed Racket language. * Plot has violin plots and improved box-and-whisker plots. * Boxes are supported alongside lists, vectors etc. in place-channel messages. * Those who manually configure Racket CS to use Zlib compression for compiled code should be aware of CVE-2018-25032; the next release and the current snapshot builds use a newer, safer version of zlib. * The release includes many other repairs and changes! - Spec changes: * add google-roboto-fonts to the build dependencies. Fonts are required for the following two cases: 1. making scribble documents 2. compiling programs that depend on font-related library (e.g. racket/draw) at compile time. ++++ rapid-photo-downloader: - Update to 0.9.33 * Enhance `install.py` script to not install unnecessary H.265 dependencies now that pyheif includes them itself. * Fix implementation of bug fix #59: Handle cameras that nest dual card slots in subfolders like the Fujifilm X-T3. - Release 0.9.32 * Fix visual bug where right side user interface panels were not properly framed when first shown. * Fix bug #54: Use `exiv2` to read CR3 metadata when available. Please note: `exiv2` must be built with CR3 support, which is currently not the default. To determine if your Linux distribution has enabled CR3 support, with Rapid Photo Downloader 0.9.32 or newer, run from the command line: `rapid-photo-downloader --detailed-version` - Release 0.9.31 * Update Hungarian, Japanese and Russian translations. - Release 0.9.30 * Fix bug #69: Exception when prompting for survey when locale is not English. * Fix bug #68: Devices part of user interface does not resize when a device is removed. * Fix bug when rendering device download progress bar when multiple devices are used under Python 3.10. * Update Dutch and Spanish translations. - Release 0.9.30b1 * Fix bug #59: Handle cameras that nest dual card slots in subfolders like the Fujifilm X-T3. * Fix bug #67: Crash when determining user interface size. * Update Albanian and Hungarian translations. - Release 0.9.29 * Fix bug #53: Adapt to small screens. Rapid Photo Downloader can now be resized to fit to tiny screens. Part of the fix involves changes in the ways the download sources (Devices and This Computer) and the Timeline are placed in the left-side of the user interface. When a scroll bar is necessary to fit in these interface elements, a single scroll bar will now extend from the Devices to the Timeline. When you scroll down to view the entirety of the Timeline, if the Timeline is big enough the download sources will scroll up out of sight. * Change the button to synchronize scrolling between the Timeline and thumbnails to a double arrow. It now changes color to reflect its state. The button's behavior is described in the documentation. * Make the Timeline remember its position when the time elapsed between consecutive shots is changed using the slider. * Make the user interface look cleaner and more consistent, especially regarding scrollbars and frames. * Enforce the use of the Qt 5 Fusion theme. Some Linux distribution Qt 5 themes can make the program's user interface look bad because of differing assumptions about design elements like scroll bars and frames. If you want to use your system's theme, use the command line option `--force-system-theme`. * Fix bug where various user interface elements would effectively be invisible when the system theme is dark, also known as "dark mode". Please note dark mode will likely work in the program only if the PyQt5 package provided by your Linux distribution is being used. * Fix bugs #61, #58, and #1958892: setuptools >= 60.0 failing. Some versions of setuptools >= 60.0 can fail on many if not all Linux distributions. The install.py script now uninstalls versions of pip, setuptools and wheel that were installed with pip if the versions provided by the Linux distribution are new enough. If the versions provided are too old to be fully functional, pip and wheel are updated, and setuptools is upgraded to a version < 60.0. * Fix bug #64: Warning dialog fails to appear when iOS device utility applications are missing, causing a crash when an iOS device is inserted. * Fix bug #56: Compress bug report tars using gzip, facilitating upload to GitHub issues. GitHub does not accept .tar files. It does accept .tar.gz files. * Fix bug #43: Add preference to handle time zone and daylight savings changes. See the program documentation for details about what this change is and why it is needed. * Fix bug #47: Thumbnail generation overwrites Job Code applied to files before thumbnails are generated. * Fix bug #55: Updated sequence numbers not used when changed in user interface between file downloads. * Add preference option to automatically mount devices not already automatically mounted. This new option is on by default. The program already did this on KDE, but it could not be turned off. It can now be turned off. Regardless of the Linux desktop used, leaving it on is helpful for when the operating system does not automatically mount devices like memory cards itself. A desktop like KDE can choose to not automatically mount devices, for instance. Meanwhile, sometimes Linux desktop code contains bugs that results in devices failing to mount even when they were supposed to. * Fix bug to properly size thumbnails and hamburger menu on high DPI screens with recent releases of Gnome and other desktops that use xsettings. * Correctly check latest available PyQt5 package version on Fedora and CentOS. * Drop support for CentOS 7.5. * Remove dependency on fuse in install.py script due to emerging introduction of the fuse3 package. In almost all circumstances, the ifuse package should correctly specify the correct version of fuse to depend on, making the explicit declaration of fuse as a dependency in the install.py script wrong. * Fix bug to correctly display the number of files available for download after some files have been manually marked as already downloaded. * Update Albanian, Catalan, Dutch, Hungarian, Italian, Japanese, Russian, Spanish, Swedish and Turkish translations. - Release 0.9.28 * Fix bug #44: Exception at startup when XDG_CURRENT_DESKTOP is not set or set to unexpected value. * Fix bug #45: Make toggle switch behave consistently with other UI toolkits. * Fix bug #1955755: Exception occurred when probing device with malformed device path. * Update Turkish translation. - Release 0.9.27 * Purge calls to unmaintained Python package rawkit, which was an optional dependency. * Fix bug to always display the correct value for showing system directories when right-clicking on Photo and Video destinations, as well as This Computer. * When running under WSL 2, account for default value %USERPROFILE% when probing registry to determine Pictures and Videos user folder locations. * Add support for CentOS Stream 8 and CentOS 8 to install.py script. Thanks to Neal Gompa for identifying the cause of a problem when querying dnf under CentOS Stream 8 and providing the fix for it. * Update Czech, Dutch, French, Hungarian, Polish, Russian and Spanish translations. * Correct Albanian language attribution in About dialog box. * Read in much larger chunk of RAF files on cameras to read metadata. This slows performance, but is necessary on newer RAF files, which have larger embedded JPEGs that are placed before the metadata in the file. - Release 0.9.27b2 * Enable running under WSLg and WSL2 on Windows 11. Not all features are supported. See the program documentation * By default only non-system directories are now shown in the directory listings for Photo and Video destinations, as well as This Computer. Right- click in the directory listings to enable showing all system directories. * The install.py script now updates the mime info cache, meaning the program should now appear as an option to handle photographic media in file managers when installed using this script. * Fix bug #1946407: another compatibility fix for Python 3.10 that 0.9.27b1 and 0.9.27a3 did not fully resolve. * Don't crash when showing photo or video in file manager after right-clicking on thumbnail and no file is selected. * Update Albanian, Dutch and Swedish translations. - Release 0.9.27b1 * Use Python module Show-in-File-Manager to display files in the operating system's file manager. Linux distribution packagers: this is a required module. * New Python module requirement for Python versions earlier than 3.8: importlib_metadata. * All selected files will now be opened in the file manager when right- clicking on a photo or video in the main window and "Open in File Browser" is activated. Previously only the file being right-clicked on would be opened. * Fix bug #1946407: another compatibility fix for Python 3.10 that 0.9.27a3 did not fully resolve. * Fix bug #33 SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats on Python 3.10. The solution is to install PyQt 5.15.6 or newer when using Python 3.10, which the install.py script now does. * Fix bug where downloading from a camera that was already in use would fail because generating an error message would cause an exception. * Disable viewing files still on a camera in the operating system's file manager when on KDE. - Drop oldsetuptools.patch: Old distribution does not support minimum Python version - Replace obsolete pygobject2 requirement with the real one ++++ reveng: - Update to version 3.0.3 * Added algorithm CRC-16/M17 from the CRC Catalogue. - Update to version 3.0.2 * Reading a file which exceeds the size limit of polynomials causes an error. ++++ rsyslog: - rsyslog 8.2204.1: * CVE-2022-24903: potential buffer overrun in imptcp, imtcp, imgssapi and others (boo#1199061) ++++ setroubleshoot: - Switch runtime requirement of server package from ancient PyGObject 2 to the current version. Build requirement was already current. ++++ squashfs: - set LZMA_XZ_SUPPORT=1 so you can (un)squash -comp lzma images ++++ swig: - Add swig-python310.patch -- gh#swig/swig#2064, Fix swig test suite with Python 3.10 ++++ tvbrowser: - update to version 4.2.5 * Easier building of FormLayouts * Allow multiple entries for exclusions in Favorites * Layout improvements * Use height instead of width for time buttons spread * Disabled context menu items should not be shown in program info * Allow disabling of sub sub context menu entries * Always use newest instance of program to show in ProgramInfo * Reminders not updated after data update * Add option to show info when test version of TV-Browser is available * Show info when using outdated TV-Browser version * Unify handling of properties for all type of plugins, add automated backup * Allow creation of new filter in filter selection panel * Add option to highlight programs of filter * Add option to show plugin actions in context menu of tabs and toolbar buttons * Easier access for editing filter components * Add option to not show download dialog again in the running session * Linkify additional plugin program infos * Possible NPE at creating program text for additional plugin infos * Transportable version doesn't find import directory under Linux * Order settings in groups * Last line of description missing ++++ unison: - Update to version 2.52.1 * Remove rsh:// URI scheme * Significant bugfixes and minor improvements ------------------------------------------------------------------ ------------------ 2022-5-7 - May 7 2022 ------------------- ------------------------------------------------------------------ ++++ culmus-fonts: - Update to version 0.133 * Improved Hamsa shape in Caladings * New Synagogue glyph * Flag of Israel, moon phases and minor fixes. * Fixed varika in David CLM ++++ diffoscope: - Update to version 211: * Drop mplayer from the Build-Depends, it's not needed. ++++ direnv: - Update to version 2.31.0 * Don't load .env files by default * Allow skipping .env autoload * stdlib: add `env_vars_required` * FIX: version: trim surrounding spaces * FIX: ignore .envrc and .env if they are not files * bump actions/setup-go from 2.1.4 to 2.1.5 - Update to version 2.30.0 * Add automatic .env load * Resolve symlinks during direnv deny * stdlib: use_flake handle no layout dir (#861) * go mod update - Update to version 2.29.0 * stdlib: add use_flake function * Updated conditional for zsh hook to be more forgiving * Add -r flag for matching Git branches with a regexp * Enable syntax hilights to the quick demo code * Fixed extra quotes for lower alpha characters * Remove noisy warning about PS1 again ++++ python-kiwi: - Allow more repo params to be set on the cmdline The repository parameters for signing keys, the component list the main distribution name for debian repositories and also the repository_gpgcheck could not be set via the commandline options --add-repo and/or --set-repo. This commit adds support for them and also updates the manual page accordingly - Update ubuntu integration tests Build them against latest release (jammy). This Fixes #2128 - Bump version: 9.24.33 → 9.24.34 ++++ entr: - Update to version 5.2 * Update copy of strlcpy(3) for Linux * Detect file deletion from directories on Linux * Print the signal that terminated a child when using '-s' * Return 128+signal that terminated a child when using '-z' * Ensure terminal settings are reset when '-z' is set ++++ epiphany: - Added Recommends: gnome-keyring since very critical functionality of this browser (saving passwords&syncing with firefox) depends on it. Otherwise it complains "provider for org.freedesktop.secrets not found" to console or on top of firefox sync window. gnome-keyring is naturally installed on a typical gnome desktop environment but on a foreign DE such as KDE/LXQT it isn't there (glgo#GNOME/epiphany#1755 ++++ flare: - Update to version 1.13.04 * Added 'bar_gfx' property to menus/enemy.txt for setting the "fill" image * Fix crash when trying to read a non-existent file with INCLUDE * Fix passive powers not being correctly re-applied after death * Improve performance of WidgetListBox by caching all items instead of just the visible ones ++++ fprintd: - Update to version 1.94.2 * EnrollStart will throw an error if the finger was enrolled already * Interactive DBus authentication will only happen when requested * Add PAM module options to ignore timeout/retry limits * A lot of translation updates after the POT file was fixed * Improve meson build file and fix building with meson 0.61.0 So patches can be dropped f4256533d1ffdc203c3f8c6ee42e8dcde470a93f.patch 2c34cef5ef2004d8479475db5523c572eb409a6b.patch ++++ frescobaldi: - Update to 3.2: * Make frescobaldi work with python 3.10 * New preference feature: music view preference for "Strict Paging": when enabled, the pageup/pagedown keys always page to the previous or next page instead of simply scrolling a screenful * Improvements to the Score Wizard, contributed by Benjamin Johnson (#1343): - Various new instruments, mostly guitar, synth and bass related - New command File->New->Score Wizard from current document, which reads some properties and score setup from the current document * qpageview is not an separate package * Bugfixes * Translation updates - Added python3-qpageview to Requires ++++ genromfs: - use https source url ++++ gnome-packagekit: - Modify bnc-946886-install-signatures-in-viewer.patch: Fix runtime error to make it work as before(bsc#1198801). ++++ gnu-unifont-bitmap-fonts: - Update to version 14.0.03 * Updates some glyphs - Update to version 14.0.02 * This release updates several glyphs from the previous release. * Plane 0: Updated Hebrew, Cherokee, Tagalog, Teletext and Latin Extended-E * Plane 1: Updated Cypro-Minoan, Brahmi, Miao, Znamenny Musical Notation and Teletext ++++ gnu_ddrescue: - use https source urls ++++ inotify-tools: - update to 3.22.1.0: * print to stderr if you fail to fopen file * Properly terminate escaped CSV strings. (#158) * Fix printing of filename when watching a file ++++ python-jupyter_highlight_selected_word: - Fix fdupes and distconfig errors - Fix fdupes and distcondig related errors - fix fdupes and confdir errors (is distconfdir now) ++++ python-qgrid: - Fix fdupes and distconfig errors ++++ lagrange: - update to 1.13.3 - Changed URL field bookmark indicator for better consistency. - Show a proper error page if server closes the connection before a header is fully received. - Spartan: Prefilled prompt input from URL query string is selected by default. - Spartan: Fixed composing request content out of the query string. - Spartan: Fixed handling of empty path in a request. - Spartan: Allow opening URLs from command line. - Spartan: .desktop file includes Spartan scheme handling. ++++ lato-fonts: - Fix version, correct version packaged is 2.015 - Use SourceURL ++++ tbb: - update to 2021.1.5: * Reworked synchronization mechanism to reduce contention when multiple task_arena’s are used concurrently. * Fixed sporadic memory corruption. * Enabled Microsoft Visual Studio* 2022 and Python 3.9 support. * Extended task_group interface with a new run_and_wait overload to accept task_handle. * Fixed possible correctness issue in queuing_rw_mutex on non-Intel platforms. * Fixed sporadic memory corruption. ++++ linphone: - Update to version 5.1.24: * LinphoneRecorder API added to record voice messages * A recommended video definitions list that filter the supported video definitions list. * LDAP connectivity into LinphoneMagicSearch API (to lookup contacts by number or name). * Java wrapper no longer catches app exceptions that happen in listeners. * linphone_core_enable_mic() is changed to be persistent accross calls and conference. * To protect against "SIP digest leak", MD5 and digestion without qop=auth can be disabled by configuration - build static libldap boo#1198407 - revert license tag change ++++ mediastreamer2: - Update to version 5.1.29: * use ticker_synchronizer to fix audio delay when switching audio route * fixed issue with OpenSLES sound card refs & capabilities - revert license tag change ++++ nfs-utils: - switch to https urls ++++ poppler: - update to 22.05.0: * Annotations: Make sure we embed fonts for the FreeText annots * Forms: Make sure we embedd fonts as needed * Signatures: Make sure we embed the needed fonts * CairoOutputDev: color type 3 fonts * fix two bugs in multiline find_text() * code improvements * pdftotext: added TSV mode * HtmlOutputDev: don't use png.h * Use time_t for time * Add page_transition::durationReal * Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence` ++++ poppler-qt5: - update to 22.05.0: * Annotations: Make sure we embed fonts for the FreeText annots * Forms: Make sure we embedd fonts as needed * Signatures: Make sure we embed the needed fonts * CairoOutputDev: color type 3 fonts * fix two bugs in multiline find_text() * code improvements * pdftotext: added TSV mode * HtmlOutputDev: don't use png.h * Use time_t for time * Add page_transition::durationReal * Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence` ++++ poppler-qt6: - update to 22.05.0: * Annotations: Make sure we embed fonts for the FreeText annots * Forms: Make sure we embedd fonts as needed * Signatures: Make sure we embed the needed fonts * CairoOutputDev: color type 3 fonts * fix two bugs in multiline find_text() * code improvements * pdftotext: added TSV mode * HtmlOutputDev: don't use png.h * Use time_t for time * Add page_transition::durationReal * Pass leftFontSize down to `FormWidgetSignature::signDocumentWithAppearence` ++++ libyang: - Update to version 2.0.194 * major yanglint improvements * minor XPath fixes * nested extension handling fixes * other minor bugfixes ++++ linphoneqt: - Update to version 4.4.1: * Messages features : Reply, forward (to contact, to a SIP address or to a timeline), Vocal record and play, multi contents, preview. * Add a feedback on fetching remote provisioning when it failed. * Option to enable message notifications. * CPIM on basic chat rooms. * Device name can be changed from settings. * New event on new messages in chat and a shortcut to go to the end of chat if last message is not shown. * Shortcut in Reply to message's origin. * Allow redirected downloads (bzip2/OpenH264) * Auto-download message files, editable in settings (10Mb as default) * Simplify filtering timelines with 2 modes (minimal or exhaustive) and on 3 kind of search : security level, simple/group chats, ephemerals. * Sort timelines by taken account of unread events in chat rooms. * Fix systemTrayIcon that could be cloned on each restart. * Fix thumbnails display in notification. * Fix errors on Action-Buttons on restart. * Enable G729 on public builds. * Take account of return key on Numpad. * Huge messages are better shown and with less flickering. * High CPU consumption on idle state. * Hide deleted/terminated chat rooms. * Adapt UserAgent with device name. * Video freeze on network change. * Support OpenGL 4.1 and GLSL 4.10. * Audio errors in settings when using different audio format between input and output. * Set default log size to 50MB * Crash on the smart search bar. - revert license tag change ++++ lsof: - update to 4.95.0: * Update perl scripts for the past few decades of progress * Drop LSOF_CCDATE across all dialects to ensure reproducible builds * Fix FD field description. * Adjust alignment of buffer passed to stat(). * Clean up source code and documents. - remove trailing whitespace, - fix some issues in scripts found through shellcheck, and - fix spelling * man page: fix hyphen issues * Fix broken LSOF_CFLAGS_OVERRIDE. * [linux] Remove sysvlegacy function. * [linux] use close_range instead of calling close repeatedly * Add -Q option for adjusting exit status when failed to find a search item (#129) - drop lsof-no-build-date-etc.patch (obsolete) ++++ mercurial: - removed _service in favour of running download_files manually - Mercurial 6.1.2: * Improve Windows test suite * Fix `debuglock` not ignoring a missing lockfile when forcing a lock * Improve help of `ui.large-file-limit` * Set the large-file-limit to 10MB (from 10MiB) for clarity * While rewriting desc hashes, ignore ambiguous prefix "hashes" * Fix a crash in partial amend with copies * Fix a py3 compatiblity bug * **Fix incorrect metadata causing dirstate-v2 data loss in edge case (dd2503a63d33)** * Fix cleanup of old dirstate-v2 data files when using `rhg` * Make reference to `.hg/last_message.txt` relative in commit * Fix an infinite hang when `rhg` is used in the background * Fix Python DLL loading bug in Windows * Add `--docket` flag to `debugstate` to check out dirstate-v2 metadata * Remove `debugdirstateignorepatternhash` in favor of `debugstate --docket` * Fix incorrect metadata causing systematic complete dirstate-v2 rewrite ++++ nuosu-fonts: - Update to version 2.200 * Corrected shape of U+300D and U+300F * Added Latin characters to support Recommended characters for Non-Roman fonts, excluding only characters relating to right-to-left (RTL) scripts, since Yi is not an RTL script. ++++ openfortivpn: - Update to version 1.17.3 * fix regression: spurious warning message after reading config ++++ perl-Carton: - updated to 1.0.35 see /usr/share/doc/packages/perl-Carton/Changes v1.0.35 2022-05-06 18:36:17 PDT - add $snapshot->remove_distributions to use from Carmel ++++ pidgin-birthday-reminder: - update to 1.13: * Update Slovak language ++++ pigz: - update to 2.7: * Improved display of multiple-member gzip files * Better gzip compatibility and bug fixes - add pigz-2.7-NOTHREAD-tests.patch to fix tests ++++ plasma-wayland-protocols: - Update to 1.7.0: * Add destructor for primary output global * Add AppletPanel window type to the org_kde_plasma_surface interface. * plasma_surface: Add open_under_cursor request * Rename screencast.xml to match the protocol name * Add resourceName to plasma windowmanagement * screencast: Introduce stream_region ++++ python-FontTools: - Update to version 4.33.3 * designspaceLib: * Fixed typo in deepcopyExceptFonts method, preventing font references to be transferred * Fixed another typo in the name of Range dataclass's __post_init__ magic method - Update to version 4.33.2 * otBase: Make logging less verbose when harfbuzz fails to serialize Do not exit at the first failure but continue attempting to fix offset overflow error using the pure-python serializer even when the USE_HARFBUZZ_REPACKER option was explicitly set to True. - Update to version 4.33.1 * otlLib: Put back the FONTTOOLS_GPOS_COMPACT_MODE environment variable to fix regression in ufo2ft. This is deprecated and will be removed once ufo2ft gets updated to use the new config setup. - Update to version 4.33.0 * Added fontTools.misc.configTools module, a generic configuration system * Added fontTools.config module, a fontTools-specific configuration system using configTools above. * Attached a Config object to TTFont. * otlLib: * Replaced environment variable for GPOS compression level with an equivalent option using the new config system. * designspaceLib: * Incremented format version to 5.0 * Added discrete axes, variable fonts, STAT information, either design- or user-space location on instances. * Added fontTools.designspaceLib.split module to split a designspace into sub-spaces that interpolate and that represent the variable fonts listed in the document. * Made instance names optional and allow computing them from STAT data instead. * Added fontTools.designspaceLib.statNames module. * Allow instances to have the same location as a previously defined STAT label. * Deprecated some attributes: SourceDescriptor: copyLib, copyInfo, copyGroups, copyFeatures. InstanceDescriptor: kerning, info; glyphs: use rules or sparse sources. For both, location: use the more explicit designLocation. * varLib: * Added build_many to build several variable fonts from a single designspace document * Added fontTools.varLib.stat module to build STAT tables from a designspace document. * otBase: * Try to use the Harfbuzz Repacker for packing GSUB/GPOS tables when uharfbuzz python bindings are available * CFF/T2: * Ensure that pen.closePath() gets called for CFF2 charstrings * Handle implicit CFF2 closePath within T2OutlineExtractor ++++ rpmlint-mini: - Migration of primary Python interpreter to 3.10 * update stdlib.txt: encoding, importlib, lib-dynload, dataclasses, ast * Remove deprecated stdlib distutils from the venv (not used by rpmlint) * Do not install+delete pip in the venv - Update URL - Explicit BuildRequires: python-rpm-macros -- sitelib macros are used. ++++ sngrep: - Update to version 1.5.0 * capture: add support for IP-IP encapsulation * capture: add support for IPv6 fragments reassembly * hep: add support for saving HEP received packets to PCAP * tls: check client TLS version in gnutls code * ui: fixed a crash when leaving ncurses screens ++++ solaar: - Fix needed dependencies. - Run spec-cleaner. ++++ stunnel: - update to 5.64: * Security bugfixes - OpenSSL DLLs updated to version 3.0.3. * New features - Updated the pkcs11 engine for Windows. * Bugfixes - Removed the SERVICE_INTERACTIVE_PROCESS flag in "stunnel -install". ++++ sysvinit: - switch to https source urls ++++ tryton: - Version 6.0.16 - Bugfix Release ++++ twemoji-color-font: - Update to version 13.1.0 * Updates for Emoji Version 13.1 * Additions include mixed skin tone support for all variations of 💏 Kiss and 💑 Couple with Heart, which until this release were only available in default yellow on most major platforms. ++++ vlgothic-fonts: - Update to version 2020/07/20 * Fixed interchanged glyphs for U+23F4 and U+23F5 * Fixed wrong glyph for 🙃 U+1F643 UPSIDE-DOWN FACE * Fixed wrong glyph for 🐿 U+1F43F CHIPMUNK * Fixed incorrect character widths of several latin1 symbols * Fixed wrong glyphs fror U+2BF2 and U+2BF3 * add/fix some Greek Letter * Add Greek Capital Letter Yot (U+037F) * Fix Greek Small Letter Digamma (U+03dd) * Fix Small Digamma misplacing - Update to version 2020/07/19 * Fixed glyphs U+9304 and U+32FF - Update to version 2014/12/06 * Add Miscellaneous Symbols and Arrows U+2B60〜2BA7 ++++ wine: - updated to 7.8 development release - X11 and OSS drivers converted to PE. - WoW64 support in the sound drivers. - Number formatting using the new locale database. - Various bug fixes. - update staging to 7.8 release ++++ wine-staging: - updated to 7.8 development release - X11 and OSS drivers converted to PE. - WoW64 support in the sound drivers. - Number formatting using the new locale database. - Various bug fixes. - update staging to 7.8 release ------------------------------------------------------------------ ------------------ 2022-5-6 - May 6 2022 ------------------- ------------------------------------------------------------------ ++++ EternalTerminal: - Update to 6.2.1: * Fix build issues - Remove upstreamed patches: * EternalTerminal-6.2.0-return.patch * EternalTerminal-6.2.0-optional.patch ++++ Ipopt: - Update to version 3.14.6: * Fixed mapping of meta data for inequalities, e.g., constraint names, from TNLP to Ipopts internal NLP [gh#coin-or/Ipopt#570]. * Fixed that MC68 ordering time was not accounted in symbolic factorization time of HSL MA86 [gh#coin-or/Ipopt#571]. * Include more header files in IpIpoptCalculatedQuantities.hpp for setups where forward declarations are not sufficient [gh#coin-or/Ipopt#572]. ++++ apache2-mod_php7: - security update [bsc#1197644] - added patches fix https://github.com/php/php-src/commit/771dbdb319fa7f90584f6b2cc2c54ccff570492d + php7-signedness-php_filter_validate_domain.patch ++++ cool-retro-term: - Update to version 1.2.0 * Migrated QtQuickControls from 1.x to 2.x * Fixed a lot of issues with MacOS build * Added support for blinking cursor * Added sub-pixel rasteration * Updated qtermwidget engine * Updated many fonts to the latest version ++++ gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-aarch64-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-aarch64-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-amdgcn-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-arm-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-arm-none-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-arm-none-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-avr-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-avr-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-epiphany-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-epiphany-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-hppa-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-hppa-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-m68k-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-mips-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-nvptx-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-ppc64-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-ppc64le-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-riscv64-elf-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-riscv64-elf-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-riscv64-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-riscv64-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-rx-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-rx-gcc12-bootstrap: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-s390x-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-sparc-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-sparc64-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ cross-x86_64-gcc12: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ exaile: - Update to version 4.1.1 * Restored Python 3.6 compatibility, broken since 4.1.0-beta1 * The last playlist export directory is now saved between calls and between sessions * Added tooltip text to the Clear buttons in the Properties dialog * Plugins: * console: When encountering a very long "word", the console will now wrap between characters instead of widening the window to fit the word. * grouptagger: Fixed i18n issues in some strings. Translations for these strings may be broken until they are updated. * Translation updates: Catalan, Croatian, Greek, Sinhala, Spanish. ++++ galene: - Update to version 0.5.4: * Fix username check when a token is present. * Improve the performance of AES in CTR mode. * Tweak detection of keyframes with H.264. ++++ gcc12-testresults: - Update to GCC 12.1 release, 1ea978e3066ac565a1ec28a96a4d61, git27 ++++ git: - git 2.36.1: * fix "git submodule update" noisyness without pathspec * fix "diff-tree --stdin" * fix "git name-rev" referenging strings after they are freed * fix "git show ... -- " loosing the pathspec when showing the second and subsequent commits * fix "git fast-export -- " loosing the pathspec when showing the second and subsequent commits * fix "git format-patch -- " loosing the pathspec when showing the second and subsequent commits ++++ gnome-shell: - Update to version 42.1: + Limit unfullscreen gesture to not interfere with overview. + Properly hide the second (real) cursor when magnified. + Fix various style glitches. + Fix creating default application folders. + Fix switching monitor configuration. + Add Home/End keynav in app grid. + Handle monitor changes during startup animation. + Fix fractional timezone offsets in world clock. + Default to right text-align in RTL locales. + calendar: Fix alignment of world clocks header in RTL. + Rely on symbolic icons instead of 'HighContrast' icon theme. + Fix moving windows from secondary monitor to non-active workspace. + Make sure startup animation completes. + Fix Swiss on-screen keyboard layouts. + Add Austrian-German on-screen keyboard layout. + Fix on-screen keyboard in modal dialogs and lock screen. + Fix menus in pad OSD. + Sync default colors with libadwaita. + Fix grab regressions when entering overview. + Scale calendar with text size. + Allow more intermediate icon sizes in app grid. + Fixed crash. + Plugged memory leak. - Remove gnome-shell-42.0-fix-switching-configuration.patch (merged upstream). ++++ vim: - Updated to version 8.2.4877, fixes the following problems - fixes CVE-2022-1381 ( boo#1198596 ) * Using wrong flag for using bell in the terminal. * Supercollider filetype not recognized. * No filetype override for .sys files. * Cannot use an imported function in a mapping. *