openSUSE-SLE-15.6-2024-1867 Security update for fwupdate moderate SUSE Updates openSUSE-SLE 15.6 This update of fwupdate fixes the following issues: - rebuild the package with the new secure boot key (bsc#1209188). - Update the email address of security team in SBAT (bsc#1221301) - elf_aarch64_efi.lds: set the memory permission explicitly to avoid ld warning like "LOAD segment with RWX permissions" fwupdate-12-150100.11.15.2.src.rpm fwupdate-12-150100.11.15.2.x86_64.rpm fwupdate-devel-12-150100.11.15.2.x86_64.rpm fwupdate-efi-12-150100.11.15.2.x86_64.rpm libfwup1-12-150100.11.15.2.x86_64.rpm fwupdate-12-150100.11.15.2.aarch64.rpm fwupdate-devel-12-150100.11.15.2.aarch64.rpm fwupdate-efi-12-150100.11.15.2.aarch64.rpm libfwup1-12-150100.11.15.2.aarch64.rpm openSUSE-SLE-15.6-2024-1879 Recommended update for osc moderate SUSE Updates openSUSE-SLE 15.6 This update for osc fixes the following issues: - Update from version 0.182.1 to version 1.5.1 (sync package with Factory, jsc#PED-8024) (for a comprehensive changelog, refer to https://github.com/openSUSE/osc/blob/master/NEWS) osc-1.5.1-150400.10.3.1.noarch.rpm osc-1.5.1-150400.10.3.1.src.rpm openSUSE-SLE-15.6-2024-1764 Recommended update for jackson moderate SUSE Updates openSUSE-SLE 15.6 This update for jackson fixes the following issues: jackson-annotations was upgraded to version 2.16.1: - Added new OptBoolean valued property in @JsonTypeInfo to allow per-type configuration of strict type id handling - Allow per-type configuration of strict type id handling - Added JsonTypeInfo.Value object (backport from 3.0) - Added new JsonTypeInfo.Id.SIMPLE_NAME jackson-bom was upgraded to version 2.16.1: - Added dependency for jackson-module-android-record. This new module offers support for Record type on Android platform, where Java records are supported through "de-sugaring" jackson-core was upgraded to version 2.16.1: - NPE in Version.equals() if snapshot-info null - NPE in "FastDoubleParser", method "JavaBigDecimalParser.parseBigDecimal()" - JsonPointer.append(JsonPointer.tail()) includes the original pointer - Change StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION default to false in Jackson 2.16 - Improve error message for StreamReadConstraints violations - JsonFactory implementations should respect CANONICALIZE_FIELD_NAMES - Root cause for failing test for testMangledIntsBytes() in ParserErrorHandlingTest - Allow all array elements in JsonPointerBasedFilter - Indicate explicitly blocked sources as "REDACTED" instead of "UNKNOWN" in JsonLocation - Start using AssertJ in unit tests - Allow configuring spaces before and/or after the colon in DefaultPrettyPrinter (for Canonical JSON) - Add configurable limit for the maximum number of bytes/chars of content to parse before failing - Add configurable limit for the maximum length of Object property names to parse before failing - Add configurable processing limits for JSON generator (StreamWriteConstraints) - Compare _snapshotInfo in Version - Add JsonGeneratorDecorator to allow decorating JsonGenerators - Add full set of BufferRecyclerPool implementations - Add configurable error report behavior via ErrorReportConfiguration - Make ByteSourceJsonBootstrapper use StringReader for < 8KiB byte[] inputs - Allow pluggable buffer recycling via new RecyclerPool extension point - Change parsing error message to mention -INF jackson-databind was upgraded to version 2.16.1: - JsonSetter(contentNulls = FAIL) is ignored in delegating @JsonCreator argument - Primitive array deserializer not being captured by DeserializerModifier - JsonNode.findValues() and findParents() missing expected values in 2.16.0 - Incorrect deserialization for BigDecimal numbers - Add a way to configure caches Jackson uses - Mix-ins do not work for Enums - Map deserialization results in different numeric classes based on json ordering (BigDecimal / Double) when used in combination with @JsonSubTypes - Generic class with generic field of runtime type Double is deserialized as BigDecimal when used with @JsonTypeInfo and JsonTypeInfo.As.EXISTING_PROPERTY - Combination of @JsonUnwrapped and @JsonAnySetter results in BigDecimal instead of Double - @JsonIgnoreProperties not working with @JsonValue - Deprecated JsonNode.with(String) suggests using JsonNode.withObject(String) but it is not the same thing - Difference in the handling of ObjectId-property inJsonIdentityInfo depending on the deserialization route - Add new OptBoolean valued property in @JsonTypeInfo, handling, to allow per-polymorphic type loose Type Id handling - Fixed regression in 2.15.0 that reaks deserialization for records when mapper.setVisibility(PropertyAccessor.ALL, Visibility.NONE) - Incorrect target type when disabling coercion, trying to deserialize String from Array/Object - @JsonProperty on constructor parameter changes default field serialization order - Create new JavaType subtype IterationType (extending SimpleType) - Use JsonTypeInfo.Value for annotation handling - Add JsonNodeFeature.WRITE_PROPERTIES_SORTED for sorting ObjectNode properties on serialization (for Canonical JSON) - Optimize ObjectNode findValue(s) and findParent(s) fast paths - Locale "" is deserialised as null if ACCEPT_EMPTY_STRING_AS_NULL_OBJECT is enabled - Add guardrail setting for TypeParser handling of type parameters - Use @JsonProperty for Enum values also when READ_ENUMS USING_TO_STRING enabled - Fix Enum deserialization to use @JsonProperty, @JsonAlias even if EnumNamingStrategy used - Use @JsonProperty and lowercase feature when serializing Enums despite using toString() - Use @JsonProperty over EnumNamingStrategy for Enum serialization - Actually cache EnumValues#internalMap - ObjectMapper.valueToTree() will ignore the configuration SerializationFeature.WRAP_ROOT_VALUE - Provide the "ObjectMapper.treeToValue(TreeNode, TypeReference)" method - Expose NativeImageUtil.isRunningInNativeImage() method - Add JsonTypeInfo.Id.SIMPLE_NAME which defaults type id to Class.getSimpleName() - Impossible to deserialize custom Throwable sub-classes that do not have single-String constructors - java.desktop module is no longer optional - ClassUtil fails with java.lang.reflect.InaccessibleObjectException trying to setAccessible on OptionalInt with JDK 17+ - Support sequenced collections (JDK 21) - Add withObjectProperty(String), withArrayProperty(String) in JsonNode - Change JsonNode.withObject(String) to work similar to withArray() wrt argument - Log WARN if deprecated subclasses of PropertyNamingStrategy is used - NPE when transforming a tree to a model class object, at ArrayNode.elements() - Deprecated ObjectReader.withType(Type) has no direct replacement; need forType(Type) - Add new DefaultTyping.NON_FINAL_AND_ENUMS to allow Default Typing for Enums - Do not rewind position when serializing direct ByteBuffer - Exception when deserialization of private record with default constructor - BeanDeserializer updates currentValue incorrectly when deserialising empty Object jackson-dataformats-binary was upgraded to version 2.16.1: - (ion) NullPointerException in IonParser.nextToken() - (smile) Remove Smile-specific buffer-recycling jackson-modules-base was upgraded to version 2.16.1: - (afterburner) Disable when running in native-image - (afterburner) IncompatibleClassChangeError when deserializing a class implementing an interface with default get/set implementations - (blackbird) BlackBird proxy object error in Java 17 - (blackbird) Disable when running in native-image - (guice) Add guice7 (jakarta.inject) module jackson-parent was upgraded to version 2.16: - Upgrade to oss-parent 56 (tons of plugin updates to resolve Maven warnings, new Moditect plugin) jackson-parent, fasterxml-oss-parent: - Added to SUSE Manager 4.3 as it is needed by `jackson-modules-base` fasterxml-oss-parent-38-150200.3.2.1.noarch.rpm fasterxml-oss-parent-38-150200.3.2.1.src.rpm jackson-annotations-2.16.1-150200.3.14.4.noarch.rpm jackson-annotations-2.16.1-150200.3.14.4.src.rpm jackson-annotations-javadoc-2.16.1-150200.3.14.4.noarch.rpm jackson-bom-2.16.1-150200.3.11.1.noarch.rpm jackson-bom-2.16.1-150200.3.11.1.src.rpm jackson-core-2.16.1-150200.3.14.7.noarch.rpm jackson-core-2.16.1-150200.3.14.7.src.rpm jackson-core-javadoc-2.16.1-150200.3.14.7.noarch.rpm jackson-databind-2.16.1-150200.3.18.1.noarch.rpm jackson-databind-2.16.1-150200.3.18.1.src.rpm jackson-databind-javadoc-2.16.1-150200.3.18.1.noarch.rpm jackson-dataformat-cbor-2.16.1-150200.3.13.6.noarch.rpm jackson-dataformat-smile-2.16.1-150200.3.13.6.noarch.rpm jackson-dataformats-binary-2.16.1-150200.3.13.6.noarch.rpm jackson-dataformats-binary-2.16.1-150200.3.13.6.src.rpm jackson-dataformats-binary-javadoc-2.16.1-150200.3.13.6.noarch.rpm jackson-module-afterburner-2.16.1-150200.5.11.1.noarch.rpm jackson-module-blackbird-2.16.1-150200.5.11.1.noarch.rpm jackson-module-guice-2.16.1-150200.5.11.1.noarch.rpm jackson-module-jaxb-annotations-2.16.1-150200.5.11.1.noarch.rpm jackson-module-mrbean-2.16.1-150200.5.11.1.noarch.rpm jackson-module-no-ctor-deser-2.16.1-150200.5.11.1.noarch.rpm jackson-module-osgi-2.16.1-150200.5.11.1.noarch.rpm jackson-module-paranamer-2.16.1-150200.5.11.1.noarch.rpm jackson-modules-base-2.16.1-150200.5.11.1.noarch.rpm jackson-modules-base-2.16.1-150200.5.11.1.src.rpm jackson-modules-base-javadoc-2.16.1-150200.5.11.1.noarch.rpm jackson-parent-2.16-150200.3.10.1.noarch.rpm jackson-parent-2.16-150200.3.10.1.src.rpm openSUSE-SLE-15.6-2024-839 Feature update for flatpak, libostree, bubblewrap moderate SUSE Updates openSUSE-SLE 15.6 This update for flatpak, libostree, bubblewrap fixes the following issues: - Update flatpak to version 1.14.5: + Features: - Stop http transfers if a download in progress becomes very slow - Add anchors to link to sections of flatpak-metadata documentation + Bug fixes: - Avoid warnings processing symbolic links with GLib >= 2.77.0 - Fix installation errors with libostree 2023.4 - Show AppStream metadata in flatpak remote-info as intended - Don't let Flatpak apps inherit VK_DRIVER_FILES or VK_ICD_FILENAMES from the host - Fix build failure with prereleases of libappstream 0.17.x - Forward-compatibility with libappstream 1.0 - Fix a memory leak - Fix compiler warnings - Clean up /var/tmp/flatpak-cache-* directories on boot - Don't force GIO_USE_VFS=local for programs launched via flatpak-spawn - Clarify documentation for D-Bus name ownership - Update libostree to version 2023.7: - Support for a "transient etc" - HTTP layer now retries requests by default - Fixed trying to fetch "loose" objects even when we were doing a delta pull - Fix variety of clang-analyzer fixes - Update bubblewrap to v0.8.0: - Add --disable-userns option to prevent the sandbox from creating its own nested user namespace - Add --assert-userns-disabled option to check that an existing userns was created with --disable-userns - Give a clearer error message if the kernel doesn't have CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER bubblewrap-0.8.0-150500.3.3.1.src.rpm bubblewrap-0.8.0-150500.3.3.1.x86_64.rpm bubblewrap-zsh-completion-0.8.0-150500.3.3.1.x86_64.rpm libostree-1-1-2023.7-150500.3.6.1.x86_64.rpm libostree-2023.7-150500.3.6.1.src.rpm libostree-2023.7-150500.3.6.1.x86_64.rpm libostree-devel-2023.7-150500.3.6.1.x86_64.rpm libostree-grub2-2023.7-150500.3.6.1.noarch.rpm typelib-1_0-OSTree-1_0-2023.7-150500.3.6.1.x86_64.rpm bubblewrap-0.8.0-150500.3.3.1.s390x.rpm bubblewrap-zsh-completion-0.8.0-150500.3.3.1.s390x.rpm libostree-1-1-2023.7-150500.3.6.1.s390x.rpm libostree-2023.7-150500.3.6.1.s390x.rpm libostree-devel-2023.7-150500.3.6.1.s390x.rpm typelib-1_0-OSTree-1_0-2023.7-150500.3.6.1.s390x.rpm bubblewrap-0.8.0-150500.3.3.1.ppc64le.rpm bubblewrap-zsh-completion-0.8.0-150500.3.3.1.ppc64le.rpm libostree-1-1-2023.7-150500.3.6.1.ppc64le.rpm libostree-2023.7-150500.3.6.1.ppc64le.rpm libostree-devel-2023.7-150500.3.6.1.ppc64le.rpm typelib-1_0-OSTree-1_0-2023.7-150500.3.6.1.ppc64le.rpm bubblewrap-0.8.0-150500.3.3.1.aarch64.rpm bubblewrap-zsh-completion-0.8.0-150500.3.3.1.aarch64.rpm libostree-1-1-2023.7-150500.3.6.1.aarch64.rpm libostree-2023.7-150500.3.6.1.aarch64.rpm libostree-devel-2023.7-150500.3.6.1.aarch64.rpm typelib-1_0-OSTree-1_0-2023.7-150500.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-1953 Recommended update for scap-security-guide moderate SUSE Updates openSUSE-SLE 15.6 This update for scap-security-guide fixes the following issues: scap-security-guide was updated to 0.1.72 (jsc#ECO-3319): - ANSSI BP 028 profile for debian12 (#11368) - Control for BSI APP.4.4 (#11342) - update to CIS RHEL 7 and RHEL 8 profiles aligning them with the latest benchmarks - various fixes to SLE profiles - add openeuler to -redhat package scap-security-guide-0.1.72-150000.1.78.2.noarch.rpm scap-security-guide-0.1.72-150000.1.78.2.src.rpm scap-security-guide-debian-0.1.72-150000.1.78.2.noarch.rpm scap-security-guide-redhat-0.1.72-150000.1.78.2.noarch.rpm scap-security-guide-ubuntu-0.1.72-150000.1.78.2.noarch.rpm openSUSE-SLE-15.6-2024-1476 Recommended update for python-docutils moderate SUSE Updates openSUSE-SLE 15.6 This update for python-docutils fixes the following issue: - Use update-alternatives for all binary scripts and provide /usr/bin/docutils to avoid conflict with python311-docutils (bsc#1219501) python-docutils-0.14-150000.3.4.1.src.rpm python3-docutils-0.14-150000.3.4.1.noarch.rpm openSUSE-SLE-15.6-2024-1885 Recommended update for dhcp-tools moderate SUSE Updates openSUSE-SLE 15.6 This update for dhcp-tools fixes the following issues: - Fixed license to BSD 2-Clause License dhcp-tools-1.6-150000.3.3.2.src.rpm dhcp-tools-1.6-150000.3.3.2.x86_64.rpm dhcp-tools-1.6-150000.3.3.2.s390x.rpm dhcp-tools-1.6-150000.3.3.2.ppc64le.rpm dhcp-tools-1.6-150000.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2022 Recommended update for chrony moderate SUSE Updates openSUSE-SLE 15.6 This update for chrony fixes the following issues: - Use shorter NTS-KE retry interval when network is down (bsc#1213551) - Use make quickcheck instead of make check to avoid more than 1h build times and failures due to timeouts. This was the default before 3.2 but it changed to make tests more reliable chrony-4.1-150400.21.5.7.src.rpm chrony-4.1-150400.21.5.7.x86_64.rpm chrony-pool-empty-4.1-150400.21.5.7.noarch.rpm chrony-pool-openSUSE-4.1-150400.21.5.7.noarch.rpm chrony-pool-suse-4.1-150400.21.5.7.noarch.rpm chrony-4.1-150400.21.5.7.s390x.rpm chrony-4.1-150400.21.5.7.ppc64le.rpm chrony-4.1-150400.21.5.7.aarch64.rpm openSUSE-SLE-15.6-2024-950 Recommended update for spack important SUSE Updates openSUSE-SLE 15.6 This update for spack fixes the following issues: - Spack was updated to version 0.21.2: * Bugs fixed: + Containerize: accommodate nested or pre-existing `spack-env` paths. + Fix `setup-env` script, when going back and forth between instances. + Fix using fully-qualified namespaces from root specs. + Fix a bug when a required provider is requested for multiple virtuals. + OCI buildcaches: * only push in parallel when forking. * use pickleable errors (#42160) + Fix using sticky variants in externals. + Fix a rare issue with conditional requirements and multi-valued variants. * Recipy updates: + `rust`: add v1.75, rework a few variants. + `py-transformers`: add v4.35.2. - Fix path to setup-env.sh in the Apptainer template (bsc#1221471). - Add libgfortran, libfl2 and libzip5 to the Spack runtime container as the Spack build container has the corresponding devel packages but these libraries are not installed in a BCI-style base container by default (bsc#1221503). - Make python version used configurable. spack-0.21.2-150400.15.2.noarch.rpm spack-0.21.2-150400.15.2.src.rpm spack-info-0.21.2-150400.15.2.noarch.rpm spack-man-0.21.2-150400.15.2.noarch.rpm spack-recipes-0.21.2-150400.15.2.noarch.rpm openSUSE-SLE-15.6-2024-984 Recommended update for runc important SUSE Updates openSUSE-SLE 15.6 This update for runc fixes the following issues: - Add upstream patch <https://github.com/opencontainers/runc/pull/4219> to properly fix -ENOSYS stub on ppc64le. bsc#1192051 bsc#1221050 This allows running 15 SP6 containers on older distributions. runc-1.1.12-150000.64.1.src.rpm runc-1.1.12-150000.64.1.x86_64.rpm runc-1.1.12-150000.64.1.s390x.rpm runc-1.1.12-150000.64.1.ppc64le.rpm runc-1.1.12-150000.64.1.aarch64.rpm openSUSE-SLE-15.6-2024-1851 Recommended update for dwz low SUSE Updates openSUSE-SLE 15.6 This update for dwz fixes the following issues: - Clean up leftover temporary file (bsc#1221634) dwz-0.12-150000.3.8.1.aarch64.rpm dwz-0.12-150000.3.8.1.src.rpm dwz-0.12-150000.3.8.1.s390x.rpm dwz-0.12-150000.3.8.1.ppc64le.rpm dwz-0.12-150000.3.8.1.x86_64.rpm openSUSE-SLE-15.6-2024-3290 Recommended update for python-netaddr moderate SUSE Updates openSUSE-SLE 15.6 This update for python-netaddr fixes the following issue: New python packages: - python311-netaddr libmodulemd-2.13.0-150400.3.3.3.src.rpm libmodulemd-devel-2.13.0-150400.3.3.3.x86_64.rpm libmodulemd2-2.13.0-150400.3.3.3.x86_64.rpm modulemd-validator-2.13.0-150400.3.3.3.x86_64.rpm python-gobject-3.44.1-150400.3.9.2.src.rpm python-pycairo-1.23.0-150400.3.5.1.src.rpm python-six-1.16.0-150400.18.9.1.src.rpm python3-libmodulemd-2.13.0-150400.3.3.3.x86_64.rpm python311-gobject-3.44.1-150400.3.9.2.x86_64.rpm python311-gobject-Gdk-3.44.1-150400.3.9.2.x86_64.rpm python311-gobject-cairo-3.44.1-150400.3.9.2.x86_64.rpm python311-gobject-devel-3.44.1-150400.3.9.2.x86_64.rpm python311-pycairo-1.23.0-150400.3.5.1.x86_64.rpm python311-pycairo-devel-1.23.0-150400.3.5.1.x86_64.rpm python311-six-1.16.0-150400.18.9.1.noarch.rpm typelib-1_0-Modulemd-2_0-2.13.0-150400.3.3.3.x86_64.rpm libmodulemd-devel-2.13.0-150400.3.3.3.s390x.rpm libmodulemd2-2.13.0-150400.3.3.3.s390x.rpm modulemd-validator-2.13.0-150400.3.3.3.s390x.rpm python3-libmodulemd-2.13.0-150400.3.3.3.s390x.rpm python311-gobject-3.44.1-150400.3.9.2.s390x.rpm python311-gobject-Gdk-3.44.1-150400.3.9.2.s390x.rpm python311-gobject-cairo-3.44.1-150400.3.9.2.s390x.rpm python311-gobject-devel-3.44.1-150400.3.9.2.s390x.rpm python311-pycairo-1.23.0-150400.3.5.1.s390x.rpm python311-pycairo-devel-1.23.0-150400.3.5.1.s390x.rpm typelib-1_0-Modulemd-2_0-2.13.0-150400.3.3.3.s390x.rpm libmodulemd-devel-2.13.0-150400.3.3.3.ppc64le.rpm libmodulemd2-2.13.0-150400.3.3.3.ppc64le.rpm modulemd-validator-2.13.0-150400.3.3.3.ppc64le.rpm python3-libmodulemd-2.13.0-150400.3.3.3.ppc64le.rpm python311-gobject-3.44.1-150400.3.9.2.ppc64le.rpm python311-gobject-Gdk-3.44.1-150400.3.9.2.ppc64le.rpm python311-gobject-cairo-3.44.1-150400.3.9.2.ppc64le.rpm python311-gobject-devel-3.44.1-150400.3.9.2.ppc64le.rpm python311-pycairo-1.23.0-150400.3.5.1.ppc64le.rpm python311-pycairo-devel-1.23.0-150400.3.5.1.ppc64le.rpm typelib-1_0-Modulemd-2_0-2.13.0-150400.3.3.3.ppc64le.rpm libmodulemd-devel-2.13.0-150400.3.3.3.aarch64.rpm libmodulemd2-2.13.0-150400.3.3.3.aarch64.rpm modulemd-validator-2.13.0-150400.3.3.3.aarch64.rpm python3-libmodulemd-2.13.0-150400.3.3.3.aarch64.rpm python311-gobject-3.44.1-150400.3.9.2.aarch64.rpm python311-gobject-Gdk-3.44.1-150400.3.9.2.aarch64.rpm python311-gobject-cairo-3.44.1-150400.3.9.2.aarch64.rpm python311-gobject-devel-3.44.1-150400.3.9.2.aarch64.rpm python311-pycairo-1.23.0-150400.3.5.1.aarch64.rpm python311-pycairo-devel-1.23.0-150400.3.5.1.aarch64.rpm typelib-1_0-Modulemd-2_0-2.13.0-150400.3.3.3.aarch64.rpm openSUSE-SLE-15.6-2024-1079 Security update for netty, netty-tcnative important SUSE Updates openSUSE-SLE 15.6 This update for netty, netty-tcnative fixes the following issues: - CVE-2024-29025: Fixed out of memory due to large number of form fields (bsc#1222045). netty-4.1.108-150200.4.23.1.src.rpm netty-4.1.108-150200.4.23.1.x86_64.rpm netty-javadoc-4.1.108-150200.4.23.1.noarch.rpm netty-poms-4.1.108-150200.4.23.1.noarch.rpm netty-tcnative-2.0.65-150200.3.19.1.src.rpm netty-tcnative-2.0.65-150200.3.19.1.x86_64.rpm netty-tcnative-javadoc-2.0.65-150200.3.19.1.noarch.rpm netty-4.1.108-150200.4.23.1.s390x.rpm netty-tcnative-2.0.65-150200.3.19.1.s390x.rpm netty-4.1.108-150200.4.23.1.ppc64le.rpm netty-tcnative-2.0.65-150200.3.19.1.ppc64le.rpm netty-4.1.108-150200.4.23.1.aarch64.rpm netty-tcnative-2.0.65-150200.3.19.1.aarch64.rpm openSUSE-SLE-15.6-2024-2416 Recommended update for llvm15 moderate SUSE Updates openSUSE-SLE 15.6 This update for llvm15 fixes the following issue: - Manage clang-cpp with update-alternatives like other binaries. Solves upgrade issues from Leap 15.5 to 15.6 (bsc#1221183) clang15-15.0.7-150500.4.9.6.x86_64.rpm clang15-devel-15.0.7-150500.4.9.6.x86_64.rpm clang15-doc-15.0.7-150500.4.9.6.noarch.rpm libLLVM15-15.0.7-150500.4.9.6.x86_64.rpm libLLVM15-32bit-15.0.7-150500.4.9.6.x86_64.rpm libLTO15-15.0.7-150500.4.9.6.x86_64.rpm libclang-cpp15-15.0.7-150500.4.9.6.x86_64.rpm libclang-cpp15-32bit-15.0.7-150500.4.9.6.x86_64.rpm liblldb15-15.0.7-150500.4.9.6.x86_64.rpm libomp15-devel-15.0.7-150500.4.9.6.x86_64.rpm lld15-15.0.7-150500.4.9.6.x86_64.rpm lldb15-15.0.7-150500.4.9.6.x86_64.rpm lldb15-devel-15.0.7-150500.4.9.6.x86_64.rpm llvm15-15.0.7-150500.4.9.6.src.rpm llvm15-15.0.7-150500.4.9.6.x86_64.rpm llvm15-devel-15.0.7-150500.4.9.6.x86_64.rpm llvm15-doc-15.0.7-150500.4.9.6.noarch.rpm llvm15-gold-15.0.7-150500.4.9.6.x86_64.rpm llvm15-opt-viewer-15.0.7-150500.4.9.6.noarch.rpm llvm15-polly-15.0.7-150500.4.9.6.x86_64.rpm llvm15-polly-devel-15.0.7-150500.4.9.6.x86_64.rpm llvm15-vim-plugins-15.0.7-150500.4.9.6.noarch.rpm python3-clang15-15.0.7-150500.4.9.6.x86_64.rpm python3-lldb15-15.0.7-150500.4.9.6.x86_64.rpm clang15-15.0.7-150500.4.9.6.s390x.rpm clang15-devel-15.0.7-150500.4.9.6.s390x.rpm libLLVM15-15.0.7-150500.4.9.6.s390x.rpm libLTO15-15.0.7-150500.4.9.6.s390x.rpm libclang-cpp15-15.0.7-150500.4.9.6.s390x.rpm lld15-15.0.7-150500.4.9.6.s390x.rpm llvm15-15.0.7-150500.4.9.6.s390x.rpm llvm15-devel-15.0.7-150500.4.9.6.s390x.rpm llvm15-gold-15.0.7-150500.4.9.6.s390x.rpm llvm15-polly-15.0.7-150500.4.9.6.s390x.rpm llvm15-polly-devel-15.0.7-150500.4.9.6.s390x.rpm python3-clang15-15.0.7-150500.4.9.6.s390x.rpm clang15-15.0.7-150500.4.9.6.ppc64le.rpm clang15-devel-15.0.7-150500.4.9.6.ppc64le.rpm libLLVM15-15.0.7-150500.4.9.6.ppc64le.rpm libLTO15-15.0.7-150500.4.9.6.ppc64le.rpm libclang-cpp15-15.0.7-150500.4.9.6.ppc64le.rpm libomp15-devel-15.0.7-150500.4.9.6.ppc64le.rpm lld15-15.0.7-150500.4.9.6.ppc64le.rpm llvm15-15.0.7-150500.4.9.6.ppc64le.rpm llvm15-devel-15.0.7-150500.4.9.6.ppc64le.rpm llvm15-gold-15.0.7-150500.4.9.6.ppc64le.rpm llvm15-polly-15.0.7-150500.4.9.6.ppc64le.rpm llvm15-polly-devel-15.0.7-150500.4.9.6.ppc64le.rpm python3-clang15-15.0.7-150500.4.9.6.ppc64le.rpm clang15-15.0.7-150500.4.9.6.aarch64.rpm clang15-devel-15.0.7-150500.4.9.6.aarch64.rpm libLLVM15-15.0.7-150500.4.9.6.aarch64.rpm libLTO15-15.0.7-150500.4.9.6.aarch64.rpm libclang-cpp15-15.0.7-150500.4.9.6.aarch64.rpm libomp15-devel-15.0.7-150500.4.9.6.aarch64.rpm lld15-15.0.7-150500.4.9.6.aarch64.rpm llvm15-15.0.7-150500.4.9.6.aarch64.rpm llvm15-devel-15.0.7-150500.4.9.6.aarch64.rpm llvm15-gold-15.0.7-150500.4.9.6.aarch64.rpm llvm15-polly-15.0.7-150500.4.9.6.aarch64.rpm llvm15-polly-devel-15.0.7-150500.4.9.6.aarch64.rpm python3-clang15-15.0.7-150500.4.9.6.aarch64.rpm openSUSE-SLE-15.6-2024-1566 Recommended update for catatonit moderate SUSE Updates openSUSE-SLE 15.6 This update for catatonit fixes the following issues: - Update to catatonit v0.2.0 - Change license to GPL-2.0-or-later catatonit-0.2.0-150500.3.3.1.src.rpm catatonit-0.2.0-150500.3.3.1.x86_64.rpm catatonit-0.2.0-150500.3.3.1.s390x.rpm catatonit-0.2.0-150500.3.3.1.ppc64le.rpm catatonit-0.2.0-150500.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1849 Recommended update for desktop-data-SLE moderate SUSE Updates openSUSE-SLE 15.6 This update for desktop-data-SLE fixes the following issue: - Fix typo in the desktop files for some of the wallpapers (bsc#1222146) desktop-data-SLE-15-150000.4.3.11.noarch.rpm desktop-data-SLE-15-150000.4.3.11.src.rpm desktop-data-SLE-extra-15-150000.4.3.11.noarch.rpm openSUSE-SLE-15.6-2024-1530 Security update for grafana and mybatis moderate SUSE Updates openSUSE-SLE 15.6 This update for grafana and mybatis fixes the following issues: grafana was updated to version 9.5.18: - Grafana now requires Go 1.20 - Security issues fixed: * CVE-2024-1313: Require same organisation when deleting snapshots (bsc#1222155) * CVE-2023-6152: Add email verification when updating user email (bsc#1219912) - Other non-security related changes: * Version 9.5.17: + [FEATURE] Alerting: Backport use Alertmanager API v2 * Version 9.5.16: + [BUGFIX] Annotations: Split cleanup into separate queries and deletes to avoid deadlocks on MySQL * Version 9.5.15: + [FEATURE] Alerting: Attempt to retry retryable errors * Version 9.5.14: + [BUGFIX] Alerting: Fix state manager to not keep datasource_uid and ref_id labels in state after Error + [BUGFIX] Transformations: Config overrides being lost when config from query transform is applied + [BUGFIX] LDAP: Fix enable users on successfull login * Version 9.5.13: + [BUGFIX] BrowseDashboards: Only remember the most recent expanded folder + [BUGFIX] Licensing: Pass func to update env variables when starting plugin * Version 9.5.12: + [FEATURE] Azure: Add support for Workload Identity authentication * Version 9.5.9: + [FEATURE] SSE: Fix DSNode to not panic when response has empty response + [FEATURE] Prometheus: Handle the response with different field key order + [BUGFIX] LDAP: Fix user disabling mybatis: - `apache-commons-ognl` is now a non-optional dependency - Fixed building with log4j v1 and v2 dependencies grafana-9.5.18-150200.3.56.1.src.rpm grafana-9.5.18-150200.3.56.1.x86_64.rpm mybatis-3.5.6-150200.5.6.1.noarch.rpm mybatis-3.5.6-150200.5.6.1.src.rpm mybatis-javadoc-3.5.6-150200.5.6.1.noarch.rpm grafana-9.5.18-150200.3.56.1.s390x.rpm grafana-9.5.18-150200.3.56.1.ppc64le.rpm grafana-9.5.18-150200.3.56.1.aarch64.rpm openSUSE-SLE-15.6-2024-1531 Recommended update for golang-github-prometheus-alertmanager, golang-github-prometheus-node_exporter moderate SUSE Updates openSUSE-SLE 15.6 This update for golang-github-prometheus-alertmanager, golang-github-prometheus-node_exporter fixes the following issues: - update to 1.7.0 (jsc#PED-7893, jsc#PED-7928): * [FEATURE] Add ZFS freebsd per dataset stats #2753 * [FEATURE] Add cpu vulnerabilities reporting from sysfs #2721 * [ENHANCEMENT] Parallelize stat calls in Linux filesystem collector #1772 * [ENHANCEMENT] Add missing linkspeeds to ethtool collector #2711 * [ENHANCEMENT] Add CPU MHz as the value for node_cpu_info metric #2778 * [ENHANCEMENT] Improve qdisc collector performance #2779 * [ENHANCEMENT] Add include and exclude filter for hwmon collector #2699 * [ENHANCEMENT] Optionally fetch ARP stats via rtnetlink instead of procfs #2777 * [BUFFIX] Fix ZFS arcstats on FreeBSD 14.0+ 2754 * [BUGFIX] Fallback to 32-bit stats in netdev #2757 * [BUGFIX] Close btrfs.FS handle after use #2780 * [BUGFIX] Move RO status before error return #2807 * [BUFFIX] Fix promhttp_metric_handler_errors_total being always active #2808 * [BUGFIX] Fix nfsd v4 index miss #2824 - update to 1.6.1: (no source code changes in this release) - BuildRequire go1.20 - update to 1.6.0: * [CHANGE] Fix cpustat when some cpus are offline #2318 * [CHANGE] Remove metrics of offline CPUs in CPU collector #2605 * [CHANGE] Deprecate ntp collector #2603 * [CHANGE] Remove bcache `cache_readaheads_totals` metrics #2583 * [CHANGE] Deprecate supervisord collector #2685 * [FEATURE] Enable uname collector on NetBSD #2559 * [FEATURE] NetBSD support for the meminfo collector #2570 * [FEATURE] NetBSD support for CPU collector #2626 * [FEATURE] Add FreeBSD collector for netisr subsystem #2668 * [FEATURE] Add softirqs collector #2669 * [ENHANCEMENT] Add suspended as a `node_zfs_zpool_state` #2449 * [ENHANCEMENT] Add administrative state of Linux network interfaces #2515 * [ENHANCEMENT] Log current value of GOMAXPROCS #2537 * [ENHANCEMENT] Add profiler options for perf collector #2542 * [ENHANCEMENT] Allow root path as metrics path #2590 * [ENHANCEMENT] Add cpu frequency governor metrics #2569 * [ENHANCEMENT] Add new landing page #2622 * [ENHANCEMENT] Reduce privileges needed for btrfs device stats #2634 * [ENHANCEMENT] Add ZFS `memory_available_bytes` #2687 * [ENHANCEMENT] Use `SCSI_IDENT_SERIAL` as serial in diskstats #2612 * [ENHANCEMENT] Read missing from netlink netclass attributes from sysfs #2669 * [BUGFIX] perf: fixes for automatically detecting the correct tracefs mountpoints #2553 * [BUGFIX] Fix `thermal_zone` collector noise @2554 * [BUGFIX] Fix a problem fetching the user wire count on FreeBSD 2584 * [BUGFIX] interrupts: Fix fields on linux aarch64 #2631 * [BUGFIX] Remove metrics of offline CPUs in CPU collector #2605 * [BUGFIX] Fix OpenBSD filesystem collector string parsing #2637 * [BUGFIX] Fix bad reporting of `node_cpu_seconds_total` in OpenBSD #2663 - change go_modules archive in _service to use obscpio file golang-github-prometheus-alertmanager-0.26.0-150100.4.22.1.src.rpm golang-github-prometheus-alertmanager-0.26.0-150100.4.22.1.x86_64.rpm golang-github-prometheus-node_exporter-1.7.0-150100.3.29.1.src.rpm golang-github-prometheus-node_exporter-1.7.0-150100.3.29.1.x86_64.rpm golang-github-prometheus-alertmanager-0.26.0-150100.4.22.1.s390x.rpm golang-github-prometheus-node_exporter-1.7.0-150100.3.29.1.s390x.rpm golang-github-prometheus-alertmanager-0.26.0-150100.4.22.1.ppc64le.rpm golang-github-prometheus-node_exporter-1.7.0-150100.3.29.1.ppc64le.rpm golang-github-prometheus-alertmanager-0.26.0-150100.4.22.1.aarch64.rpm golang-github-prometheus-node_exporter-1.7.0-150100.3.29.1.aarch64.rpm openSUSE-SLE-15.6-2024-1498 Security update for java-11-openjdk low SUSE Updates openSUSE-SLE 15.6 This update for java-11-openjdk fixes the following issues: - CVE-2024-21011: Fixed denial of service due to long Exception message logging (JDK-8319851,bsc#1222979) - CVE-2024-21012: Fixed unauthorized data modification due HTTP/2 client improper reverse DNS lookup (JDK-8315708,bsc#1222987) - CVE-2024-21068: Fixed integer overflow in C1 compiler address generation (JDK-8322122,bsc#1222983) - CVE-2024-21085: Fixed denial of service due to Pack200 excessive memory allocation (JDK-8322114,bsc#1222984) - CVE-2024-21094: Fixed unauthorized data modification due to C2 compilation failure with "Exceeded _node_regs array" (JDK-8317507,JDK-8325348,bsc#1222986) Other fixes: - Upgrade to upstream tag jdk-11.0.23+9 (April 2024 CPU) * Security fixes + JDK-8318340: Improve RSA key implementations * Other changes + JDK-6928542: Chinese characters in RTF are not decoded + JDK-7132796: [macosx] closed/javax/swing/JComboBox/4517214/ /bug4517214.java fails on MacOS + JDK-7148092: [macosx] When Alt+down arrow key is pressed, the combobox popup does not appear. + JDK-8054022: HttpURLConnection timeouts with Expect: 100-Continue and no chunking + JDK-8054572: [macosx] JComboBox paints the border incorrectly + JDK-8058176: [mlvm] tests should not allow code cache exhaustion + JDK-8067651: LevelTransitionTest.java, fix trivial methods levels logic + JDK-8068225: nsk/jdi/EventQueue/remove_l/remove_l005 intermittently times out + JDK-8156889: ListKeychainStore.sh fails in some virtualized environments + JDK-8166275: vm/mlvm/meth/stress/compiler/deoptimize keeps timeouting + JDK-8166554: Avoid compilation blocking in OverloadCompileQueueTest.java + JDK-8169475: WheelModifier.java fails by timeout + JDK-8180266: Convert sun/security/provider/KeyStore/DKSTest.sh to Java Jtreg Test + JDK-8186610: move ModuleUtils to top-level testlibrary + JDK-8192864: defmeth tests can hide failures + JDK-8193543: Regression automated test '/open/test/jdk/java/ /awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java' fails + JDK-8198668: MemoryPoolMBean/isUsageThresholdExceeded/ /isexceeded001/TestDescription.java still failing + JDK-8202282: [TESTBUG] appcds TestCommon .makeCommandLineForAppCDS() can be removed + JDK-8202790: DnD test DisposeFrameOnDragTest.java does not clean up + JDK-8202931: [macos] java/awt/Choice/ChoicePopupLocation/ /ChoicePopupLocation.java fails + JDK-8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests + JDK-8207214: Broken links in JDK API serialized-form page + JDK-8207855: Make applications/jcstress invoke tests in batches + JDK-8208243: vmTestbase/gc/lock/jni/jnilock002/ /TestDescription.java fails in jdk/hs nightly + JDK-8208278: [mlvm] [TESTBUG] vm.mlvm.mixed.stress.java .findDeadlock.INDIFY_Test Deadlocked threads are not always detected + JDK-8208623: [TESTBUG] runtime/LoadClass/LongBCP.java fails in AUFS file system + JDK-8208699: remove unneeded imports from runtime tests + JDK-8208704: runtime/appcds/MultiReleaseJars.java timed out often in hs-tier7 testing + JDK-8208705: [TESTBUG] The -Xlog:cds,cds+hashtables vm option is not always required for appcds tests + JDK-8209549: remove VMPropsExt from TEST.ROOT + JDK-8209595: MonitorVmStartTerminate.java timed out + JDK-8209946: [TESTBUG] CDS tests should use "@run driver" + JDK-8211438: [Testbug] runtime/XCheckJniJsig/XCheckJSig.java looks for libjsig in wrong location + JDK-8211978: Move testlibrary/jdk/testlibrary/ /SimpleSSLContext.java and testkeys to network testlibrary + JDK-8213622: Windows VS2013 build failure - "'snprintf': identifier not found" + JDK-8213926: WB_EnqueueInitializerForCompilation requests compilation for NULL + JDK-8213927: G1 ignores AlwaysPreTouch when UseTransparentHugePages is enabled + JDK-8214908: add ctw tests for jdk.jfr and jdk.management.jfr modules + JDK-8214915: CtwRunner misses export for jdk.internal.access + JDK-8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException + JDK-8217475: Unexpected StackOverflowError in "process reaper" thread + JDK-8218754: JDK-8068225 regression in JDIBreakpointTest + JDK-8219475: javap man page needs to be updated + JDK-8219585: [TESTBUG] sun/management/jmxremote/bootstrap/ /JMXInterfaceBindingTest.java passes trivially when it shouldn't + JDK-8219612: [TESTBUG] compiler.codecache.stress.Helper .TestCaseImpl can't be defined in different runtime package as its nest host + JDK-8225471: Test utility jdk.test.lib.util.FileUtils .areAllMountPointsAccessible needs to tolerate duplicates + JDK-8226706: (se) Reduce the number of outer loop iterations on Windows in java/nio/channels/Selector/RacyDeregister.java + JDK-8226905: unproblem list applications/ctw/modules/* tests on windows + JDK-8226910: make it possible to use jtreg's -match via run-test framework + JDK-8227438: [TESTLIB] Determine if file exists by Files.exists in function FileUtils.deleteFileIfExistsWithRetry + JDK-8231585: java/lang/management/ThreadMXBean/ /MaxDepthForThreadInfoTest.java fails with java.lang.NullPointerException + JDK-8232839: JDI AfterThreadDeathTest.java failed due to "FAILED: Did not get expected IllegalThreadStateException on a StepRequest.enable()" + JDK-8233453: MLVM deoptimize stress test timed out + JDK-8234309: LFGarbageCollectedTest.java fails with parse Exception + JDK-8237222: [macos] java/awt/Focus/UnaccessibleChoice/ /AccessibleChoiceTest.java fails + JDK-8237777: "Dumping core ..." is shown despite claiming that "# No core dump will be written." + JDK-8237834: com/sun/jndi/ldap/LdapDnsProviderTest.java failing with LDAP response read timeout + JDK-8238274: (sctp) JDK-7118373 is not fixed for SctpChannel + JDK-8239801: [macos] java/awt/Focus/UnaccessibleChoice/ /AccessibleChoiceTest.java fails + JDK-8244679: JVM/TI GetCurrentContendedMonitor/contmon001 failed due to "(IsSameObject#3) unexpected monitor object: 0x000000562336DBA8" + JDK-8246222: Rename javac test T6395981.java to be more informative + JDK-8247818: GCC 10 warning stringop-overflow with symbol code + JDK-8249087: Always initialize _body[0..1] in Symbol constructor + JDK-8251349: Add TestCaseImpl to OverloadCompileQueueTest.java's build dependencies + JDK-8251904: vmTestbase/nsk/sysdict/vm/stress/btree/btree010/ /btree010.java fails with ClassNotFoundException: nsk.sysdict.share.BTree0LLRLRLRRLR + JDK-8253543: sanity/client/SwingSet/src/ /ButtonDemoScreenshotTest.java failed with "AssertionError: All pixels are not black" + JDK-8253739: java/awt/image/MultiResolutionImage/ /MultiResolutionImageObserverTest.java fails + JDK-8253820: Save test images and dumps with timestamps from client sanity suite + JDK-8255277: randomDelay in DrainDeadlockT and LoggingDeadlock do not randomly delay + JDK-8255546: Missing coverage for javax.smartcardio.CardPermission and ResponseAPDU + JDK-8255743: Relax SIGFPE match in in runtime/ErrorHandling/SecondaryErrorTest.java + JDK-8257505: nsk/share/test/StressOptions stressTime is scaled in getter but not when printed + JDK-8259801: Enable XML Signature secure validation mode by default + JDK-8264135: UnsafeGetStableArrayElement should account for different JIT implementation details + JDK-8265349: vmTestbase/../stress/compiler/deoptimize/ /Test.java fails with OOME due to CodeCache exhaustion. + JDK-8269025: jsig/Testjsig.java doesn't check exit code + JDK-8269077: TestSystemGC uses "require vm.gc.G1" for large pages subtest + JDK-8271094: runtime/duplAttributes/DuplAttributesTest.java doesn't check exit code + JDK-8271224: runtime/EnclosingMethodAttr/EnclMethodAttr.java doesn't check exit code + JDK-8271828: mark hotspot runtime/classFileParserBug tests which ignore external VM flags + JDK-8271829: mark hotspot runtime/Throwable tests which ignore external VM flags + JDK-8271890: mark hotspot runtime/Dictionary tests which ignore external VM flags + JDK-8272291: mark hotspot runtime/logging tests which ignore external VM flags + JDK-8272335: runtime/cds/appcds/MoveJDKTest.java doesn't check exit codes + JDK-8272551: mark hotspot runtime/modules tests which ignore external VM flags + JDK-8272552: mark hotspot runtime/cds tests which ignore external VM flags + JDK-8273803: Zero: Handle "zero" variant in CommandLineOptionTest.java + JDK-8274122: java/io/File/createTempFile/SpecialTempFile.java fails in Windows 11 + JDK-8274621: NullPointerException because listenAddress[0] is null + JDK-8276796: gc/TestSystemGC.java large pages subtest fails with ZGC + JDK-8280007: Enable Neoverse N1 optimizations for Arm Neoverse V1 & N2 + JDK-8281149: (fs) java/nio/file/FileStore/Basic.java fails with java.lang.RuntimeException: values differ by more than 1GB + JDK-8281377: Remove vmTestbase/nsk/monitoring/ThreadMXBean/ /ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java from problemlist. + JDK-8281717: Cover logout method for several LoginModule + JDK-8282665: [REDO] ByteBufferTest.java: replace endless recursion with RuntimeException in void ck(double x, double y) + JDK-8284090: com/sun/security/auth/module/AllPlatforms.java fails to compile + JDK-8285756: clean up use of bad arguments for `@clean` in langtools tests + JDK-8285785: CheckCleanerBound test fails with PasswordCallback object is not released + JDK-8285867: Convert applet manual tests SelectionVisible.java to Frame and automate + JDK-8286846: test/jdk/javax/swing/plaf/aqua/ /CustomComboBoxFocusTest.java fails on mac aarch64 + JDK-8286969: Add a new test library API to execute kinit in SecurityTools.java + JDK-8287113: JFR: Periodic task thread uses period for method sampling events + JDK-8289511: Improve test coverage for XPath Axes: child + JDK-8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects" + JDK-8289948: Improve test coverage for XPath functions: Node Set Functions + JDK-8290399: [macos] Aqua LAF does not fire an action event if combo box menu is displayed + JDK-8290909: MemoryPoolMBean/isUsageThresholdExceeded tests failed with "isUsageThresholdExceeded() returned false, and is still false, while threshold = MMMMMMM and used peak = NNNNNNN" + JDK-8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar + JDK-8292946: GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row" + JDK-8293819: sun/util/logging/PlatformLoggerTest.java failed with "RuntimeException: Retrieved backing PlatformLogger level null is not the expected CONFIG" + JDK-8294158: HTML formatting for PassFailJFrame instructions + JDK-8294254: [macOS] javax/swing/plaf/aqua/ /CustomComboBoxFocusTest.java failure + JDK-8294402: Add diagnostic logging to VMProps.checkDockerSupport + JDK-8294535: Add screen capture functionality to PassFailJFrame + JDK-8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM + JDK-8296384: [TESTBUG] sun/security/provider/SecureRandom/ /AbstractDrbg/SpecTest.java intermittently timeout + JDK-8299494: Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found + JDK-8300269: The selected item in an editable JComboBox with titled border is not visible in Aqua LAF + JDK-8300727: java/awt/List/ListGarbageCollectionTest/ /AwtListGarbageCollectionTest.java failed with "List wasn't garbage collected" + JDK-8301310: The SendRawSysexMessage test may cause a JVM crash + JDK-8301377: adjust timeout for JLI GetObjectSizeIntrinsicsTest.java subtest again + JDK-8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library + JDK-8302017: Allocate BadPaddingException only if it will be thrown + JDK-8302109: Trivial fixes to btree tests + JDK-8302149: Speed up compiler/jsr292/methodHandleExceptions/TestAMEnotNPE.java + JDK-8302607: increase timeout for ContinuousCallSiteTargetChange.java + JDK-8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM + JDK-8304314: StackWalkTest.java fails after CODETOOLS-7903373 + JDK-8304725: AsyncGetCallTrace can cause SIGBUS on M1 + JDK-8305502: adjust timeouts in three more M&M tests + JDK-8305505: NPE in javazic compiler + JDK-8305972: Update XML Security for Java to 3.0.2 + JDK-8306072: Open source several AWT MouseInfo related tests + JDK-8306076: Open source AWT misc tests + JDK-8306409: Open source AWT KeyBoardFocusManger, LightWeightComponent related tests + JDK-8306640: Open source several AWT TextArea related tests + JDK-8306652: Open source AWT MenuItem related tests + JDK-8306681: Open source more AWT DnD related tests + JDK-8306683: Open source several clipboard and color AWT tests + JDK-8306752: Open source several container and component AWT tests + JDK-8306753: Open source several container AWT tests + JDK-8306755: Open source few Swing JComponent and AbstractButton tests + JDK-8306812: Open source several AWT Miscellaneous tests + JDK-8306871: Open source more AWT Drag & Drop tests + JDK-8306996: Open source Swing MenuItem related tests + JDK-8307123: Fix deprecation warnings in DPrinter + JDK-8307130: Open source few Swing JMenu tests + JDK-8307299: Move more DnD tests to open + JDK-8307311: Timeouts on one macOS 12.6.1 host of two Swing JTableHeader tests + JDK-8307381: Open Source JFrame, JIF related Swing Tests + JDK-8307683: Loop Predication should not hoist range checks with trap on success projection by negating their condition + JDK-8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating + JDK-8308116: jdk.test.lib.compiler.InMemoryJavaCompiler .compile does not close files + JDK-8308223: failure handler missed jcmd.vm.info command + JDK-8308232: nsk/jdb tests don't pass -verbose flag to the debuggee + JDK-8308245: Add -proc:full to describe current default annotation processing policy + JDK-8308336: Test java/net/HttpURLConnection/ /HttpURLConnectionExpectContinueTest.java failed: java.net.BindException: Address already in use + JDK-8309104: [JVMCI] compiler/unsafe/ /UnsafeGetStableArrayElement test asserts wrong values with Graal + JDK-8309119: [17u/11u] Redo JDK-8297951: C2: Create skeleton predicates for all If nodes in loop predication + JDK-8309462: [AIX] vmTestbase/nsk/jvmti/RunAgentThread/ /agentthr001/TestDescription.java crashing due to empty while loop + JDK-8309778: java/nio/file/Files/CopyAndMove.java fails when using second test directory + JDK-8309870: Using -proc:full should be considered requesting explicit annotation processing + JDK-8310106: sun.security.ssl.SSLHandshake .getHandshakeProducer() incorrectly checks handshakeConsumers + JDK-8310238: [test bug] javax/swing/JTableHeader/6889007/ /bug6889007.java fails + JDK-8310551: vmTestbase/nsk/jdb/interrupt/interrupt001/ /interrupt001.java timed out due to missing prompt + JDK-8310807: java/nio/channels/DatagramChannel/Connect.java timed out + JDK-8311081: KeytoolReaderP12Test.java fail on localized Windows platform + JDK-8311511: Improve description of NativeLibrary JFR event + JDK-8311585: Add JRadioButtonMenuItem to bug8031573.java + JDK-8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074 + JDK-8313082: Enable CreateCoredumpOnCrash for testing in makefiles + JDK-8313164: src/java.desktop/windows/native/libawt/windows/ /awt_Robot.cpp GetRGBPixels adjust releasing of resources + JDK-8313252: Java_sun_awt_windows_ThemeReader_paintBackground release resources in early returns + JDK-8313643: Update HarfBuzz to 8.2.2 + JDK-8313816: Accessing jmethodID might lead to spurious crashes + JDK-8314144: gc/g1/ihop/TestIHOPStatic.java fails due to extra concurrent mark with -Xcomp + JDK-8314164: java/net/HttpURLConnection/ /HttpURLConnectionExpectContinueTest.java fails intermittently in timeout + JDK-8314883: Java_java_util_prefs_FileSystemPreferences_lockFile0 write result errno in missing case + JDK-8315034: File.mkdirs() occasionally fails to create folders on Windows shared folder + JDK-8315042: NPE in PKCS7.parseOldSignedData + JDK-8315415: OutputAnalyzer.shouldMatchByLine() fails in some cases + JDK-8315499: build using devkit on Linux ppc64le RHEL puts path to devkit into libsplashscreen + JDK-8315594: Open source few headless Swing misc tests + JDK-8315600: Open source few more headless Swing misc tests + JDK-8315602: Open source swing security manager test + JDK-8315606: Open source few swing text/html tests + JDK-8315611: Open source swing text/html and tree test + JDK-8315680: java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch + JDK-8315731: Open source several Swing Text related tests + JDK-8315761: Open source few swing JList and JMenuBar tests + JDK-8315986: [macos14] javax/swing/JMenuItem/4654927/ /bug4654927.java: component must be showing on the screen to determine its location + JDK-8316001: GC: Make TestArrayAllocatorMallocLimit use createTestJvm + JDK-8316028: Update FreeType to 2.13.2 + JDK-8316030: Update Libpng to 1.6.40 + JDK-8316106: Open source few swing JInternalFrame and JMenuBar tests + JDK-8316461: Fix: make test outputs TEST SUCCESS after unsuccessful exit + JDK-8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly + JDK-8317307: test/jdk/com/sun/jndi/ldap/ /LdapPoolTimeoutTest.java fails with ConnectException: Connection timed out: no further information + JDK-8317327: Remove JT_JAVA dead code in jib-profiles.js + JDK-8318154: Improve stability of WheelModifier.java test + JDK-8318410: jdk/java/lang/instrument/BootClassPath/ /BootClassPathTest.sh fails on Japanese Windows + JDK-8318468: compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1 + JDK-8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java + JDK-8318607: Enable parallelism in vmTestbase/nsk/stress/jni tests + JDK-8318608: Enable parallelism in vmTestbase/nsk/stress/threads tests + JDK-8318736: com/sun/jdi/JdwpOnThrowTest.java failed with "transport error 202: bind failed: Address already in use" + JDK-8318889: C2: add bailout after assert Bad graph detected in build_loop_late + JDK-8318951: Additional negative value check in JPEG decoding + JDK-8318955: Add ReleaseIntArrayElements in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to early return + JDK-8318971: Better Error Handling for Jar Tool When Processing Non-existent Files + JDK-8318983: Fix comment typo in PKCS12Passwd.java + JDK-8319124: Update XML Security for Java to 3.0.3 + JDK-8319456: jdk/jfr/event/gc/collection/ /TestGCCauseWith[Serial|Parallel].java : GC cause 'GCLocker Initiated GC' not in the valid causes + JDK-8319668: Fixup of jar filename typo in BadFactoryTest.sh + JDK-8320001: javac crashes while adding type annotations to the return type of a constructor + JDK-8320208: Update Public Suffix List to b5bf572 + JDK-8320363: ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity + JDK-8320597: RSA signature verification fails on signed data that does not encode params correctly + JDK-8320798: Console read line with zero out should zero out underlying buffer + JDK-8320884: Bump update version for OpenJDK: jdk-11.0.23 + JDK-8320937: support latest VS2022 MSC_VER in abstract_vm_version.cpp + JDK-8321151: JDK-8294427 breaks Windows L&F on all older Windows versions + JDK-8321215: Incorrect x86 instruction encoding for VSIB addressing mode + JDK-8321408: Add Certainly roots R1 and E1 + JDK-8321480: ISO 4217 Amendment 176 Update + JDK-8322178: Error. can't find jdk.testlibrary .SimpleSSLContext in test directory or libraries + JDK-8322417: Console read line with zero out should zero out when throwing exception + JDK-8322725: (tz) Update Timezone Data to 2023d + JDK-8322750: Test "api/java_awt/interactive/ /SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray + JDK-8322752: [11u] GetStackTraceAndRetransformTest.java is failing assert + JDK-8322772: Clean up code after JDK-8322417 + JDK-8323008: filter out harmful -std* flags added by autoconf from CXX + JDK-8323243: JNI invocation of an abstract instance method corrupts the stack + JDK-8323515: Create test alias "all" for all test roots + JDK-8323640: [TESTBUG]testMemoryFailCount in jdk/internal/ /platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed + JDK-8324184: Windows VS2010 build failed with "error C2275: 'int64_t'" + JDK-8324307: [11u] hotspot fails to build with GCC 12 and newer (non-static data member initializers) + JDK-8324347: Enable "maybe-uninitialized" warning for FreeType 2.13.1 + JDK-8324659: GHA: Generic jtreg errors are not reported + JDK-8325096: Test java/security/cert/CertPathBuilder/akiExt/ /AKISerialNumber.java is failing + JDK-8325150: (tz) Update Timezone Data to 2024a + JDK-8326109: GCC 13 reports maybe-uninitialized warnings for jni.cpp with dtrace enabled + JDK-8326503: [11u] java/net/HttpURLConnection/ /HttpURLConnectionExpectContinueTest.java fail because of package org.junit.jupiter.api does not exist + JDK-8327391: Add SipHash attribution file + JDK-8329837: [11u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.23 - Removed the possibility to use the system timezone-java (bsc#1213470) java-11-openjdk-11.0.23.0-150000.3.113.1.src.rpm java-11-openjdk-11.0.23.0-150000.3.113.1.x86_64.rpm java-11-openjdk-demo-11.0.23.0-150000.3.113.1.x86_64.rpm java-11-openjdk-devel-11.0.23.0-150000.3.113.1.x86_64.rpm java-11-openjdk-headless-11.0.23.0-150000.3.113.1.x86_64.rpm java-11-openjdk-javadoc-11.0.23.0-150000.3.113.1.noarch.rpm java-11-openjdk-jmods-11.0.23.0-150000.3.113.1.x86_64.rpm java-11-openjdk-src-11.0.23.0-150000.3.113.1.x86_64.rpm java-11-openjdk-11.0.23.0-150000.3.113.1.s390x.rpm java-11-openjdk-demo-11.0.23.0-150000.3.113.1.s390x.rpm java-11-openjdk-devel-11.0.23.0-150000.3.113.1.s390x.rpm java-11-openjdk-headless-11.0.23.0-150000.3.113.1.s390x.rpm java-11-openjdk-jmods-11.0.23.0-150000.3.113.1.s390x.rpm java-11-openjdk-src-11.0.23.0-150000.3.113.1.s390x.rpm java-11-openjdk-11.0.23.0-150000.3.113.1.ppc64le.rpm java-11-openjdk-demo-11.0.23.0-150000.3.113.1.ppc64le.rpm java-11-openjdk-devel-11.0.23.0-150000.3.113.1.ppc64le.rpm java-11-openjdk-headless-11.0.23.0-150000.3.113.1.ppc64le.rpm java-11-openjdk-jmods-11.0.23.0-150000.3.113.1.ppc64le.rpm java-11-openjdk-src-11.0.23.0-150000.3.113.1.ppc64le.rpm java-11-openjdk-11.0.23.0-150000.3.113.1.aarch64.rpm java-11-openjdk-demo-11.0.23.0-150000.3.113.1.aarch64.rpm java-11-openjdk-devel-11.0.23.0-150000.3.113.1.aarch64.rpm java-11-openjdk-headless-11.0.23.0-150000.3.113.1.aarch64.rpm java-11-openjdk-jmods-11.0.23.0-150000.3.113.1.aarch64.rpm java-11-openjdk-src-11.0.23.0-150000.3.113.1.aarch64.rpm openSUSE-SLE-15.6-2024-1499 Security update for java-17-openjdk low SUSE Updates openSUSE-SLE 15.6 This update for java-17-openjdk fixes the following issues: - CVE-2024-21011: Fixed denial of service due to long Exception message logging (JDK-8319851,bsc#1222979) - CVE-2024-21012: Fixed unauthorized data modification due HTTP/2 client improper reverse DNS lookup (JDK-8315708,bsc#1222987) - CVE-2024-21068: Fixed integer overflow in C1 compiler address generation (JDK-8322122,bsc#1222983) - CVE-2024-21094: Fixed unauthorized data modification due to C2 compilation failure with "Exceeded _node_regs array" (JDK-8317507,JDK-8325348,bsc#1222986) Other fixes: - Update to upstream tag jdk-17.0.11+9 (April 2024 CPU) * Security fixes + JDK-8318340: Improve RSA key implementations * Other changes + JDK-6928542: Chinese characters in RTF are not decoded + JDK-7132796: [macosx] closed/javax/swing/JComboBox/4517214/ /bug4517214.java fails on MacOS + JDK-7148092: [macosx] When Alt+down arrow key is pressed, the combobox popup does not appear. + JDK-7167356: (javac) investigate failing tests in JavacParserTest + JDK-8054022: HttpURLConnection timeouts with Expect: 100-Continue and no chunking + JDK-8054572: [macosx] JComboBox paints the border incorrectly + JDK-8169475: WheelModifier.java fails by timeout + JDK-8205076: [17u] Inet6AddressImpl.c: `lookupIfLocalHost` accesses `int InetAddress.preferIPv6Address` as a boolean + JDK-8209595: MonitorVmStartTerminate.java timed out + JDK-8210410: Refactor java.util.Currency:i18n shell tests to plain java tests + JDK-8261404: Class.getReflectionFactory() is not thread-safe + JDK-8261837: SIGSEGV in ciVirtualCallTypeData::translate_from + JDK-8263256: Test java/net/Inet6Address/serialize/ /Inet6AddressSerializationTest.java fails due to dynamic reconfigurations of network interface during test + JDK-8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout + JDK-8271118: C2: StressGCM should have higher priority than frequency-based policy + JDK-8271616: oddPart in MutableBigInteger::mutableModInverse contains info on final result + JDK-8272811: Document the effects of building with _GNU_SOURCE in os_posix.hpp + JDK-8272853: improve `JavadocTester.runTests` + JDK-8273454: C2: Transform (-a)*(-b) into a*b + JDK-8274060: C2: Incorrect computation after JDK-8273454 + JDK-8274122: java/io/File/createTempFile/SpecialTempFile.java fails in Windows 11 + JDK-8274621: NullPointerException because listenAddress[0] is null + JDK-8274632: Possible pointer overflow in PretouchTask chunk claiming + JDK-8274634: Use String.equals instead of String.compareTo in java.desktop + JDK-8276125: RunThese24H.java SIGSEGV in JfrThreadGroup::thread_group_id + JDK-8278028: [test-library] Warnings cleanup of the test library + JDK-8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses + JDK-8278363: Create extented container test groups + JDK-8280241: (aio) AsynchronousSocketChannel init fails in IPv6 only Windows env + JDK-8281377: Remove vmTestbase/nsk/monitoring/ThreadMXBean/ /ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java from problemlist. + JDK-8281543: Remove unused code/headerfile dtraceAttacher.hpp + JDK-8281585: Remove unused imports under test/lib and jtreg/gc + JDK-8283400: [macos] a11y : Screen magnifier does not reflect JRadioButton value change + JDK-8283626: AArch64: Set relocInfo::offset_unit to 4 + JDK-8283994: Make Xerces DatatypeException stackless + JDK-8286312: Stop mixing signed and unsigned types in bit operations + JDK-8286846: test/jdk/javax/swing/plaf/aqua/ /CustomComboBoxFocusTest.java fails on mac aarch64 + JDK-8287832: jdk/jfr/event/runtime/TestActiveSettingEvent.java failed with "Expected two batches of Active Setting events" + JDK-8288663: JFR: Disabling the JfrThreadSampler commits only a partially disabled state + JDK-8288846: misc tests fail "assert(ms < 1000) failed: Un-interruptable sleep, short time use only" + JDK-8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects" + JDK-8290041: ModuleDescriptor.hashCode is inconsistent + JDK-8290203: ProblemList vmTestbase/nsk/jvmti/scenarios/ /capability/CM03/cm03t001/TestDescription.java on linux-all + JDK-8290399: [macos] Aqua LAF does not fire an action event if combo box menu is displayed + JDK-8292458: Atomic operations on scoped enums don't build with clang + JDK-8292946: GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row" + JDK-8293117: Add atomic bitset functions + JDK-8293547: Add relaxed add_and_fetch for macos aarch64 atomics + JDK-8294158: HTML formatting for PassFailJFrame instructions + JDK-8294254: [macOS] javax/swing/plaf/aqua/ /CustomComboBoxFocusTest.java failure + JDK-8294535: Add screen capture functionality to PassFailJFrame + JDK-8295068: SSLEngine throws NPE parsing CertificateRequests + JDK-8295124: Atomic::add to pointer type may return wrong value + JDK-8295274: HelidonAppTest.java fails "assert(event->should_commit()) failed: invariant" from compiled frame" + JDK-8296631: NSS tests failing on OL9 linux-aarch64 hosts + JDK-8297968: Crash in PrintOptoAssembly + JDK-8298087: XML Schema Validation reports an required attribute twice via ErrorHandler + JDK-8299494: Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found + JDK-8300269: The selected item in an editable JComboBox with titled border is not visible in Aqua LAF + JDK-8301306: java/net/httpclient/* fail with -Xcomp + JDK-8301310: The SendRawSysexMessage test may cause a JVM crash + JDK-8301787: java/net/httpclient/SpecialHeadersTest failing after JDK-8301306 + JDK-8301846: Invalid TargetDataLine after screen lock when using JFileChooser or COM library + JDK-8302017: Allocate BadPaddingException only if it will be thrown + JDK-8302149: Speed up compiler/jsr292/methodHandleExceptions/ /TestAMEnotNPE.java + JDK-8303605: Memory leaks in Metaspace gtests + JDK-8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM + JDK-8304696: Duplicate class names in dynamicArchive tests can lead to test failure + JDK-8305356: Fix ignored bad CompileCommands in tests + JDK-8305900: Use loopback IP addresses in security policy files of httpclient tests + JDK-8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address + JDK-8305962: update jcstress to 0.16 + JDK-8305972: Update XML Security for Java to 3.0.2 + JDK-8306014: Update javax.net.ssl TLS tests to use SSLContextTemplate or SSLEngineTemplate + JDK-8306408: Fix the format of several tables in building.md + JDK-8307185: pkcs11 native libraries make JNI calls into java code while holding GC lock + JDK-8307926: Support byte-sized atomic bitset operations + JDK-8307955: Prefer to PTRACE_GETREGSET instead of PTRACE_GETREGS in method 'ps_proc.c::process_get_lwp_regs' + JDK-8307990: jspawnhelper must close its writing side of a pipe before reading from it + JDK-8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating + JDK-8308245: Add -proc:full to describe current default annotation processing policy + JDK-8308336: Test java/net/HttpURLConnection/ /HttpURLConnectionExpectContinueTest.java failed: java.net.BindException: Address already in use + JDK-8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition + JDK-8309305: sun/security/ssl/SSLSocketImpl/ /BlockedAsyncClose.java fails with jtreg test timeout + JDK-8309462: [AIX] vmTestbase/nsk/jvmti/RunAgentThread/ /agentthr001/TestDescription.java crashing due to empty while loop + JDK-8309733: [macOS, Accessibility] VoiceOver: Incorrect announcements of JRadioButton + JDK-8309870: Using -proc:full should be considered requesting explicit annotation processing + JDK-8310106: sun.security.ssl.SSLHandshake .getHandshakeProducer() incorrectly checks handshakeConsumers + JDK-8310238: [test bug] javax/swing/JTableHeader/6889007/ /bug6889007.java fails + JDK-8310380: Handle problems in core-related tests on macOS when codesign tool does not work + JDK-8310631: test/jdk/sun/nio/cs/TestCharsetMapping.java is spuriously passing + JDK-8310807: java/nio/channels/DatagramChannel/Connect.java timed out + JDK-8310838: Correct range notations in MethodTypeDesc specification + JDK-8310844: [AArch64] C1 compilation fails because monitor offset in OSR buffer is too large for immediate + JDK-8310923: Refactor Currency tests to use JUnit + JDK-8311081: KeytoolReaderP12Test.java fail on localized Windows platform + JDK-8311160: [macOS, Accessibility] VoiceOver: No announcements on JRadioButtonMenuItem and JCheckBoxMenuItem + JDK-8311581: Remove obsolete code and comments in TestLVT.java + JDK-8311645: Memory leak in jspawnhelper spawnChild after JDK-8307990 + JDK-8311986: Disable runtime/os/TestTracePageSizes.java for ShenandoahGC + JDK-8312428: PKCS11 tests fail with NSS 3.91 + JDK-8312434: SPECjvm2008/xml.transform with CDS fails with "can't seal package nu.xom" + JDK-8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074 + JDK-8313082: Enable CreateCoredumpOnCrash for testing in makefiles + JDK-8313206: PKCS11 tests silently skip execution + JDK-8313575: Refactor PKCS11Test tests + JDK-8313621: test/jdk/jdk/internal/math/FloatingDecimal/ /TestFloatingDecimal should use RandomFactory + JDK-8313643: Update HarfBuzz to 8.2.2 + JDK-8313816: Accessing jmethodID might lead to spurious crashes + JDK-8314164: java/net/HttpURLConnection/ /HttpURLConnectionExpectContinueTest.java fails intermittently in timeout + JDK-8314220: Configurable InlineCacheBuffer size + JDK-8314830: runtime/ErrorHandling/ tests ignore external VM flags + JDK-8315034: File.mkdirs() occasionally fails to create folders on Windows shared folder + JDK-8315042: NPE in PKCS7.parseOldSignedData + JDK-8315594: Open source few headless Swing misc tests + JDK-8315600: Open source few more headless Swing misc tests + JDK-8315602: Open source swing security manager test + JDK-8315611: Open source swing text/html and tree test + JDK-8315680: java/lang/ref/ReachabilityFenceTest.java should run with -Xbatch + JDK-8315731: Open source several Swing Text related tests + JDK-8315761: Open source few swing JList and JMenuBar tests + JDK-8315920: C2: "control input must dominate current control" assert failure + JDK-8315986: [macos14] javax/swing/JMenuItem/4654927/ /bug4654927.java: component must be showing on the screen to determine its location + JDK-8316001: GC: Make TestArrayAllocatorMallocLimit use createTestJvm + JDK-8316028: Update FreeType to 2.13.2 + JDK-8316030: Update Libpng to 1.6.40 + JDK-8316106: Open source few swing JInternalFrame and JMenuBar tests + JDK-8316304: (fs) Add support for BasicFileAttributes .creationTime() for Linux + JDK-8316392: compiler/interpreter/ /TestVerifyStackAfterDeopt.java failed with SIGBUS in PcDescContainer::find_pc_desc_internal + JDK-8316414: C2: large byte array clone triggers "failed: malformed control flow" assertion failure on linux-x86 + JDK-8316415: Parallelize sun/security/rsa/SignedObjectChain.java subtests + JDK-8316418: containers/docker/TestMemoryWithCgroupV1.java get OOM killed with Parallel GC + JDK-8316445: Mark com/sun/management/HotSpotDiagnosticMXBean/ /CheckOrigin.java as vm.flagless + JDK-8316679: C2 SuperWord: wrong result, load should not be moved before store if not comparable + JDK-8316693: Simplify at-requires checkDockerSupport() + JDK-8316929: Shenandoah: Shenandoah degenerated GC and full GC need to cleanup old OopMapCache entries + JDK-8316947: Write a test to check textArea triggers MouseEntered/MouseExited events properly + JDK-8317039: Enable specifying the JDK used to run jtreg + JDK-8317144: Exclude sun/security/pkcs11/sslecc/ /ClientJSSEServerJSSE.java on Linux ppc64le + JDK-8317307: test/jdk/com/sun/jndi/ldap/ /LdapPoolTimeoutTest.java fails with ConnectException: Connection timed out: no further information + JDK-8317603: Improve exception messages thrown by sun.nio.ch.Net native methods (win) + JDK-8317771: [macos14] Expand/collapse a JTree using keyboard freezes the application in macOS 14 Sonoma + JDK-8317807: JAVA_FLAGS removed from jtreg running in JDK-8317039 + JDK-8317960: [17u] Excessive CPU usage on AbstractQueuedSynchronized.isEnqueued + JDK-8318154: Improve stability of WheelModifier.java test + JDK-8318183: C2: VM may crash after hitting node limit + JDK-8318410: jdk/java/lang/instrument/BootClassPath/ /BootClassPathTest.sh fails on Japanese Windows + JDK-8318468: compiler/tiered/LevelTransitionTest.java fails with -XX:CompileThreshold=100 -XX:TieredStopAtLevel=1 + JDK-8318490: Increase timeout for JDK tests that are close to the limit when run with libgraal + JDK-8318603: Parallelize sun/java2d/marlin/ClipShapeTest.java + JDK-8318607: Enable parallelism in vmTestbase/nsk/stress/jni tests + JDK-8318608: Enable parallelism in vmTestbase/nsk/stress/threads tests + JDK-8318689: jtreg is confused when folder name is the same as the test name + JDK-8318736: com/sun/jdi/JdwpOnThrowTest.java failed with "transport error 202: bind failed: Address already in use" + JDK-8318951: Additional negative value check in JPEG decoding + JDK-8318955: Add ReleaseIntArrayElements in Java_sun_awt_X11_XlibWrapper_SetBitmapShape XlbWrapper.c to early return + JDK-8318957: Enhance agentlib:jdwp help output by info about allow option + JDK-8318961: increase javacserver connection timeout values and max retry attempts + JDK-8318971: Better Error Handling for Jar Tool When Processing Non-existent Files + JDK-8318983: Fix comment typo in PKCS12Passwd.java + JDK-8319124: Update XML Security for Java to 3.0.3 + JDK-8319213: Compatibility.java reads both stdout and stderr of JdkUtils + JDK-8319436: Proxy.newProxyInstance throws NPE if loader is null and interface not visible from class loader + JDK-8319456: jdk/jfr/event/gc/collection/ /TestGCCauseWith[Serial|Parallel].java : GC cause 'GCLocker Initiated GC' not in the valid causes + JDK-8319668: Fixup of jar filename typo in BadFactoryTest.sh + JDK-8319922: libCreationTimeHelper.so fails to link in JDK 21 + JDK-8319961: JvmtiEnvBase doesn't zero _ext_event_callbacks + JDK-8320001: javac crashes while adding type annotations to the return type of a constructor + JDK-8320168: handle setsocktopt return values + JDK-8320208: Update Public Suffix List to b5bf572 + JDK-8320300: Adjust hs_err output in malloc/mmap error cases + JDK-8320363: ppc64 TypeEntries::type_unknown logic looks wrong, missed optimization opportunity + JDK-8320597: RSA signature verification fails on signed data that does not encode params correctly + JDK-8320798: Console read line with zero out should zero out underlying buffer + JDK-8320885: Bump update version for OpenJDK: jdk-17.0.11 + JDK-8320921: GHA: Parallelize hotspot_compiler test jobs + JDK-8320937: support latest VS2022 MSC_VER in abstract_vm_version.cpp + JDK-8321151: JDK-8294427 breaks Windows L&F on all older Windows versions + JDK-8321215: Incorrect x86 instruction encoding for VSIB addressing mode + JDK-8321408: Add Certainly roots R1 and E1 + JDK-8321480: ISO 4217 Amendment 176 Update + JDK-8321599: Data loss in AVX3 Base64 decoding + JDK-8321815: Shenandoah: gc state should be synchronized to java threads only once per safepoint + JDK-8321972: test runtime/Unsafe/InternalErrorTest.java timeout on linux-riscv64 platform + JDK-8322098: os::Linux::print_system_memory_info enhance the THP output with /sys/kernel/mm/transparent_hugepage/hpage_pmd_size + JDK-8322321: Add man page doc for -XX:+VerifySharedSpaces + JDK-8322417: Console read line with zero out should zero out when throwing exception + JDK-8322583: RISC-V: Enable fast class initialization checks + JDK-8322725: (tz) Update Timezone Data to 2023d + JDK-8322750: Test "api/java_awt/interactive/ /SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray + JDK-8322772: Clean up code after JDK-8322417 + JDK-8322783: prioritize /etc/os-release over /etc/SuSE-release in hs_err/info output + JDK-8322968: [17u] Amend Atomics gtest with 1-byte tests + JDK-8323008: filter out harmful -std* flags added by autoconf from CXX + JDK-8323021: Shenandoah: Encountered reference count always attributed to first worker thread + JDK-8323086: Shenandoah: Heap could be corrupted by oom during evacuation + JDK-8323243: JNI invocation of an abstract instance method corrupts the stack + JDK-8323331: fix typo hpage_pdm_size + JDK-8323428: Shenandoah: Unused memory in regions compacted during a full GC should be mangled + JDK-8323515: Create test alias "all" for all test roots + JDK-8323637: Capture hotspot replay files in GHA + JDK-8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed + JDK-8323806: [17u] VS2017 build fails with warning after 8293117. + JDK-8324184: Windows VS2010 build failed with "error C2275: 'int64_t'" + JDK-8324280: RISC-V: Incorrect implementation in VM_Version::parse_satp_mode + JDK-8324347: Enable "maybe-uninitialized" warning for FreeType 2.13.1 + JDK-8324514: ClassLoaderData::print_on should print address of class loader + JDK-8324647: Invalid test group of lib-test after JDK-8323515 + JDK-8324659: GHA: Generic jtreg errors are not reported + JDK-8324937: GHA: Avoid multiple test suites per job + JDK-8325096: Test java/security/cert/CertPathBuilder/akiExt/ /AKISerialNumber.java is failing + JDK-8325150: (tz) Update Timezone Data to 2024a + JDK-8325585: Remove no longer necessary calls to set/unset-in-asgct flag in JDK 17 + JDK-8326000: Remove obsolete comments for class sun.security.ssl.SunJSSE + JDK-8327036: [macosx-aarch64] SIGBUS in MarkActivationClosure::do_code_blob reached from Unsafe_CopySwapMemory0 + JDK-8327391: Add SipHash attribution file + JDK-8329836: [17u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 17.0.11 - Removed the possibility to use the system timezone-java (bsc#1213470). java-17-openjdk-17.0.11.0-150400.3.42.1.src.rpm java-17-openjdk-17.0.11.0-150400.3.42.1.x86_64.rpm java-17-openjdk-demo-17.0.11.0-150400.3.42.1.x86_64.rpm java-17-openjdk-devel-17.0.11.0-150400.3.42.1.x86_64.rpm java-17-openjdk-headless-17.0.11.0-150400.3.42.1.x86_64.rpm java-17-openjdk-javadoc-17.0.11.0-150400.3.42.1.noarch.rpm java-17-openjdk-jmods-17.0.11.0-150400.3.42.1.x86_64.rpm java-17-openjdk-src-17.0.11.0-150400.3.42.1.x86_64.rpm java-17-openjdk-17.0.11.0-150400.3.42.1.s390x.rpm java-17-openjdk-demo-17.0.11.0-150400.3.42.1.s390x.rpm java-17-openjdk-devel-17.0.11.0-150400.3.42.1.s390x.rpm java-17-openjdk-headless-17.0.11.0-150400.3.42.1.s390x.rpm java-17-openjdk-jmods-17.0.11.0-150400.3.42.1.s390x.rpm java-17-openjdk-src-17.0.11.0-150400.3.42.1.s390x.rpm java-17-openjdk-17.0.11.0-150400.3.42.1.ppc64le.rpm java-17-openjdk-demo-17.0.11.0-150400.3.42.1.ppc64le.rpm java-17-openjdk-devel-17.0.11.0-150400.3.42.1.ppc64le.rpm java-17-openjdk-headless-17.0.11.0-150400.3.42.1.ppc64le.rpm java-17-openjdk-jmods-17.0.11.0-150400.3.42.1.ppc64le.rpm java-17-openjdk-src-17.0.11.0-150400.3.42.1.ppc64le.rpm java-17-openjdk-17.0.11.0-150400.3.42.1.aarch64.rpm java-17-openjdk-demo-17.0.11.0-150400.3.42.1.aarch64.rpm java-17-openjdk-devel-17.0.11.0-150400.3.42.1.aarch64.rpm java-17-openjdk-headless-17.0.11.0-150400.3.42.1.aarch64.rpm java-17-openjdk-jmods-17.0.11.0-150400.3.42.1.aarch64.rpm java-17-openjdk-src-17.0.11.0-150400.3.42.1.aarch64.rpm openSUSE-SLE-15.6-2024-1640 Recommended update for Azure SDK and CLI based on Python 3.11 for SLE-15-SP4 (jsc#PED-8074) important SUSE Updates openSUSE-SLE 15.6 Azure SDK and CLI based on Python 3.11 for SLE-15-SP4 (jsc#PED-8074): Changes in azure-cli: - Add Obsoletes for python3-azure-functions-devops-build package on SLE-15 - Remove azure-cli-command-modules-nspkg from BuildRequires and Requires - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Use primary Python version on Tumbleweed - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - New upstream release + Version 2.58.0 - Use %patch -P N instead of deprecated %patchN. + Version 2.57.0 - Update Requires from setup.py + Version 2.56.0 + Version 2.55.0 + Version 2.54.0 + Version 2.53.1 + Version 2.53.0 + Version 2.52.0 + Version 2.51.0 + Version 2.50.0 + Version 2.49.0 + Version 2.48.1 + Version 2.47.0 + Version 2.46.0 + Version 2.45.0 + Version 2.44.1 + Version 2.44.0 + Version 2.43.0 + Version 2.42.0 + Version 2.41.0 - Rename %exclude az.ps1 to azps.ps1 in %files section + Version 2.40.0 - Add %exclude for newly added az.ps1 in %files section + Version 2.39.0 + Version 2.38.0 + Version 2.37.0 + For detailed information about changes see the HISTORY.rst file provided with this package Changes in azure-cli-core: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Use primary Python version on Tumbleweed + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section + For detailed information about changes see the HISTORY.rst file provided with this package - New upstream release + Version 2.58.0 - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. + Version 2.57.0 - Update Requires from setup.py + Version 2.56.0 + Version 2.55.0 + Version 2.54.0 + Version 2.53.1 + Version 2.53.0 + Version 2.52.0 + Version 2.51.0 + Version 2.50.0 + Version 2.49.0 - Add patch to update argcomplete dependency (bsc#1206869) + Version 2.48.1 + Version 2.47.0 + Version 2.46.0 + Version 2.45.0 + Version 2.44.1 + Version 2.44.0 - Drop patches for issues fixed upstream - Relax version dependency for python-packaging + Version 2.43.0 + Version 2.42.0 + Version 2.41.0 + Version 2.40.0 - Refresh patches for new version - Update Requires from setup.py + Version 2.39.0 - Add patch to update argcomplete dependency - Update Requires from setup.py + Version 2.38.0 + Version 2.37.0 Changes in azure-cli-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Use primary Python version on Tumbleweed - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Add missing python-rpm-macros package to BuildRequires Changes in azure-cli-telemetry: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Use primary Python version on Tumbleweed - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section + Version 1.1.0 + For detailed information about changes see the HISTORY.rst file provided with this package - New upstream release + Version 1.0.8 - New upstream release + Version 1.0.7 - Update Requires from setup.py - Add missing python-rpm-macros package to BuildRequires + Version 1.0.6 + For detailed information about changes see the HISTORY.rst file provided with this package Changes in python-adal: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Drop definition of BuildRoot - Limit Python files matched in %files section Changes in python-applicationinsights: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Limit Python files matched in %files section Changes in python-azure-agrifood-farming: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-agrifood-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-ai-anomalydetector: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies + Version 3.0.0b6 - Update Requires from setup.py - New upstream release + Version 3.0.0b5 - Update Requires from setup.py - New upstream release + Version 3.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-ai-contentsafety: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 - Remove temporary version override - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Initial build + Version 1.0.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-ai-formrecognizer: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.3.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 3.3.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 3.3.0 + Version 3.2.1 - Update Requires from setup.py + Version 3.2.0 - Update Requires from setup.py + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-ai-language-conversations: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0 - Override upstream version with 1.1.0.0 to ensure proper upgrade from previous version 1.1.0b1 - Update Requires from setup.py + Version 1.1.0b1 - Initial build + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-ai-language-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section Changes in python-azure-ai-language-questionanswering: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - 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 - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - Update Requires from setup.py Changes in python-azure-ai-metricsadvisor: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-ai-ml: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Remove duplicate python-rpm-macros and fdupes from BuildRequires - New upstream release + Version 1.13.0 + Version 1.12.1 + Version 1.12.0 + Version 1.11.1 - Update Requires from setup.py + Version 1.11.0 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ + Version 1.10.1 + Version 1.10.0 + Version 1.8.0 + Version 1.7.2 + Version 1.7.1 + Version 1.7.0 + Version 1.6.0 + Version 1.5.0 + Version 1.4.0 - Update BuildRequires and Requires from setup.py + Version 1.3.0 + Version 1.2.0 + Version 1.1.2 + Version 1.1.1 + Version 1.1.0 - Update Requires from setup.py - Initial build + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-ai-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section Changes in python-azure-ai-textanalytics: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 5.3.0 - Update Requires from setup.py + Version 5.2.1 + Version 5.2.0 - Remove temporary version override - Update Requires from setup.py + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-ai-translation-document: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b6 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-ai-translation-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section Changes in python-azure-ai-translation-text: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-appconfiguration: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-appconfiguration-provider: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - Drop extra LICENSE.txt as upstream now ships its own - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Initial build + Version 1.0.0 Changes in python-azure-applicationinsights: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-batch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 14.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 14.0.0 - New upstream release + Version 13.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-cognitiveservices-anomalydetector: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-formrecognizer: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-inkrecognizer: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-knowledge-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-cognitiveservices-knowledge-qnamaker: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-language-luis: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-language-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-cognitiveservices-language-spellcheck: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-language-textanalytics: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-cognitiveservices-personalizer: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-autosuggest: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-customimagesearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-customsearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-entitysearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-imagesearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-newssearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-cognitiveservices-search-videosearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-visualsearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-search-websearch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-vision-computervision: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-vision-contentmoderator: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-vision-customvision: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-vision-face: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-cognitiveservices-vision-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-common: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-communication-administration: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-communication-callautomation: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Initial build + Version 1.0.0 Changes in python-azure-communication-chat: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py Changes in python-azure-communication-email: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-communication-identity: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Drop extra LICENSE.txt as upstream now ships its own - New upstream release + Version 1.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.3.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-communication-jobrouter: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-communication-networktraversal: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.1.0~b1 - Trim Summary to not exceed 79 characters Changes in python-azure-communication-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-communication-phonenumbers: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-communication-rooms: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b3 Changes in python-azure-communication-sms: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-confidentialledger: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - 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 - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py Changes in python-azure-containerregistry: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - 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 Changes in python-azure-core: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - New upstream release + Version 1.30.0 + For detailed information about changes see the CHANGELOG.md file provided with this package + Version 1.29.7 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.29.6 + Version 1.29.5 + Version 1.29.4 + Version 1.29.3 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ + Version 1.29.2 + Version 1.29.1 + Version 1.28.0 + Version 1.27.1 + Version 1.27.0 + Version 1.26.4 + Version 1.26.3 + Version 1.26.2 + Version 1.26.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove python-six dependency. All references to this module in the azure-core has been removed. The dependency is still in the requirements, but there's no reference in the code. - New upstream release + Version 1.26.0 - Update Requires from setup.py + Version 1.25.1 + Version 1.25.0 + Version 1.24.2 + Version 1.24.1 + Version 1.24.0 + Version 1.23.1 - Update Requires from setup.py + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-core-experimental: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b3 Changes in python-azure-core-tracing-opencensus: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b9 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-core-tracing-opentelemetry: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b11 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 1.0.0b10 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update BuildRequires and Requires from setup.py Changes in python-azure-cosmos: - Add Obsoletes for predecessor python3 package on SLE-15 - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.5.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 4.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.3.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Rename LICENSE.txt to LICENSE in %files section - Update Requires from setup.py Changes in python-azure-data-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-data-tables: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 12.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.4.4 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 12.4.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.4.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.4.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-datalake-store: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 0.0.53 - Update Requires from setup.py - New upstream release + Version 0.0.52 + For detailed information about changes see the HISTORY.rst file provided with this package Changes in python-azure-defender-easm: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop extra LICENSE.txt as upstream now ships its own - Initial build + Version 1.0.0b1 Changes in python-azure-developer-devcenter: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - Drop extra LICENSE.txt as upstream now ships its own - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Initial build + Version 1.0.0b2 Changes in python-azure-developer-loadtesting: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - 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 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Initial build + Version 1.0.0b1 Changes in python-azure-devops: - Add Obsoletes for predecessor python3 package on SLE-15 - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop Provides and Obsoletes for predecessor package - Use modern RPM macros to express version dependencies - Disable defunct testsuite - New upstream release + Version 7.1.0b4 + No upstream changelog provided - New upstream release + Version 7.1.0b1 + No upstream changelog provided - New upstream release + Version 7.0.0~git252a276 + No upstream changelog provided - Avoid importing azure namespace from build root during build - Update Requires from setup.py - %check: use %pyunittest rpm macro Changes in python-azure-digitaltwins-core: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-digitaltwins-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-eventgrid: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.17.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.16.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.15.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.14.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 4.13.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.11.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.10.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.9.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-eventhub: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 5.11.6 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.11.5 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.11.4 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.11.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.11.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.11.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.11.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 5.10.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 5.10.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - 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 Changes in python-azure-eventhub-checkpointstoreblob: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-eventhub-checkpointstoreblob-aio: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-graphrbac: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-healthinsights-cancerprofiling: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b1.post1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Drop extra LICENSE.txt as upstream now ships its own - Trim Summary to not exceed 79 characters - Initial build + Version 1.0.0b1 Changes in python-azure-healthinsights-clinicalmatching: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b1.post1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Drop extra LICENSE.txt as upstream now ships its own - Trim Summary to not exceed 79 characters - Initial build + Version 1.0.0b1 Changes in python-azure-identity: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.15.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.14.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.14.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.13.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.12.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.11.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override Changes in python-azure-identity-broker: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0 Changes in python-azure-iot-deviceprovisioning: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-iot-deviceupdate: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0 Changes in python-azure-iot-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Initial build + Version 1.0.1 Changes in python-azure-keyvault: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - New upstream release + Version 4.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-keyvault-administration: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 4.4.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 4.4.0~b2 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 4.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.1.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.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 Changes in python-azure-keyvault-certificates: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 4.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 4.7.0 - New upstream release + Version 4.6.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.5.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-keyvault-keys: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 4.9.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 4.9.0~b3 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 4.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - New upstream release + Version 4.8.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 4.8.0~b2 - Update Requires from setup.py - New upstream release + Version 4.7.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.6.1 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-keyvault-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-keyvault-secrets: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 4.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 4.7.0 - New upstream release + Version 4.6.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.5.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-loganalytics: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-maps-render: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b2 Changes in python-azure-maps-route: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-media-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-media-videoanalyzer-edge: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-messaging-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-messaging-webpubsubclient: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-messaging-webpubsubservice: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Add additional packages from the Azure SDK to Requires + python-azure-mgmt-appcontainers + python-azure-mgmt-confidentialledger + python-azure-mgmt-dnsresolver + python-azure-mgmt-dynatrace + python-azure-mgmt-nginx + python-azure-mgmt-recoveryservicesdatareplication + python-azure-mgmt-scvmm + python-azure-mgmt-workloads - Remove deprecated packages from the Azure SDK from Requires + python-azure-mgmt-documentdb - Add additional packages from the Azure SDK to Requires + python-azure-mgmt-apicenter + python-azure-mgmt-appcomplianceautomation + python-azure-mgmt-azurearcdata + python-azure-mgmt-containerservicefleet + python-azure-mgmt-cosmosdbforpostgresql + python-azure-mgmt-defendereasm + python-azure-mgmt-desktopvirtualization + python-azure-mgmt-devcenter + python-azure-mgmt-devhub + python-azure-mgmt-education + python-azure-mgmt-elasticsan + python-azure-mgmt-graphservices + python-azure-mgmt-hardwaresecuritymodules + python-azure-mgmt-hybridconnectivity + python-azure-mgmt-hybridcontainerservice + python-azure-mgmt-iotfirmwaredefense + python-azure-mgmt-loadtesting + python-azure-mgmt-managedapplications + python-azure-mgmt-managednetworkfabric + python-azure-mgmt-networkanalytics + python-azure-mgmt-networkcloud + python-azure-mgmt-networkfunction + python-azure-mgmt-newrelicobservability + python-azure-mgmt-paloaltonetworksngfw + python-azure-mgmt-playwrighttesting + python-azure-mgmt-qumulo + python-azure-mgmt-securitydevops + python-azure-mgmt-selfhelp + python-azure-mgmt-servicenetworking + python-azure-mgmt-sphere + python-azure-mgmt-springappdiscovery + python-azure-mgmt-storagemover + python-azure-mgmt-voiceservices + python-azure-mgmt-workloadmonitor - Add additional packages from the Azure SDK to Requires + python-azure-mgmt-dashboard + python-azure-mgmt-securityinsight - Add additional packages from the Azure SDK to Requires + python-azure-mgmt-redisenterprise Changes in python-azure-mgmt-advisor: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-agfood: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-agrifood: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-alertsmanagement: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-apicenter: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-apimanagement: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-app: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-appcomplianceautomation: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-appconfiguration: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 2.1.0.0 to ensure proper upgrade from previous version 2.1.0b2 Changes in python-azure-mgmt-appcontainers: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-applicationinsights: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-appplatform: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 9.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 7.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-attestation: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-authorization: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-automanage: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 1.0.0 - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-automation: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-avs: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 7.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-azureadb2c: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-azurearcdata: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0 Changes in python-azure-mgmt-azurestack: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-azurestackhci: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 7.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 6.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-baremetalinfrastructure: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Only build Python3 flavors for distributions 15 and greater Changes in python-azure-mgmt-batch: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - New upstream release + Version 17.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - use proper boolean requires for ranged requirements - New upstream release + Version 17.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 17.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 16.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-batchai: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-billing: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 6.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 6.0.0.0 to ensure proper upgrade from previous version 6.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-botservice: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 2.0.0 - Override upstream version with 2.0.0.0 to ensure proper upgrade from previous version 2.0.0b3 - Update Requires from setup.py - New upstream release + Version 2.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - New upstream release + Version 1.0.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Rename HISTORY.rst to CHANGELOG.md in %files section - Rename README.rst to README.md in %files section - Update Requires from setup.py Changes in python-azure-mgmt-cdn: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 13.0.0 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ + Version 12.0.0 - Update Requires from setup.py Changes in python-azure-mgmt-chaos: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b7 - New upstream release + Version 1.0.0b7 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.0.0b6 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.0.0b5 + For detailed information about changes see the CHANGELOG.md file provided with this package - 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 - 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 Changes in python-azure-mgmt-cognitiveservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - update to 13.5.0: * Added operation group ModelsOperations * Added operation group UsagesOperations * Model AccountModel has a new parameter is_default_version * Model AccountModel has a new parameter skus * Model AccountModel has a new parameter source * Model AccountProperties has a new parameter abuse_penalty * Model CommitmentPlanProperties has a new parameter provisioning_issues * Model Deployment has a new parameter sku * Model DeploymentModel has a new parameter source * Model DeploymentProperties has a new parameter rate_limits * Model DeploymentProperties has a new parameter version_upgrade_option * Model UsageListResult has a new parameter next_link - New upstream release + Version 13.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 13.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 13.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-commerce: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-communication: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-compute: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 30.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 30.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 30.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 30.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 30.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 30.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 29.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 29.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 28.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 28.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 27.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 27.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 27.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-confidentialledger: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial release + Version 1.0.0 Changes in python-azure-mgmt-confluent: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py Changes in python-azure-mgmt-connectedvmware: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b3 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - 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 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-consumption: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-containerinstance: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.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 - New upstream release + Version 10.1.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 10.1.0~b1 - Update Requires from setup.py - New upstream release + Version 10.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 9.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-containerregistry: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 10.3.0 + Version 10.2.0 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ + Version 10.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 9.1.0 - New upstream release + Version 9.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py + Version 8.2.0 Changes in python-azure-mgmt-containerservice: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 29.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 29.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 28.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 27.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 26.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 25.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 24.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 23.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 22.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 22.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 21.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 21.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 21.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 20.7.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 20.6.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 20.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 20.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 20.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 20.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 20.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 20.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-containerservicefleet: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-core: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.3.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.3.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-cosmosdb: - Add Obsoletes for predecessor python3 package on SLE-15 - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 9.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 9.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 9.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 9.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 9.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 7.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 7.0.0.0 to ensure proper upgrade from previous version 7.0.0b6 - Update Requires from setup.py - New upstream release + Version 7.0.0b6 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-cosmosdbforpostgresql: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-costmanagement: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-customproviders: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-dashboard: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - Update Requires from setup.py - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-databox: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-databoxedge: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-databricks: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-datadog: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py Changes in python-azure-mgmt-datafactory: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 5.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 2.10.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 2.8.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 2.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.7.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.6.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 2.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 2.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-datalake-analytics: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-datalake-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-mgmt-datalake-store: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-datamigration: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-dataprotection: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - 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 - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b4 - New upstream release + Version 1.0.0b4 + For detailed information about changes see the CHANGELOG.md file provided with this package - 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 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-datashare: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-defendereasm: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-deploymentmanager: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-desktopvirtualization: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Initial build + Version 1.0.0 Changes in python-azure-mgmt-devcenter: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b4 - Update Requires from setup.py - 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 - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-devhub: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-deviceupdate: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b4 - Update Requires from setup.py - 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 Changes in python-azure-mgmt-devspaces: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-devtestlabs: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-digitaltwins: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 6.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 6.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 6.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-dns: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 8.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 - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 8.0.0.0 to ensure proper upgrade from previous version 8.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-dnsresolver: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0 Changes in python-azure-mgmt-dynatrace: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-edgegateway: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-edgeorder: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-education: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-elastic: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-elasticsan: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b3 - Update Requires from setup.py - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-eventgrid: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-eventhub: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 11.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-extendedlocation: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 Changes in python-azure-mgmt-fluidrelay: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-frontdoor: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-graphservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-guestconfig: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-hanaonazure: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-hardwaresecuritymodules: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-hdinsight: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-healthcareapis: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - 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 Changes in python-azure-mgmt-hybridcompute: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-hybridconnectivity: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0 Changes in python-azure-mgmt-hybridcontainerservice: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-hybridkubernetes: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-hybridnetwork: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py Changes in python-azure-mgmt-imagebuilder: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 Changes in python-azure-mgmt-iotcentral: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.0.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-iotfirmwaredefense: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-iothub: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 2.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-iothubprovisioningservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-keyvault: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 10.2.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-kubernetesconfiguration: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-kusto: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 3.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-labservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py Changes in python-azure-mgmt-loadtesting: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-loadtestservice: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-loganalytics: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 13.0.0b5 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-logic: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-logz: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-machinelearningcompute: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-machinelearningservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-maintenance: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py Changes in python-azure-mgmt-managedapplications: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-managednetworkfabric: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - use proper boolean requires for version ranged requires - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-managedservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-managementgroups: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-managementpartner: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-maps: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py Changes in python-azure-mgmt-marketplaceordering: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-media: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-mixedreality: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-mobilenetwork: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b3 - Update Requires from setup.py - 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 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-monitor: - Add Obsoletes for predecessor python3 package on SLE-15 - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 6.0.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 6.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 6.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 5.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-msi: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 7.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Updates Requires from setup.py - New upstream release + Version 6.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Updates Requires from setup.py Changes in python-azure-mgmt-netapp: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 11.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 10.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 9.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 9.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 8.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-network: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 25.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 25.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 25.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 25.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 24.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 23.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 23.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 23.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 22.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 22.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 22.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 22.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 21.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 21.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 Changes in python-azure-mgmt-networkanalytics: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-networkcloud: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-networkfunction: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-newrelicobservability: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-nginx: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Initial build + Version 1.0.0 Changes in python-azure-mgmt-notificationhubs: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-mgmt-oep: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-orbital: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-paloaltonetworksngfw: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-peering: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-playwrighttesting: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-policyinsights: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 1.1.0b4 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.1.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.1.0b2 - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-portal: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-powerbidedicated: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-powerbiembedded: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-privatedns: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 Changes in python-azure-mgmt-purview: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-quantum: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 Changes in python-azure-mgmt-qumulo: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-quota: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.1.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.1.0~b3 to enable proper upgrade to the next stable version 1.1.0 - Update Requires from setup.py Changes in python-azure-mgmt-rdbms: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 10.2.0b13 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.0b12 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.0b11 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 10.2.0b10 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.0b9 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.0b8 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.0b7 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.2.0b6 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.0b5 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 10.2.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 10.2.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-recoveryservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 2.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 2.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-recoveryservicesbackup: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 9.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 6.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 5.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - New upstream release + Version 5.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 5.1.0.0 to ensure proper upgrade from previous version 5.1.0b2 - Update Requires from setup.py - New upstream release + Version 5.1.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 5.1.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-recoveryservicesdatareplication: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-recoveryservicessiterecovery: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Trim Summary to not exceed 79 characters - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-redhatopenshift: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 Changes in python-azure-mgmt-redis: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 14.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 14.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 14.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 14.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-redisenterprise: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 2.0.0 Changes in python-azure-mgmt-regionmove: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-relay: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-reservations: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 2.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 2.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 2.0.0 - New upstream release + Version 1.0.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-resource: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 23.1.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 23.1.0~b2 - New upstream release + Version 23.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 23.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 22.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 21.2.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 21.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 21.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 21.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-resourceconnector: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b4 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - 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 - 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 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-resourcegraph: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-resourcehealth: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b5 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - 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 - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-resourcemover: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 1.1.0 - Override upstream version with 1.1.0.0 to ensure proper upgrade from previous version 1.1.0b3 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 1.1.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.1.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-scheduler: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-scvmm: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-search: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 9.1.0 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 9.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-security: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 6.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 5.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 2.0.0.0 to ensure proper upgrade from previous version 2.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-securitydevops: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b2 Changes in python-azure-mgmt-securityinsight: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - Update Requires from setup.py - Initial build + Version 1.0.0b2 Changes in python-azure-mgmt-selfhelp: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-serialconsole: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py Changes in python-azure-mgmt-servermanager: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-servicebus: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 8.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 8.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 8.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-servicefabric: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py Changes in python-azure-mgmt-servicefabricmanagedclusters: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Trim Summary to not exceed 79 characters Changes in python-azure-mgmt-servicelinker: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.2.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.2.0~b1 - Update Requires from setup.py Changes in python-azure-mgmt-servicenetworking: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-signalr: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0b1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 2.0.0~b1 - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 Changes in python-azure-mgmt-sphere: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-springappdiscovery: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-sql: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 4.0.0b15 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0b14 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0b13 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0b12 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 4.0.0b11 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0b10 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0b9 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.0.0b8 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0b7 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 4.0.0b6 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.0.0b5 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.0.0b4 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 4.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-sqlvirtualmachine: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b6 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.0.0b5 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-mgmt-storage: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 21.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 21.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 20.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-storagecache: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-storageimportexport: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-storagemover: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 2.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-storagepool: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-storagesync: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-streamanalytics: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-subscription: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 3.1.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 3.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 3.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-support: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-synapse: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies + Version 2.1.0b5 + Version 2.1.0b2 Changes in python-azure-mgmt-testbase: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-timeseriesinsights: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-trafficmanager: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-videoanalyzer: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 Changes in python-azure-mgmt-vmwarecloudsimple: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mgmt-voiceservices: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mgmt-web: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 7.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 7.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 7.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-webpubsub: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-mgmt-workloadmonitor: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0b4 Changes in python-azure-mgmt-workloads: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b2 - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-mixedreality-authentication: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-mixedreality-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-monitor-ingestion: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 1.0.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.0.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove temporary version override - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Override upstream version with 1.0.0.0 to ensure proper upgrade from previous version 1.0.0b1 - Update Requires from setup.py - Initial build + Version 1.0.0b1 Changes in python-azure-monitor-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-monitor-opentelemetry-exporter: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b22 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - Initial build + Version 1.0.0b5 Changes in python-azure-monitor-query: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.2.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.1.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 1.0.3 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-multiapi-storage: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.2.0 + For detailed information about changes see the README.rst file provided with this package - New upstream release + Version 1.1.0 + For detailed information about changes see the README.rst file provided with this package - Trim Summary to not exceed 79 characters - New upstream release + Version 1.0.0 + For detailed information about changes see the README.rst file provided with this package - New upstream release + Version 0.10.0 + For detailed information about changes see the README.rst file provided with this package Changes in python-azure-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-purview-account: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-purview-administration: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-purview-catalog: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - 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 Changes in python-azure-purview-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-purview-scanning: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-purview-sharing: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 1.0.0b3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 1.0.0b2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Initial build + Version 1.0.0b1 Changes in python-azure-schemaregistry: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - New upstream release + Version 1.2.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 Changes in python-azure-schemaregistry-avroencoder: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Initial build + Version 1.0.0 Changes in python-azure-schemaregistry-avroserializer: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-sdk: - Add Obsoletes for python3-azure-functions-devops-build package on SLE-15 - Change version setting of Obsoletes to trigger python3 obsolete properly + binary removal since there was no source version bump - Remove deprecated packages from the Azure SDK from Requires + python-azure-synapse - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Remove deprecated packages from the Azure SDK from Requires + python-azure-monitor - Add additional packages from the Azure SDK to Requires + python-azure-ai-contentsafety + python-azure-ai-ml + python-azure-ai-translation-text + python-azure-appconfiguration-provider + python-azure-communication-callautomation + python-azure-communication-jobrouter + python-azure-communication-rooms + python-azure-core-experimental + python-azure-defender-easm + python-azure-developer-devcenter + python-azure-developer-loadtesting + python-azure-devops + python-azure-healthinsights-cancerprofiling + python-azure-healthinsights-clinicalmatching + python-azure-identity-broker + python-azure-iot-deviceprovisioning + python-azure-maps-render + python-azure-maps-route + python-azure-messaging-webpubsubclient + python-azure-monitor-opentelemetry-exporter + python-azure-purview-sharing + python-azure-schemaregistry-avroencoder - Remove deprecated packages from the Azure SDK from Requires + python-adal + python-azure-functions-devops-build + python-msrestazure + python-pydocumentdb + python-uamqp - Add additional packages from the Azure SDK to Requires + python-azure-ai-language-conversations + python-azure-communication-email + python-azure-iot-deviceupdate + python-azure-iot-nspkg + python-azure-mgmt-appcontainers + python-azure-mgmt-confidentialledger + python-azure-mgmt-dnsresolver + python-azure-mgmt-dynatrace + python-azure-mgmt-nginx + python-azure-mgmt-scvmm + python-azure-mgmt-workloads + python-azure-monitor-ingestion - Remove deprecated packages from the Azure SDK from Requires + python-azure-devops + python-vsts + python-vsts-cd-manager + python-azure-mgmt - Only build Python3 flavors for distributions 15 and greater Changes in python-azure-search-documents: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 11.4.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 11.3.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 11.2.2 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-search-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section Changes in python-azure-security-attestation: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-security-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-servicebus: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 7.11.4 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.11.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.11.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 7.11.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.11.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.10.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 7.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 7.8.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.8.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 7.8.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 7.7.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 7.6.1 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-azure-servicefabric: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-servicemanagement-legacy: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-storage-blob: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 12.19.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.18.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.18.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.18.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 12.17.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - Correct Requires on python-typing_extensions. - New upstream release + Version 12.16.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.15.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.14.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.14.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-storage-common: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-storage-file: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-storage-file-datalake: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 12.14.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.13.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.13.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - 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 - New upstream release + Version 12.11.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.10.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.9.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - 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 - 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 Changes in python-azure-storage-file-share: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 12.15.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.14.2 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.14.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.14.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 12.13.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.12.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.11.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.10.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.10.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - 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 Changes in python-azure-storage-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section Changes in python-azure-storage-queue: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 12.9.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.8.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.7.3 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.7.1 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 12.7.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py - New upstream release + Version 12.6.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 12.5.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-synapse-accesscontrol: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop Provides and Obsoletes for predecessor package - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-synapse-artifacts: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop Provides and Obsoletes for predecessor package - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 0.18.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 0.17.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 0.16.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.15.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 0.14.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 0.13.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py Changes in python-azure-synapse-managedprivateendpoints: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop Provides and Obsoletes for predecessor package - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-synapse-monitoring: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop Provides and Obsoletes for predecessor package - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-synapse-nspkg: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop Provides and Obsoletes for predecessor package - Drop setting default file attributes in %files section Changes in python-azure-synapse-spark: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop Provides and Obsoletes for predecessor package - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies Changes in python-azure-template: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - New upstream release + Version 0.1.0b3511266 + For detailed information about changes see the CHANGELOG.md file provided with this package + Version 0.1.0b3333464 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.1.0b3273802 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py - New upstream release + Version 0.1.0b3195006 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.1.0b3096118 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - New upstream release + Version 0.1.0b2840062 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.1.0b2675288 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.1.0b2609285 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.1.0b2089057 + For detailed information about changes see the CHANGELOG.md file provided with this package - Switch source archive format back to ZIP - Re-add unzip to BuildRequires - New upstream release + Version 0.1.0b2006793 + For detailed information about changes see the CHANGELOG.md file provided with this package - Switch source archive format to TAR.GZ - Drop unzip from BuildRequires - New upstream release + Version 0.1.0b1798511 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.1.0b1739996 - New upstream release + Version 0.1.0b1519537 + For detailed information about changes see the CHANGELOG.md file provided with this package - New upstream release + Version 0.1.0b1438905 + For detailed information about changes see the CHANGELOG.md file provided with this package Changes in python-msal: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Limit Python files matched in %files section - Update to version 1.26.0 * Do not auto-detect region if app developer does not opt-in to region (#629, #630) * Support Proof-of-Possession (PoP) for Public Client based on broker (#511) - Update to version 1.25.0 + Deprecation: allow_broker will be replaced by enable_broker_on_windows (#613) + Bugfix: Device Code Flow (and Username Password Flow) and its subsequent silent request will automatically bypass broker and succeed. (#569) + Enhancement: acquire_token_interactive() supports running inside Docker + Observability: Successful token response will contain a new token_source field to indicate where the token was obtained from: identity_provider, cache or broker. (#610) - Update to version 1.24.1 + Includes minor adjustments on handling acquire_token_interactive(). The scope of the issue being addressed was limited to a short-lived sign-in attempt. The potential misuse vector complexity was high, therefore it is unlikely to be reproduced in standard usage scenarios; however, out of abundance of caution, this fix is shipped to align ourselves with Microsoft's policy of secure-by-default. - from version 1.24.0 + Enhancement: There may be a new msal_telemetry key available in MSAL's acquire token response, currently observed when broker is enabled. Its content and format are opaque to caller. This telemetry blob allows participating apps to collect them via telemetry, and it may help future troubleshooting. (#575) + Enhancement: A new enable_pii_log parameter is added into ClientApplication constructor. When enabled, the broker component may include PII (Personal Identifiable Information) in logs. This may help troubleshooting. (#568, #590) - Remove temporary version override - Update to version 1.24.0b2 + Experimental: Building on top of 1.24.0b1 and includes some adjustment on handling acquire_token_interactive(). - Update to version 1.24.0b1 + Experimental: Surface MSAL telemetry as a long opaque string (#575). This behavior is useful if your app has your own telemetry mechanism and wants to also collect MSAL's telemetry. - from version 1.23.0 + acquire_token_for_client() will automatically look up tokens from cache (#577) - Override upstream version with 1.24.0~b1 - Update to version 1.22.0 + New feature: Support CIAM authorities in the form of "tenant.ciamlogin.com/*" (#520) - Update to version 1.21.0 + Support getting an ssh certificate via broker (#515) + Support B2C's usage pattern of using client id as a scope (#505, #530) + MSAL's token cache helper can now be used to store tokens returned by App Service's Managed Identity (#519) + Switch to a new set of regional endpoints (#513) + Test matrix covers Python 3.11 (#512) - Update to version 1.20.0 + New feature: If your app uses MSAL's acquire_token_interactive(), you can now opt in to use broker on Windows platform to achieve Single-Sign-On (SSO) and also obtain more secure tokens, all without switching the log-in experience to a browser. See details in this online doc, and try it out from this sample. (#451, #415) - from version 1.19.0 + New feature: A new ClientApplication(..., instance_discovery=False) parameter to turn off MSAL's Instance Discovery behavior. See more details in its full documentation. Also, ADFS authority will no longer trigger Instance Discovery. (#496) + Enhancement: Use provided authority port when building the tenant discovery endpoint (#484) + Bugfix: Fix a regression in regional endpoint which affects MSAL Python 1.14+ (#485) + Enhancement: Tolerate home_account_id to be None - from version 1.18.0 + New feature: Optional initiate_auth_code_flow(..., response_mode="form_post") to allow the auth code being delivered to your app by form post, which is considered even more secure. (#396, #469) + New feature: acquire_token_interactive(..., prompt="none") can obtain some tokens from within Cloud Shell, without any prompt. (#420) - Update to version 1.18.0b1 + New feature: Optional initiate_auth_code_flow(..., response_mode="form_post") to allow the auth code being delivered to your app by form post, which is considered even more secure. (#396, #469) + New feature: acquire_token_interactive(..., prompt="none") can obtain some tokens from within Cloud Shell, without any prompt. (#420) Changes in python-msal-extensions: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Use modern RPM macros to express version dependencies - Drop support for older Python versions - Limit Python files matched in %files section - Update to version 1.1.0 + Support Python 3.12 by removing dependency on distutils (#120, #123) + Dropping Python 2.7 (#122) - Relax version constraints for python-portalocker in BuildRequires and Requires Changes in python-msrest: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Drop definition of BuildRoot - Drop support for older Python versions - Limit Python files matched in %files section + Version 0.7.1 - Switch source archive format to ZIP - Update Requires from setup.py - New upstream release + Version 0.6.21 + For detailed information about changes see the README.rst file provided with this package Changes in python-msrestazure: - Switch package to modern Python Stack on SLE-15 + Use Python 3.11 on SLE-15 by default + Add Obsoletes for old python3 package on SLE-15 + Drop support for older Python versions - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install + Update name for dist directory in %files section - Drop setting default file attributes in %files section - Use modern RPM macros to express version dependencies - Drop definition of BuildRoot - Limit Python files matched in %files section Changes in python-opencensus-ext-azure: - Add Obsoletes for old python3 package on SLE-15 - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Drop build support for Python 2.x - Update to 1.1.6 * Add statusCode and exceptionType to network statsbeat (#1138) - from version 1.1.5 * Allow specifying metrics (custom_measurements) for Azure custom events (#1117) * Shutdown Statsbeat when hitting error/exception threshold (#1127) * Fix failure counting statsbeat - refactor status code logic in transport (#1132) * Use logging handler close instead of custom atexit hook (#1134) - from version 1.1.4 * Statsbeat bug fixes - status codes (#1113) * Statsbeat bug fixes - do not log if statsbeat (#1116) * Add deprecation warning for explicitly using instrumentation key (#1118) - from version 1.1.3 * Hotfix for version number (#1108) - from version 1.1.2 * Statsbeat bug fixes, shorten host in network stats (#1100) * Support statsbeat in EU regions (#1105) - from version 1.1.1 * Fix statsbeats metric names (#1089) * Add AAD statsbeat feature, fix incorrect counting of retry (#1093) - Refresh patches for new version - Update BuildRequires and Requires from setup.py azure-cli-2.58.0-150400.14.6.1.noarch.rpm azure-cli-2.58.0-150400.14.6.1.src.rpm azure-cli-core-2.58.0-150400.14.3.2.noarch.rpm azure-cli-core-2.58.0-150400.14.3.2.src.rpm azure-cli-nspkg-3.0.4-150400.13.3.1.noarch.rpm azure-cli-nspkg-3.0.4-150400.13.3.1.src.rpm azure-cli-telemetry-1.1.0-150400.10.3.1.noarch.rpm azure-cli-telemetry-1.1.0-150400.10.3.1.src.rpm azure-cli-test-2.58.0-150400.14.6.1.src.rpm azure-cli-test-2.58.0-150400.14.6.1.x86_64.rpm python-adal-1.2.7-150400.15.5.1.src.rpm python-applicationinsights-0.11.10-150400.14.5.1.src.rpm python-azure-agrifood-farming-1.0.0b2-150400.10.3.1.src.rpm python-azure-agrifood-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-ai-anomalydetector-3.0.0b6-150400.11.3.1.src.rpm python-azure-ai-contentsafety-1.0.0-150400.9.3.1.src.rpm python-azure-ai-formrecognizer-3.3.2-150400.11.3.1.src.rpm python-azure-ai-language-conversations-1.1.0.0-150400.9.3.1.src.rpm python-azure-ai-language-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-ai-language-questionanswering-1.1.0-150400.10.3.1.src.rpm python-azure-ai-metricsadvisor-1.0.0.0-150400.11.5.1.src.rpm python-azure-ai-ml-1.13.0-150400.9.3.2.src.rpm python-azure-ai-nspkg-1.0.0-150400.11.5.1.src.rpm python-azure-ai-textanalytics-5.3.0-150400.11.3.1.src.rpm python-azure-ai-translation-document-1.0.0.0-150400.10.3.1.src.rpm python-azure-ai-translation-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-ai-translation-text-1.0.0~b1-150400.9.3.1.src.rpm python-azure-appconfiguration-1.5.0-150400.11.3.1.src.rpm python-azure-appconfiguration-provider-1.1.0-150400.9.3.1.src.rpm python-azure-applicationinsights-0.1.1-150400.11.5.1.src.rpm python-azure-batch-14.1.0-150400.15.3.1.src.rpm python-azure-cognitiveservices-anomalydetector-0.3.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-formrecognizer-0.1.1-150400.11.5.1.src.rpm python-azure-cognitiveservices-inkrecognizer-1.0.0b1-150400.11.5.1.src.rpm python-azure-cognitiveservices-knowledge-nspkg-3.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-knowledge-qnamaker-0.3.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-language-luis-0.7.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-language-nspkg-3.0.1-150400.11.5.1.src.rpm python-azure-cognitiveservices-language-spellcheck-2.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-language-textanalytics-0.2.1-150400.11.5.1.src.rpm python-azure-cognitiveservices-nspkg-3.0.1-150400.11.5.1.src.rpm python-azure-cognitiveservices-personalizer-0.1.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-autosuggest-0.2.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-customimagesearch-0.2.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-customsearch-0.3.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-entitysearch-2.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-imagesearch-2.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-newssearch-2.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-nspkg-3.0.1-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-videosearch-2.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-visualsearch-0.2.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-search-websearch-2.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-vision-computervision-0.9.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-vision-contentmoderator-1.0.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-vision-customvision-3.1.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-vision-face-0.6.0-150400.11.5.1.src.rpm python-azure-cognitiveservices-vision-nspkg-3.0.1-150400.11.5.1.src.rpm python-azure-common-1.1.28-150400.14.5.1.src.rpm python-azure-communication-administration-1.0.0b4-150400.11.5.1.src.rpm python-azure-communication-callautomation-1.1.0-150400.9.3.1.src.rpm python-azure-communication-chat-1.2.0-150400.11.3.1.src.rpm python-azure-communication-email-1.0.0.0-150400.9.3.1.src.rpm python-azure-communication-identity-1.5.0-150400.10.3.1.src.rpm python-azure-communication-jobrouter-1.0.0~b1-150400.9.3.1.src.rpm python-azure-communication-networktraversal-1.1.0~b1-150400.10.3.1.src.rpm python-azure-communication-nspkg-0.0.0b1-150400.11.5.1.src.rpm python-azure-communication-phonenumbers-1.1.0-150400.10.3.1.src.rpm python-azure-communication-rooms-1.0.0-150400.9.3.1.src.rpm python-azure-communication-sms-1.0.1-150400.11.5.1.src.rpm python-azure-confidentialledger-1.1.1-150400.10.3.2.src.rpm python-azure-containerregistry-1.2.0-150400.10.3.1.src.rpm python-azure-core-1.30.0-150400.11.3.1.src.rpm python-azure-core-experimental-1.0.0~b3-150400.9.3.1.src.rpm python-azure-core-tracing-opencensus-1.0.0b9-150400.10.3.1.src.rpm python-azure-core-tracing-opentelemetry-1.0.0b11-150400.10.3.1.src.rpm python-azure-cosmos-4.5.1-150400.11.7.1.src.rpm python-azure-data-nspkg-1.0.0-150400.11.5.1.src.rpm python-azure-data-tables-12.5.0-150400.11.3.1.src.rpm python-azure-datalake-store-0.0.53-150400.14.3.2.src.rpm python-azure-defender-easm-1.0.0~b1-150400.9.3.1.src.rpm python-azure-developer-devcenter-1.0.0~b3-150400.9.3.1.src.rpm python-azure-developer-loadtesting-1.0.0-150400.9.3.1.src.rpm python-azure-devops-7.1.0~b4-150400.11.5.1.src.rpm python-azure-digitaltwins-core-1.2.0-150400.10.3.1.src.rpm python-azure-digitaltwins-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-eventgrid-4.17.0-150400.11.3.1.src.rpm python-azure-eventhub-5.11.6-150400.11.3.1.src.rpm python-azure-eventhub-checkpointstoreblob-1.1.4-150400.11.5.1.src.rpm python-azure-eventhub-checkpointstoreblob-aio-1.1.4-150400.11.5.1.src.rpm python-azure-graphrbac-0.61.1-150400.14.5.1.src.rpm python-azure-healthinsights-cancerprofiling-1.0.0~b1.post1-150400.9.3.1.src.rpm python-azure-healthinsights-clinicalmatching-1.0.0~b1.post1-150400.9.3.1.src.rpm python-azure-identity-1.15.0-150400.11.3.1.src.rpm python-azure-identity-broker-1.0.0-150400.9.3.1.src.rpm python-azure-iot-deviceprovisioning-1.0.0~b1-150400.9.3.1.src.rpm python-azure-iot-deviceupdate-1.0.0-150400.9.3.1.src.rpm python-azure-iot-nspkg-1.0.1-150400.9.3.1.src.rpm python-azure-keyvault-4.2.0-150400.14.5.1.src.rpm python-azure-keyvault-administration-4.4.0-150400.11.3.1.src.rpm python-azure-keyvault-certificates-4.8.0-150400.11.3.1.src.rpm python-azure-keyvault-keys-4.9.0-150400.11.3.1.src.rpm python-azure-keyvault-nspkg-1.0.0-150400.11.5.1.src.rpm python-azure-keyvault-secrets-4.8.0-150400.11.3.1.src.rpm python-azure-loganalytics-0.1.1-150400.11.5.1.src.rpm python-azure-maps-render-1.0.0~b2-150400.9.3.1.src.rpm python-azure-maps-route-1.0.0~b1-150400.9.3.1.src.rpm python-azure-media-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-media-videoanalyzer-edge-1.0.0b4-150400.10.5.1.src.rpm python-azure-messaging-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-messaging-webpubsubclient-1.0.0~b1-150400.9.3.1.src.rpm python-azure-messaging-webpubsubservice-1.0.1-150400.10.5.1.src.rpm python-azure-mgmt-4.0.0-150400.14.5.1.src.rpm python-azure-mgmt-advisor-9.0.0-150400.11.5.1.src.rpm python-azure-mgmt-agfood-1.0.0b2-150400.10.3.1.src.rpm python-azure-mgmt-agrifood-1.0.0b3-150400.10.3.1.src.rpm python-azure-mgmt-alertsmanagement-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-apicenter-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-apimanagement-4.0.0-150400.11.3.1.src.rpm python-azure-mgmt-app-1.0.0b2-150400.10.3.1.src.rpm python-azure-mgmt-appcomplianceautomation-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-appconfiguration-3.0.0-150400.11.3.1.src.rpm python-azure-mgmt-appcontainers-3.0.0-150400.9.3.1.src.rpm python-azure-mgmt-applicationinsights-4.0.0-150400.11.3.1.src.rpm python-azure-mgmt-appplatform-9.0.0-150400.11.3.1.src.rpm python-azure-mgmt-attestation-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-authorization-4.0.0-150400.14.3.1.src.rpm python-azure-mgmt-automanage-1.0.0.0-150400.11.3.1.src.rpm python-azure-mgmt-automation-1.1.0b2-150400.11.3.1.src.rpm python-azure-mgmt-avs-8.0.0-150400.10.3.1.src.rpm python-azure-mgmt-azureadb2c-1.0.0b2-150400.10.3.1.src.rpm python-azure-mgmt-azurearcdata-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-azurestack-1.0.0-150400.11.5.1.src.rpm python-azure-mgmt-azurestackhci-7.0.0-150400.11.3.1.src.rpm python-azure-mgmt-baremetalinfrastructure-1.0.0.0-150400.10.3.1.src.rpm python-azure-mgmt-batch-17.2.0-150400.14.3.1.src.rpm python-azure-mgmt-batchai-7.0.0b1-150400.11.5.1.src.rpm python-azure-mgmt-billing-6.0.0.0-150400.14.3.1.src.rpm python-azure-mgmt-botservice-2.0.0.0-150400.11.3.1.src.rpm python-azure-mgmt-cdn-13.0.0-150400.14.3.1.src.rpm python-azure-mgmt-chaos-1.0.0.0-150400.10.3.1.src.rpm python-azure-mgmt-cognitiveservices-13.5.0-150400.14.3.1.src.rpm python-azure-mgmt-commerce-6.0.0-150400.14.5.1.src.rpm python-azure-mgmt-communication-2.0.0-150400.11.3.1.src.rpm python-azure-mgmt-compute-30.5.0-150400.14.3.1.src.rpm python-azure-mgmt-confidentialledger-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-confluent-2.0.0-150400.10.3.1.src.rpm python-azure-mgmt-connectedvmware-1.0.0.0-150400.10.3.1.src.rpm python-azure-mgmt-consumption-10.0.0-150400.14.3.1.src.rpm python-azure-mgmt-containerinstance-10.1.0-150400.14.3.1.src.rpm python-azure-mgmt-containerregistry-10.3.0-150400.14.3.1.src.rpm python-azure-mgmt-containerservice-29.1.0-150400.14.3.1.src.rpm python-azure-mgmt-containerservicefleet-1.0.0~b3-150400.9.3.1.src.rpm python-azure-mgmt-core-1.4.0-150400.11.3.1.src.rpm python-azure-mgmt-cosmosdb-9.4.0-150400.14.5.1.src.rpm python-azure-mgmt-cosmosdbforpostgresql-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-costmanagement-4.0.1-150400.11.3.1.src.rpm python-azure-mgmt-customproviders-1.0.0.0-150400.10.5.1.src.rpm python-azure-mgmt-dashboard-1.1.0-150400.9.3.1.src.rpm python-azure-mgmt-databox-2.0.0-150400.10.3.1.src.rpm python-azure-mgmt-databoxedge-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-databricks-2.0.0-150400.11.3.1.src.rpm python-azure-mgmt-datadog-2.1.0-150400.10.3.1.src.rpm python-azure-mgmt-datafactory-5.0.0-150400.11.3.1.src.rpm python-azure-mgmt-datalake-analytics-0.6.0-150400.14.5.1.src.rpm python-azure-mgmt-datalake-nspkg-3.0.1-150400.14.5.1.src.rpm python-azure-mgmt-datalake-store-1.0.0-150400.14.5.1.src.rpm python-azure-mgmt-datamigration-10.0.0-150400.11.5.1.src.rpm python-azure-mgmt-dataprotection-1.3.0-150400.10.3.1.src.rpm python-azure-mgmt-datashare-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-defendereasm-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-deploymentmanager-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-desktopvirtualization-1.1.0-150400.9.3.1.src.rpm python-azure-mgmt-devcenter-1.0.0.0-150400.9.3.1.src.rpm python-azure-mgmt-devhub-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-deviceupdate-1.1.0-150400.10.3.1.src.rpm python-azure-mgmt-devspaces-1.0.0b3-150400.11.3.1.src.rpm python-azure-mgmt-devtestlabs-4.0.0-150400.14.5.1.src.rpm python-azure-mgmt-digitaltwins-6.4.0-150400.10.3.1.src.rpm python-azure-mgmt-dns-8.1.0-150400.14.3.1.src.rpm python-azure-mgmt-dnsresolver-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-dynatrace-2.0.0-150400.9.3.1.src.rpm python-azure-mgmt-edgegateway-0.1.0-150400.11.5.1.src.rpm python-azure-mgmt-edgeorder-1.0.0.0-150400.10.5.1.src.rpm python-azure-mgmt-education-1.0.0~b2-150400.9.3.1.src.rpm python-azure-mgmt-elastic-1.0.0-150400.10.5.1.src.rpm python-azure-mgmt-elasticsan-1.0.0.0-150400.9.3.1.src.rpm python-azure-mgmt-eventgrid-10.2.0-150400.14.3.1.src.rpm python-azure-mgmt-eventhub-11.0.0-150400.14.3.1.src.rpm python-azure-mgmt-extendedlocation-1.1.0-150400.10.3.1.src.rpm python-azure-mgmt-fluidrelay-1.0.0.0-150400.10.3.1.src.rpm python-azure-mgmt-frontdoor-1.1.0-150400.11.3.1.src.rpm python-azure-mgmt-graphservices-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-guestconfig-1.0.0b2-150400.10.3.1.src.rpm python-azure-mgmt-hanaonazure-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-hardwaresecuritymodules-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-hdinsight-9.0.0-150400.11.5.1.src.rpm python-azure-mgmt-healthcareapis-2.0.0-150400.11.3.1.src.rpm python-azure-mgmt-hybridcompute-8.0.0-150400.11.3.1.src.rpm python-azure-mgmt-hybridconnectivity-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-hybridcontainerservice-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-hybridkubernetes-1.1.0-150400.10.5.1.src.rpm python-azure-mgmt-hybridnetwork-2.0.0-150400.10.3.1.src.rpm python-azure-mgmt-imagebuilder-1.3.0-150400.11.3.1.src.rpm python-azure-mgmt-iotcentral-10.0.0b2-150400.11.3.1.src.rpm python-azure-mgmt-iotfirmwaredefense-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-iothub-3.0.0-150400.14.3.1.src.rpm python-azure-mgmt-iothubprovisioningservices-1.1.0-150400.11.5.1.src.rpm python-azure-mgmt-keyvault-10.3.0-150400.15.3.1.src.rpm python-azure-mgmt-kubernetesconfiguration-3.1.0-150400.11.3.1.src.rpm python-azure-mgmt-kusto-3.3.0-150400.11.3.1.src.rpm python-azure-mgmt-labservices-2.0.0-150400.11.3.1.src.rpm python-azure-mgmt-loadtesting-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-loadtestservice-1.0.0.0-150400.10.3.1.src.rpm python-azure-mgmt-loganalytics-13.0.0b5-150400.11.3.1.src.rpm python-azure-mgmt-logic-10.0.0-150400.15.3.1.src.rpm python-azure-mgmt-logz-1.0.0.0-150400.10.5.1.src.rpm python-azure-mgmt-machinelearningcompute-0.4.1-150400.11.5.1.src.rpm python-azure-mgmt-machinelearningservices-1.0.0-150400.11.5.1.src.rpm python-azure-mgmt-maintenance-2.1.0-150400.10.3.1.src.rpm python-azure-mgmt-managedapplications-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-managednetworkfabric-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-managedservices-6.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-managementgroups-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-managementpartner-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-maps-2.1.0-150400.11.3.1.src.rpm python-azure-mgmt-marketplaceordering-1.1.0-150400.11.5.1.src.rpm python-azure-mgmt-media-10.2.0-150400.15.3.1.src.rpm python-azure-mgmt-mixedreality-1.0.0b1-150400.11.5.1.src.rpm python-azure-mgmt-mobilenetwork-3.1.0-150400.10.3.1.src.rpm python-azure-mgmt-monitor-6.0.2-150400.14.5.1.src.rpm python-azure-mgmt-msi-7.0.0-150400.11.3.1.src.rpm python-azure-mgmt-netapp-11.0.0-150400.11.3.1.src.rpm python-azure-mgmt-network-25.3.0-150400.14.3.1.src.rpm python-azure-mgmt-networkanalytics-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-networkcloud-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-networkfunction-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-newrelicobservability-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-nginx-3.0.0-150400.9.3.1.src.rpm python-azure-mgmt-notificationhubs-8.0.0-150400.15.5.1.src.rpm python-azure-mgmt-nspkg-3.0.2-150400.14.5.1.src.rpm python-azure-mgmt-oep-1.0.0b2-150400.10.3.1.src.rpm python-azure-mgmt-orbital-2.0.0-150400.10.3.1.src.rpm python-azure-mgmt-paloaltonetworksngfw-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-peering-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-playwrighttesting-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-policyinsights-1.1.0b4-150400.11.3.1.src.rpm python-azure-mgmt-portal-1.0.0.0-150400.10.3.1.src.rpm python-azure-mgmt-powerbidedicated-1.0.0.0-150400.10.5.1.src.rpm python-azure-mgmt-powerbiembedded-2.0.0-150400.15.5.1.src.rpm python-azure-mgmt-privatedns-1.1.0-150400.11.3.1.src.rpm python-azure-mgmt-purview-1.0.0-150400.10.5.1.src.rpm python-azure-mgmt-quantum-1.0.0b3-150400.10.3.1.src.rpm python-azure-mgmt-qumulo-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-quota-1.1.0-150400.10.3.1.src.rpm python-azure-mgmt-rdbms-10.2.0b13-150400.14.3.1.src.rpm python-azure-mgmt-recoveryservices-2.5.0-150400.14.3.1.src.rpm python-azure-mgmt-recoveryservicesbackup-9.0.0-150400.15.3.1.src.rpm python-azure-mgmt-recoveryservicesdatareplication-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-recoveryservicessiterecovery-1.2.0-150400.10.3.1.src.rpm python-azure-mgmt-redhatopenshift-1.4.0-150400.11.3.1.src.rpm python-azure-mgmt-redis-14.3.0-150400.14.3.1.src.rpm python-azure-mgmt-redisenterprise-2.0.0-150400.9.3.1.src.rpm python-azure-mgmt-regionmove-1.0.0b1-150400.11.5.1.src.rpm python-azure-mgmt-relay-1.1.0-150400.11.5.1.src.rpm python-azure-mgmt-reservations-2.3.0-150400.11.3.1.src.rpm python-azure-mgmt-resource-23.1.0~b2-150400.14.3.1.src.rpm python-azure-mgmt-resourceconnector-1.0.0.0-150400.10.3.1.src.rpm python-azure-mgmt-resourcegraph-8.0.0-150400.11.5.1.src.rpm python-azure-mgmt-resourcehealth-1.0.0b5-150400.10.3.1.src.rpm python-azure-mgmt-resourcemover-1.1.0.0-150400.11.3.1.src.rpm python-azure-mgmt-scheduler-2.0.0-150400.15.5.1.src.rpm python-azure-mgmt-scvmm-1.0.0b2-150400.9.3.1.src.rpm python-azure-mgmt-search-9.1.0-150400.14.3.1.src.rpm python-azure-mgmt-security-6.0.0-150400.11.3.1.src.rpm python-azure-mgmt-securitydevops-1.0.0~b2-150400.9.3.1.src.rpm python-azure-mgmt-securityinsight-1.0.0.0-150400.9.3.1.src.rpm python-azure-mgmt-selfhelp-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-serialconsole-1.0.0.0-150400.11.3.1.src.rpm python-azure-mgmt-servermanager-2.0.0-150400.14.5.1.src.rpm python-azure-mgmt-servicebus-8.2.0-150400.14.3.1.src.rpm python-azure-mgmt-servicefabric-2.1.0-150400.14.3.1.src.rpm python-azure-mgmt-servicefabricmanagedclusters-1.0.0-150400.10.5.1.src.rpm python-azure-mgmt-servicelinker-1.2.0~b1-150400.10.3.1.src.rpm python-azure-mgmt-servicenetworking-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-signalr-2.0.0~b1-150400.11.3.1.src.rpm python-azure-mgmt-sphere-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-springappdiscovery-1.0.0~b1-150400.9.3.1.src.rpm python-azure-mgmt-sql-4.0.0b15-150400.14.3.1.src.rpm python-azure-mgmt-sqlvirtualmachine-1.0.0b6-150400.11.3.1.src.rpm python-azure-mgmt-storage-21.1.0-150400.14.3.1.src.rpm python-azure-mgmt-storagecache-1.5.0-150400.11.3.1.src.rpm python-azure-mgmt-storageimportexport-0.1.0-150400.11.5.1.src.rpm python-azure-mgmt-storagemover-2.0.0-150400.9.3.1.src.rpm python-azure-mgmt-storagepool-1.0.0-150400.10.5.1.src.rpm python-azure-mgmt-storagesync-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-streamanalytics-1.0.0.0-150400.11.5.1.src.rpm python-azure-mgmt-subscription-3.1.1-150400.11.3.1.src.rpm python-azure-mgmt-support-6.0.0.0-150400.10.5.1.src.rpm python-azure-mgmt-synapse-2.1.0b5-150400.11.3.1.src.rpm python-azure-mgmt-testbase-1.0.0b2-150400.10.3.1.src.rpm python-azure-mgmt-timeseriesinsights-1.0.0.0-150400.10.5.1.src.rpm python-azure-mgmt-trafficmanager-1.1.0-150400.15.3.1.src.rpm python-azure-mgmt-videoanalyzer-1.0.0b4-150400.10.3.1.src.rpm python-azure-mgmt-vmwarecloudsimple-0.2.0-150400.11.5.1.src.rpm python-azure-mgmt-voiceservices-1.0.0-150400.9.3.1.src.rpm python-azure-mgmt-web-7.2.0-150400.14.3.1.src.rpm python-azure-mgmt-webpubsub-1.1.0-150400.10.3.1.src.rpm python-azure-mgmt-workloadmonitor-1.0.0~b4-150400.9.3.1.src.rpm python-azure-mgmt-workloads-1.0.0.0-150400.9.3.1.src.rpm python-azure-mixedreality-authentication-1.0.0b1-150400.10.5.1.src.rpm python-azure-mixedreality-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-monitor-ingestion-1.0.3-150400.9.3.1.src.rpm python-azure-monitor-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-monitor-opentelemetry-exporter-1.0.0b22-150400.9.3.1.src.rpm python-azure-monitor-query-1.2.1-150400.10.3.1.src.rpm python-azure-multiapi-storage-1.2.0-150400.14.3.2.src.rpm python-azure-nspkg-3.0.2-150400.14.5.1.src.rpm python-azure-purview-account-1.0.0b1-150400.10.5.1.src.rpm python-azure-purview-administration-1.0.0b1-150400.10.5.1.src.rpm python-azure-purview-catalog-1.0.0b4-150400.10.3.1.src.rpm python-azure-purview-nspkg-2.0.0-150400.10.5.1.src.rpm python-azure-purview-scanning-1.0.0b2-150400.10.5.1.src.rpm python-azure-purview-sharing-1.0.0~b3-150400.9.3.1.src.rpm python-azure-schemaregistry-1.2.0-150400.10.3.1.src.rpm python-azure-schemaregistry-avroencoder-1.0.0-150400.9.3.1.src.rpm python-azure-schemaregistry-avroserializer-1.0.0b4-150400.10.5.1.src.rpm python-azure-sdk-4.0.0-150400.11.7.1.src.rpm python-azure-search-documents-11.4.0-150400.11.3.1.src.rpm python-azure-search-nspkg-1.0.0-150400.11.5.1.src.rpm python-azure-security-attestation-1.0.0-150400.10.5.1.src.rpm python-azure-security-nspkg-1.0.0-150400.10.5.1.src.rpm python-azure-servicebus-7.11.4-150400.15.3.1.src.rpm python-azure-servicefabric-8.2.0.0-150400.14.5.1.src.rpm python-azure-servicemanagement-legacy-0.20.7-150400.15.5.2.src.rpm python-azure-storage-blob-12.19.0-150400.11.3.1.src.rpm python-azure-storage-common-2.1.0-150400.11.5.1.src.rpm python-azure-storage-file-2.1.0-150400.11.5.1.src.rpm python-azure-storage-file-datalake-12.14.0-150400.11.3.1.src.rpm python-azure-storage-file-share-12.15.0-150400.11.3.1.src.rpm python-azure-storage-nspkg-3.1.0-150400.11.5.1.src.rpm python-azure-storage-queue-12.9.0-150400.11.3.1.src.rpm python-azure-synapse-accesscontrol-0.7.0-150400.11.5.1.src.rpm python-azure-synapse-artifacts-0.18.0-150400.11.3.1.src.rpm python-azure-synapse-managedprivateendpoints-0.4.0-150400.10.5.1.src.rpm python-azure-synapse-monitoring-0.2.0-150400.11.5.1.src.rpm python-azure-synapse-nspkg-1.0.0-150400.11.5.1.src.rpm python-azure-synapse-spark-0.7.0-150400.11.5.1.src.rpm python-azure-template-0.1.0b3511266-150400.11.3.1.src.rpm python-msal-1.26.0-150400.11.3.2.src.rpm python-msal-extensions-1.1.0-150400.11.3.1.src.rpm python-msrest-0.7.1-150400.14.3.1.src.rpm python-msrestazure-0.6.4-150400.14.5.1.src.rpm python-opencensus-ext-azure-1.1.6-150400.10.5.1.src.rpm python311-adal-1.2.7-150400.15.5.1.noarch.rpm python311-applicationinsights-0.11.10-150400.14.5.1.noarch.rpm python311-azure-agrifood-farming-1.0.0b2-150400.10.3.1.noarch.rpm python311-azure-agrifood-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-ai-anomalydetector-3.0.0b6-150400.11.3.1.noarch.rpm python311-azure-ai-contentsafety-1.0.0-150400.9.3.1.noarch.rpm python311-azure-ai-formrecognizer-3.3.2-150400.11.3.1.noarch.rpm python311-azure-ai-language-conversations-1.1.0.0-150400.9.3.1.noarch.rpm python311-azure-ai-language-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-ai-language-questionanswering-1.1.0-150400.10.3.1.noarch.rpm python311-azure-ai-metricsadvisor-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-ai-ml-1.13.0-150400.9.3.2.noarch.rpm python311-azure-ai-nspkg-1.0.0-150400.11.5.1.noarch.rpm python311-azure-ai-textanalytics-5.3.0-150400.11.3.1.noarch.rpm python311-azure-ai-translation-document-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-ai-translation-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-ai-translation-text-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-appconfiguration-1.5.0-150400.11.3.1.noarch.rpm python311-azure-appconfiguration-provider-1.1.0-150400.9.3.1.noarch.rpm python311-azure-applicationinsights-0.1.1-150400.11.5.1.noarch.rpm python311-azure-batch-14.1.0-150400.15.3.1.noarch.rpm python311-azure-cognitiveservices-anomalydetector-0.3.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-formrecognizer-0.1.1-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-inkrecognizer-1.0.0b1-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-knowledge-nspkg-3.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-knowledge-qnamaker-0.3.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-language-luis-0.7.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-language-nspkg-3.0.1-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-language-spellcheck-2.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-language-textanalytics-0.2.1-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-nspkg-3.0.1-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-personalizer-0.1.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-autosuggest-0.2.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-customimagesearch-0.2.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-customsearch-0.3.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-entitysearch-2.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-imagesearch-2.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-newssearch-2.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-nspkg-3.0.1-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-videosearch-2.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-visualsearch-0.2.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-search-websearch-2.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-vision-computervision-0.9.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-vision-contentmoderator-1.0.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-vision-customvision-3.1.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-vision-face-0.6.0-150400.11.5.1.noarch.rpm python311-azure-cognitiveservices-vision-nspkg-3.0.1-150400.11.5.1.noarch.rpm python311-azure-common-1.1.28-150400.14.5.1.noarch.rpm python311-azure-communication-administration-1.0.0b4-150400.11.5.1.noarch.rpm python311-azure-communication-callautomation-1.1.0-150400.9.3.1.noarch.rpm python311-azure-communication-chat-1.2.0-150400.11.3.1.noarch.rpm python311-azure-communication-email-1.0.0.0-150400.9.3.1.noarch.rpm python311-azure-communication-identity-1.5.0-150400.10.3.1.noarch.rpm python311-azure-communication-jobrouter-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-communication-networktraversal-1.1.0~b1-150400.10.3.1.noarch.rpm python311-azure-communication-nspkg-0.0.0b1-150400.11.5.1.noarch.rpm python311-azure-communication-phonenumbers-1.1.0-150400.10.3.1.noarch.rpm python311-azure-communication-rooms-1.0.0-150400.9.3.1.noarch.rpm python311-azure-communication-sms-1.0.1-150400.11.5.1.noarch.rpm python311-azure-confidentialledger-1.1.1-150400.10.3.2.noarch.rpm python311-azure-containerregistry-1.2.0-150400.10.3.1.noarch.rpm python311-azure-core-1.30.0-150400.11.3.1.noarch.rpm python311-azure-core-experimental-1.0.0~b3-150400.9.3.1.noarch.rpm python311-azure-core-tracing-opencensus-1.0.0b9-150400.10.3.1.noarch.rpm python311-azure-core-tracing-opentelemetry-1.0.0b11-150400.10.3.1.noarch.rpm python311-azure-cosmos-4.5.1-150400.11.7.1.noarch.rpm python311-azure-data-nspkg-1.0.0-150400.11.5.1.noarch.rpm python311-azure-data-tables-12.5.0-150400.11.3.1.noarch.rpm python311-azure-datalake-store-0.0.53-150400.14.3.2.noarch.rpm python311-azure-defender-easm-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-developer-devcenter-1.0.0~b3-150400.9.3.1.noarch.rpm python311-azure-developer-loadtesting-1.0.0-150400.9.3.1.noarch.rpm python311-azure-devops-7.1.0~b4-150400.11.5.1.noarch.rpm python311-azure-digitaltwins-core-1.2.0-150400.10.3.1.noarch.rpm python311-azure-digitaltwins-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-eventgrid-4.17.0-150400.11.3.1.noarch.rpm python311-azure-eventhub-5.11.6-150400.11.3.1.noarch.rpm python311-azure-eventhub-checkpointstoreblob-1.1.4-150400.11.5.1.noarch.rpm python311-azure-eventhub-checkpointstoreblob-aio-1.1.4-150400.11.5.1.noarch.rpm python311-azure-graphrbac-0.61.1-150400.14.5.1.noarch.rpm python311-azure-healthinsights-cancerprofiling-1.0.0~b1.post1-150400.9.3.1.noarch.rpm python311-azure-healthinsights-clinicalmatching-1.0.0~b1.post1-150400.9.3.1.noarch.rpm python311-azure-identity-1.15.0-150400.11.3.1.noarch.rpm python311-azure-identity-broker-1.0.0-150400.9.3.1.noarch.rpm python311-azure-iot-deviceprovisioning-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-iot-deviceupdate-1.0.0-150400.9.3.1.noarch.rpm python311-azure-iot-nspkg-1.0.1-150400.9.3.1.noarch.rpm python311-azure-keyvault-4.2.0-150400.14.5.1.noarch.rpm python311-azure-keyvault-administration-4.4.0-150400.11.3.1.noarch.rpm python311-azure-keyvault-certificates-4.8.0-150400.11.3.1.noarch.rpm python311-azure-keyvault-keys-4.9.0-150400.11.3.1.noarch.rpm python311-azure-keyvault-nspkg-1.0.0-150400.11.5.1.noarch.rpm python311-azure-keyvault-secrets-4.8.0-150400.11.3.1.noarch.rpm python311-azure-loganalytics-0.1.1-150400.11.5.1.noarch.rpm python311-azure-maps-render-1.0.0~b2-150400.9.3.1.noarch.rpm python311-azure-maps-route-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-media-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-media-videoanalyzer-edge-1.0.0b4-150400.10.5.1.noarch.rpm python311-azure-messaging-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-messaging-webpubsubclient-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-messaging-webpubsubservice-1.0.1-150400.10.5.1.noarch.rpm python311-azure-mgmt-4.0.0-150400.14.5.1.noarch.rpm python311-azure-mgmt-advisor-9.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-agfood-1.0.0b2-150400.10.3.1.noarch.rpm python311-azure-mgmt-agrifood-1.0.0b3-150400.10.3.1.noarch.rpm python311-azure-mgmt-alertsmanagement-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-apicenter-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-apimanagement-4.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-app-1.0.0b2-150400.10.3.1.noarch.rpm python311-azure-mgmt-appcomplianceautomation-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-appconfiguration-3.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-appcontainers-3.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-applicationinsights-4.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-appplatform-9.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-attestation-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-authorization-4.0.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-automanage-1.0.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-automation-1.1.0b2-150400.11.3.1.noarch.rpm python311-azure-mgmt-avs-8.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-azureadb2c-1.0.0b2-150400.10.3.1.noarch.rpm python311-azure-mgmt-azurearcdata-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-azurestack-1.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-azurestackhci-7.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-baremetalinfrastructure-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-batch-17.2.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-batchai-7.0.0b1-150400.11.5.1.noarch.rpm python311-azure-mgmt-billing-6.0.0.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-botservice-2.0.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-cdn-13.0.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-chaos-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-cognitiveservices-13.5.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-commerce-6.0.0-150400.14.5.1.noarch.rpm python311-azure-mgmt-communication-2.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-compute-30.5.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-confidentialledger-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-confluent-2.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-connectedvmware-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-consumption-10.0.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-containerinstance-10.1.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-containerregistry-10.3.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-containerservice-29.1.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-containerservicefleet-1.0.0~b3-150400.9.3.1.noarch.rpm python311-azure-mgmt-core-1.4.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-cosmosdb-9.4.0-150400.14.5.1.noarch.rpm python311-azure-mgmt-cosmosdbforpostgresql-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-costmanagement-4.0.1-150400.11.3.1.noarch.rpm python311-azure-mgmt-customproviders-1.0.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-dashboard-1.1.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-databox-2.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-databoxedge-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-databricks-2.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-datadog-2.1.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-datafactory-5.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-datalake-analytics-0.6.0-150400.14.5.1.noarch.rpm python311-azure-mgmt-datalake-nspkg-3.0.1-150400.14.5.1.noarch.rpm python311-azure-mgmt-datalake-store-1.0.0-150400.14.5.1.noarch.rpm python311-azure-mgmt-datamigration-10.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-dataprotection-1.3.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-datashare-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-defendereasm-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-deploymentmanager-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-desktopvirtualization-1.1.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-devcenter-1.0.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-devhub-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-deviceupdate-1.1.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-devspaces-1.0.0b3-150400.11.3.1.noarch.rpm python311-azure-mgmt-devtestlabs-4.0.0-150400.14.5.1.noarch.rpm python311-azure-mgmt-digitaltwins-6.4.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-dns-8.1.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-dnsresolver-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-dynatrace-2.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-edgegateway-0.1.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-edgeorder-1.0.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-education-1.0.0~b2-150400.9.3.1.noarch.rpm python311-azure-mgmt-elastic-1.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-elasticsan-1.0.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-eventgrid-10.2.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-eventhub-11.0.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-extendedlocation-1.1.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-fluidrelay-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-frontdoor-1.1.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-graphservices-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-guestconfig-1.0.0b2-150400.10.3.1.noarch.rpm python311-azure-mgmt-hanaonazure-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-hardwaresecuritymodules-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-hdinsight-9.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-healthcareapis-2.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-hybridcompute-8.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-hybridconnectivity-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-hybridcontainerservice-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-hybridkubernetes-1.1.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-hybridnetwork-2.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-imagebuilder-1.3.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-iotcentral-10.0.0b2-150400.11.3.1.noarch.rpm python311-azure-mgmt-iotfirmwaredefense-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-iothub-3.0.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-iothubprovisioningservices-1.1.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-keyvault-10.3.0-150400.15.3.1.noarch.rpm python311-azure-mgmt-kubernetesconfiguration-3.1.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-kusto-3.3.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-labservices-2.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-loadtesting-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-loadtestservice-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-loganalytics-13.0.0b5-150400.11.3.1.noarch.rpm python311-azure-mgmt-logic-10.0.0-150400.15.3.1.noarch.rpm python311-azure-mgmt-logz-1.0.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-machinelearningcompute-0.4.1-150400.11.5.1.noarch.rpm python311-azure-mgmt-machinelearningservices-1.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-maintenance-2.1.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-managedapplications-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-managednetworkfabric-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-managedservices-6.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-managementgroups-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-managementpartner-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-maps-2.1.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-marketplaceordering-1.1.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-media-10.2.0-150400.15.3.1.noarch.rpm python311-azure-mgmt-mixedreality-1.0.0b1-150400.11.5.1.noarch.rpm python311-azure-mgmt-mobilenetwork-3.1.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-monitor-6.0.2-150400.14.5.1.noarch.rpm python311-azure-mgmt-msi-7.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-netapp-11.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-network-25.3.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-networkanalytics-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-networkcloud-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-networkfunction-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-newrelicobservability-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-nginx-3.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-notificationhubs-8.0.0-150400.15.5.1.noarch.rpm python311-azure-mgmt-nspkg-3.0.2-150400.14.5.1.noarch.rpm python311-azure-mgmt-oep-1.0.0b2-150400.10.3.1.noarch.rpm python311-azure-mgmt-orbital-2.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-paloaltonetworksngfw-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-peering-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-playwrighttesting-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-policyinsights-1.1.0b4-150400.11.3.1.noarch.rpm python311-azure-mgmt-portal-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-powerbidedicated-1.0.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-powerbiembedded-2.0.0-150400.15.5.1.noarch.rpm python311-azure-mgmt-privatedns-1.1.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-purview-1.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-quantum-1.0.0b3-150400.10.3.1.noarch.rpm python311-azure-mgmt-qumulo-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-quota-1.1.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-rdbms-10.2.0b13-150400.14.3.1.noarch.rpm python311-azure-mgmt-recoveryservices-2.5.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-recoveryservicesbackup-9.0.0-150400.15.3.1.noarch.rpm python311-azure-mgmt-recoveryservicesdatareplication-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-recoveryservicessiterecovery-1.2.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-redhatopenshift-1.4.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-redis-14.3.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-redisenterprise-2.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-regionmove-1.0.0b1-150400.11.5.1.noarch.rpm python311-azure-mgmt-relay-1.1.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-reservations-2.3.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-resource-23.1.0~b2-150400.14.3.1.noarch.rpm python311-azure-mgmt-resourceconnector-1.0.0.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-resourcegraph-8.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-resourcehealth-1.0.0b5-150400.10.3.1.noarch.rpm python311-azure-mgmt-resourcemover-1.1.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-scheduler-2.0.0-150400.15.5.1.noarch.rpm python311-azure-mgmt-scvmm-1.0.0b2-150400.9.3.1.noarch.rpm python311-azure-mgmt-search-9.1.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-security-6.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-securitydevops-1.0.0~b2-150400.9.3.1.noarch.rpm python311-azure-mgmt-securityinsight-1.0.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-selfhelp-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-serialconsole-1.0.0.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-servermanager-2.0.0-150400.14.5.1.noarch.rpm python311-azure-mgmt-servicebus-8.2.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-servicefabric-2.1.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-servicefabricmanagedclusters-1.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-servicelinker-1.2.0~b1-150400.10.3.1.noarch.rpm python311-azure-mgmt-servicenetworking-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-signalr-2.0.0~b1-150400.11.3.1.noarch.rpm python311-azure-mgmt-sphere-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-springappdiscovery-1.0.0~b1-150400.9.3.1.noarch.rpm python311-azure-mgmt-sql-4.0.0b15-150400.14.3.1.noarch.rpm python311-azure-mgmt-sqlvirtualmachine-1.0.0b6-150400.11.3.1.noarch.rpm python311-azure-mgmt-storage-21.1.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-storagecache-1.5.0-150400.11.3.1.noarch.rpm python311-azure-mgmt-storageimportexport-0.1.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-storagemover-2.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-storagepool-1.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-storagesync-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-streamanalytics-1.0.0.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-subscription-3.1.1-150400.11.3.1.noarch.rpm python311-azure-mgmt-support-6.0.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-synapse-2.1.0b5-150400.11.3.1.noarch.rpm python311-azure-mgmt-testbase-1.0.0b2-150400.10.3.1.noarch.rpm python311-azure-mgmt-timeseriesinsights-1.0.0.0-150400.10.5.1.noarch.rpm python311-azure-mgmt-trafficmanager-1.1.0-150400.15.3.1.noarch.rpm python311-azure-mgmt-videoanalyzer-1.0.0b4-150400.10.3.1.noarch.rpm python311-azure-mgmt-vmwarecloudsimple-0.2.0-150400.11.5.1.noarch.rpm python311-azure-mgmt-voiceservices-1.0.0-150400.9.3.1.noarch.rpm python311-azure-mgmt-web-7.2.0-150400.14.3.1.noarch.rpm python311-azure-mgmt-webpubsub-1.1.0-150400.10.3.1.noarch.rpm python311-azure-mgmt-workloadmonitor-1.0.0~b4-150400.9.3.1.noarch.rpm python311-azure-mgmt-workloads-1.0.0.0-150400.9.3.1.noarch.rpm python311-azure-mixedreality-authentication-1.0.0b1-150400.10.5.1.noarch.rpm python311-azure-mixedreality-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-monitor-ingestion-1.0.3-150400.9.3.1.noarch.rpm python311-azure-monitor-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-monitor-opentelemetry-exporter-1.0.0b22-150400.9.3.1.noarch.rpm python311-azure-monitor-query-1.2.1-150400.10.3.1.noarch.rpm python311-azure-multiapi-storage-1.2.0-150400.14.3.2.noarch.rpm python311-azure-nspkg-3.0.2-150400.14.5.1.noarch.rpm python311-azure-purview-account-1.0.0b1-150400.10.5.1.noarch.rpm python311-azure-purview-administration-1.0.0b1-150400.10.5.1.noarch.rpm python311-azure-purview-catalog-1.0.0b4-150400.10.3.1.noarch.rpm python311-azure-purview-nspkg-2.0.0-150400.10.5.1.noarch.rpm python311-azure-purview-scanning-1.0.0b2-150400.10.5.1.noarch.rpm python311-azure-purview-sharing-1.0.0~b3-150400.9.3.1.noarch.rpm python311-azure-schemaregistry-1.2.0-150400.10.3.1.noarch.rpm python311-azure-schemaregistry-avroencoder-1.0.0-150400.9.3.1.noarch.rpm python311-azure-schemaregistry-avroserializer-1.0.0b4-150400.10.5.1.noarch.rpm python311-azure-sdk-4.0.0-150400.11.7.1.noarch.rpm python311-azure-search-documents-11.4.0-150400.11.3.1.noarch.rpm python311-azure-search-nspkg-1.0.0-150400.11.5.1.noarch.rpm python311-azure-security-attestation-1.0.0-150400.10.5.1.noarch.rpm python311-azure-security-nspkg-1.0.0-150400.10.5.1.noarch.rpm python311-azure-servicebus-7.11.4-150400.15.3.1.noarch.rpm python311-azure-servicefabric-8.2.0.0-150400.14.5.1.noarch.rpm python311-azure-servicemanagement-legacy-0.20.7-150400.15.5.2.noarch.rpm python311-azure-storage-blob-12.19.0-150400.11.3.1.noarch.rpm python311-azure-storage-common-2.1.0-150400.11.5.1.noarch.rpm python311-azure-storage-file-2.1.0-150400.11.5.1.noarch.rpm python311-azure-storage-file-datalake-12.14.0-150400.11.3.1.noarch.rpm python311-azure-storage-file-share-12.15.0-150400.11.3.1.noarch.rpm python311-azure-storage-nspkg-3.1.0-150400.11.5.1.noarch.rpm python311-azure-storage-queue-12.9.0-150400.11.3.1.noarch.rpm python311-azure-synapse-accesscontrol-0.7.0-150400.11.5.1.noarch.rpm python311-azure-synapse-artifacts-0.18.0-150400.11.3.1.noarch.rpm python311-azure-synapse-managedprivateendpoints-0.4.0-150400.10.5.1.noarch.rpm python311-azure-synapse-monitoring-0.2.0-150400.11.5.1.noarch.rpm python311-azure-synapse-nspkg-1.0.0-150400.11.5.1.noarch.rpm python311-azure-synapse-spark-0.7.0-150400.11.5.1.noarch.rpm python311-azure-template-0.1.0b3511266-150400.11.3.1.noarch.rpm python311-msal-1.26.0-150400.11.3.2.noarch.rpm python311-msal-extensions-1.1.0-150400.11.3.1.noarch.rpm python311-msrest-0.7.1-150400.14.3.1.noarch.rpm python311-msrestazure-0.6.4-150400.14.5.1.noarch.rpm python311-opencensus-ext-azure-1.1.6-150400.10.5.1.noarch.rpm azure-cli-test-2.58.0-150400.14.6.1.s390x.rpm azure-cli-test-2.58.0-150400.14.6.1.ppc64le.rpm azure-cli-test-2.58.0-150400.14.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-1850 Recommended update for sg3_utils moderate SUSE Updates openSUSE-SLE 15.6 This update for sg3_utils fixes the following issue: - sg_inq: re-add Unit serial number field (bsc#1219547) libsgutils-devel-1.48+11.56e7b2f-150600.3.3.11.x86_64.rpm libsgutils2-1_48-2-1.48+11.56e7b2f-150600.3.3.11.x86_64.rpm sg3_utils-1.48+11.56e7b2f-150600.3.3.11.src.rpm sg3_utils-1.48+11.56e7b2f-150600.3.3.11.x86_64.rpm libsgutils-devel-1.48+11.56e7b2f-150600.3.3.11.s390x.rpm libsgutils2-1_48-2-1.48+11.56e7b2f-150600.3.3.11.s390x.rpm sg3_utils-1.48+11.56e7b2f-150600.3.3.11.s390x.rpm libsgutils-devel-1.48+11.56e7b2f-150600.3.3.11.ppc64le.rpm libsgutils2-1_48-2-1.48+11.56e7b2f-150600.3.3.11.ppc64le.rpm sg3_utils-1.48+11.56e7b2f-150600.3.3.11.ppc64le.rpm libsgutils-devel-1.48+11.56e7b2f-150600.3.3.11.aarch64.rpm libsgutils2-1_48-2-1.48+11.56e7b2f-150600.3.3.11.aarch64.rpm sg3_utils-1.48+11.56e7b2f-150600.3.3.11.aarch64.rpm openSUSE-SLE-15.6-2024-1503 Recommended update for gdb important SUSE Updates openSUSE-SLE 15.6 This update for gdb fixes the following issues: - Fix crashing by handling varstring==nullptr (bsc#1222188) gdb-13.2-150400.15.17.1.src.rpm gdb-13.2-150400.15.17.1.x86_64.rpm gdb-testresults-13.2-150400.15.17.1.nosrc.rpm gdb-testresults-13.2-150400.15.17.1.x86_64.rpm gdbserver-13.2-150400.15.17.1.x86_64.rpm gdb-13.2-150400.15.17.1.s390x.rpm gdb-testresults-13.2-150400.15.17.1.s390x.rpm gdbserver-13.2-150400.15.17.1.s390x.rpm gdb-13.2-150400.15.17.1.ppc64le.rpm gdb-testresults-13.2-150400.15.17.1.ppc64le.rpm gdbserver-13.2-150400.15.17.1.ppc64le.rpm gdb-13.2-150400.15.17.1.aarch64.rpm gdb-testresults-13.2-150400.15.17.1.aarch64.rpm gdbserver-13.2-150400.15.17.1.aarch64.rpm openSUSE-SLE-15.6-2024-2801 Security update for docker critical SUSE Updates openSUSE-SLE 15.6 RETRACTED: This update for docker fixes the following issues: - CVE-2024-23651: Fixed arbitrary files write due to race condition on mounts (bsc#1219267) - CVE-2024-23652: Fixed insufficient validation of parent directory on mount (bsc#1219268) - CVE-2024-23653: Fixed insufficient validation on entitlement on container creation via buildkit (bsc#1219438) - CVE-2024-41110: A Authz zero length regression that could lead to authentication bypass was fixed (bsc#1228324) Other fixes: - Update to Docker 25.0.6-ce. See upstream changelog online at <https://docs.docker.com/engine/release-notes/25.0/#2506> - Update to Docker 25.0.5-ce (bsc#1223409) - Fix BuildKit's symlink resolution logic to correctly handle non-lexical symlinks. (bsc#1221916) - Write volume options atomically so sudden system crashes won't result in future Docker starts failing due to empty files. (bsc#1214855) Updating docker will restart the docker service, which may stop some of your docker containers. Do you want to proceed with the update? docker-25.0.6_ce-150000.203.1.src.rpm docker-25.0.6_ce-150000.203.1.x86_64.rpm docker-bash-completion-25.0.6_ce-150000.203.1.noarch.rpm docker-fish-completion-25.0.6_ce-150000.203.1.noarch.rpm docker-rootless-extras-25.0.6_ce-150000.203.1.noarch.rpm docker-zsh-completion-25.0.6_ce-150000.203.1.noarch.rpm docker-25.0.6_ce-150000.203.1.s390x.rpm docker-25.0.6_ce-150000.203.1.ppc64le.rpm docker-25.0.6_ce-150000.203.1.aarch64.rpm openSUSE-SLE-15.6-2024-1486 Security update for cosign moderate SUSE Updates openSUSE-SLE 15.6 This update for cosign fixes the following issues: - CVE-2024-29902: Fixed denial of service on host machine via remote image with a malicious attachments (bsc#1222835) - CVE-2024-29903: Fixed denial of service on host machine via malicious software artifacts (bsc#1222837) Other fixes: - Updated to 2.2.4 (jsc#SLE-23879) * Fixes for GHSA-88jx-383q-w4qc and GHSA-95pr-fxf5-86gv (#3661) * ErrNoSignaturesFound should be used when there is no signature attached to an image. (#3526) * fix semgrep issues for dgryski.semgrep-go ruleset (#3541) * Honor creation timestamp for signatures again (#3549) * Features * Adds Support for Fulcio Client Credentials Flow, and Argument to Set Flow Explicitly (#3578) cosign-2.2.4-150400.3.20.1.src.rpm cosign-2.2.4-150400.3.20.1.x86_64.rpm cosign-2.2.4-150400.3.20.1.s390x.rpm cosign-2.2.4-150400.3.20.1.ppc64le.rpm cosign-2.2.4-150400.3.20.1.aarch64.rpm openSUSE-SLE-15.6-2024-1557 Security update for rpm moderate SUSE Updates openSUSE-SLE 15.6 This update for rpm fixes the following issues: Security fixes: - CVE-2021-3521: Fixed missing subkey binding signature checking (bsc#1191175) Other fixes: - accept more signature subpackets marked as critical (bsc#1218686) - backport limit support for the autopatch macro (bsc#1189495) python-rpm-4.14.3-150400.59.16.1.src.rpm python3-rpm-4.14.3-150400.59.16.1.x86_64.rpm python311-rpm-4.14.3-150400.59.16.1.x86_64.rpm rpm-32bit-4.14.3-150400.59.16.1.x86_64.rpm rpm-4.14.3-150400.59.16.1.src.rpm rpm-4.14.3-150400.59.16.1.x86_64.rpm rpm-build-4.14.3-150400.59.16.1.x86_64.rpm rpm-devel-4.14.3-150400.59.16.1.x86_64.rpm rpm-imaevmsign-4.14.3-150400.59.16.1.x86_64.rpm rpm-ndb-32bit-4.14.3-150400.59.16.1.x86_64.rpm rpm-ndb-4.14.3-150400.59.16.1.src.rpm rpm-ndb-4.14.3-150400.59.16.1.x86_64.rpm python3-rpm-4.14.3-150400.59.16.1.s390x.rpm python311-rpm-4.14.3-150400.59.16.1.s390x.rpm rpm-4.14.3-150400.59.16.1.s390x.rpm rpm-build-4.14.3-150400.59.16.1.s390x.rpm rpm-devel-4.14.3-150400.59.16.1.s390x.rpm rpm-imaevmsign-4.14.3-150400.59.16.1.s390x.rpm rpm-ndb-4.14.3-150400.59.16.1.s390x.rpm python3-rpm-4.14.3-150400.59.16.1.ppc64le.rpm python311-rpm-4.14.3-150400.59.16.1.ppc64le.rpm rpm-4.14.3-150400.59.16.1.ppc64le.rpm rpm-build-4.14.3-150400.59.16.1.ppc64le.rpm rpm-devel-4.14.3-150400.59.16.1.ppc64le.rpm rpm-imaevmsign-4.14.3-150400.59.16.1.ppc64le.rpm rpm-ndb-4.14.3-150400.59.16.1.ppc64le.rpm python3-rpm-4.14.3-150400.59.16.1.aarch64.rpm python311-rpm-4.14.3-150400.59.16.1.aarch64.rpm rpm-4.14.3-150400.59.16.1.aarch64.rpm rpm-build-4.14.3-150400.59.16.1.aarch64.rpm rpm-devel-4.14.3-150400.59.16.1.aarch64.rpm rpm-imaevmsign-4.14.3-150400.59.16.1.aarch64.rpm rpm-ndb-4.14.3-150400.59.16.1.aarch64.rpm openSUSE-SLE-15.6-2024-1638 Recommended update for aws-cli and python311 dependencies moderate SUSE Updates openSUSE-SLE 15.6 This update for aws-cli and python311 dependencies fixes the following issues: - Upgrade aws-cli to v1.32 (jsc#PED-7487) - This upgrade for aws-cli also provides the needed python311 dependencies. - The bellow packages got obsoleted by the python311 counterpart: - python3-botocore (superseded by python311-botocore) - python3-s3transfer (superseded by python311-s3transfer) - python3-boto (superseded by python311-boto) aws-cli-1.32.31-150400.35.3.1.noarch.rpm aws-cli-1.32.31-150400.35.3.1.src.rpm python-PyNaCl-1.5.0-150400.12.6.2.src.rpm python-PyYAML-6.0.1-150400.5.8.1.src.rpm python-attrs-23.1.0-150400.8.6.1.src.rpm python-aws-sam-translator-1.87.0-150400.11.3.1.src.rpm python-bcrypt-4.0.1-150400.5.6.1.src.rpm python-boto3-1.34.31-150400.28.3.1.src.rpm python-botocore-1.34.31-150400.42.3.1.src.rpm python-colorama-0.4.6-150400.5.6.1.src.rpm python-docopt-0.6.2-150400.11.3.1.src.rpm python-docutils-0.19-150400.11.6.1.src.rpm python-ec2imgutils-10.0.3-150400.9.3.1.src.rpm python-jmespath-1.0.1-150400.12.3.1.src.rpm python-jsonschema-4.17.3-150400.14.6.1.src.rpm python-ply-3.11-150400.12.6.1.src.rpm python-pydantic-1.10.8-150400.9.6.1.src.rpm python-pyrsistent-0.19.3-150400.10.6.1.src.rpm python-python-dateutil-2.8.2-150400.5.6.1.src.rpm python-s3transfer-0.10.0-150400.14.3.1.src.rpm python-simplejson-3.19.1-150400.6.6.1.src.rpm python-six-1.16.0-150400.18.6.1.src.rpm python311-PyNaCl-1.5.0-150400.12.6.2.x86_64.rpm python311-PyYAML-6.0.1-150400.5.8.1.x86_64.rpm python311-attrs-23.1.0-150400.8.6.1.noarch.rpm python311-aws-sam-translator-1.87.0-150400.11.3.1.noarch.rpm python311-bcrypt-4.0.1-150400.5.6.1.x86_64.rpm python311-boto3-1.34.31-150400.28.3.1.noarch.rpm python311-botocore-1.34.31-150400.42.3.1.noarch.rpm python311-colorama-0.4.6-150400.5.6.1.noarch.rpm python311-docopt-0.6.2-150400.11.3.1.noarch.rpm python311-docutils-0.19-150400.11.6.1.noarch.rpm python311-ec2imgutils-10.0.3-150400.9.3.1.noarch.rpm python311-jmespath-1.0.1-150400.12.3.1.noarch.rpm python311-jsonschema-4.17.3-150400.14.6.1.noarch.rpm python311-jsonschema-format-4.17.3-150400.14.6.1.noarch.rpm python311-jsonschema-format-nongpl-4.17.3-150400.14.6.1.noarch.rpm python311-ply-3.11-150400.12.6.1.noarch.rpm python311-pydantic-1.10.8-150400.9.6.1.noarch.rpm python311-pyrsistent-0.19.3-150400.10.6.1.x86_64.rpm python311-python-dateutil-2.8.2-150400.5.6.1.noarch.rpm python311-s3transfer-0.10.0-150400.14.3.1.noarch.rpm python311-simplejson-3.19.1-150400.6.6.1.x86_64.rpm python311-six-1.16.0-150400.18.6.1.noarch.rpm python311-PyNaCl-1.5.0-150400.12.6.2.s390x.rpm python311-PyYAML-6.0.1-150400.5.8.1.s390x.rpm python311-bcrypt-4.0.1-150400.5.6.1.s390x.rpm python311-pyrsistent-0.19.3-150400.10.6.1.s390x.rpm python311-simplejson-3.19.1-150400.6.6.1.s390x.rpm python311-PyNaCl-1.5.0-150400.12.6.2.ppc64le.rpm python311-PyYAML-6.0.1-150400.5.8.1.ppc64le.rpm python311-bcrypt-4.0.1-150400.5.6.1.ppc64le.rpm python311-pyrsistent-0.19.3-150400.10.6.1.ppc64le.rpm python311-simplejson-3.19.1-150400.6.6.1.ppc64le.rpm python311-PyNaCl-1.5.0-150400.12.6.2.aarch64.rpm python311-PyYAML-6.0.1-150400.5.8.1.aarch64.rpm python311-bcrypt-4.0.1-150400.5.6.1.aarch64.rpm python311-pyrsistent-0.19.3-150400.10.6.1.aarch64.rpm python311-simplejson-3.19.1-150400.6.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-1637 Recommended update for google-cloud SDK moderate SUSE Updates openSUSE-SLE 15.6 This update for google-cloud SDK fixes the following issues: - Add python311 cloud services packages and dependencies (jsc#PED-7987, jsc#PED-6697) - Bellow 5 binaries Obsolete the python3.6 counterpart: python311-google-resumable-media python311-google-api-core python311-google-cloud-storage python311-google-cloud-core python311-googleapis-common-protos - Regular python311 updates (without Obsoletes): python-google-auth python-grpcio python-sqlparse - New python311 packages: libcrc32c python-google-cloud-appengine-logging python-google-cloud-artifact-registry python-google-cloud-audit-log python-google-cloud-build python-google-cloud-compute python-google-cloud-dns python-google-cloud-domains python-google-cloud-iam python-google-cloud-kms-inventory python-google-cloud-kms python-google-cloud-logging python-google-cloud-run python-google-cloud-secret-manager python-google-cloud-service-directory python-google-cloud-spanner python-google-cloud-vpc-access python-google-crc32c python-grpc-google-iam-v1 python-grpcio-status python-proto-plus In python-sqlparse this security issue was fixed: CVE-2023-30608: Fixed parser that contained a regular expression that is vulnerable to ReDOS (Regular Expression Denial of Service) (bsc#1210617) libcrc32c-1.1.2-150400.9.3.1.src.rpm libcrc32c-devel-1.1.2-150400.9.3.1.x86_64.rpm libcrc32c1-1.1.2-150400.9.3.1.x86_64.rpm python-apipkg-3.0.1-150400.12.6.1.src.rpm python-cachetools-5.3.1-150400.8.6.1.src.rpm python-certifi-2023.7.22-150400.12.6.2.src.rpm python-cffi-1.15.1-150400.8.7.2.src.rpm python-charset-normalizer-3.1.0-150400.9.7.2.src.rpm python-google-api-core-2.15.0-150400.5.4.1.src.rpm python-google-auth-2.27.0-150400.6.7.1.src.rpm python-google-cloud-appengine-logging-1.4.0-150400.9.3.1.src.rpm python-google-cloud-artifact-registry-1.11.0-150400.9.3.1.src.rpm python-google-cloud-audit-log-0.2.5-150400.9.3.1.src.rpm python-google-cloud-build-3.22.0-150400.9.3.1.src.rpm python-google-cloud-compute-1.15.0-150400.9.3.1.src.rpm python-google-cloud-core-2.4.1-150400.5.4.1.src.rpm python-google-cloud-dns-0.35.0-150400.9.3.1.src.rpm python-google-cloud-domains-1.7.1-150400.9.3.1.src.rpm python-google-cloud-iam-2.13.0-150400.9.3.1.src.rpm python-google-cloud-kms-2.21.0-150400.9.3.1.src.rpm python-google-cloud-kms-inventory-0.2.2-150400.9.3.1.src.rpm python-google-cloud-logging-3.9.0-150400.9.3.1.src.rpm python-google-cloud-run-0.10.1-150400.9.3.1.src.rpm python-google-cloud-secret-manager-2.17.0-150400.9.3.1.src.rpm python-google-cloud-service-directory-1.11.1-150400.9.3.1.src.rpm python-google-cloud-spanner-3.40.1-150400.9.3.1.src.rpm python-google-cloud-storage-2.14.0-150400.10.3.1.src.rpm python-google-cloud-vpc-access-1.10.0-150400.9.3.1.src.rpm python-google-crc32c-1.5.0-150400.9.3.1.src.rpm python-google-resumable-media-2.7.0-150400.10.4.1.src.rpm python-googleapis-common-protos-1.62.0-150400.10.4.1.src.rpm python-grpc-google-iam-v1-0.13.0-150400.9.3.1.src.rpm python-grpcio-status-1.60.1-150400.9.3.1.src.rpm python-idna-3.4-150400.11.6.1.src.rpm python-iniconfig-2.0.0-150400.10.6.1.src.rpm python-proto-plus-1.23.0-150400.9.3.1.src.rpm python-py-1.11.0-150400.12.7.2.src.rpm python-pyOpenSSL-23.2.0-150400.3.10.1.src.rpm python-pyasn1-0.5.0-150400.12.7.2.src.rpm python-pyasn1-modules-0.3.0-150400.12.7.1.src.rpm python-pycparser-2.21-150400.12.7.2.src.rpm python-pytz-2023.3-150400.6.6.1.src.rpm python-requests-2.31.0-150400.6.8.1.src.rpm python-rsa-4.9-150400.12.7.1.src.rpm python-setuptools-67.7.2-150400.3.12.1.src.rpm python-setuptools-wheel-67.7.2-150400.3.12.1.src.rpm python-sqlparse-0.4.4-150400.6.4.2.src.rpm python-urllib3-2.0.7-150400.7.14.1.src.rpm python311-apipkg-3.0.1-150400.12.6.1.noarch.rpm python311-cachetools-5.3.1-150400.8.6.1.noarch.rpm python311-certifi-2023.7.22-150400.12.6.2.noarch.rpm python311-cffi-1.15.1-150400.8.7.2.x86_64.rpm python311-charset-normalizer-3.1.0-150400.9.7.2.noarch.rpm python311-google-api-core-2.15.0-150400.5.4.1.noarch.rpm python311-google-auth-2.27.0-150400.6.7.1.noarch.rpm python311-google-cloud-appengine-logging-1.4.0-150400.9.3.1.noarch.rpm python311-google-cloud-artifact-registry-1.11.0-150400.9.3.1.noarch.rpm python311-google-cloud-audit-log-0.2.5-150400.9.3.1.noarch.rpm python311-google-cloud-build-3.22.0-150400.9.3.1.noarch.rpm python311-google-cloud-compute-1.15.0-150400.9.3.1.noarch.rpm python311-google-cloud-core-2.4.1-150400.5.4.1.noarch.rpm python311-google-cloud-dns-0.35.0-150400.9.3.1.noarch.rpm python311-google-cloud-domains-1.7.1-150400.9.3.1.noarch.rpm python311-google-cloud-iam-2.13.0-150400.9.3.1.noarch.rpm python311-google-cloud-kms-2.21.0-150400.9.3.1.noarch.rpm python311-google-cloud-kms-inventory-0.2.2-150400.9.3.1.noarch.rpm python311-google-cloud-logging-3.9.0-150400.9.3.1.noarch.rpm python311-google-cloud-run-0.10.1-150400.9.3.1.noarch.rpm python311-google-cloud-secret-manager-2.17.0-150400.9.3.1.noarch.rpm python311-google-cloud-service-directory-1.11.1-150400.9.3.1.noarch.rpm python311-google-cloud-spanner-3.40.1-150400.9.3.1.noarch.rpm python311-google-cloud-storage-2.14.0-150400.10.3.1.noarch.rpm python311-google-cloud-vpc-access-1.10.0-150400.9.3.1.noarch.rpm python311-google-crc32c-1.5.0-150400.9.3.1.x86_64.rpm python311-google-resumable-media-2.7.0-150400.10.4.1.noarch.rpm python311-googleapis-common-protos-1.62.0-150400.10.4.1.noarch.rpm python311-grpc-google-iam-v1-0.13.0-150400.9.3.1.noarch.rpm python311-grpcio-status-1.60.1-150400.9.3.1.noarch.rpm python311-idna-3.4-150400.11.6.1.noarch.rpm python311-iniconfig-2.0.0-150400.10.6.1.noarch.rpm python311-proto-plus-1.23.0-150400.9.3.1.noarch.rpm python311-py-1.11.0-150400.12.7.2.noarch.rpm python311-pyOpenSSL-23.2.0-150400.3.10.1.noarch.rpm python311-pyasn1-0.5.0-150400.12.7.2.noarch.rpm python311-pyasn1-modules-0.3.0-150400.12.7.1.noarch.rpm python311-pycparser-2.21-150400.12.7.2.noarch.rpm python311-pytz-2023.3-150400.6.6.1.noarch.rpm python311-requests-2.31.0-150400.6.8.1.noarch.rpm python311-rsa-4.9-150400.12.7.1.noarch.rpm python311-setuptools-67.7.2-150400.3.12.1.noarch.rpm python311-setuptools-wheel-67.7.2-150400.3.12.1.noarch.rpm python311-sqlparse-0.4.4-150400.6.4.2.noarch.rpm python311-urllib3-2.0.7-150400.7.14.1.noarch.rpm libcrc32c-devel-1.1.2-150400.9.3.1.s390x.rpm libcrc32c1-1.1.2-150400.9.3.1.s390x.rpm python311-cffi-1.15.1-150400.8.7.2.s390x.rpm python311-google-crc32c-1.5.0-150400.9.3.1.s390x.rpm libcrc32c-devel-1.1.2-150400.9.3.1.ppc64le.rpm libcrc32c1-1.1.2-150400.9.3.1.ppc64le.rpm python311-cffi-1.15.1-150400.8.7.2.ppc64le.rpm python311-google-crc32c-1.5.0-150400.9.3.1.ppc64le.rpm libcrc32c-devel-1.1.2-150400.9.3.1.aarch64.rpm libcrc32c1-1.1.2-150400.9.3.1.aarch64.rpm python311-cffi-1.15.1-150400.8.7.2.aarch64.rpm python311-google-crc32c-1.5.0-150400.9.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1539 Security update for bouncycastle moderate SUSE Updates openSUSE-SLE 15.6 This update for bouncycastle fixes the following issues: Update to version 1.78.1, including fixes for: - CVE-2024-30171: Fixed timing side-channel attacks against RSA decryption (both PKCS#1v1.5 and OAEP). (bsc#1223252) bouncycastle-1.78.1-150200.3.29.1.noarch.rpm bouncycastle-1.78.1-150200.3.29.1.src.rpm bouncycastle-javadoc-1.78.1-150200.3.29.1.noarch.rpm bouncycastle-jmail-1.78.1-150200.3.29.1.noarch.rpm bouncycastle-mail-1.78.1-150200.3.29.1.noarch.rpm bouncycastle-pg-1.78.1-150200.3.29.1.noarch.rpm bouncycastle-pkix-1.78.1-150200.3.29.1.noarch.rpm bouncycastle-tls-1.78.1-150200.3.29.1.noarch.rpm bouncycastle-util-1.78.1-150200.3.29.1.noarch.rpm openSUSE-SLE-15.6-2024-1876 Recommended update for aaa_base moderate SUSE Updates openSUSE-SLE 15.6 This update for aaa_base fixes the following issues: - Fix the typo to set JAVA_BINDIR in the csh variant of the alljava profile script (bsc#1221361) aaa_base-84.87+git20180409.04c9dae-150300.10.20.1.src.rpm aaa_base-84.87+git20180409.04c9dae-150300.10.20.1.x86_64.rpm aaa_base-extras-84.87+git20180409.04c9dae-150300.10.20.1.x86_64.rpm aaa_base-malloccheck-84.87+git20180409.04c9dae-150300.10.20.1.x86_64.rpm aaa_base-wsl-84.87+git20180409.04c9dae-150300.10.20.1.x86_64.rpm aaa_base-84.87+git20180409.04c9dae-150300.10.20.1.s390x.rpm aaa_base-extras-84.87+git20180409.04c9dae-150300.10.20.1.s390x.rpm aaa_base-malloccheck-84.87+git20180409.04c9dae-150300.10.20.1.s390x.rpm aaa_base-wsl-84.87+git20180409.04c9dae-150300.10.20.1.s390x.rpm aaa_base-84.87+git20180409.04c9dae-150300.10.20.1.ppc64le.rpm aaa_base-extras-84.87+git20180409.04c9dae-150300.10.20.1.ppc64le.rpm aaa_base-malloccheck-84.87+git20180409.04c9dae-150300.10.20.1.ppc64le.rpm aaa_base-wsl-84.87+git20180409.04c9dae-150300.10.20.1.ppc64le.rpm aaa_base-84.87+git20180409.04c9dae-150300.10.20.1.aarch64.rpm aaa_base-extras-84.87+git20180409.04c9dae-150300.10.20.1.aarch64.rpm aaa_base-malloccheck-84.87+git20180409.04c9dae-150300.10.20.1.aarch64.rpm aaa_base-wsl-84.87+git20180409.04c9dae-150300.10.20.1.aarch64.rpm openSUSE-SLE-15.6-2024-1763 Recommended update for ant, hamcrest, junit moderate SUSE Updates openSUSE-SLE 15.6 This update for ant, hamcrest, junit fixes the following issues: ant, ant-antlr, ant-junit5, ant-junit: - Put hamcrest on the classpath of ant-junit module hamcrest was updated to version 2.2: - Version 2.2: * This version simplifies the packaging of Hamcrest into a single jar. Other big changes include Java 9 module compatibility, along with numerous other improvements and bug fixes. * Breaking Changes: + Although the class API has not changed since Hamcrest 1.3, the way that the project is packaged has changed. Refer to the Hamcrest Distributables documentation for more information, and in particular the section on Upgrading from Hamcrest 1.x + The org.hamcrest.Factory annotation has been removed (it should not be used in client code) * Improvements: + AllOf/AnyOf: Pass the matchers to constructor using varargs + Matchers.anyOf: Fixed generic bounds compatibility for JDK 11 + AssertionError message is unhelpful when match fails for byte type + Use platform specific line breaks + The build now checks for consistent use of spaces * Bugs fixed and other changes: + Fixed compatibility issue for development with Android D8 + Fixed typo in license name + 1.3 compatible constructors for string matchers + Fixed for split packages with Java 9 modules + Documentation updates + Added implementation for CharSequence length matcher + Fixed for TypeSafeDiagnosingMatcher can't detect generic types for subclass + Renamed IsCollectionContaining to IsIterableContaining + Make Hamcrest an OSGI bundle + Added StringRegularExpression matcher + Fixed StringContainsInOrder to detect if a repeated pattern is missing + Added ArrayAsIterableMatcher + Fixed description for IsEqualIgnoringCase + Fixed JavaDoc examples + Upgraded to Java 7 + Build with Gradle + Deprecate IsCollectionContaining and IsArrayContainingXXX + Removed deprecated methods from previous release + Improve mismatch description of hasItem/hasItems + General improvements to mismatch descriptions + Several JavaDoc improvements and corrections + Deprecated several matcher factory methods of the for "isXyz" + Fixed address doclint errors reported in JDK 1.8 + Fixed Iterable contains in order is null-safe + Added equalToObject() (i.e. unchecked) method + Fixed arrayContaining(null, null) cause NullPointerException * Fixed string matching on regular expressions * Fixed isCloseTo() shows wrong delta in mismatch description * Fixed add untyped version of equalTo, named equalToObject * Implement IsEmptyMap, IsMapWithSize * Fixed IsArray.describeMismatchSafely() should use Matcher.describeMismatch * Added Matcher implementation for files * Fixed NPE in IsIterableContainingInOrder junit: - Generate anew the ant build system using the maven pom.xml - Fetch sources from github by source service and filter out stale hamcrest binaries. - Port to hamcrest 2.2 unconditionally - Removed deprecated assertThat - Let ant build with --release 8 if the compiler knows that option. This allows us to avoid incompatible exception declarations in ObjectInputStream.GetField.get(String,Object) in java >= 20 ant-1.10.14-150200.4.25.1.noarch.rpm ant-1.10.14-150200.4.25.1.src.rpm ant-antlr-1.10.14-150200.4.25.1.noarch.rpm ant-antlr-1.10.14-150200.4.25.1.src.rpm ant-apache-bcel-1.10.14-150200.4.25.1.noarch.rpm ant-apache-bsf-1.10.14-150200.4.25.1.noarch.rpm ant-apache-log4j-1.10.14-150200.4.25.1.noarch.rpm ant-apache-oro-1.10.14-150200.4.25.1.noarch.rpm ant-apache-regexp-1.10.14-150200.4.25.1.noarch.rpm ant-apache-resolver-1.10.14-150200.4.25.1.noarch.rpm ant-apache-xalan2-1.10.14-150200.4.25.1.noarch.rpm ant-commons-logging-1.10.14-150200.4.25.1.noarch.rpm ant-commons-net-1.10.14-150200.4.25.1.noarch.rpm ant-imageio-1.10.14-150200.4.25.1.noarch.rpm ant-jakartamail-1.10.14-150200.4.25.1.noarch.rpm ant-javamail-1.10.14-150200.4.25.1.noarch.rpm ant-jdepend-1.10.14-150200.4.25.1.noarch.rpm ant-jmf-1.10.14-150200.4.25.1.noarch.rpm ant-jsch-1.10.14-150200.4.25.1.noarch.rpm ant-junit-1.10.14-150200.4.25.1.noarch.rpm ant-junit-1.10.14-150200.4.25.1.src.rpm ant-junit5-1.10.14-150200.4.25.1.noarch.rpm ant-junit5-1.10.14-150200.4.25.1.src.rpm ant-manual-1.10.14-150200.4.25.1.noarch.rpm ant-scripts-1.10.14-150200.4.25.1.noarch.rpm ant-swing-1.10.14-150200.4.25.1.noarch.rpm ant-testutil-1.10.14-150200.4.25.1.noarch.rpm ant-xz-1.10.14-150200.4.25.1.noarch.rpm hamcrest-2.2-150200.12.13.2.noarch.rpm hamcrest-2.2-150200.12.13.2.src.rpm hamcrest-javadoc-2.2-150200.12.13.2.noarch.rpm junit-4.13.2-150200.3.11.2.noarch.rpm junit-4.13.2-150200.3.11.2.src.rpm junit-javadoc-4.13.2-150200.3.11.2.noarch.rpm junit-manual-4.13.2-150200.3.11.2.noarch.rpm openSUSE-SLE-15.6-2024-33664 Recommended update for libsolv, libzypp, zypper, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings important SUSE Updates openSUSE-SLE 15.6 This update for libsolv, libzypp, zypper, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings fixes the following issues: - Fix the dependency for Packagekit-backend-zypp in SUMa 4.3 (bsc#1224242) - Improve updating of installed multiversion packages - Fix decision introspection going into an endless loop in some cases - Split libsolv-tools into libsolv-tools-base [jsc#PED-8153] - Improve checks against corrupt rpm - Fixed check for outdated repo metadata as non-root user (bsc#1222086) - Add ZYPP_API for exported functions and switch to visibility=hidden (jsc#PED-8153) - Dynamically resolve libproxy (jsc#PED-8153) - Fix download from gpgkey URL (bsc#1223430) - Delay zypp lock until command options are parsed (bsc#1223766) - Unify message format PackageKit-1.2.8-150600.4.2.7.src.rpm True PackageKit-1.2.8-150600.4.2.7.x86_64.rpm True PackageKit-backend-dnf-1.2.8-150600.4.2.7.x86_64.rpm True PackageKit-backend-zypp-1.2.8-150600.4.2.7.x86_64.rpm True PackageKit-branding-SLE-12.0-150600.22.2.4.noarch.rpm True PackageKit-branding-SLE-12.0-150600.22.2.4.src.rpm True PackageKit-branding-upstream-1.2.8-150600.4.2.7.noarch.rpm True PackageKit-devel-1.2.8-150600.4.2.7.x86_64.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.2.7.x86_64.rpm True PackageKit-gtk3-module-1.2.8-150600.4.2.7.x86_64.rpm True PackageKit-lang-1.2.8-150600.4.2.7.noarch.rpm True libpackagekit-glib2-18-1.2.8-150600.4.2.7.x86_64.rpm True libpackagekit-glib2-18-32bit-1.2.8-150600.4.2.7.x86_64.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.2.7.x86_64.rpm True libpackagekit-glib2-devel-32bit-1.2.8-150600.4.2.7.x86_64.rpm True libsolv-0.7.29-150400.3.22.4.src.rpm True libsolv-demo-0.7.29-150400.3.22.4.x86_64.rpm True libsolv-devel-0.7.29-150400.3.22.4.x86_64.rpm True libsolv-tools-0.7.29-150400.3.22.4.x86_64.rpm True libsolv-tools-base-0.7.29-150400.3.22.4.x86_64.rpm True libyui-4.5.3-150500.3.7.8.src.rpm True libyui-bindings-4.5.3-150500.3.7.8.src.rpm True libyui-devel-4.5.3-150500.3.7.8.x86_64.rpm True libyui-ncurses-4.5.3-150500.3.7.8.src.rpm True libyui-ncurses-devel-4.5.3-150500.3.7.8.x86_64.rpm True libyui-ncurses-pkg-4.5.3-150500.3.7.9.src.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.7.9.x86_64.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.7.9.x86_64.rpm True libyui-ncurses-rest-api-4.5.3-150500.3.7.8.src.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.7.8.x86_64.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.7.8.x86_64.rpm True libyui-ncurses-tools-4.5.3-150500.3.7.8.x86_64.rpm True libyui-ncurses16-4.5.3-150500.3.7.8.x86_64.rpm True libyui-qt-4.5.3-150500.3.7.8.src.rpm True libyui-qt-devel-4.5.3-150500.3.7.8.x86_64.rpm True libyui-qt-graph-4.5.3-150500.3.7.8.src.rpm True libyui-qt-graph-devel-4.5.3-150500.3.7.8.x86_64.rpm True libyui-qt-graph16-4.5.3-150500.3.7.8.x86_64.rpm True libyui-qt-pkg-4.5.3-150500.3.7.9.src.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.7.9.x86_64.rpm True libyui-qt-pkg16-4.5.3-150500.3.7.9.x86_64.rpm True libyui-qt-rest-api-4.5.3-150500.3.7.8.src.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.7.8.x86_64.rpm True libyui-qt-rest-api16-4.5.3-150500.3.7.8.x86_64.rpm True libyui-qt16-4.5.3-150500.3.7.8.x86_64.rpm True libyui-rest-api-4.5.3-150500.3.7.8.src.rpm True libyui-rest-api-devel-4.5.3-150500.3.7.8.x86_64.rpm True libyui-rest-api16-4.5.3-150500.3.7.8.x86_64.rpm True libyui16-4.5.3-150500.3.7.8.x86_64.rpm True libzypp-17.34.1-150600.3.4.6.src.rpm True libzypp-17.34.1-150600.3.4.6.x86_64.rpm True libzypp-devel-17.34.1-150600.3.4.6.x86_64.rpm True libzypp-devel-doc-17.34.1-150600.3.4.6.x86_64.rpm True perl-solv-0.7.29-150400.3.22.4.x86_64.rpm True perl-yui-4.5.3-150500.3.7.8.x86_64.rpm True python3-solv-0.7.29-150400.3.22.4.x86_64.rpm True python3-yui-4.5.3-150500.3.7.8.x86_64.rpm True python311-solv-0.7.29-150400.3.22.4.x86_64.rpm True ruby-solv-0.7.29-150400.3.22.4.x86_64.rpm True ruby-yui-4.5.3-150500.3.7.8.x86_64.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.2.7.x86_64.rpm True yast2-pkg-bindings-4.6.5-150600.3.2.8.src.rpm True yast2-pkg-bindings-4.6.5-150600.3.2.8.x86_64.rpm True zypper-1.14.71-150600.10.2.7.src.rpm True zypper-1.14.71-150600.10.2.7.x86_64.rpm True zypper-aptitude-1.14.71-150600.10.2.7.noarch.rpm True zypper-log-1.14.71-150600.10.2.7.noarch.rpm True zypper-needs-restarting-1.14.71-150600.10.2.7.noarch.rpm True PackageKit-1.2.8-150600.4.2.7.ppc64le.rpm True PackageKit-backend-dnf-1.2.8-150600.4.2.7.ppc64le.rpm True PackageKit-backend-zypp-1.2.8-150600.4.2.7.ppc64le.rpm True PackageKit-devel-1.2.8-150600.4.2.7.ppc64le.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.2.7.ppc64le.rpm True PackageKit-gtk3-module-1.2.8-150600.4.2.7.ppc64le.rpm True libpackagekit-glib2-18-1.2.8-150600.4.2.7.ppc64le.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.2.7.ppc64le.rpm True libsolv-demo-0.7.29-150400.3.22.4.ppc64le.rpm True libsolv-devel-0.7.29-150400.3.22.4.ppc64le.rpm True libsolv-tools-0.7.29-150400.3.22.4.ppc64le.rpm True libsolv-tools-base-0.7.29-150400.3.22.4.ppc64le.rpm True libyui-devel-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-ncurses-devel-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.7.9.ppc64le.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.7.9.ppc64le.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-ncurses-tools-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-ncurses16-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-qt-devel-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-qt-graph-devel-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-qt-graph16-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.7.9.ppc64le.rpm True libyui-qt-pkg16-4.5.3-150500.3.7.9.ppc64le.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-qt-rest-api16-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-qt16-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-rest-api-devel-4.5.3-150500.3.7.8.ppc64le.rpm True libyui-rest-api16-4.5.3-150500.3.7.8.ppc64le.rpm True libyui16-4.5.3-150500.3.7.8.ppc64le.rpm True libzypp-17.34.1-150600.3.4.6.ppc64le.rpm True libzypp-devel-17.34.1-150600.3.4.6.ppc64le.rpm True libzypp-devel-doc-17.34.1-150600.3.4.6.ppc64le.rpm True perl-solv-0.7.29-150400.3.22.4.ppc64le.rpm True perl-yui-4.5.3-150500.3.7.8.ppc64le.rpm True python3-solv-0.7.29-150400.3.22.4.ppc64le.rpm True python3-yui-4.5.3-150500.3.7.8.ppc64le.rpm True python311-solv-0.7.29-150400.3.22.4.ppc64le.rpm True ruby-solv-0.7.29-150400.3.22.4.ppc64le.rpm True ruby-yui-4.5.3-150500.3.7.8.ppc64le.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.2.7.ppc64le.rpm True yast2-pkg-bindings-4.6.5-150600.3.2.8.ppc64le.rpm True zypper-1.14.71-150600.10.2.7.ppc64le.rpm True PackageKit-1.2.8-150600.4.2.7.s390x.rpm True PackageKit-backend-dnf-1.2.8-150600.4.2.7.s390x.rpm True PackageKit-backend-zypp-1.2.8-150600.4.2.7.s390x.rpm True PackageKit-devel-1.2.8-150600.4.2.7.s390x.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.2.7.s390x.rpm True PackageKit-gtk3-module-1.2.8-150600.4.2.7.s390x.rpm True libpackagekit-glib2-18-1.2.8-150600.4.2.7.s390x.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.2.7.s390x.rpm True libsolv-demo-0.7.29-150400.3.22.4.s390x.rpm True libsolv-devel-0.7.29-150400.3.22.4.s390x.rpm True libsolv-tools-0.7.29-150400.3.22.4.s390x.rpm True libsolv-tools-base-0.7.29-150400.3.22.4.s390x.rpm True libyui-devel-4.5.3-150500.3.7.8.s390x.rpm True libyui-ncurses-devel-4.5.3-150500.3.7.8.s390x.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.7.9.s390x.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.7.9.s390x.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.7.8.s390x.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.7.8.s390x.rpm True libyui-ncurses-tools-4.5.3-150500.3.7.8.s390x.rpm True libyui-ncurses16-4.5.3-150500.3.7.8.s390x.rpm True libyui-qt-devel-4.5.3-150500.3.7.8.s390x.rpm True libyui-qt-graph-devel-4.5.3-150500.3.7.8.s390x.rpm True libyui-qt-graph16-4.5.3-150500.3.7.8.s390x.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.7.9.s390x.rpm True libyui-qt-pkg16-4.5.3-150500.3.7.9.s390x.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.7.8.s390x.rpm True libyui-qt-rest-api16-4.5.3-150500.3.7.8.s390x.rpm True libyui-qt16-4.5.3-150500.3.7.8.s390x.rpm True libyui-rest-api-devel-4.5.3-150500.3.7.8.s390x.rpm True libyui-rest-api16-4.5.3-150500.3.7.8.s390x.rpm True libyui16-4.5.3-150500.3.7.8.s390x.rpm True libzypp-17.34.1-150600.3.4.6.s390x.rpm True libzypp-devel-17.34.1-150600.3.4.6.s390x.rpm True libzypp-devel-doc-17.34.1-150600.3.4.6.s390x.rpm True perl-solv-0.7.29-150400.3.22.4.s390x.rpm True perl-yui-4.5.3-150500.3.7.8.s390x.rpm True python3-solv-0.7.29-150400.3.22.4.s390x.rpm True python3-yui-4.5.3-150500.3.7.8.s390x.rpm True python311-solv-0.7.29-150400.3.22.4.s390x.rpm True ruby-solv-0.7.29-150400.3.22.4.s390x.rpm True ruby-yui-4.5.3-150500.3.7.8.s390x.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.2.7.s390x.rpm True yast2-pkg-bindings-4.6.5-150600.3.2.8.s390x.rpm True zypper-1.14.71-150600.10.2.7.s390x.rpm True PackageKit-1.2.8-150600.4.2.7.aarch64.rpm True PackageKit-backend-dnf-1.2.8-150600.4.2.7.aarch64.rpm True PackageKit-backend-zypp-1.2.8-150600.4.2.7.aarch64.rpm True PackageKit-devel-1.2.8-150600.4.2.7.aarch64.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.2.7.aarch64.rpm True PackageKit-gtk3-module-1.2.8-150600.4.2.7.aarch64.rpm True libpackagekit-glib2-18-1.2.8-150600.4.2.7.aarch64.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.2.7.aarch64.rpm True libsolv-demo-0.7.29-150400.3.22.4.aarch64.rpm True libsolv-devel-0.7.29-150400.3.22.4.aarch64.rpm True libsolv-tools-0.7.29-150400.3.22.4.aarch64.rpm True libsolv-tools-base-0.7.29-150400.3.22.4.aarch64.rpm True libyui-devel-4.5.3-150500.3.7.8.aarch64.rpm True libyui-ncurses-devel-4.5.3-150500.3.7.8.aarch64.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.7.9.aarch64.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.7.9.aarch64.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.7.8.aarch64.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.7.8.aarch64.rpm True libyui-ncurses-tools-4.5.3-150500.3.7.8.aarch64.rpm True libyui-ncurses16-4.5.3-150500.3.7.8.aarch64.rpm True libyui-qt-devel-4.5.3-150500.3.7.8.aarch64.rpm True libyui-qt-graph-devel-4.5.3-150500.3.7.8.aarch64.rpm True libyui-qt-graph16-4.5.3-150500.3.7.8.aarch64.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.7.9.aarch64.rpm True libyui-qt-pkg16-4.5.3-150500.3.7.9.aarch64.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.7.8.aarch64.rpm True libyui-qt-rest-api16-4.5.3-150500.3.7.8.aarch64.rpm True libyui-qt16-4.5.3-150500.3.7.8.aarch64.rpm True libyui-rest-api-devel-4.5.3-150500.3.7.8.aarch64.rpm True libyui-rest-api16-4.5.3-150500.3.7.8.aarch64.rpm True libyui16-4.5.3-150500.3.7.8.aarch64.rpm True libzypp-17.34.1-150600.3.4.6.aarch64.rpm True libzypp-devel-17.34.1-150600.3.4.6.aarch64.rpm True libzypp-devel-doc-17.34.1-150600.3.4.6.aarch64.rpm True perl-solv-0.7.29-150400.3.22.4.aarch64.rpm True perl-yui-4.5.3-150500.3.7.8.aarch64.rpm True python3-solv-0.7.29-150400.3.22.4.aarch64.rpm True python3-yui-4.5.3-150500.3.7.8.aarch64.rpm True python311-solv-0.7.29-150400.3.22.4.aarch64.rpm True ruby-solv-0.7.29-150400.3.22.4.aarch64.rpm True ruby-yui-4.5.3-150500.3.7.8.aarch64.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.2.7.aarch64.rpm True yast2-pkg-bindings-4.6.5-150600.3.2.8.aarch64.rpm True zypper-1.14.71-150600.10.2.7.aarch64.rpm True openSUSE-SLE-15.6-2024-1785 Recommended update for libpulp moderate SUSE Updates openSUSE-SLE 15.6 This update for libpulp fixes the following issues: - Disabled ptrace_scope when building the package (bsc#1221763) - Update package * Fixed a race condition when process list is empty * Removed "Unable to get section data" error message (bsc#1223306) * Bumped asunsafe_conversion attempts from 100 to 2000 * Fixed banner test on clang-18 * Check if ptrace_scope is enabled when attempting a ptrace operation (bsc#1221763) libpulp-0.3.3-150400.3.26.2.src.rpm libpulp-tools-0.3.3-150400.3.26.2.x86_64.rpm libpulp0-0.3.3-150400.3.26.2.x86_64.rpm openSUSE-SLE-15.6-2024-1590 Security update for ghostscript moderate SUSE Updates openSUSE-SLE 15.6 This update for ghostscript fixes the following issues: - CVE-2023-52722: Do not allow eexec seeds other than the Type 1 standard while using SAFER mode (bsc#1223852). ghostscript-9.52-150000.188.1.src.rpm ghostscript-9.52-150000.188.1.x86_64.rpm ghostscript-devel-9.52-150000.188.1.x86_64.rpm ghostscript-x11-9.52-150000.188.1.x86_64.rpm ghostscript-9.52-150000.188.1.s390x.rpm ghostscript-devel-9.52-150000.188.1.s390x.rpm ghostscript-x11-9.52-150000.188.1.s390x.rpm ghostscript-9.52-150000.188.1.ppc64le.rpm ghostscript-devel-9.52-150000.188.1.ppc64le.rpm ghostscript-x11-9.52-150000.188.1.ppc64le.rpm ghostscript-9.52-150000.188.1.aarch64.rpm ghostscript-devel-9.52-150000.188.1.aarch64.rpm ghostscript-x11-9.52-150000.188.1.aarch64.rpm openSUSE-SLE-15.6-2024-1665 Recommended update for coreutils moderate SUSE Updates openSUSE-SLE 15.6 This update for coreutils fixes the following issues: - ls: avoid triggering automounts (bsc#1221632) coreutils-8.32-150400.9.6.1.src.rpm coreutils-8.32-150400.9.6.1.x86_64.rpm coreutils-doc-8.32-150400.9.6.1.noarch.rpm coreutils-lang-8.32-150400.9.6.1.noarch.rpm coreutils-single-8.32-150400.9.6.1.src.rpm coreutils-single-8.32-150400.9.6.1.x86_64.rpm coreutils-testsuite-8.32-150400.9.6.2.src.rpm coreutils-testsuite-8.32-150400.9.6.2.x86_64.rpm coreutils-8.32-150400.9.6.1.s390x.rpm coreutils-single-8.32-150400.9.6.1.s390x.rpm coreutils-testsuite-8.32-150400.9.6.2.s390x.rpm coreutils-8.32-150400.9.6.1.ppc64le.rpm coreutils-single-8.32-150400.9.6.1.ppc64le.rpm coreutils-testsuite-8.32-150400.9.6.2.ppc64le.rpm coreutils-8.32-150400.9.6.1.aarch64.rpm coreutils-single-8.32-150400.9.6.1.aarch64.rpm coreutils-testsuite-8.32-150400.9.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-1571 Security update for python-pymongo important SUSE Updates openSUSE-SLE 15.6 This update for python-pymongo fixes the following issues: - CVE-2024-21506: Fixed out-of-bounds read in the BSON module (bsc#1222492) python-pymongo-3.11.0-150300.3.3.1.src.rpm python3-pymongo-3.11.0-150300.3.3.1.x86_64.rpm python3-pymongo-3.11.0-150300.3.3.1.s390x.rpm python3-pymongo-3.11.0-150300.3.3.1.ppc64le.rpm python3-pymongo-3.11.0-150300.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1591 Security update for python-Werkzeug important SUSE Updates openSUSE-SLE 15.6 This update for python-Werkzeug fixes the following issues: - CVE-2024-34069: Fixed a remote code execution through debugger when interacting with attacker controlled domain (bsc#1223979). python-Werkzeug-2.3.6-150400.6.9.1.src.rpm python311-Werkzeug-2.3.6-150400.6.9.1.noarch.rpm openSUSE-SLE-15.6-2024-1919 Recommended update for HANA-Firewall moderate SUSE Updates openSUSE-SLE 15.6 This update for HANA-Firewall fixes the following issue: - HANA-Firewall creates insufficient configuration (bsc#1221231) HANA-Firewall-2.0.4-150000.3.9.3.src.rpm HANA-Firewall-2.0.4-150000.3.9.3.x86_64.rpm HANA-Firewall-2.0.4-150000.3.9.3.ppc64le.rpm openSUSE-SLE-15.6-2024-1608 Security update for python-Werkzeug important SUSE Updates openSUSE-SLE 15.6 This update for python-Werkzeug fixes the following issues: - CVE-2024-34069: Fixed a remote code execution through debugger when interacting with attacker controlled domain (bsc#1223979). python-Werkzeug-doc-0.14.1-150100.6.9.1.noarch.rpm python-Werkzeug-doc-0.14.1-150100.6.9.1.src.rpm openSUSE-SLE-15.6-2024-1593 Security update for ffmpeg important SUSE Updates openSUSE-SLE 15.6 This update for ffmpeg fixes the following issues: - CVE-2023-50010: Fixed an arbitrary code execution via the set_encoder_id() (bsc#1223256). ffmpeg-3.4.2-150200.11.44.1.src.rpm ffmpeg-3.4.2-150200.11.44.1.x86_64.rpm ffmpeg-private-devel-3.4.2-150200.11.44.1.x86_64.rpm libavcodec-devel-3.4.2-150200.11.44.1.x86_64.rpm libavcodec57-3.4.2-150200.11.44.1.x86_64.rpm libavcodec57-32bit-3.4.2-150200.11.44.1.x86_64.rpm libavdevice-devel-3.4.2-150200.11.44.1.x86_64.rpm libavdevice57-3.4.2-150200.11.44.1.x86_64.rpm libavdevice57-32bit-3.4.2-150200.11.44.1.x86_64.rpm libavfilter-devel-3.4.2-150200.11.44.1.x86_64.rpm libavfilter6-3.4.2-150200.11.44.1.x86_64.rpm libavfilter6-32bit-3.4.2-150200.11.44.1.x86_64.rpm libavformat-devel-3.4.2-150200.11.44.1.x86_64.rpm libavformat57-3.4.2-150200.11.44.1.x86_64.rpm libavformat57-32bit-3.4.2-150200.11.44.1.x86_64.rpm libavresample-devel-3.4.2-150200.11.44.1.x86_64.rpm libavresample3-3.4.2-150200.11.44.1.x86_64.rpm libavresample3-32bit-3.4.2-150200.11.44.1.x86_64.rpm libavutil-devel-3.4.2-150200.11.44.1.x86_64.rpm libavutil55-3.4.2-150200.11.44.1.x86_64.rpm libavutil55-32bit-3.4.2-150200.11.44.1.x86_64.rpm libpostproc-devel-3.4.2-150200.11.44.1.x86_64.rpm libpostproc54-3.4.2-150200.11.44.1.x86_64.rpm libpostproc54-32bit-3.4.2-150200.11.44.1.x86_64.rpm libswresample-devel-3.4.2-150200.11.44.1.x86_64.rpm libswresample2-3.4.2-150200.11.44.1.x86_64.rpm libswresample2-32bit-3.4.2-150200.11.44.1.x86_64.rpm libswscale-devel-3.4.2-150200.11.44.1.x86_64.rpm libswscale4-3.4.2-150200.11.44.1.x86_64.rpm libswscale4-32bit-3.4.2-150200.11.44.1.x86_64.rpm ffmpeg-3.4.2-150200.11.44.1.s390x.rpm ffmpeg-private-devel-3.4.2-150200.11.44.1.s390x.rpm libavcodec-devel-3.4.2-150200.11.44.1.s390x.rpm libavcodec57-3.4.2-150200.11.44.1.s390x.rpm libavdevice-devel-3.4.2-150200.11.44.1.s390x.rpm libavdevice57-3.4.2-150200.11.44.1.s390x.rpm libavfilter-devel-3.4.2-150200.11.44.1.s390x.rpm libavfilter6-3.4.2-150200.11.44.1.s390x.rpm libavformat-devel-3.4.2-150200.11.44.1.s390x.rpm libavformat57-3.4.2-150200.11.44.1.s390x.rpm libavresample-devel-3.4.2-150200.11.44.1.s390x.rpm libavresample3-3.4.2-150200.11.44.1.s390x.rpm libavutil-devel-3.4.2-150200.11.44.1.s390x.rpm libavutil55-3.4.2-150200.11.44.1.s390x.rpm libpostproc-devel-3.4.2-150200.11.44.1.s390x.rpm libpostproc54-3.4.2-150200.11.44.1.s390x.rpm libswresample-devel-3.4.2-150200.11.44.1.s390x.rpm libswresample2-3.4.2-150200.11.44.1.s390x.rpm libswscale-devel-3.4.2-150200.11.44.1.s390x.rpm libswscale4-3.4.2-150200.11.44.1.s390x.rpm ffmpeg-3.4.2-150200.11.44.1.ppc64le.rpm ffmpeg-private-devel-3.4.2-150200.11.44.1.ppc64le.rpm libavcodec-devel-3.4.2-150200.11.44.1.ppc64le.rpm libavcodec57-3.4.2-150200.11.44.1.ppc64le.rpm libavdevice-devel-3.4.2-150200.11.44.1.ppc64le.rpm libavdevice57-3.4.2-150200.11.44.1.ppc64le.rpm libavfilter-devel-3.4.2-150200.11.44.1.ppc64le.rpm libavfilter6-3.4.2-150200.11.44.1.ppc64le.rpm libavformat-devel-3.4.2-150200.11.44.1.ppc64le.rpm libavformat57-3.4.2-150200.11.44.1.ppc64le.rpm libavresample-devel-3.4.2-150200.11.44.1.ppc64le.rpm libavresample3-3.4.2-150200.11.44.1.ppc64le.rpm libavutil-devel-3.4.2-150200.11.44.1.ppc64le.rpm libavutil55-3.4.2-150200.11.44.1.ppc64le.rpm libpostproc-devel-3.4.2-150200.11.44.1.ppc64le.rpm libpostproc54-3.4.2-150200.11.44.1.ppc64le.rpm libswresample-devel-3.4.2-150200.11.44.1.ppc64le.rpm libswresample2-3.4.2-150200.11.44.1.ppc64le.rpm libswscale-devel-3.4.2-150200.11.44.1.ppc64le.rpm libswscale4-3.4.2-150200.11.44.1.ppc64le.rpm ffmpeg-3.4.2-150200.11.44.1.aarch64.rpm ffmpeg-private-devel-3.4.2-150200.11.44.1.aarch64.rpm libavcodec-devel-3.4.2-150200.11.44.1.aarch64.rpm libavcodec57-3.4.2-150200.11.44.1.aarch64.rpm libavdevice-devel-3.4.2-150200.11.44.1.aarch64.rpm libavdevice57-3.4.2-150200.11.44.1.aarch64.rpm libavfilter-devel-3.4.2-150200.11.44.1.aarch64.rpm libavfilter6-3.4.2-150200.11.44.1.aarch64.rpm libavformat-devel-3.4.2-150200.11.44.1.aarch64.rpm libavformat57-3.4.2-150200.11.44.1.aarch64.rpm libavresample-devel-3.4.2-150200.11.44.1.aarch64.rpm libavresample3-3.4.2-150200.11.44.1.aarch64.rpm libavutil-devel-3.4.2-150200.11.44.1.aarch64.rpm libavutil55-3.4.2-150200.11.44.1.aarch64.rpm libpostproc-devel-3.4.2-150200.11.44.1.aarch64.rpm libpostproc54-3.4.2-150200.11.44.1.aarch64.rpm libswresample-devel-3.4.2-150200.11.44.1.aarch64.rpm libswresample2-3.4.2-150200.11.44.1.aarch64.rpm libswscale-devel-3.4.2-150200.11.44.1.aarch64.rpm libswscale4-3.4.2-150200.11.44.1.aarch64.rpm openSUSE-SLE-15.6-2024-1639 Security update for python-arcomplete, python-Fabric, python-PyGithub, python-antlr4-python3-runtime, python-avro, python-chardet, python-distro, python-docker, python-fakeredis, python-fixedint, python-httplib2, python-httpretty, python-javaproperties, python-jsondiff, python-knack, python-marshmallow, python-opencensus, python-opencensus-context, python-opencensus-ext-threading, python-opentelemetry-api, python-opentelemetry-sdk, python-opentelemetry-semantic-conventions, python-opentelemetry-test-utils, python-pycomposefile, python-pydash, python-redis, python-retrying, python-semver, python-sshtunnel, python-strictyaml, python-sure, python-vcrpy, python-xmltodict important SUSE Updates openSUSE-SLE 15.6 This update for python-argcomplete, python-Fabric, python-PyGithub, python-antlr4-python3-runtime, python-avro, python-chardet, python-distro, python-docker, python-fakeredis, python-fixedint, python-httplib2, python-httpretty, python-javaproperties, python-jsondiff, python-knack, python-marshmallow, python-opencensus, python-opencensus-context, python-opencensus-ext-threading, python-opentelemetry-api, python-opentelemetry-sdk, python-opentelemetry-semantic-conventions, python-opentelemetry-test-utils, python-pycomposefile, python-pydash, python-redis, python-retrying, python-semver, python-sshtunnel, python-strictyaml, python-sure, python-vcrpy, python-xmltodict contains the following fixes: Changes in python-argcomplete - Update to 3.3.0 (bsc#1222880): * Preserve compatibility with argparse option tuples of length 4. This update is required to use argcomplete on Python 3.11.9+ or 3.12.3+. - update to 3.2.3: * Allow register-python-argcomplete output to be used as lazy-loaded zsh completion module (#475) - Move debug_stream initialization to helper method to allow fd 9 behavior to be overridden in subclasses (#471) - update to 3.2.2: * Expand tilde in zsh - Remove coverage check - Fix zsh test failures: avoid coloring terminal - update to 3.2.1: * Allow explicit zsh global completion activation (#467) * Fix and test global completion in zsh (#463, #466) * Add –yes option to activate-global-python-argcomplete (#461) * Test suite improvements - drop without_zsh.patch: obsolete - update to 3.1.6: * Respect user choice in activate-global-python-argcomplete * Escape colon in zsh completions. Fixes #456 * Call \_default as a fallback in zsh global completion - update to 3.1.4: * Call \_default as a fallback in zsh global completion * zsh: Allow to use external script (#453) * Add support for Python 3.12 and drop EOL 3.6 and 3.7 (#449) * Use homebrew prefix by default * zsh: Allow to use external script (#453) Changes in python-Fabric: - Update to 3.2.2 - add fix-test-deps.patch to remove vendored dependencies *[Bug]: fabric.runners.Remote failed to properly deregister its SIGWINCH signal handler on shutdown; in rare situations this could cause tracebacks when the Python process receives SIGWINCH while no remote session is active. This has been fixed. * [Bug] #2204: The signal handling functionality added in Fabric 2.6 caused unrecoverable tracebacks when invoked from inside a thread (such as the use of fabric.group.ThreadingGroup) under certain interpreter versions. This has been fixed by simply refusing to register signal handlers when not in the main thread. Thanks to Francesco Giordano and others for the reports. * [Bug]: Neglected to actually add deprecated to our runtime dependency specification (it was still in our development dependencies). This has been fixed. * [Feature]: Enhanced fabric.testing in ways large and small: Backwards-compatibly merged the functionality of MockSFTP into MockRemote (may be opted-into by instantiating the latter with enable_sftp=True) so you can mock out both SSH and SFTP functionality in the same test, which was previously impossible. It also means you can use this in a Pytest autouse fixture to prevent any tests from accidentally hitting the network! A new pytest fixture, remote_with_sftp, has been added which leverages the previous bullet point (an all-in-one fixture suitable for, eg, preventing any incidental ssh/sftp attempts during test execution). A pile of documentation and test enhancements (yes, testing our testing helpers is a thing). * [Support]: Added a new runtime dependency on the Deprecated library. * [Support]: Language update: applied s/sanity/safety/g to the codebase (with the few actual API members using the term now marked deprecated & new ones added in the meantime, mostly in fabric.testing). * [Feature]: Add a new CLI flag to fab, fab --list-agent-keys, which will attempt to connect to your local SSH agent and print a key list, similarly to ssh-add -l. This is mostly useful for expectations-checking Fabric and Paramiko’s agent functionality, or for situations where you might not have ssh-add handy. * [Feature]: Implement opt-in support for Paramiko 3.2’s AuthStrategy machinery, as follows: Added a new module and class, fabric.auth.OpenSSHAuthStrategy, which leverages aforementioned new Paramiko functionality to marry loaded SSH config files with Fabric-level and runtime-level parameters, arriving at what should be OpenSSH-client-compatible authentication behavior. See its API docs for details. Added new configuration settings: authentication.strategy_class, which defaults to None, but can be set to OpenSSHAuthStrategy to opt-in to the new behavior. authentication.identities, which defaults to the empty list, and can be a list of private key paths for use by the new strategy class. * [Bug] #2263: Explicitly add our dependency on decorator to setup.py instead of using Invoke’s old, now removed, vendored copy of same. This allows Fabric to happily use Invoke 2.1 and above - Update to 3.0.1 * [Bug] #2241: A typo prevented Fabric’s command runner from properly calling its superclass stop() method, which in tandem with a related Invoke bug meant messy or long shutdowns in many scenarios. - Changes from 3.0.0 * [Feature]: Change the default configuration value for inline_ssh_env from False to True, to better align with the practicalities of common SSH server configurations. - Warning This change is backwards incompatible if you were using environment-variable-setting kwargs or config settings, such as Connection.run(command, env={'SOME': 'ENV VARS'}), and were not already explicitly specifying the value of inline_ssh_env. * [Bug] #1981: (fixed in #2195) Automatically close any open SFTP session during fabric.connection.Connection.close; this avoids issues encountered upon re-opening a previously-closed connection object. * [Support]: Drop support for Python <3.6, including Python 2. - Warning This is a backwards incompatible change if you are not yet on Python 3.6 or above; however, pip shouldn’t offer you this version of Fabric as long as your pip version understands python_requires metadata. - Drop remove-mock.patch because now in upstream. - Drop remove-pathlib2.patch because now in upstream. - Add %{?sle15_python_module_pythons} - Remove conditional definition of python_module. - Add patch remove-pathlib2.patch: * Drop install_requires on pathlib2. - Update to 2.7.1: * [Bug] #1924: (also #2007) Overhaul behavior and testing re: merging together different sources for the key_filename parameter in Connection.connect_kwargs. This fixes a number of type-related errors (string objects have no extend attribute, cannot add lists to strings, etc). - 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 - pytest-relaxed now supports pytest 6, so test on all python versions. - Don't test on python310 -- gh#bitprophet/pytest-relaxed#12 (This is mainly required by azure-cli in the primary python3 flavor) - Update to 2.6.0: * [Feature] #1999: Add sudo support to Group. Thanks to Bonnie Hardin for the report and to Winston Nolan for an early patchset. * [Feature] #1810: Add put/get support to Group. * [Feature] #1868: Ported a feature from v1: interpolating the local path argument in Transfer.get with connection and remote filepath attributes. For example, cxn.get(remote="/var/log/foo.log", local="{host}/") is now feasible for storing a file in per-host-named directories or files, and in fact Group.get does this by default. * [Feature]: When the local path argument to Transfer.get contains nonexistent directories, they are now created instead of raising an error. Warning: This change introduces a new runtime dependency: pathlib2. * [Bug]: Fix a handful of issues in the handling and mocking of SFTP local paths and os.path members within fabric.testing; this should remove some occasional “useless Mocks” as well as hewing closer to the real behavior of things like os.path.abspath re: path normalization. - Update Requires from setup.py Changes in python-PyGithub: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Drop %define skip_python2 1 - Update to 1.57 Breaking Changes * Add support for Python 3.11, drop support for Python 3.6 (#2332) (1e2f10d) Bug Fixes & Improvements * Speed up get requested reviewers and teams for pr (#2349) (6725ece) * [WorkflowRun] - Add missing attributes (run_started_at & run_attempt), remove deprecated unicode type (#2273) (3a6235b) * Add support for repository autolink references (#2016) (0fadd6b) * Add retry and pool_size to typing (#2151) (784a3ef) * Fix/types for repo topic team (#2341) (db9337a) * Add class Artifact (#2313) (#2319) (437ff84) - Update to 1.56 This is the last release that will support Python 3.6. *Bug Fixes & Improvements Create repo from template (#2090) (b50283a) Improve signature of Repository.create_repo (#2118) (001970d) Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397a) Add Repository.rename_branch method (#2089) (6452ddf) Add function to delete pending reviews on a pull request (#1897) (c8a945b) Cover all code paths in search_commits (#2087) (f1faf94) Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd) Add two_factor_authentication in AuthenticatedUser. (#1972) (4f00cbf) Add ProjectCard.edit() to the type stub (#2080) (d417e4c) Add method to delete Workflow runs (#2078) (b1c8eec) Implement organization.cancel_invitation() (#2072) (53fb498) Feat: Add html_url property in Team Class. (#1983) (6570892) Add support for Python 3.10 (#2073) (aa694f8) Add github actions secrets to org (#2006) (bc5e595) Correct replay for Organization.create_project() test (#2075) (fcc1236) Fix install command example (#2043) (99e00a2) Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a) Do not transform requestHeaders when logging (#1965) (1265747) Add type to OrderedDict (#1954) (ed7d0fe) Add Commit.get_pulls() to pyi (#1958) (b466470) Adding headers in GithubException is a breaking change (#1931) (d1644e3) - Update to 1.55: * Remove client_id/client_secret authentication (#1888) (901af8c8) * Adjust to Github API changes regarding emails (#1890) (2c77cfad) + This impacts what AuthenticatedUser.get_emails() returns * Export headers in GithubException (#1887) (ddd437a7) * Do not import from unpackaged paths in typing (#1926) (27ba7838) * Implement hash for CompletableGithubObject (#1922) (4faff23c) * Use right variable in both get_check_runs() (#1889) (3003e065) * fix bad assertions in github.Project.edit (#1817) (6bae9e5c) * Add support for deleting repository secrets (#1868) (696793de) * Adding github actions secrets (#1681) (c90c050e) * Drop support for Python 3.5 (#1770) (63e4fae9) * Fix stubs file for Repository (fab682a5) * The Github.get_installation(integer) method has been removed. * Repository.create_deployment()'s payload parameter is now a dictionary. * Add support for Check Suites (#1764) (6d501b28) * Add missing preview features of Deployment and Deployment Statuses API * Add Support for Check Runs (#1727) (c77c0676) * Add WorkflowRun.workflow_id (#1737) (78a29a7c) * Added support for the Self-Hosted actions runners API (#1684) (24251f4b) * Fix Branch protection status in the examples (#1729) (88800844) * Filter the DeprecationWarning in Team tests (#1728) (23f47539) * Added get_installations() to Organizations (#1695) (b42fb244) * Fix #1507: Add new Teams: Add or update team repository endpoint * Added support for `Repository.get_workflow_runs` parameters * feat(pullrequest): add the rebaseable attribute (#1690) (ee4c7a7e) * Add support for deleting reactions (#1708) (f7d203c0) * Add get_timeline() to Issue's type stubs (#1663) (6bc9ecc8) - Update to 1.53: * Add method get_team_membership for user to Team (#1658) (749e8d35) * PaginatedList's totalCount is 0 if no last page (#1641) (69b37b4a) * Add initial support for Github Apps. (#1631) (260558c1) * Add delete_branch_on_merge arg to Repository.edit type stub (#1639) (15b5ae0c) * upload_asset with data in memory (#1601) (a7786393) * Make Issue.closed_by nullable (#1629) (06dae387) * Add support for workflow dispatch event (#1625) (16850ef1) * Do not check reaction_type before sending (#1592) (136a3e80) * more flexible header splitting (#1616) (85e71361) * Add support for deployment statuses (#1588) (048c8a1d) * Adds the 'twitter_username' attribute to NamedUser. (#1585) (079f75a7) * Add support for Workflow Runs (#1583) (4fb1d23f) * Small documentation correction in Repository.py (#1565) (f0f6ec83) * Remove "api_preview" parameter from type stubs and docstrings (#1559) (cc1b884c) * Repository.update_file() content also accepts bytes (#1543) (9fb8588b) * Fix Repository.get_issues stub (#1540) (b40b75f8) * Check all arguments of NamedUser.get_repos() (#1532) (69bfc325) * Remove RateLimit.rate (#1529) (7abf6004) * PullRequestReview is not a completable object (#1528) (19fc43ab) * Remove pointless setters in GitReleaseAsset (#1527) (1dd1cf9c) * Drop some unimplemented methods in GitRef (#1525) (d4b61311) * Fixed formatting of docstrings for `Repository.create_git_tag_and_release()` and `StatsPunchCard`. (#1520) (ce400bc7) * Remove Repository.topics (#1505) (53d58d2b) * Correct Repository.get_workflows() (#1518) (8727003f) * correct Repository.stargazers_count return type to int (#1513) (b5737d41) * Raise a FutureWarning on use of client_{id,secret} (#1506) (2475fa66) * Improve type signature for create_from_raw_data (#1503) (c7b5eff0) * feat(column): move, edit and delete project columns (#1497) (a32a8965) * Add support for Workflows (#1496) (a1ed7c0e) * Add OAuth support for GitHub applications (4b437110) * Create AccessToken entity (4a6468aa) * Extend installation attributes (61808da1) - Update to 1.51 + New features * PyGithub now supports type checking * Ability to retrieve public events * Add and handle the maintainer_can_modify attribute in PullRequest * List matching references * Add create_repository_dispatch * Add some Organization and Repository attributes. * Add create project method + Bug Fixes & Improvements * Drop use of shadow-cat for draft PRs * AuthenticatedUser.get_organization_membership() should be str * Drop documentation for len() of PaginatedList * Fix param name of projectcard's move function * Correct typos found with codespell * Export IncompletableObject in the github namespace * Add GitHub Action workflow for checks * Drop unneeded ignore rule for flake8 * Use pytest to parametrize tests * Type stubs are now packaged with the build * Get the project column by id - Drop parametrized and pytest-cov from BuildRequires. - Update to 1.47 + Bug Fixes & Improvements * Add support to edit and delete a project (#1434) (f11f739) * Add method for fetching pull requests associated with a commit (#1433) (0c55381) * Add "get_repo_permission" to Team class (#1416) (219bde5) * Add list projects support, update tests (#1431) (e44d11d) * Don't transform completely in PullRequest.*assignees (#1428) (b1c3549) * Add create_project support, add tests (#1429) (bf62f75) * Add draft attribute, update test (bd28524) * Docstring for Repository.create_git_tag_and_release (#1425) (bfeacde) * Create a tox docs environment (#1426) (b30c09a) * Add Deployments API (#1424) (3d93ee1) * Add support for editing project cards (#1418) (425280c) * Add draft flag parameter, update tests (bd0211e) * Switch to using pytest (#1423) (c822dd1) * Fix GitMembership with a hammer (#1420) (f2939eb) * Add support to reply to a Pull request comment (#1374) (1c82573) * PullRequest.update_branch(): allow expected_head_sha to be empty (#1412) (806130e) * Implement ProjectCard.delete() (#1417) (aeb27b7) * Add pre-commit plugin for black/isort/flake8 (#1398) (08b1c47) * Add tox (#1388) (125536f) * Open file in text mode in scripts/add_attribute.py (#1396) (0396a49) * Silence most ResourceWarnings (#1393) (dd31a70) * Assert more attributes in Membership (#1391) (d6dee01) * Assert on changed Repository attributes (#1390) (6e3ceb1) * Add reset to the repr for Rate (#1389) (0829af8) - Update to 1.46 + Bug Fixes & Improvements * Add repo edit support for delete_branch_on_merge * Fix mistake in Repository.create_fork() * Correct two attributes in Invitation * Search repo issues by string label * Correct Repository.create_git_tag_and_release() * exposed seats and filled_seats for Github Organization Plan * Repository.create_project() body is optional * Implement move action for ProjectCard * Tidy up ProjectCard.get_content() * Added nested teams and parent * Correct parameter for Label.edit * doc: example of Pull Request creation * Fix PyPI wheel deployment - No longer build Python 2 package - Drop BuildRequires on mock, no longer required - Drop no-hardcoded-dep.patch, no longer required - Update to 1.45: + Breaking Changes * Branch.edit_{user,team}_push_restrictions() have been removed The new API is: Branch.add_{user,team}_push_restrictions() to add new members Branch.replace_{user,team}_push_restrictions() to replace all members Branch.remove_{user,team}_push_restrictions() to remove members * The api_preview parameter to Github() has been removed. + Bug Fixes & Improvements * Allow sha=None for InputGitTreeElement * Support github timeline events. * Add support for update branch * Refactor Logging tests * Fix rtd build * Apply black to whole codebase * Fix class used returning pull request comments * Support for create_fork * Use Repository.get_contents() in tests * Allow GithubObject.update() to be passed headers * Correct URL for assignees on PRs * Use inclusive ordered comparison for 'parameterized' requirement * Deprecate Repository.get_dir_contents() * Apply some polish to manage.sh - Refresh no-hardcoded-dep.patch - Add patch to not pull in hardcoded dependencies: * no-hardcoded-dep.patch - Update to 1.44.1: * Too many changes to enumerate. - Drop PyGithub-drop-network-tests.patch, the test in question no longer requires network access. - Drop fix-httpretty-dep.patch, the httpretty requirement has been relaxed upstream. - Use %python_expand to run the test suite, it works fine on Python 3 now. - Add mock and parameterized to BuildRequires, the test suite requires them. - Update to 1.43.8: * Add two factor attributes on organizations (#1132) (a073168) * Add Repository methods for pending invitations (#1159) (57af1e0) * Adds get_issue_events to PullRequest object (#1154) (acd515a) * Add invitee and inviter to Invitation (#1156) (0f2beac) * Adding support for pending team invitations (#993) (edab176) * Add support for custom base_url in GithubIntegration class (#1093) (6cd0d64) * GithubIntegration: enable getting installation (#1135) (1818704) * Add sorting capability to Organization.get_repos() (#1139) (ef6f009) * Add new Organization.get_team_by_slug method (#1144) (4349bca) * Add description field when creating a new team (#1125) (4a37860) * Handle a path of / in Repository.get_contents() (#1070) (102c820) * Add issue lock/unlock (#1107) (ec7bbcf) * Fix bug in recursive repository contents example (#1166) (8b6b450) * Allow name to be specified for upload_asset (#1151) (8d2a6b5) * Fixes #1106 for GitHub Enterprise API (#1110) (5406579) - Update to 1.43.7: * Exclude tests from PyPI distribution (#1031) (78d283b9) * Add codecov badge (#1090) (4c0b54c0) - Update to 1.43.6: * New features o Add support for Python 3.7 (#1028) (6faa00ac) o Adding HTTP retry functionality via urllib3 (#1002) (5ae7af55) o Add new dismiss() method on PullRequestReview (#1053) (8ef71b1b) o Add since and before to get_notifications (#1074) (7ee6c417) o Add url parameter to include anonymous contributors in get_contributors (#1075) (293846be) o Provide option to extend expiration of jwt token (#1068) (86a9d8e9) * Bug Fixes & Improvements o Fix the default parameter for PullRequest.create_review (#1058) (118def30) o Fix get_access_token (#1042) (6a89eb64) o Fix Organization.add_to_members role passing (#1039) (480f91cf) * Deprecation o Remove Status API (6efd6318) - Add patch fix-httpretty-dep.patch Changes in python-antlr4-python3-runtime: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Drop %define skip_python2 1 + Drop support for older Python 3.x versions - fix build for python 3.12 - require setuptools - Update to version 4.13.1 csharp target * [CSharp] Fix for #4386 -- change signatures for ReportAttemptingFullContext() and ReportContextSensitivity() to be identical to all other targets (target:csharp, type:cleanup) go target * Move GetText(), SetText(), and String() from CommonToken to BaseToken (target:go, type:cleanup) * Restore "Obtained from string" source name. (target:go, type:cleanup) * fix: Fix very minor code issues spotted by goreportcard.com (target:go, type:cleanup) java target * Java: suppress this-escape warning introduced in JDK 21. (actions, target:java) javascript target * Adds default targets for babel configuration (target:javascript) * fix dependabot warnings (target:javascript, type:cleanup) swift target * [SWIFT] Add Antlr4Dynamic product (target:swift) * Cleanup duplicate SwiftTarget code (target:swift, type:cleanup) dart target * [Dart] Fix for #4320--export additional types (type:bug, target:dart) - from version 4.13.0 Issues fixed * antlr4 jar doubled in size in 4.9.3 (unicode, comp:performance) * Go: exponentially bad/absymal performance as of ... (type:bug, target:go) * Go runtime panic (type:bug, target:go) Improvements, features * Update LexerATNSimulator.cs with virtual Consume (type:improvement, target:csharp) * Feature/fixembedding (type:improvement, target:go, comp:performance) * Provide Javascript port of TokenStreamRewriter (type:feature, target:javascript, target:typescript) - from version 4.12.0 Issues fixed * github actions now fail for python2 and ubuntu clang and ubuntu swift (comp:runtime, comp:build, comp:testing) * js mergeArrays output differs from java (atn-analysis, target:javascript) * C++ target fails Performance/DropLoopEntryBranchInLRRule_4.txt (atn-analysis, type:bug, target:cpp) * Wrong grammarFileName in generated code (code-gen, type:bug) * C++ crashes on new test ParserExec/ListLabelsOnRuleRefStartOfAlt.txt (atn-analysis, type:bug, target:cpp) * [JavaScript runtime] Bad field name, bad comments (type:bug) Improvements, features * Fully qualify std::move invocations to fix -Wunqualified-std-cast-call (type:improvement, target:cpp) * Extract FileUtils updates by @ericvergnaud (type:improvement, cross-platform-issue, comp:testing) * Extract unit test updates by @ericvergnaud needed for TypeScript (type:improvement, comp:testing) * [Go target] Fix for #3926: Add accessors for tree navigation to interfaces in generated parser (trees-contexts, code-gen, type:improvement, target:go) * GitHub Workflows security hardening (actions, type:improvement, comp:testing) - from version 4.11.1 * Just fixes 4.11.0 release issue. I forgot to change runtime tool version so it didn't say SNAPSHOT. - from version 4.11.0 Issues fixed * Disable failing CI tests in master (comp:build, comp:testing) * Create accessor for Go-based IntervalSet.intervals (target:go) * Grammar Name Conflict Golang with SPARQL issue (target:go, type:cleanup) * Dependency declaration error in ANTLR 4.10.1 (comp:build) * Drop old version of Visual Studio C++ (2013, 2015, 2017) (comp:build, target:cpp) * Circular grammar inclusion causes stack overflow in the tool. (comp:tool, type:bug) * Cpp, Go, JavaScript, Python2/3: Template rendering error. (code-gen, comp:runtime, target:java, target:javascript, target:python2, target:python3, target:go) Improvements, features * Augment error message during testing to include full cause of problem. (type:improvement, comp:testing) * Include swift & tool verification in CI workflow (type:improvement, comp:build, cross-platform-issue, target:swift) * Issue #3783: CI Check Builds (type:improvement, comp:build, cross-platform-issue, comp:testing) * Parallel lock free testing, remove potential deadlocks, cache static data, go to descriptor via test (comp:runtime, type:improvement, comp:testing) * update getting-started doc (type:improvement, comp:doc) * Getting Started has error (type:improvement, comp:doc) * new nuget directory for building ANTLR4 C++ runtime as 3 Nuget packages (type:improvement, comp:build, target:cpp) * Add interp tool like TestRig (comp:tool, type:feature) * Issue 3720: Java 2 Security issue (type:improvement, target:java) * Cpp: Disable warnings for external project (type:bug, type:improvement, target:cpp) * Fix Docker README for arm OS user (type:improvement, comp:doc) - from version 4.10.1 * [C++] Remove reference to antlrcpp:s2ws * Update publishing instruction for Dart - from version 4.10.0 Issues fixed * C++ runtime: Version identifier macro ? (target:cpp, type:cleanup) * Generating XPath lexer/parser (actions, type:bug) * do we need this C++ ATN serialization? (target:cpp, type:cleanup) * Incorrect type of token with number 0xFFFF because of incorrect ATN serialization (atn-analysis, type:bug) * Clean up ATN serialization: rm UUID and shifting by value of 2 (atn-analysis, type:cleanup) * The parseFile method of the InterpreterDataReader class is missing code: "line = br.readLine();" (type:bug, target:java) * antlr.runtime.standard 4.9.3 invalid strong name. (type:bug, comp:build, target:csharp) * Serialized ATN data element 810567 element 11 out of range 0..65535 (atn-analysis, type:cleanup) * Go target, unable to check when custom error strategy is in recovery mode (target:go) * Escape issue for characeters (grammars, type:bug) * antlr4 java.lang.NullPointerException Antlr 4 4.8 (grammars, comp:tool, type:bug) * UnsupportedOperationException while generating code for large grammars. (atn-analysis, type:cleanup) * Add a more understandable message than "Serialized ATN data element .... element ... out of range 0..65535" (atn-analysis, type:cleanup) * avoid java.lang.StackOverflowError (lexers, error-handling) * Getting this error: Exception in thread "main" java.lang.UnsupportedOperationException: Serialized ATN data element out of range (atn-analysis, type:cleanup) Improvements, features * Updated getting started with Cpp documentation. (type:improvement, comp:doc) * Escape bad words during grammar generation (code-gen, type:improvement) * Implement caseInsensitive option (lexers, options, type:improvement) * Some tool bugfixes (error-handling, comp:tool, type:improvement, type:cleanup) - Run testsuite using the tests/run.py script instead of %pyunittest - Switch build systemd from setuptools to pyproject.toml - Update BuildRequires from pyproject.toml - Update filename pattern in %files section - Update to version 4.9.3 Issues fixed * Swift Target Crashes with Multi-Threading * JavaScript Runtime bug * Go target, cannot use superClass for the lexer grammar! * Python runtime is inconsistent with Java * FunctionDef source extract using getText() * Provide .NET Framework target in the csharp nuget package * Go target for Antlr tool, type ",int8" => "int8" * Flutter/Dart web support * Allow Antlr Javascript runtime to be loaded into Kindle Touch * Fix Go test suite * Weird error Improvements, features * [C++] Use faster alternative to dynamic_cast when not testing inherit * Stackoverflow after upgrading from 4.6 to 4.7 - from version 4.9.2 Issues fixed * CSharp and Java produce different results for identical input, identical tokens Improvements, features * Moved away from travis-ci.com - Source upstream tarball from Github since PyPi tarball no longer ships testsuite - Update to version 4.9.1. * Improve python3 performance by adding slots * Fix incorrect python token string templates - Add testing. - Skip python2 because this is for python3. - Use python_alternative Changes in python-avro: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %define skip_python2 1 - Update to version 1.11.3: + See jira board for all the fixes addressed in this release: https://issues.apache.org/jira/browse/AVRO-3855?jql=project%3DAVRO%20AND%20fixVersion%3D1.11.3 - Drop py311.patch: fixed upstream. - Add py311.patch to make tests compatible with python 3.11 gh#apache/avro#1961 - Update to 1.11.1 (from GitHub release notes): - Avro specification - Clarify which names are allowed to be qualified with namespaces - Inconsistent behaviour on types as invalid names - Clarify how fullnames are created, with example - IDL: add syntax to create optional fields - Improve docs for logical type annotation - Python - Scale assignment optimization - "Scale" property from decimal object - Byte reading in avro.io does not assert bytes read - validate the default value of an enum field - Pass LogicalType to BytesDecimalSchema - Website - Website refactor - Document IDL support in IDEs Changes in python-chardet: - update to 5.2.0: * Adds support for running chardet CLI via `python -m chardet` Changes in python-distro: - Switch to autosetup macro. - update to 1.9.0: * Refactor distro.info() method to return an InfoDict [#360] * Ignore the file '/etc/board-release' [#353] * Ignore the file '/etc/ec2_version' [#359] * Test on modern versions of CPython and PyPy and macOS [#362] * Add support for ALT Linux Server 10.1 distribution [#354] * Add Debian Testing to the tests [#356] * Update archlinux resource for tests [#352] - Remove duplicate files calling %fdupes - add sle15_python_module_pythons - update to 1.8.0: * Lowered `LinuxDistribution._distro_release_info` method complexity [#327] * Added official support for Buildroot distribution [#329] * Added official support for Guix distribution [#330] * Added support for `/etc/debian_version` [#333] & [#349] * Fixed a typography in CONTRIBUTING.md [#340] * Improved README.md "Usage" code block [#343] * Bumped black to v22.3.0 in pre-commit.ci configuration [#331] * Enabled GitHub Dependabot to keep GitHub Actions up to date [#335] - remove shebang from distro.py - update to version 1.7.0: - BACKWARD COMPATIBILITY: - Dropped support for EOL Pythons 2.7, 3.4 and 3.5 [[#281](https://github.com/python-distro/distro/pull/281)] - Dropped support for LSB and `uname` back-ends when `--root-dir` is specified [[#311](https://github.com/python-distro/distro/pull/311)] - Moved `distro.py` to `src/distro/distro.py` [[#315](https://github.com/python-distro/distro/pull/315)] - ENHANCEMENTS: - Documented that `distro.version()` can return an empty string on rolling releases [[#312](https://github.com/python-distro/distro/pull/312)] - Documented support for Python 3.10 [[#316](https://github.com/python-distro/distro/pull/316)] - Added official support for Rocky Linux distribution [[#318](https://github.com/python-distro/distro/pull/318)] - Added a shebang to `distro.py` to allow standalone execution [[#313](https://github.com/python-distro/distro/pull/313)] - Added support for AIX platforms [[#311](https://github.com/python-distro/distro/pull/311)] - Added compliance for PEP-561 [[#315](https://github.com/python-distro/distro/pull/315)] - BUG FIXES: - Fixed `include_uname` parameter oversight [[#305](https://github.com/python-distro/distro/pull/305)] - Fixed crash when `uname -rs` output is empty [[#304](https://github.com/python-distro/distro/pull/304)] - Fixed Amazon Linux identifier in `distro.id()` documentation [[#318](https://github.com/python-distro/distro/pull/318)] - Fixed OpenSuse >= 15 support [[#319](https://github.com/python-distro/distro/pull/319)] - Fixed encoding issues when opening distro release files [[#324](https://github.com/python-distro/distro/pull/324)] - Fixed `linux_distribution` regression introduced in [[#230](https://github.com/python-distro/distro/pull/230)] [[#325](https://github.com/python-distro/distro/pull/325)] - Tests: Set locale to UTF-8 to fix tests on Leap 15.3. - Expliciting setting of locale is not necessary anymore (gh#python-distro/distro#223). - Update to version 1.6.0 * Deprecated the distro.linux_distribution() function. Use distro.id(), distro.version() and distro.name() instead [#296] * Deprecated Python 2.7, 3.4 and 3.5 support. Further releases will only support Python 3.6+ * Added type hints to distro module [#269] * Added __version__ for checking distro version [#292] * Added support for arbitrary rootfs via the root_dir parameter [#247] * Added the --root-dir option to CLI [#161] * Added fallback to /usr/lib/os-release when /etc/os-release isn't available [#262] * Fixed subprocess.CalledProcessError when running lsb_release [#261] * Ignore /etc/iredmail-release file while parsing distribution [#268] * Use a binary file for /dev/null to avoid TextIOWrapper overhead [#271] - use %pytest macro - Enable tests properly (this is pytest, not unittest), Changes in python-docker: - update to 7.0.0: * Removed SSL version (`ssl_version`) and explicit hostname check (`assert_hostname`) options (#3185) * Python 3.7+ supports TLSv1.3 by default * Websocket support is no longer included by default (#3123) * Use `pip install docker[websockets]` to include `websocket- client` dependency * By default, `docker-py` hijacks the TCP connection and does not use Websockets * Websocket client is only required to use `attach_socket(container, ws=True)` * Python 3.7 no longer supported (reached end-of-life June 2023) (#3187) * Python 3.12 support (#3185) * Full `networking_config` support for `containers.create()` * Replaces `network_driver_opt` (added in 6.1.0) * Add `health()` property to container that returns status (e.g. `unhealthy`) * Add `pause` option to `container.commit()` (#3159) * Add support for bind mount propagation (e.g. `rshared`, `private`) * Add support for `filters`, `keep_storage`, and `all` in `prune_builds()` on API v1.39+ (#3192) * Consistently return `docker.errors.NotFound` on 404 responses * Validate tag format before push (#3191) - update to 6.1.3: * Bugfixes - Fix eventlet compatibility (#3132) - update to 6.1.2: * Bugfixes - Fix for socket timeouts on long docker exec calls (#3125) - Respect timeout param on Windows (#3112) - update to 6.1.1: * Upgrade Notes (6.1.x) - Errors are no longer returned during client initialization if the credential helper cannot be found. A warning will be emitted instead, and an error is returned if the credential helper is used. * Bugfixes - Fix containers.stats() hanging with stream=True - Correct return type in docs for containers.diff() method - update to 6.1.0: * Upgrade Notes - Errors are no longer returned during client initialization if the credential helper cannot be found. A warning will be emitted instead, and an error is returned if the credential helper is used. * Features - Python 3.11 support - Use poll() instead of select() on non-Windows platforms - New API fields - network_driver_opt on container run / create - one-shot on container stats - status on services list * Bugfixes - Support for requests 2.29.0+ and urllib3 2.x - Do not strip characters from volume names - Fix connection leak on container.exec_* operations - Fix errors closing named pipes on Windows - update to 6.0.1: * Notice This version is not compatible with requests 2.29+ or urllib3 2.x. Either add requests < 2.29 and urllib3 < 2 to your requirements or upgrade to to the latest docker-py release. * Bugfixes - Fix for The pipe has been ended errors on Windows (#3056) - Support floats for timestamps in Docker logs (since / until) (#3031) - update to 6.0.0: * Upgrade Notes - Minimum supported Python version is 3.7+ - When installing with pip, the docker[tls] extra is deprecated and a no-op, use docker for same functionality (TLS support is always available now) - Native Python SSH client (used by default / use_ssh_client=False) will now - reject unknown host keys with paramiko.ssh_exception.SSHException - Short IDs are now 12 characters instead of 10 characters (same as Docker CLI) - Version metadata is now exposed as __version__ * Features - Python 3.10 support - Automatically negotiate most secure TLS version - Add platform (e.g. linux/amd64, darwin/arm64) to container create & run - Add support for GlobalJob and ReplicatedJobs for Swarm - Add remove() method on Image - Add force param to disable() on Plugin * Bugfixes - Fix install issues on Windows related to pywin32 - Do not accept unknown SSH host keys in native Python SSH mode - Use 12 character short IDs for consistency with Docker CLI - Ignore trailing whitespace in .dockerignore files - Fix IPv6 host parsing when explicit port specified - Fix ProxyCommand option for SSH connections - Do not spawn extra subshell when launching external SSH client - Improve exception semantics to preserve context - Documentation improvements (formatting, examples, typos, missing params) * Miscellaneous - Upgrade dependencies in requirements.txt to latest versions - Remove extraneous transitive dependencies - Eliminate usages of deprecated functions/methods - Test suite reliability improvements - GitHub Actions workflows for linting, unit tests, integration tests, and publishing releases - add sle15_python_module_pythons - python-six is not required as well - python-mock actually not required for build - update to 5.0.3: * Add cap_add and cap_drop parameters to service create and ContainerSpec * Add templating parameter to config create * Bump urllib3 to 1.26.5 * Bump requests to 2.26.0 * Remove support for Python 2.7 * Make Python 3.6 the minimum version supported - Update to 4.4.4 From project changelog: 4.4.4 Bugfixes Remove LD_LIBRARY_PATH and SSL_CERT_FILE environment variables when shelling out to the ssh client 4.4.3 Features Add support for docker.types.Placement.MaxReplicas Bugfixes Fix SSH port parsing when shelling out to the ssh client 4.4.2 Bugfixes Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden Fix docs example Miscellaneous Add Python3.8 and 3.9 in setup.py classifier list 4.4.1 Bugfixes Avoid setting unsuported parameter for subprocess.Popen on Windows Replace use of deprecated "filter" argument on ""docker/api/image" - update to 4.4.0: - Add an alternative SSH connection to the paramiko one, based on shelling out to the SSh client. Similar to the behaviour of Docker cli - Default image tag to `latest` on `pull` - Fix plugin model upgrade - Fix examples URL in ulimits - Improve exception messages for server and client errors - Bump cryptography from 2.3 to 3.2 - Set default API version to `auto` - Fix conversion to bytes for `float` - Support OpenSSH `identityfile` option - Add `DeviceRequest` type to expose host resources such as GPUs - Add support for `DriverOpts` in EndpointConfig - Disable compression by default when using container.get_archive method - Update default API version to v1.39 - Update test engine version to 19.03.12 - update to 4.2.2: - Fix context load for non-docker endpoints - update to 4.2.1: - Add option on when to use `tls` on Context constructor - Make context orchestrator field optional - Bump required version of pycreds to 0.4.0 (sync with requirements.txt) - update to 3.7.0 (mandatory for latest docker-compose) - add python-dockerpycreds dependency in the spec file rebase hide_py_pckgmgmt.patch Changes in python-fakeredis: - update to 2.21.0: * Implement all TOP-K commands (`TOPK.INFO`, `TOPK.LIST`, `TOPK.RESERVE`, * `TOPK.ADD`, `TOPK.COUNT`, `TOPK.QUERY`, `TOPK.INCRBY`) #278 * Implement all cuckoo filter commands #276 * Implement all Count-Min Sketch commands #277 * Fix XREAD blocking bug #274 #275 * EXAT option does not work #279 - update to 2.20.1: * Fix `XREAD` bug #256 * Testing for python 3.12 - update to 2.20.0: * Implement `BITFIELD` command #247 * Implement `COMMAND`, `COMMAND INFO`, `COMMAND COUNT` #248 - Remove unnecessary BR on python-lupa - update to 2.19.0: * Implement Bloom filters commands #239 * Fix error on blocking XREADGROUP #237 - update to 2.18.1: * Fix stream type issue #233 - update to 2.18.0: * Implement `PUBSUB NUMPAT` #195, `SSUBSCRIBE` #199, `SPUBLISH` #198, `SUNSUBSCRIBE` #200, `PUBSUB SHARDCHANNELS` #196, `PUBSUB SHARDNUMSUB` #197 * Fix All aio.FakeRedis instances share the same server #218 - update to 2.17.0: * Implement `LPOS` #207, `LMPOP` #184, and `BLMPOP` #183 * Implement `ZMPOP` #191, `BZMPOP` #186 * Fix incorrect error msg for group not found #210 * fix: use same server_key within pipeline when issued watch issue with ZRANGE and ZRANGESTORE with BYLEX #214 * Implemented support for `JSON.MSET` #174, `JSON.MERGE` #181 * Add support for version for async FakeRedis #205 * Updated how to test django_rq #204 - update to 2.15.0: * Implemented support for various stream groups commands: * `XGROUP CREATE` #161, `XGROUP DESTROY` #164, `XGROUP SETID` #165, `XGROUP DELCONSUMER` #162, * `XGROUP CREATECONSUMER` #163, `XINFO GROUPS` #168, `XINFO CONSUMERS` #168, `XINFO STREAM` #169, `XREADGROUP` #171, * `XACK` #157, `XPENDING` #170, `XCLAIM` #159, `XAUTOCLAIM` * Implemented sorted set commands: * `ZRANDMEMBER` #192, `ZDIFF` #187, `ZINTER` #189, `ZUNION` #194, `ZDIFFSTORE` #188, * `ZINTERCARD` #190, `ZRANGESTORE` #193 * Implemented list commands: * `BLMOVE` #182, * Improved documentation. * Fix documentation link * Fix requirement for packaging.Version #177 * Implement `HRANDFIELD` #156 * Implement `JSON.MSET` * Improve streams code - update to 2.13.0: * Fixed xadd timestamp (fixes #151) (#152) * Implement XDEL #153 * Improve test code * Fix reported security issue * Add support for `Connection.read_response` arguments used in redis-py 4.5.5 and 5.0.0 * Adding state for scan commands (#99) * Improved documentation (added async sample, etc.) - update to 2.12.0: * Implement `XREAD` #147 * Unique FakeServer when no connection params are provided * Minor fixes supporting multiple connections * Update documentation * connection parameters awareness: * Creating multiple clients with the same connection parameters will result in the same server data structure. * Fix creating fakeredis.aioredis using url with user/password - add sle15_python_module_pythons - Update to 2.10.3: * Support for redis-py 5.0.0b1 * Include tests in sdist (#133) * Fix import used in GenericCommandsMixin.randomkey (#135) * Fix async_timeout usage on py3.11 (#132) * Enable testing django-cache using FakeConnection. * All geo commands implemented * Fix bug for xrange * Fix bug for xrevrange * Implement XTRIM * Add support for MAXLEN, MAXID, LIMIT arguments for XADD command * Add support for ZRANGE arguments for ZRANGE command #127 * Relax python version requirement #128 * Support for redis-py 4.5.0 #125 - update to 2.7.1: * Fix import error for NoneType (#120) * Implement - JSON.ARRINDEX - JSON.OBJLEN - JSON.OBJKEYS - JSON.ARRPOP - JSON.ARRTRIM - JSON.NUMINCRBY - JSON.NUMMULTBY - XADD - XLEN - XRANGE - XREVRANGE * Implement `JSON.TYPE`, `JSON.ARRLEN` and `JSON.ARRAPPEND` * Fix encoding of None (#118) - update to v2.5.0: * Implement support for BITPOS (bitmap command) (#112) * Fix json mget when dict is returned (#114) * fix: properly export (#116) * Extract param handling (#113) - update to v2.4.0: * Implement LCS (#111), BITOP (#110) * Fix bug checking type in scan_iter (#109) * Implement GETEX (#102) * Implement support for JSON.STRAPPEND (json command) (#98) * Implement JSON.STRLEN, JSON.TOGGLE and fix bugs with JSON.DEL (#96) * Implement PUBSUB CHANNELS, PUBSUB NUMSUB * Implement JSON.CLEAR (#87) * Support for redis-py v4.4.0 * Implement json.mget (#85) * Initial json module support - JSON.GET, JSON.SET and JSON.DEL (#80) * fix: add nowait for asyncio disconnect (#76) * Refactor how commands are registered (#79) * Refactor tests from redispy4_plus (#77) * Remove support for aioredis separate from redis-py (redis-py versions 4.1.2 and below). (#65) * Add support for redis-py v4.4rc4 (#73) * Add mypy support (#74) * Implement support for zmscore by @the-wondersmith in #67 * What's Changed * implement GETDEL and SINTERCARD support by @cunla in #57 * Test get float-type behavior by @cunla in #59 * Implement BZPOPMIN/BZPOPMAX support by @cunla in #60 - drop fakeredis-pr54-fix-ensure_str.patch (upstream) - Update to 1.9.3 * Removed python-six dependency * zadd support for GT/LT by @cunla in #49 * Remove six dependency by @cunla in #51 * Add host to conn_pool_args by @cunla in #51 - Drop python-fakeredis-no-six.patch which was incomplete * all commits, including the missing ones in release now - Add fakeredis-pr54-fix-ensure_str.patch - use upstream https://github.com/cunla/fakeredis-py/pull/51/ - modified patches % python-fakeredis-no-six.patch (refreshed) - version update to 1.9.1 * Zrange byscore by @cunla in #44 * Expire options by @cunla in #46 * Enable redis7 support by @cunla in #42 - added patches fix https://github.com/cunla/fakeredis-py/issues/50 + python-fakeredis-no-six.patch - Update to 1.8.1 * fix: allow redis 4.3.* by @terencehonles in #30 - Release 1.8 * Fix handling url with username and password by @cunla in #27 * Refactor tests by @cunla in #28 - Release 1.7.6 * add IMOVE operation by @BGroever in #11 * Add SMISMEMBER command by @OlegZv in #20 * fix: work with redis.asyncio by @zhongkechen in #10 * Migrate to poetry by @cunla in #12 * Create annotation for redis4+ tests by @cunla in #14 * Make aioredis and lupa optional dependencies by @cunla in #16 * Remove aioredis requirement if redis-py 4.2+ by @ikornaselur in #19 - update to 1.7.0 * Change a number of corner-case behaviours to match Redis 6.2.6. * Fix DeprecationWarning for sampling from a set * Improved support for constructor arguments * Support redis-py 4 * Add support for GET option to SET * PERSIST and EXPIRE should invalidate watches - Update to 1.6.1 * #305 Some packaging modernisation * #306 Fix FakeRedisMixin.from_url for unix sockets * #308 Remove use of async_generator from tests - Release 1.6.0 * #304 Support aioredis 2 * #302 Switch CI from Travis CI to Github Actions - update to 1.5.2 * support python 3.9 * support aioredis - Disable py2 as upstream actually disabled python2 support competely * The syntax simply is not compatible - Update to 1.3.0: * No upstream changelog - python2 tests are dysfunctional, test with python3 only - Update to 1.0.5: * No upstream changelog - Update to 1.0.4: * various bugfixes all around - Update to v1.0.3 * Support for redis 3.2 (no effective changes in v1.0.2) - Initial spec for v1.0.1 Changes in python-fixedint: - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install - Fix capitalization in Summary - Limit Python files matched in %files section - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} - Initial build + Version 0.2.0 Changes in python-httplib2: - require setuptools - Clean up SPEC file. - Add %{?sle15_python_module_pythons} - update to 0.22.0: * https: disable_ssl_certificate_validation caused ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled - Update to 0.21.0: * http: `Content-Encoding: deflate` must accept zlib encapsulation * https://github.com/httplib2/httplib2/pull/230 * Begin support and CI against CPython 3.10 and 3.11. - update to 0.20.4: proxy: support proxy urls with ipv6 address Tests compatible with Python3.10 and recent pytest. - add pyparsing dependency - update to 0.20.2: auth: support pyparsing v3 proxy: correct extraction of errno from pysocks ProxyConnectionError IMPORTANT cacerts: remove expired DST Root CA X3, add ISRG Root X1, X2 - update to 0.19.1: * auth header parsing performance optimizations; Thanks to Paul McGuire * Use mock from the standard library on Python>=3.3 set first, othewise a "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname instead (bnc#761162) item not in cache - initial version of python-httplib2 (0.2.0) Changes in python-httpretty: - Add patch 0001-Fix-test_417_openssl.py-if-pyOpenSSL-not-available.patch: * Fix tests without pyOpenSSL support in urllib3 - Allow building with python-urllib3 >= 2.x - Do not use python-boto3 when building in SLE where it's currently not available for python311 - Add %{?sle15_python_module_pythons} - skip failing testsuite tests after requests update - Add patch relax-test-callback-response.patch: * Relax timeout for test_callback_response (bsc#1209571) - Add patch 460-miliseconds_tests.patch (gh#gabrielfalcao/HTTPretty#460): * Correct tests for s390x and aarch64 because of timeout failures after 2 miliseconds - Fix test suite: * Remove nose idioms * Remove outdated test skips - Add patch double-slash-paths.patch: * http.request may replace // with /, handle that in the testcase. - Add 453-fix-tests-pytest.patch (gh#gabrielfalcao/HTTPretty#449) to make tests compatible with pytest. - Add patch remove-mock.patch: * Use unittest.mock in the functional tests. - specfile: * update copyright year - update to version 1.1.4: * Bugfix: #435 Fallback to WARNING when logging.getLogger().level is None. - changes from version 1.1.3: * Bugfix: #430 Respect socket timeout. - changes from version 1.1.2: * Bugfix: #426 Segmentation fault when running against a large amount of tests with pytest --mypy. - changes from version 1.1.1: * Bugfix: httpretty.disable() injects pyopenssl into :py:mod:`urllib3` even if it originally wasn't #417 * Bugfix: "Incompatibility with boto3 S3 put_object" #416 * Bugfix: "Regular expression for URL -> TypeError: wrap_socket() missing 1 required" #413 * Bugfix: "Making requests to non-stadard port throws TimeoutError "#387 - changes from version 1.1.0: * Feature: Display mismatched URL within UnmockedError whenever possible. #388 * Feature: Display mismatched URL via logging. #419 * Add new properties to :py:class:`httpretty.core.HTTPrettyRequest` (protocol, host, url, path, method). - Updater to 1.0.5 * Bugfix: Support socket.socketpair() . #402 * Bugfix: Prevent exceptions from re-applying monkey patches. #406 - Release 1.0.4 * Python 3.8 and 3.9 support. #407 - Update to 1.0.3 * Fix compatibility with urllib3>=1.26. #410 - Replace nose with nose2 - avoid reading DNS resolver settings gh#gabrielfalcao/HTTPretty#405 - remove unnecessary test packages - Update to 1.0.2 * Drop Python 2 support. * Fix usage with redis and improve overall real-socket passthrough. * Fix TypeError: wrap_socket() missing 1 required positional argument: 'sock'. * Fix simple typo: neighter -> neither. * Updated documentation for register_uri concerning using ports. * Clarify relation between ``enabled`` and ``httprettized`` in API docs. * Align signature with builtin socket. - Version update to 0.9.6: * Many fixes all around * Support for python 3.7 - Make sure we really run the tests - Remove superfluous devel dependency for noarch package Changes in python-javaproperties: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} - version update to 0.8.1 v0.8.1 (2021-10-05) ------------------- - Fix a typing issue in Python 3.9 - Support Python 3.10 v0.8.0 (2020-11-28) ------------------- - Drop support for Python 2.7, 3.4, and 3.5 - Support Python 3.9 - `ensure_ascii` parameter added to `PropertiesFile.dump()` and `PropertiesFile.dumps()` - **Bugfix**: When parsing XML input, empty `<entry>` tags now produce an empty string as a value, not `None` - Added type annotations - `Properties` and `PropertiesFile` no longer raise `TypeError` when given a non-string key or value, as type correctness is now expected to be enforced through static type checking - The `PropertiesElement` classes returned by `parse()` are no longer subclasses of `namedtuple`, but they can still be iterated over to retrieve their fields like a tuple - python-six is not required Changes in python-jsondiff: - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install - Limit Python files matched in %files section - Add %{?sle15_python_module_pythons} - Update to version 2.0.0 * Removed deprecated function * Remove deprecated jsondiff entry point - from version 1.3.1 * Optionally allow different escape_str than '$' * Clarified the readme, closes #23 * Fixed readme - Remove jsondiff command from %install, %post, %postun and %files sections Changes in python-knack: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Drop %define skip_python2 1 - Update to version 0.11.0 * Declare support for Python 3.11 and drop support for Python 3.7 (#275) * Stop converting argument's `bool` default value to `DefaultInt` (#273) - Update to version 0.10.1 * Support bytearray serialization (#268) - Update to version 0.10.0 * Enable Virtual Terminal mode on legacy Windows terminal to support ANSI escape sequences (#265) * Drop Python 3.6 support (#259) - python-mock is not required for build Changes in python-marshmallow: - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install - Limit Python files matched in %files section - update to 3.20.2: * Bug fixes: - Fix Nested field type hint for lambda Schema types (:pr:`2164`). * Other changes: - Officially support Python 3.12 (:pr:`2188`). - update to 3.20.1: * Fix call to ``get_declared_fields``: pass ``dict_cls`` again * Add ``absolute`` parameter to ``URL`` validator and ``Url`` * Use Abstract Base Classes to define ``FieldABC`` and ``SchemaABC`` * Use `OrderedSet` as default `set_class`. Schemas are now ordered by default. * Handle ``OSError`` and ``OverflowError`` in ``utils.from_timestamp`` (:pr:`2102`). * Fix the default inheritance of nested partial schemas * Officially support Python 3.11 (:pr:`2067`). * Drop support for Python 3.7 (:pr:`2135`). - Switch documentation to be within the main package on SLE15 - rename docs subpackage to the more common doc name - Update to 3.19.0 * Add timestamp and timestamp_ms formats to fields.DateTime (#612). Thanks @vgavro for the suggestion and thanks @vanHoi for the PR. Changes in python-opencensus: - Add Obsoletes for old python3 package on SLE-15 - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install - Update to 0.11.4 * Changed bit-mapping for `httpx` and `fastapi` integrations - Refresh patches for new version * opencensus-pr1002-remove-mock.patch - Switch package to modern Python Stack on SLE-15 * Add %{?sle15_python_module_pythons} * Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} - update to 0.11.3 * Updated azure modules - sorry, six is still needed :( - update to 0.11.2: * Updated `azure`, `fastapi`,`flask` modules * Updated `azure`, `httpx` modules - Update to 0.11.0 * Updated `azure`, `context`, `flask`, `requests` modules - from version 0.10.0 * Add kwargs to derived gauge (#1135) - from version 0.9.0 * Make sure handler.flush() doesn't deadlock (#1112) - Refresh patches for new version * opencensus-pr1002-remove-mock.patch - Update Requires from setup.py Changes in python-opencensus-context: - Clean up the SPEC file - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} - Update to 0.1.3 * Move `version.py` file into `runtime_context` folder (#1143) Changes in python-opencensus-ext-threading: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} + Drop build support for Python 2.x Changes in python-opentelemetry-api: - update to 1.23.0: * Use Attribute rather than boundattribute in logrecord (#3567) * Fix flush error when no LoggerProvider configured for LoggingHandler (#3608) * Fix OTLPMetricExporter ignores preferred_aggregation property (#3603) * Logs: set observed_timestamp field (#3565) * Add missing Resource SchemaURL in OTLP exporters (#3652) * Fix loglevel warning text (#3566) * Prometheus Exporter string representation for target_info labels (#3659) * Logs: ObservedTimestamp field is missing in console exporter output (#3564) * Fix explicit bucket histogram aggregation (#3429) * Add code.lineno, code.function and code.filepath to all logs (#3645) * Add Synchronous Gauge instrument (#3462) * Drop support for 3.7 (#3668) * Include key in attribute sequence warning (#3639) * Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609) * Handle HTTP 2XX responses as successful in OTLP exporters (#3623) * Improve Resource Detector timeout messaging (#3645) * Add Proxy classes for logging (#3575) * Remove dependency on 'backoff' library (#3679) - update to 1.22.0: * Prometheus exporter sanitize info metric (#3572) * Remove Jaeger exporters (#3554) * Log stacktrace on `UNKNOWN` status OTLP export error (#3536) * Fix OTLPExporterMixin shutdown timeout period (#3524) * Handle `taskName` `logrecord` attribute (#3557) - update to 1.21.0: * Fix `SumAggregation`(#3390) * Fix handling of empty metric collection cycles (#3335) * Fix error when no LoggerProvider configured for LoggingHandler (#3423) * Make `opentelemetry_metrics_exporter` entrypoint support pull exporters (#3428) * Allow instrument names to have '/' and up to 255 characters (#3442) * Do not load Resource on sdk import (#3447) * Update semantic conventions to version 1.21.0 (#3251) * Add missing schema_url in global api for logging and metrics (#3251) * Prometheus exporter support for auto instrumentation (#3413) * Modify Prometheus exporter to translate non-monotonic Sums into Gauges (#3306) * Update the body type in the log ($3343) * Add max_scale option to Exponential Bucket Histogram Aggregation (#3323) * Use BoundedAttributes instead of raw dict to extract attributes from LogRecord (#3310) * Support dropped_attributes_count in LogRecord and exporters (#3351) * Add unit to view instrument selection criteria (#3341) * Upgrade opentelemetry-proto to 0.20 and regen #3355) * Include endpoint in Grpc transient error warning #3362) * Fixed bug where logging export is tracked as trace #3375) * Select histogram aggregation with an environment variable * Move Protobuf encoding to its own package (#3169) * Add experimental feature to detect resource detectors in auto instrumentation (#3181) * Fix exporting of ExponentialBucketHistogramAggregation from opentelemetry.sdk.metrics.view (#3240) * Fix headers types mismatch for OTLP Exporters (#3226) * Fix suppress instrumentation for log batch processor (#3223) * Add speced out environment variables and arguments for BatchLogRecordProcessor (#3237) - Fix `ParentBased` sampler for implicit parent spans. Fix also `trace_state` erasure for dropped spans or spans sampled by the `TraceIdRatioBased` sampler. Changes in python-opentelemetry-sdk: - Add missing python-wheel build dependency to BuildRequires - update to 1.23.0: * Use Attribute rather than boundattribute in logrecord (#3567) * Fix flush error when no LoggerProvider configured for LoggingHandler (#3608) * Fix OTLPMetricExporter ignores preferred_aggregation property (#3603) * Logs: set observed_timestamp field (#3565) * Add missing Resource SchemaURL in OTLP exporters (#3652) * Fix loglevel warning text (#3566) * Prometheus Exporter string representation for target_info labels (#3659) * Logs: ObservedTimestamp field is missing in console exporter output (#3564) * Fix explicit bucket histogram aggregation (#3429) * Add code.lineno, code.function and code.filepath to all logs (#3645) * Add Synchronous Gauge instrument (#3462) * Drop support for 3.7 (#3668) * Include key in attribute sequence warning (#3639) * Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609) * Handle HTTP 2XX responses as successful in OTLP exporters (#3623) * Improve Resource Detector timeout messaging (#3645) * Add Proxy classes for logging (#3575) * Remove dependency on 'backoff' library (#3679) - update to 1.23.0: * Use Attribute rather than boundattribute in logrecord (#3567) * Fix flush error when no LoggerProvider configured for LoggingHandler (#3608) * Fix OTLPMetricExporter ignores preferred_aggregation property (#3603) * Logs: set observed_timestamp field (#3565) * Add missing Resource SchemaURL in OTLP exporters (#3652) * Fix loglevel warning text (#3566) * Prometheus Exporter string representation for target_info labels (#3659) * Logs: ObservedTimestamp field is missing in console exporter output (#3564) * Fix explicit bucket histogram aggregation (#3429) * Add code.lineno, code.function and code.filepath to all logs (#3645) * Add Synchronous Gauge instrument (#3462) * Drop support for 3.7 (#3668) * Include key in attribute sequence warning (#3639) * Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609) * Handle HTTP 2XX responses as successful in OTLP exporters (#3623) * Improve Resource Detector timeout messaging (#3645) * Add Proxy classes for logging (#3575) * Remove dependency on 'backoff' library (#3679) - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} - Initial package (1.22.0) Changes in python-opentelemetry-semantic-conventions: - update to 0.44b0: * Use Attribute rather than boundattribute in logrecord (#3567) * Fix flush error when no LoggerProvider configured for LoggingHandler (#3608) * Fix OTLPMetricExporter ignores preferred_aggregation property (#3603) * Logs: set observed_timestamp field (#3565) * Add missing Resource SchemaURL in OTLP exporters (#3652) * Fix loglevel warning text (#3566) * Prometheus Exporter string representation for target_info labels (#3659) * Logs: ObservedTimestamp field is missing in console exporter output (#3564) * Fix explicit bucket histogram aggregation (#3429) * Add code.lineno, code.function and code.filepath to all logs (#3645) * Add Synchronous Gauge instrument (#3462) * Drop support for 3.7 (#3668) * Include key in attribute sequence warning (#3639) * Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609) * Handle HTTP 2XX responses as successful in OTLP exporters (#3623) * Improve Resource Detector timeout messaging (#3645) * Add Proxy classes for logging (#3575) * Remove dependency on 'backoff' library (#3679) - update to 0.43b0: * Prometheus exporter sanitize info metric * Remove Jaeger exporters * Log stacktrace on `UNKNOWN` status OTLP export error * Fix OTLPExporterMixin shutdown timeout period * Handle `taskName` `logrecord` attribute * Fix `SumAggregation` * Fix handling of empty metric collection cycles * Fix error when no LoggerProvider configured for LoggingHandler * Make `opentelemetry_metrics_exporter` entrypoint support pull exporters * Allow instrument names to have '/' and up to 255 characters * Do not load Resource on sdk import * Update semantic conventions to version 1.21.0 * Add missing schema_url in global api for logging and metrics * Prometheus exporter support for auto instrumentation * Drop `setuptools` runtime requirement. * Update the body type in the log ($3343) * Add max_scale option to Exponential Bucket Histogram Aggregation * Use BoundedAttributes instead of raw dict to extract attributes from LogRecord * Support dropped_attributes_count in LogRecord and exporters * Add unit to view instrument selection criteria * Upgrade opentelemetry-proto to 0.20 and regen #3355) * Include endpoint in Grpc transient error warning #3362) * Fixed bug where logging export is tracked as trace #3375) * Select histogram aggregation with an environment variable * Move Protobuf encoding to its own package * Add experimental feature to detect resource detectors in auto instrumentation * Fix exporting of ExponentialBucketHistogramAggregation from opentelemetry.sdk.metrics.view * Fix headers types mismatch for OTLP Exporters * Fix suppress instrumentation for log batch processor * Add speced out environment variables and arguments for BatchLogRecordProcessor - Initial build + Version 0.25b2 Changes in python-opentelemetry-test-utils: - update to 0.44b0: * Use Attribute rather than boundattribute in logrecord (#3567) * Fix flush error when no LoggerProvider configured for LoggingHandler (#3608) * Fix OTLPMetricExporter ignores preferred_aggregation property (#3603) * Logs: set observed_timestamp field (#3565) * Add missing Resource SchemaURL in OTLP exporters (#3652) * Fix loglevel warning text (#3566) * Prometheus Exporter string representation for target_info labels (#3659) * Logs: ObservedTimestamp field is missing in console exporter output (#3564) * Fix explicit bucket histogram aggregation (#3429) * Add code.lineno, code.function and code.filepath to all logs (#3645) * Add Synchronous Gauge instrument (#3462) * Drop support for 3.7 (#3668) * Include key in attribute sequence warning (#3639) * Upgrade markupsafe, Flask and related dependencies to dev and test environments (#3609) * Handle HTTP 2XX responses as successful in OTLP exporters (#3623) * Improve Resource Detector timeout messaging (#3645) * Add Proxy classes for logging (#3575) * Remove dependency on 'backoff' library (#3679) - Initial package (0.43b0) Changes in python-pycomposefile: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} - Initial build + Version 0.0.30 Changes in python-pydash: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} + Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}} - Update to version 6.0.2 * Only prevent access to object paths containing ``__globals__`` or ``__builtins__`` instead of all dunder-methods for non-dict/list objects. - from version 6.0.1 * Fix exception raised due to mishandling of non-string keys in functions like ``get()`` for non-dict/list objects that used integer index references like ``"[0]"``. - from version 6.0.0 * Prevent access to object paths containing dunder-methods in functions like ``get()`` for non-dict/list objects. Attempting to access dunder-methods using get-path keys will raise a ``KeyError`` (e.g. ``get(SomeClass(), '__init__'`` will raise). Access to dict keys are unaffected (e.g. ``get({"__init__": True}, "__init__")`` will return ``True``). (**breaking change**) * Add support for Python 3.11. * Drop support for Python 3.6 (**breaking change**) - from version 5.1.2 * Remove unnecessary type check and conversion for ``exceptions`` argument in ``pydash.retry``. - from version 5.1.1 * Add support for Python 3.10. * Fix timing assertion issue in test for ``pydash.delay`` where it could fail on certain environments. - Switch build system from setuptools to pyproject.toml - Update BuildRequires from pyproject.toml - version update to 5.1.0 v5.1.0 (2021-10-02) ------------------- - Support matches-style callbacks on non-dictionary objects that are compatible with ``pydash.get`` in functions like ``pydash.find``. v5.0.2 (2021-07-15) ------------------- - Fix compatibility issue between ``pydash.py_`` / ``pydash._`` and ``typing.Protocol`` + ``typing.runtime_checkable`` that caused an exception to be raised for ``isinstance(py_, SomeRuntimeCheckableProtocol)``. v5.0.1 (2021-06-27) ------------------- - Fix bug in ``merge_with`` that prevented custom iteratee from being used when recursively merging. Thanks weineel_! v5.0.0 (2021-03-29) ------------------- - Drop support for Python 2.7. (**breaking change**) - Improve Unicode word splitting in string functions to be inline with Lodash. Thanks mervynlee94_! (**breaking change**) - ``camel_case`` - ``human_case`` - ``kebab_case`` - ``lower_case`` - ``pascal_case`` - ``separator_case`` - ``slugify`` - ``snake_case`` - ``start_case`` - ``upper_case`` - Optimize regular expression constants used in ``pydash.strings`` by pre-compiling them to regular expression pattern objects. v4.9.3 (2021-03-03) ------------------- - Fix regression introduced in ``v4.8.0`` that caused ``merge`` and ``merge_with`` to raise an exception when passing ``None`` as the first argument. v4.9.2 (2020-12-24) ------------------- - Fix regression introduced in ``v4.9.1`` that broke ``pydash.get`` for dictionaries and dot-delimited keys that reference integer dict-keys. v4.9.1 (2020-12-14) ------------------- - Fix bug in ``get/has`` that caused ``defaultdict`` objects to get populated on key access. v4.9.0 (2020-10-27) ------------------- - Add ``default_to_any``. Thanks gonzalonaveira_! - Fix mishandling of key names containing ``\.`` in ``set_``, ``set_with``, and ``update_with`` where the ``.`` was not treated as a literal value within the key name. Thanks zhaowb_! - python-mock is not required for build - Activate test suite - Update to v4.8.0 - Initial spec for v4.7.6 Changes in python-redis: - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install - add https://github.com/redis/redis-py/pull/3005 as Close-various-objects-created-during-asyncio-tests.patch to fix tests for python 3.12 - Add patch to increase timeouts in s390x where tests take longer to run: * increase-test-timeout.patch - Disable broken tests for ppc64le, bsc#1216606 - Add pytest.ini source needed to run tests - Remove/disable broken tests because of suse environment - drop tox.ini. seems it does no longer exist in 5.0.1 - add support to easily disable the testsuite at build time - update to 5.0.1 - New Features - Provide aclose() / close() for classes requiring lifetime management (#2898) - Add support for ModuleCommands in cluster (#2951) - Add support for multiple values in RPUSHX (#2949) - Add Redis.from_pool() class method, for explicitly owning and closing a ConnectionPool (#2913) - Bug Fixes - Fixing monitor parsing for messages containing specific substrings (#2950) - Cluster determine slot command name need to be upper (#2919) - Support timeout = 0 in search query (#2934) - Fix async sentinel: add push_request keyword argument to read_response (#2922) - Fix protocol checking for search commands (#2923) - Fix: SentinelManagedConnection.read_response() got an unexpected keyword argument 'push_request' (#2894) - Fix: automatically close connection pool for async Sentinel (#2900) - Save a reference to created async tasks, to avoid tasks potentially disappearing (#2816) - Avoid reference cycling by the garbage collector during response reading (#2932) - Maintenance - Type hint improvements (#2952) - Replace clear_connect_callbacks with _deregister_connect_callback (#2955) - Async fixes, remove del and other things (#2870) - Add pagination, sorting and grouping examples to search json example (#2890) - Remove process-id checks from asyncio. Asyncio and fork() does not mix. (#2911) - Fix resource usage and cleanup Mocks in the unit tests (#2936) - Remove mentions of tox (#2929) - Add 7.2 to supported Redis versions (#2896) - Fix resource warnings in unit tests (#2899) - Fix typo in redis-stream-example.ipynb (#2918) - Deprecate RedisGraph (#2927) - Fix redis 7.2.0 tests (#2902) - Fix test_scorer (search) (#2920) - changes from 5.0.0 - What's new? - Triggers and Functions support Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code. Try it for yourself with Quick start - Full Redis 7.2 and RESP3 support - Python 3.7 End-of-Life - Python 3.7 has reached its end-of-life (EOL) as of June 2023. This means that starting from this date, Python 3.7 will no longer receive any updates, including security patches, bug fixes, or improvements. If you continue to use Python 3.7 post-EOL, you may expose your projects and systems to potential security vulnerabilities. We ended its support in this version and strongly recommend migrating to Python 3.10. - Bug Fixes - Fix timeout retrying on pipeline execution (#2812) - Fix socket garbage collection (#2859) - Maintenance - Updating client license to clear, MIT (#2884) - Add py.typed in accordance with PEP-561 (#2738) - Dependabot label change (#2880) - Fix type hints in SearchCommands (#2817) - Add sync modules (except search) tests to cluster CI (#2850) - Fix a duplicate word in CONTRIBUTING.md (#2848) - Fixing doc builds (#2869) - Change cluster docker to edge and enable debug command (#2853) - changes from 4.6.0 - Experimental Features - Support JSON.MERGE command (#2761) - Support JSON.MSET command (#2766) - New Features - Extract abstract async connection class (#2734) - Add support for WAITAOF (#2760) - Introduce OutOfMemoryError exception for Redis write command rejections due to OOM errors (#2778) - Add WITHSCORE argument to ZRANK (#2758) - Bug Fixes - Fix dead weakref in sentinel connection causing ReferenceError (#2767) (#2771) - Fix Key Error in parse_xinfo_stream (#2788) - Remove unnecessary __del__ handlers (#2755) - Added support for missing argument to SentinelManagedConnection.read_response() (#2756) - Maintenance - Fix type hint for retry_on_error in async cluster (#2804) - Clean up documents and fix some redirects (#2801) - Add unit tests for the connect method of all Redis connection classes (#2631) - Docstring formatting fix (#2796) - update to 4.5.5: * Add support for CLIENT NO-TOUCH * Add support for CLUSTER MYSHARDID * Add "address_remap" feature to RedisCluster * Add WITHSCORES argument to ZREVRANK command * Improve error output for master discovery * Fix XADD: allow non negative maxlen * Fix create single connection client from url * Optionally disable disconnects in read_response * Fix SLOWLOG GET return value * Fix potential race condition during disconnection * Return response in case of KeyError * Fix incorrect usage of once flag in async Sentinel * Fix memory leak caused by hiredis in asyncio case * Really do not use asyncio's timeout lib before 3.11.2 - add sle15_python_module_pythons - Update to 4.5.4: * Security + Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. (CVE-2023-28858, bsc#1209811) + Cancelling an async future does not, properly trigger, leading to a potential data leak in specific cases. (CVE-2023-28859, bsc#1209812) * New Features + Introduce AbstractConnection so that UnixDomainSocketConnection can call super().init (#2588) + Added queue_class to REDIS_ALLOWED_KEYS (#2577) + Made search document subscriptable (#2615) + Sped up the protocol parsing (#2596) + Use hiredis::pack_command to serialized the commands. (#2570) + Add support for unlink in cluster pipeline (#2562) * Bug Fixes + Fixing cancelled async futures (#2666) + Fix: do not use asyncio's timeout lib before 3.11.2 (#2659) + Fix UDS in v4.5.2: UnixDomainSocketConnection missing constructor argument (#2630) + CWE-404 AsyncIO Race Condition Fix (#2624, #2579) + Fix behaviour of async PythonParser to match RedisParser as for issue #2349 (#2582) + Replace async_timeout by asyncio.timeout (#2602) + Update json().arrindex() default values (#2611) + Fix #2581 UnixDomainSocketConnection object has no attribute _command_packer (#2583) + Fix issue with pack_commands returning an empty byte sequence (#2416) + Async HiredisParser should finish parsing after a Connection.disconnect() (#2557) + Check for none, prior to raising exception (#2569) + Tuple function cannot be passed more than one argument (#2573) + Synchronise concurrent command calls to single-client to single-client mode (#2568) + Async: added 'blocking' argument to call lock method (#2454) + Added a replacement for the default cluster node in the event of failure. (#2463) + Fixed geosearch: Wrong number of arguments for geosearch command (#2464) - Clean up BuildRequires and Requires. - Disable broken test test_xautoclaim gh#redis/redis-py#2554 - udpate to 4.3.5: * Add support for TIMESERIES 1.8 (#2296) * Graph - add counters for removed labels and properties (#2292) * Add support for TDIGEST.QUANTILE extensions (#2317) * Add TDIGEST.TRIMMED_MEAN (#2300) * Add support for async GRAPH module (#2273) * Support TDIGEST.MERGESTORE and make compression optional on TDIGEST.CREATE (#2319) * Adding reserve as an alias for create, so that we have BF.RESERVE and CF.RESERVE accuratenly supported (#2331) * Fix async connection.is_connected to return a boolean value (#2278) * Fix: workaround asyncio bug on connection reset by peer (#2259) * Fix crash: key expire while search (#2270) * Async cluster: fix concurrent pipeline (#2280) * Fix async SEARCH pipeline (#2316) * Fix KeyError in async cluster - initialize before execute multi key commands (#2439) * Supply chain risk reduction: remove dependency on library named deprecated (#2386) * Search test - Ignore order of the items in the response (#2322) * Fix GRAPH.LIST & TDIGEST.QUANTILE tests (#2335) * Fix TimeSeries range aggregation (twa) tests (#2358) * Mark TOPK.COUNT as deprecated (#2363) - update to 4.3.4: * Fix backward compatibility from 4.3.2 in Lock.acquire() * Fix XAUTOCLAIM to return the full response, instead of only keys 2+ * Added dynamic_startup_nodes configuration to RedisCluster. * Fix retries in async mode * Async cluster: fix simultaneous initialize * Uppercased commands in CommandsParser.get_keys * Late eval of the skip condition in async tests * Reuse the old nodes' connections when a cluster topology refresh is being done * Docs: add pipeline examples * Correct retention_msecs value * Cluster: use pipeline to execute split commands * Docs: Add a note about client_setname and client_name difference - Delete unused redismod.conf, remove duplicate Source entry for tox.ini - Add redismod.conf and tox.ini as Sources to SPEC file. - Update to version 4.3.3 * Fix Lock crash, and versioning 4.3.3 (#2210) * Async cluster: improve docs (#2208) - Release 4.3.2 * SHUTDOWN - add support for the new NOW, FORCE and ABORT modifiers (#2150) * Adding pipeline support for async cluster (#2199) * Support CF.MEXISTS + Clean bf/commands.py (#2184) * Extending query_params for FT.PROFILE (#2198) * Implementing ClusterPipeline Lock (#2190) * Set default response_callbacks to redis.asyncio.cluster.ClusterNode (#2201) * Add default None for maxlen at xtrim command (#2188) * Async cluster: add/update typing (#2195) * Changed list type to single element type (#2203) * Made sync lock consistent and added types to it (#2137) * Async cluster: optimisations (#2205) * Fix typos in README (#2206) * Fix modules links to https://redis.io/commands/ (#2185) - Update to version 4.3.1 * Allow negative `retries` for `Retry` class to retry forever * Add `items` parameter to `hset` signature * Create codeql-analysis.yml (#1988). Thanks @chayim * Add limited support for Lua scripting with RedisCluster * Implement `.lock()` method on RedisCluster * Fix cursor returned by SCAN for RedisCluster & change default target to PRIMARIES * Fix scan_iter for RedisCluster * Remove verbose logging when initializing ClusterPubSub, ClusterPipeline or RedisCluster * Fix broken connection writer lock-up for asyncio (#2065) * Fix auth bug when provided with no username (#2086) - Release 4.1.3 * Fix flushdb and flushall (#1926) * Add redis5 and redis4 dockers (#1871) * Change json.clear test multi to be up to date with redisjson (#1922) * Fixing volume for unstable_cluster docker (#1914) * Update changes file with changes since 4.0.0-beta2 (#1915) - Release 4.1.2 * Invalid OCSP certificates should raise ConnectionError on failed validation (#1907) * Added retry mechanism on socket timeouts when connecting to the server (#1895) * LMOVE, BLMOVE return incorrect responses (#1906) * Fixing AttributeError in UnixDomainSocketConnection (#1903) * Fixing TypeError in GraphCommands.explain (#1901) * For tests, increasing wait time for the cluster (#1908) * Increased pubsub's wait_for_messages timeout to prevent flaky tests (#1893) * README code snippets formatted to highlight properly (#1888) * Fix link in the main page (#1897) * Documentation fixes: JSON Example, SSL Connection Examples, RTD version (#1887) * Direct link to readthedocs (#1885) - Release 4.1.1 * Add retries to connections in Sentinel Pools (#1879) * OCSP Stapling Support (#1873) * Define incr/decr as aliases of incrby/decrby (#1874) * FT.CREATE - support MAXTEXTFIELDS, TEMPORARY, NOHL, NOFREQS, SKIPINITIALSCAN (#1847) * Timeseries docs fix (#1877) * get_connection: catch OSError too (#1832) * Set keys var otherwise variable not created (#1853) * Clusters should optionally require full slot coverage (#1845) * Triple quote docstrings in client.py PEP 257 (#1876) * syncing requirements (#1870) * Typo and typing in GraphCommands documentation (#1855) * Allowing poetry and redis-py to install together (#1854) * setup.py: Add project_urls for PyPI (#1867) * Support test with redis unstable docker (#1850) * Connection examples (#1835) * Documentation cleanup (#1841) - Release 4.1.0 * OCSP stapling support (#1820) * Support for SELECT (#1825) * Support for specifying error types with retry (#1817) * Support for RESET command since Redis 6.2.0 (#1824) * Support CLIENT TRACKING (#1612) * Support WRITE in CLIENT PAUSE (#1549) * JSON set_file and set_path support (#1818) * Allow ssl_ca_path with rediss:// urls (#1814) * Support for password-encrypted SSL private keys (#1782) * Support SYNC and PSYNC (#1741) * Retry on error exception and timeout fixes (#1821) * Fixing read race condition during pubsub (#1737) * Fixing exception in listen (#1823) * Fixed MovedError, and stopped iterating through startup nodes when slots are fully covered (#1819) * Socket not closing after server disconnect (#1797) * Single sourcing the package version (#1791) * Ensure redis_connect_func is set on uds connection (#1794) * SRTALGO - Skip for redis versions greater than 7.0.0 (#1831) * Documentation updates (#1822) * Add CI action to install package from repository commit hash (#1781) (#1790) * Fix link in lmove docstring (#1793) * Disabling JSON.DEBUG tests (#1787) * Migrated targeted nodes to kwargs in Cluster Mode (#1762) * Added support for MONITOR in clusters (#1756) * Adding ROLE Command (#1610) * Integrate RedisBloom support (#1683) * Adding RedisGraph support (#1556) * Allow overriding connection class via keyword arguments (#1752) * Aggregation LOAD * support for RediSearch (#1735) * Adding cluster, bloom, and graph docs (#1779) * Add packaging to setup_requires, and use >= to play nice to setup.py (fixes #1625) (#1780) * Fixing the license link in the readme (#1778) * Removing distutils from tests (#1773) * Fix cluster ACL tests (#1774) * Improved RedisCluster's reinitialize_steps and documentation (#1765) * Added black and isort (#1734) * Link Documents for all module commands (#1711) * Pyupgrade + flynt + f-strings (#1759) * Remove unused aggregation subclasses in RediSearch (#1754) * Adding RedisCluster client to support Redis Cluster Mode (#1660) * Support RediSearch FT.PROFILE command (#1727) * Adding support for non-decodable commands (#1731) * COMMAND GETKEYS support (#1738) * RedisJSON 2.0.4 behaviour support (#1747) * Removing deprecating distutils (PEP 632) (#1730) * Updating PR template (#1745) * Removing duplication of Script class (#1751) * Splitting documentation for read the docs (#1743) * Improve code coverage for aggregation tests (#1713) * Fixing COMMAND GETKEYS tests (#1750) * GitHub release improvements (#1684) - Release 4.0.2 * Restoring Sentinel commands to redis client (#1723) * Better removal of hiredis warning (#1726) * Adding links to redis documents in function calls (#1719) - Release 4.0.1 * Removing command on initial connections (#1722) * Removing hiredis warning when not installed (#1721) - Release 4.0.0 * FT.EXPLAINCLI intentionally raising NotImplementedError * Restoring ZRANGE desc for Redis < 6.2.0 (#1697) * Response parsing occasionally fails to parse floats (#1692) * Re-enabling read-the-docs (#1707) * Call HSET after FT.CREATE to avoid keyspace scan (#1706) * Unit tests fixes for compatibility (#1703) * Improve documentation about Locks (#1701) * Fixes to allow --redis-url to pass through all tests (#1700) * Fix unit tests running against Redis 4.0.0 (#1699) * Search alias test fix (#1695) * Adding RediSearch/RedisJSON tests (#1691) * Updating codecov rules (#1689) * Tests to validate custom JSON decoders (#1681) * Added breaking icon to release drafter (#1702) * Removing dependency on six (#1676) * Re-enable pipeline support for JSON and TimeSeries (#1674) * Export Sentinel, and SSL like other classes (#1671) * Restore zrange functionality for older versions of Redis (#1670) * Fixed garbage collection deadlock (#1578) * Tests to validate built python packages (#1678) * Sleep for flaky search test (#1680) * Test function renames, to match standards (#1679) * Docstring improvements for Redis class (#1675) * Fix georadius tests (#1672) * Improvements to JSON coverage (#1666) * Add python_requires setuptools check for python > 3.6 (#1656) * SMISMEMBER support (#1667) * Exposing the module version in loaded_modules (#1648) * RedisTimeSeries support (#1652) * Support for json multipath ($) (#1663) * Added boolean parsing to PEXPIRE and PEXPIREAT (#1665) * Add python_requires setuptools check for python > 3.6 (#1656) * Adding vulture for static analysis (#1655) * Starting to clean the docs (#1657) * Update README.md (#1654) * Adding description format for package (#1651) * Publish to pypi as releases are generated with the release drafter (#1647) * Restore actions to prs (#1653) * Fixing the package to include commands (#1649) * Re-enabling codecov as part of CI process (#1646) * Adding support for redisearch (#1640) Thanks @chayim * redisjson support (#1636) Thanks @chayim * Sentinel: Add SentinelManagedSSLConnection (#1419) Thanks @AbdealiJK * Enable floating parameters in SET (ex and px) (#1635) Thanks @AvitalFineRedis * Add warning when hiredis not installed. Recommend installation. (#1621) Thanks @adiamzn * Raising NotImplementedError for SCRIPT DEBUG and DEBUG SEGFAULT (#1624) Thanks @chayim * CLIENT REDIR command support (#1623) Thanks @chayim * REPLICAOF command implementation (#1622) Thanks @chayim * Add support to NX XX and CH to GEOADD (#1605) Thanks @AvitalFineRedis * Add support to ZRANGE and ZRANGESTORE parameters (#1603) Thanks @AvitalFineRedis * Pre 6.2 redis should default to None for script flush (#1641) Thanks @chayim * Add FULL option to XINFO SUMMARY (#1638) Thanks @agusdmb * Geosearch test should use any=True (#1594) Thanks @Andrew-Chen-Wang * Removing packaging dependency (#1626) Thanks @chayim * Fix client_kill_filter docs for skimpy (#1596) Thanks @Andrew-Chen-Wang * Normalize minid and maxlen docs (#1593) Thanks @Andrew-Chen-Wang * Update docs for multiple usernames for ACL DELUSER (#1595) Thanks @Andrew-Chen-Wang * Fix grammar of get param in set command (#1588) Thanks @Andrew-Chen-Wang * Fix docs for client_kill_filter (#1584) Thanks @Andrew-Chen-Wang * Convert README & CONTRIBUTING from rst to md (#1633) Thanks @davidylee * Test BYLEX param in zrangestore (#1634) Thanks @AvitalFineRedis * Tox integrations with invoke and docker (#1632) Thanks @chayim * Adding the release drafter to help simplify release notes (#1618). Thanks @chayim * BACKWARDS INCOMPATIBLE: Removed support for end of life Python 2.7. #1318 * BACKWARDS INCOMPATIBLE: All values within Redis URLs are unquoted via urllib.parse.unquote. Prior versions of redis-py supported this by specifying the ``decode_components`` flag to the ``from_url`` functions. This is now done by default and cannot be disabled. #589 * POTENTIALLY INCOMPATIBLE: Redis commands were moved into a mixin (see commands.py). Anyone importing ``redis.client`` to access commands directly should import ``redis.commands``. #1534, #1550 * Removed technical debt on REDIS_6_VERSION placeholder. Thanks @chayim #1582. * Various docus fixes. Thanks @Andrew-Chen-Wang #1585, #1586. * Support for LOLWUT command, available since Redis 5.0.0. Thanks @brainix #1568. * Added support for CLIENT REPLY, available in Redis 3.2.0. Thanks @chayim #1581. * Support for Auto-reconnect PubSub on get_message. Thanks @luhn #1574. * Fix RST syntax error in README/ Thanks @JanCBrammer #1451. * IDLETIME and FREQ support for RESTORE. Thanks @chayim #1580. * Supporting args with MODULE LOAD. Thanks @chayim #1579. * Updating RedisLabs with Redis. Thanks @gkorland #1575. * Added support for ASYNC to SCRIPT FLUSH available in Redis 6.2.0. Thanks @chayim. #1567 * Added CLIENT LIST fix to support multiple client ids available in Redis 2.8.12. Thanks @chayim #1563. * Added DISCARD support for pipelines available in Redis 2.0.0. Thanks @chayim #1565. * Added ACL DELUSER support for deleting lists of users available in Redis 6.2.0. Thanks @chayim. #1562 * Added CLIENT TRACKINFO support available in Redis 6.2.0. Thanks @chayim. #1560 * Added GEOSEARCH and GEOSEARCHSTORE support available in Redis 6.2.0. Thanks @AvitalFine Redis. #1526 * Added LPUSHX support for lists available in Redis 4.0.0. Thanks @chayim. #1559 * Added support for QUIT available in Redis 1.0.0. Thanks @chayim. #1558 * Added support for COMMAND COUNT available in Redis 2.8.13. Thanks @chayim. #1554. * Added CREATECONSUMER support for XGROUP available in Redis 6.2.0. Thanks @AvitalFineRedis. #1553 * Including slowly complexity in INFO if available. Thanks @ian28223 #1489. * Added support for STRALGO available in Redis 6.0.0. Thanks @AvitalFineRedis. #1528 * Addes support for ZMSCORE available in Redis 6.2.0. Thanks @2014BDuck and @jiekun.zhu. #1437 * Support MINID and LIMIT on XADD available in Redis 6.2.0. Thanks @AvitalFineRedis. #1548 * Added sentinel commands FLUSHCONFIG, CKQUORUM, FAILOVER, and RESET available in Redis 2.8.12. Thanks @otherpirate. #834 * Migrated Version instead of StrictVersion for Python 3.10. Thanks @tirkarthi. #1552 * Added retry mechanism with backoff. Thanks @nbraun-amazon. #1494 * Migrated commands to a mixin. Thanks @chayim. #1534 * Added support for ZUNION, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1522 * Added support for CLIENT LIST with ID, available in Redis 6.2.0. Thanks @chayim. #1505 * Added support for MINID and LIMIT with xtrim, available in Reds 6.2.0. Thanks @chayim. #1508 * Implemented LMOVE and BLMOVE commands, available in Redis 6.2.0. Thanks @chayim. #1504 * Added GET argument to SET command, available in Redis 6.2.0. Thanks @2014BDuck. #1412 * Documentation fixes. Thanks @enjoy-binbin @jonher937. #1496 #1532 * Added support for XAUTOCLAIM, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1529 * Added IDLE support for XPENDING, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1523 * Add a count parameter to lpop/rpop, available in Redis 6.2.0. Thanks @wavenator. #1487 * Added a (pypy) trove classifier for Python 3.9. Thanks @D3X. #1535 * Added ZINTER support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1520 * Added ZINTER support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1520 * Added ZDIFF and ZDIFFSTORE support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1518 * Added ZRANGESTORE support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1521 * Added LT and GT support for ZADD, available in Redis 6.2.0. Thanks @chayim. #1509 * Added ZRANDMEMBER support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1519 * Added GETDEL support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1514 * Added CLIENT KILL laddr filter, available in Redis 6.2.0. Thanks @chayim. #1506 * Added CLIENT UNPAUSE, available in Redis 6.2.0. Thanks @chayim. #1512 * Added NOMKSTREAM support for XADD, available in Redis 6.2.0. Thanks @chayim. #1507 * Added HRANDFIELD support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1513 * Added CLIENT INFO support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1517 * Added GETEX support, available in Redis 6.2.0. Thanks @AvitalFineRedis. #1515 * Added support for COPY command, available in Redis 6.2.0. Thanks @malinaa96. #1492 * Provide a development and testing environment via docker. Thanks @abrookins. #1365 * Added support for the LPOS command available in Redis 6.0.6. Thanks @aparcar #1353/#1354 * Added support for the ACL LOG command available in Redis 6. Thanks @2014BDuck. #1307 * Added support for ABSTTL option of the RESTORE command available in Redis 5.0. Thanks @charettes. #1423 - Drop account-defaults-redis.patch merged upstream - Add account-defaults-redis.patch which fixes failing tests by taking into consideration redis defaults, not overwriting them (gh#andymccurdy/redis-py#1499). - Skipp two tests because of gh#andymccurdy/redis-py#1459. - update to 3.5.3 * Restore try/except clauses to __del__ methods. These will be removed in 4.0 when more explicit resource management if enforced. #1339 * Update the master_address when Sentinels promote a new master. #847 * Update SentinelConnectionPool to not forcefully disconnect other in-use connections which can negatively affect threaded applications. #1345 3.5.2 * Tune the locking in ConnectionPool.get_connection so that the lock is not held while waiting for the socket to establish and validate the TCP connection. 3.5.1 * Fix for HSET argument validation to allow any non-None key. Thanks @AleksMat, #1337, #1341 3.5.0 * Removed exception trapping from __del__ methods. redis-py objects that hold various resources implement __del__ cleanup methods to release those resources when the object goes out of scope. This provides a fallback for when these objects aren't explicitly closed by user code. Prior to this change any errors encountered in closing these resources would be hidden from the user. Thanks @jdufresne. #1281 * Expanded support for connection strings specifying a username connecting to pre-v6 servers. #1274 * Optimized Lock's blocking_timeout and sleep. If the lock cannot be acquired and the sleep value would cause the loop to sleep beyond blocking_timeout, fail immediately. Thanks @clslgrnc. #1263 * Added support for passing Python memoryviews to Redis command args that expect strings or bytes. The memoryview instance is sent directly to the socket such that there are zero copies made of the underlying data during command packing. Thanks @Cody-G. #1265, #1285 * HSET command now can accept multiple pairs. HMSET has been marked as deprecated now. Thanks to @laixintao #1271 * Don't manually DISCARD when encountering an ExecAbortError. Thanks @nickgaya, #1300/#1301 * Reset the watched state of pipelines after calling exec. This saves a roundtrip to the server by not having to call UNWATCH within Pipeline.reset(). Thanks @nickgaya, #1299/#1302 * Added the KEEPTTL option for the SET command. Thanks @laixintao #1304/#1280 * Added the MEMORY STATS command. #1268 * Lock.extend() now has a new option, `replace_ttl`. When False (the default), Lock.extend() adds the `additional_time` to the lock's existing TTL. When replace_ttl=True, the lock's existing TTL is replaced with the value of `additional_time`. * Add testing and support for PyPy. - downgrade requires for redis to recommends * Better error handling Changes in python-retrying: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15_python_module_pythons} - require setuptools - Switch to pyproject macros. - Stop using greedy globs in %files. - Update to version 1.3.4 * Added Greg Roodt as maintainer * Formatted code with black * Updated repository references - Improve summary. - Remove superfluous devel dependency for noarch package - Initial package Changes in python-semver: - update to 3.0.2: * :pr:`418`: Replace :class:`~collection.OrderedDict` with :class:`dict`. * The dict datatype is ordered since Python 3.7. As we do not support Python 3.6 anymore, it can be considered safe to avoid :class:`~collection.OrderedDict`. * :pr:`431`: Clarify version policy for the different semver versions (v2, v3, >v3) and the supported Python versions. * :gh:`432`: Improve external doc links to Python and Pydantic. * :pr:`417`: Amend GitHub Actions to check against MacOS. - remove obsolete setup-remove-asterisk.patch - update to version 3.0.1: - Remove incorrect dependencies from build-system section of pyproject.toml by @mgorny in #405 - correct typo in function description of next_version by @treee111 in #406 - Improve GitHub Action by @tomschr in #408 - Add CITATION.cff for citation by @tomschr in #409 - Add Version class to __all__ export. Fix #410 by @Soneji in #411 - Configure docformatter by @tomschr in #412 - Prepare version 3.0.1 by @tomschr in #413 - update to version 3.0.0: - Bugfixes - :gh:`291`: Disallow negative numbers in VersionInfo arguments for ``major``, ``minor``, and ``patch``. * :gh:`310`: Rework API documentation. Follow a more "semi-manual" attempt and add auto directives into :file:`docs/api.rst`. * :gh:`344`: Allow empty string, a string with a prefix, or ``None`` as token in :meth:`~semver.version.Version.bump_build` and :meth:`~semver.version.Version.bump_prerelease`. * :pr:`384`: General cleanup, reformat files: * Reformat source code with black again as some config options did accidentely exclude the semver source code. Mostly remove some includes/excludes in the black config. * Integrate concurrency in GH Action * Ignore Python files on project dirs in .gitignore * Remove unused patterns in MANIFEST.in * Use ``extend-exclude`` for flake in :file:`setup.cfg`` and adapt list. * Use ``skip_install=True`` in :file:`tox.ini` for black * :pr:`393`: Fix command :command:`python -m semver` to avoid the error "invalid choice" * :pr:`396`: Calling :meth:`~semver.version.Version.parse` on a derived class will show correct type of derived class. - Deprecations * :gh:`169`: Deprecate CLI functions not imported from ``semver.cli``. * :gh:`234`: In :file:`setup.py` simplified file and remove ``Tox`` and ``Clean`` classes * :gh:`284`: Deprecate the use of :meth:`~Version.isvalid`. Rename :meth:`~semver.version.Version.isvalid` to :meth:`~semver.version.Version.is_valid` for consistency reasons with :meth:`~semver.version.Version.is_compatible`. * :pr:`402`: Keep :func:`semver.compare <semver._deprecated.compare>`. Although it breaks consistency with module level functions, it seems it's a much needed/used function. It's still unclear if we should deprecate this function or not (that's why we use :py:exc:`PendingDeprecationWarning`). As we don't have a uniform initializer yet, this function stays in the :file:`_deprecated.py` file for the time being until we find a better solution. See :gh:`258` for details. - Features * Remove :file:`semver.py` * Create :file:`src/semver/__init__.py` * Create :file:`src/semver/cli.py` for all CLI methods * Create :file:`src/semver/_deprecated.py` for the ``deprecated`` decorator and other deprecated functions * Create :file:`src/semver/__main__.py` to allow calling the CLI using :command:`python -m semver` * Create :file:`src/semver/_types.py` to hold type aliases * Create :file:`src/semver/version.py` to hold the :class:`Version` class (old name :class:`VersionInfo`) and its utility functions * Create :file:`src/semver/__about__.py` for all the metadata variables * :gh:`213`: Add typing information * :gh:`284`: Implement :meth:`~semver.version.Version.is_compatible` to make "is self compatible with X". * :gh:`305`: Rename :class:`~semver.version.VersionInfo` to :class:`~semver.version.Version` but keep an alias for compatibility - add setup-remove-asterisk.patch to fix build error - update to version 3.0.0-dev.4: - Bug Fixes: - :gh:`374`: Correct Towncrier's config entries in the :file:`pyproject.toml` file. The old entries ``[[tool.towncrier.type]]`` are deprecated and need to be replaced by ``[tool.towncrier.fragment.<TYPE>]``. - Deprecations: - :gh:`372`: Deprecate support for Python 3.6. Python 3.6 reached its end of life and isn't supported anymore. At the time of writing (Dec 2022), the lowest version is 3.7. Although the `poll <https://github.com/python-semver/python-semver/discussions/371>`_ didn't cast many votes, the majority agree to remove support for Python 3.6. - Improved Documentation: - :gh:`335`: Add new section "Converting versions between PyPI and semver" the limitations and possible use cases to convert from one into the other versioning scheme. - :gh:`340`: Describe how to get version from a file - :gh:`343`: Describe combining Pydantic with semver in the "Advanced topic" section. - :gh:`350`: Restructure usage section. Create subdirectory "usage/" and splitted all section into different files. - :gh:`351`: Introduce new topics for: * "Migration to semver3" * "Advanced topics" - Features: - :pr:`359`: Add optional parameter ``optional_minor_and_patch`` in :meth:`.Version.parse` to allow optional minor and patch parts. - :pr:`362`: Make :meth:`.Version.match` accept a bare version string as match expression, defaulting to equality testing. - :gh:`364`: Enhance :file:`pyproject.toml` to make it possible to use the :command:`pyproject-build` command from the build module. For more information, see :ref:`build-semver`. - :gh:`365`: Improve :file:`pyproject.toml`. * Use setuptools, add metadata. Taken approach from `A Practical Guide to Setuptools and Pyproject.toml <https://godatadriven.com/blog/a-practical-guide-to-setuptools-and-pyproject-toml/>`_. * Doc: Describe building of semver * Remove :file:`.travis.yml` in :file:`MANIFEST.in` (not needed anymore) * Distinguish between Python 3.6 and others in :file:`tox.ini` * Add skip_missing_interpreters option for :file:`tox.ini` * GH Action: Upgrade setuptools and setuptools-scm and test against 3.11.0-rc.2 - Trivial/Internal Changes: - :gh:`378`: Fix some typos in Towncrier configuration - switch to the tagged version rather than a gh branch tarball - fix support for Python 3.10 with update to development version: - update to revision g4d2df08: - Changes for the upcoming release can be found in: - the `"changelog.d" directory <https://github.com/python-semver/python-semver/tree/master/changelog.d>`_: - in our repository.: - update to version 3.0.0-dev.2: - Deprecations: - :gh:`169`: Deprecate CLI functions not imported from ``semver.cli``. - Features: - :gh:`169`: Create semver package and split code among different modules in the packages. * Remove :file:`semver.py` * Create :file:`src/semver/__init__.py` * Create :file:`src/semver/cli.py` for all CLI methods * Create :file:`src/semver/_deprecated.py` for the ``deprecated`` decorator and other deprecated functions * Create :file:`src/semver/__main__.py` to allow calling the CLI using :command:`python -m semver` * Create :file:`src/semver/_types.py` to hold type aliases * Create :file:`src/semver/version.py` to hold the :class:`Version` class (old name :class:`VersionInfo`) and its utility functions * Create :file:`src/semver/__about__.py` for all the metadata variables - :gh:`305`: Rename :class:`VersionInfo` to :class:`Version` but keep an alias for compatibility - Improved Documentation: - :gh:`304`: Several improvements in documentation: * Reorganize API documentation. * Add migration chapter from semver2 to semver3. * Distinguish between changlog for version 2 and 3 - :gh:`305`: Add note about :class:`Version` rename. - Trivial/Internal Changes: - :gh:`169`: Adapted infrastructure code to the new project layout. * Replace :file:`setup.py` with :file:`setup.cfg` because the :file:`setup.cfg` is easier to use * Adapt documentation code snippets where needed * Adapt tests * Changed the ``deprecated`` to hardcode the ``semver`` package name in the warning. Increase coverage to 100% for all non-deprecated APIs - :gh:`304`: Support PEP-561 :file:`py.typed`. According to the mentioned PEP: "Package maintainers who wish to support type checking of their code MUST add a marker file named :file:`py.typed` to their package supporting typing." Add package_data to :file:`setup.cfg` to include this marker in dist and whl file. - update to version 3.0.0-dev.1: - Deprecations: - :pr:`290`: For semver 3.0.0-alpha0: * Remove anything related to Python2 * In :file:`tox.ini` and :file:`.travis.yml` Remove targets py27, py34, py35, and pypy. Add py38, py39, and nightly (allow to fail) * In :file:`setup.py` simplified file and remove ``Tox`` and ``Clean`` classes * Remove old Python versions (2.7, 3.4, 3.5, and pypy) from Travis - :gh:`234`: In :file:`setup.py` simplified file and remove ``Tox`` and ``Clean`` classes - Features: - :pr:`290`: Create semver 3.0.0-alpha0 * Update :file:`README.rst`, mention maintenance branch ``maint/v2``. * Remove old code mainly used for Python2 compatibility, adjusted code to support Python3 features. * Split test suite into separate files under :file:`tests/` directory * Adjust and update :file:`setup.py`. Requires Python >=3.6.* Extract metadata directly from source (affects all the ``__version__``, ``__author__`` etc. variables) - :gh:`270`: Configure Towncrier (:pr:`273`:) * Add :file:`changelog.d/.gitignore` to keep this directory * Create :file:`changelog.d/README.rst` with some descriptions * Add :file:`changelog.d/_template.rst` as Towncrier template * Add ``[tool.towncrier]`` section in :file:`pyproject.toml` * Add "changelog" target into :file:`tox.ini`. Use it like :command:`tox -e changelog -- CMD` whereas ``CMD`` is a Towncrier command. The default :command:`tox -e changelog` calls Towncrier to create a draft of the changelog file and output it to stdout. * Update documentation and add include a new section "Changelog" included from :file:`changelog.d/README.rst`. - :gh:`276`: Document how to create a sublass from :class:`VersionInfo` class - :gh:`213`: Add typing information - Bug Fixes: - :gh:`291`: Disallow negative numbers in VersionInfo arguments for ``major``, ``minor``, and ``patch``. - Improved Documentation: - :pr:`290`: Several improvements in the documentation: * New layout to distinguish from the semver2 development line. * Create new logo. * Remove any occurances of Python2. * Describe changelog process with Towncrier. * Update the release process. - Trivial/Internal Changes: - :pr:`290`: Add supported Python versions to :command:`black`. * PR #62. Support custom default names for pre and build Changes in python-sshtunnel: - Require update-alternatives for the scriptlets. - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install - Limit Python files matched in %files section - Use %sle15_python_module_pythons - do not require python-mock for build - update to 0.4.0: + Change the daemon mod flag for all tunnel threads (is not fully backward compatible) to prevent unexpected hangs (`#219`_) + Add docker based end to end functinal tests for Mongo/Postgres/MySQL + Add docker based end to end hangs tests + Fix host key directory detection + Unify default ssh config folder to `~/.ssh` + Increase open connection timeout to 10 secods + Change default with context behavior to use `.stop(force=True)` on exit + Remove useless `daemon_forward_servers = True` hack for hangs prevention + Set transport keepalive to 5 second by default + Set default transport timeout to 0.1 + Deprecate and remove `block_on_close` option + Fix "deadlocks" / "tunneling hangs" + Add `.stop(force=True)` for force close active connections + Fixes bug with orphan thread for a tunnel that is DOWN + Support IPv6 without proxy command. Use built-in paramiko create socket logic. The logic tries to use ipv6 socket family first, then ipv4 socket family. Changes in python-strictyaml: - require setuptools - update to 1.7.3: * REFACTOR : Fix pipeline. * TOOLING : Improvements to pyenv multi-environment tester. * FEATURE : Upgraded package to use pyproject.toml files * REFACTOR : Fixed linter errors. * TOOLING : Build wheel and sdist that both work. - Add %{?sle15_python_module_pythons} - Update to 1.6.2 No relevant code changes. see details changelog: https://hitchdev.com/strictyaml/changelog/#latest - update to 1.6.1 too many changes to be listed here see detailed changelog: https://hitchdev.com/strictyaml/changelog/ - update to 1.4.4 * Add support for NaN and infinity representations * Optional keys in mappings and set value to None * Support underscores in int and decimal * NullNone - parse 'null' as None like YAML 1.2 does. * Bundle last propertly working ruamel.yaml version in with strictyaml. - version update to 1.0.6 * BUGFIX : Fix accidental python 2 breakage. * BUGFIX : Accidental misrecognition of boolean values as numbers - cause of #85. * BUGFIX : Fix for #86 - handle changing multiline strings. * BUGFIX: handle deprecated collections import in the parser (#82) - Update to 1.0.5: * BUGFIX : Fixed python 2 bug introduced when fixing #72. * FEATURE : Include tests / stories in package. * BUG: issue #72. Now setitem uses schema. - Expand %description. - Initial spec for v1.0.3 Changes in python-sure: - Switch build system from setuptools to pyproject.toml + Add python-pip and python-wheel to BuildRequires + Replace %python_build with %pyproject_wheel + Replace %python_install with %pyproject_install - update to 2.0.1: * Fixes CI build (Github Actions) * Fixes broken tests * Housekeeping: Licensing * Disable nosetests for testing leaving only pytest as supported test-runner for now - Add %{?sle15_python_module_pythons} - Remove mock from BuildRequires. - Rebase python-sure-no-mock.patch to remove one missed import. - do not require mock for build nor runtime - added patches fix https://github.com/gabrielfalcao/sure/pull/161 + python-sure-no-mock.patch - Update to 2.0.0 * No longer patch the builtin dir() function, which fixes pytest in some cases such as projects using gevent. - switch to pytest - Version update to 1.4.11: * Reading the version dynamically was causing import errors that caused error when installing package. Refs #144 Changes in python-vcrpy: - Update to 6.0.1 * BREAKING: Fix issue with httpx support (thanks @parkerhancock) in #784. * BREAKING: Drop support for `boto` (vcrpy still supports boto3, but is dropping the deprecated `boto` support in this release. (thanks @jairhenrique) * Fix compatibility issue with Python 3.12 (thanks @hartwork) * Drop simplejson (fixes some compatibility issues) (thanks @jairhenrique) * Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @mgorny) * Various linting and docs improvements (thanks @jairhenrique) * Tornado fixes (thanks @graingert) - version update to 5.1.0 * Use ruff for linting (instead of current flake8/isort/pyflakes) - thanks @jairhenrique * Enable rule B (flake8-bugbear) on ruff - thanks @jairhenrique * Configure read the docs V2 - thanks @jairhenrique * Fix typo in docs - thanks @quasimik * Make json.loads of Python >=3.6 decode bytes by itself - thanks @hartwork * Fix body matcher for chunked requests (fixes #734) - thanks @hartwork * Fix query param filter for aiohttp (fixes #517) - thanks @hartwork and @salomvary * Remove unnecessary dependency on six. - thanks @charettes * build(deps): update sphinx requirement from <7 to <8 - thanks @jairhenrique * Add action to validate docs - thanks @jairhenrique * Add editorconfig file - thanks @jairhenrique * Drop iscoroutinefunction fallback function for unsupported python thanks @jairhenrique - for changelog for older releases refer to https://github.com/kevin1024/vcrpy/releases - six is not required - Use sle15_python_module_pythons - Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688 - Update to version 4.2.1 * Fix a bug where the first request in a redirect chain was not being recorded with aiohttp * Various typos and small fixes, thanks @jairhenrique, @timgates42 - Update to 4.1.1: * Fix HTTPX support for versions greater than 0.15 (thanks @jairhenrique) * Include a trailing newline on json cassettes (thanks @AaronRobson) - Update to 4.1.0: * Add support for httpx!! (thanks @herdigiorgi) * Add the new allow_playback_repeats option (thanks @tysonholub) * Several aiohttp improvements (cookie support, multiple headers with same key) (Thanks @pauloromeira) * Use enums for record modes (thanks @aaronbannin) * Bugfix: Do not redirect on 304 in aiohttp (Thanks @royjs) * Bugfix: Fix test suite by switching to mockbin (thanks @jairhenrique) - Remove patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch as we dropped py2 integration support on Tumbleweed - Added patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch * Enable python2 again since it breaks many packages - Fix locale on Leap - update to version 4.0.2 * Remove Python2 support * Add Python 3.8 TravisCI support * Correct mock imports Changes in python-xmltodict: - Clean up the SPEC file. - add sle15_python_module_pythons - update to 0.13.0: * Add install info to readme for openSUSE. (#205) * Support defaultdict for namespace mapping (#211) * parse(generator) is now possible (#212) * Processing comments on parsing from xml to dict (connected to #109) (#221) * Add expand_iter kw to unparse to expand iterables (#213) * Fixed some typos * Add support for python3.8 * Drop Jython/Python 2 and add Python 3.9/3.10. * Drop OrderedDict in Python >= 3.7 * Do not use len() to determine if a sequence is empty * Add more namespace attribute tests * Fix encoding issue in setup.py - Add patch skip-tests-expat-245.patch: * Do not run tests that make no sense with a current Expat. Changes in python-asgiref: First package shipment. python-Automat-22.10.0-150400.3.7.2.src.rpm python-Deprecated-1.2.14-150400.10.7.2.src.rpm python-Fabric-3.2.2-150400.10.4.1.src.rpm python-PyGithub-1.57-150400.10.4.4.src.rpm python-PyJWT-2.8.0-150400.8.7.2.src.rpm python-Pygments-2.15.1-150400.7.7.4.src.rpm python-Twisted-22.10.0-150400.5.17.4.src.rpm python-aiohttp-3.9.3-150400.10.18.4.src.rpm python-aiosignal-1.3.1-150400.9.7.2.src.rpm python-antlr4-python3-runtime-4.13.1-150400.10.4.1.src.rpm python-argcomplete-3.3.0-150400.12.12.2.src.rpm python-asgiref-3.6.0-150400.9.7.3.src.rpm python-async_timeout-4.0.2-150400.10.7.2.src.rpm python-avro-1.11.3-150400.10.4.1.src.rpm python-blinker-1.6.2-150400.12.7.4.src.rpm python-chardet-5.2.0-150400.13.7.2.src.rpm python-constantly-15.1.0-150400.12.7.2.src.rpm python-decorator-5.1.1-150400.12.7.4.src.rpm python-distro-1.9.0-150400.12.4.1.src.rpm python-docker-7.0.0-150400.8.4.4.src.rpm python-fakeredis-2.21.0-150400.9.3.4.src.rpm python-fixedint-0.2.0-150400.9.3.1.src.rpm python-fluidity-sm-0.2.0-150400.10.7.2.src.rpm python-frozenlist-1.3.3-150400.9.7.2.src.rpm python-httplib2-0.22.0-150400.10.4.1.src.rpm python-httpretty-1.1.4-150400.11.4.1.src.rpm python-humanfriendly-10.0-150400.13.7.4.src.rpm python-hyperlink-21.0.0-150400.12.7.4.src.rpm python-importlib-metadata-6.8.0-150400.10.9.2.src.rpm python-incremental-22.10.0-150400.3.7.2.src.rpm python-invoke-2.1.2-150400.10.7.4.src.rpm python-isodate-0.6.1-150400.12.7.2.src.rpm python-javaproperties-0.8.1-150400.10.4.4.src.rpm python-jsondiff-2.0.0-150400.10.4.1.src.rpm python-knack-0.11.0-150400.10.4.4.src.rpm python-lexicon-2.0.1-150400.10.7.1.src.rpm python-marshmallow-3.20.2-150400.9.7.1.src.rpm python-multidict-6.0.4-150400.7.7.4.src.rpm python-oauthlib-3.2.2-150400.12.7.4.src.rpm python-opencensus-0.11.4-150400.10.6.3.src.rpm python-opencensus-context-0.1.3-150400.10.6.1.src.rpm python-opencensus-ext-threading-0.1.2-150400.10.6.1.src.rpm python-opentelemetry-api-1.23.0-150400.10.7.1.src.rpm python-opentelemetry-sdk-1.23.0-150400.9.3.1.src.rpm python-opentelemetry-semantic-conventions-0.44b0-150400.9.3.1.src.rpm python-opentelemetry-test-utils-0.44b0-150400.9.3.1.src.rpm python-paramiko-3.4.0-150400.13.10.4.src.rpm python-paramiko-doc-3.4.0-150400.13.10.4.noarch.rpm python-pathspec-0.11.1-150400.9.7.2.src.rpm python-pip-22.3.1-150400.17.16.4.src.rpm python-pkginfo-1.9.6-150400.7.7.1.src.rpm python-portalocker-2.7.0-150400.10.7.4.src.rpm python-psutil-5.9.5-150400.6.9.4.src.rpm python-pycomposefile-0.0.30-150400.9.3.1.src.rpm python-pydash-6.0.2-150400.9.4.1.src.rpm python-pyparsing-3.0.9-150400.5.7.4.src.rpm python-redis-5.0.1-150400.12.4.4.src.rpm python-requests-oauthlib-1.3.1-150400.12.7.1.src.rpm python-retrying-1.3.4-150400.12.4.1.src.rpm python-scp-0.14.5-150400.12.7.4.src.rpm python-semver-3.0.2-150400.10.4.1.src.rpm python-service_identity-23.1.0-150400.8.7.1.src.rpm python-sortedcontainers-2.4.0-150400.8.7.4.src.rpm python-sshtunnel-0.4.0-150400.5.4.4.src.rpm python-strictyaml-1.7.3-150400.9.3.4.src.rpm python-tabulate-0.9.0-150400.11.7.4.src.rpm python-tqdm-4.66.1-150400.9.7.4.src.rpm python-tqdm-bash-completion-4.66.1-150400.9.7.4.noarch.rpm python-typing_extensions-4.5.0-150400.3.9.1.src.rpm python-vcrpy-6.0.1-150400.7.4.4.src.rpm python-websocket-client-1.5.1-150400.13.7.1.src.rpm python-wheel-0.40.0-150400.13.7.4.src.rpm python-wrapt-1.15.0-150400.12.7.1.src.rpm python-yarl-1.9.2-150400.8.7.4.src.rpm python-zipp-3.15.0-150400.10.7.1.src.rpm python-zope.interface-6.0-150400.12.7.4.src.rpm python311-Automat-22.10.0-150400.3.7.2.noarch.rpm python311-Deprecated-1.2.14-150400.10.7.2.noarch.rpm python311-Fabric-3.2.2-150400.10.4.1.noarch.rpm python311-PyGithub-1.57-150400.10.4.4.noarch.rpm python311-PyJWT-2.8.0-150400.8.7.2.noarch.rpm python311-Pygments-2.15.1-150400.7.7.4.noarch.rpm python311-Twisted-22.10.0-150400.5.17.4.noarch.rpm python311-Twisted-all_non_platform-22.10.0-150400.5.17.4.noarch.rpm python311-Twisted-conch-22.10.0-150400.5.17.4.noarch.rpm python311-Twisted-conch_nacl-22.10.0-150400.5.17.4.noarch.rpm python311-Twisted-contextvars-22.10.0-150400.5.17.4.noarch.rpm python311-Twisted-http2-22.10.0-150400.5.17.4.noarch.rpm python311-Twisted-serial-22.10.0-150400.5.17.4.noarch.rpm python311-Twisted-tls-22.10.0-150400.5.17.4.noarch.rpm python311-aiohttp-3.9.3-150400.10.18.4.x86_64.rpm python311-aiosignal-1.3.1-150400.9.7.2.noarch.rpm python311-antlr4-python3-runtime-4.13.1-150400.10.4.1.noarch.rpm python311-argcomplete-3.3.0-150400.12.12.2.noarch.rpm python311-asgiref-3.6.0-150400.9.7.3.noarch.rpm python311-async_timeout-4.0.2-150400.10.7.2.noarch.rpm python311-avro-1.11.3-150400.10.4.1.noarch.rpm python311-blinker-1.6.2-150400.12.7.4.noarch.rpm python311-chardet-5.2.0-150400.13.7.2.noarch.rpm python311-constantly-15.1.0-150400.12.7.2.noarch.rpm python311-decorator-5.1.1-150400.12.7.4.noarch.rpm python311-distro-1.9.0-150400.12.4.1.noarch.rpm python311-docker-7.0.0-150400.8.4.4.noarch.rpm python311-fakeredis-2.21.0-150400.9.3.4.noarch.rpm python311-fixedint-0.2.0-150400.9.3.1.noarch.rpm python311-fluidity-sm-0.2.0-150400.10.7.2.noarch.rpm python311-frozenlist-1.3.3-150400.9.7.2.x86_64.rpm python311-httplib2-0.22.0-150400.10.4.1.noarch.rpm python311-httpretty-1.1.4-150400.11.4.1.noarch.rpm python311-humanfriendly-10.0-150400.13.7.4.noarch.rpm python311-hyperlink-21.0.0-150400.12.7.4.noarch.rpm python311-importlib-metadata-6.8.0-150400.10.9.2.noarch.rpm python311-incremental-22.10.0-150400.3.7.2.noarch.rpm python311-invoke-2.1.2-150400.10.7.4.noarch.rpm python311-isodate-0.6.1-150400.12.7.2.noarch.rpm python311-javaproperties-0.8.1-150400.10.4.4.noarch.rpm python311-jsondiff-2.0.0-150400.10.4.1.noarch.rpm python311-knack-0.11.0-150400.10.4.4.noarch.rpm python311-lexicon-2.0.1-150400.10.7.1.noarch.rpm python311-marshmallow-3.20.2-150400.9.7.1.noarch.rpm python311-multidict-6.0.4-150400.7.7.4.x86_64.rpm python311-oauthlib-3.2.2-150400.12.7.4.noarch.rpm python311-opencensus-0.11.4-150400.10.6.3.noarch.rpm python311-opencensus-context-0.1.3-150400.10.6.1.noarch.rpm python311-opencensus-ext-threading-0.1.2-150400.10.6.1.noarch.rpm python311-opentelemetry-api-1.23.0-150400.10.7.1.noarch.rpm python311-opentelemetry-sdk-1.23.0-150400.9.3.1.noarch.rpm python311-opentelemetry-semantic-conventions-0.44b0-150400.9.3.1.noarch.rpm python311-opentelemetry-test-utils-0.44b0-150400.9.3.1.noarch.rpm python311-paramiko-3.4.0-150400.13.10.4.noarch.rpm python311-pathspec-0.11.1-150400.9.7.2.noarch.rpm python311-pip-22.3.1-150400.17.16.4.noarch.rpm python311-pkginfo-1.9.6-150400.7.7.1.noarch.rpm python311-portalocker-2.7.0-150400.10.7.4.noarch.rpm python311-psutil-5.9.5-150400.6.9.4.x86_64.rpm python311-pycomposefile-0.0.30-150400.9.3.1.noarch.rpm python311-pydash-6.0.2-150400.9.4.1.noarch.rpm python311-pyparsing-3.0.9-150400.5.7.4.noarch.rpm python311-redis-5.0.1-150400.12.4.4.noarch.rpm python311-requests-oauthlib-1.3.1-150400.12.7.1.noarch.rpm python311-retrying-1.3.4-150400.12.4.1.noarch.rpm python311-scp-0.14.5-150400.12.7.4.noarch.rpm python311-semver-3.0.2-150400.10.4.1.noarch.rpm python311-service_identity-23.1.0-150400.8.7.1.noarch.rpm python311-sortedcontainers-2.4.0-150400.8.7.4.noarch.rpm python311-sshtunnel-0.4.0-150400.5.4.4.noarch.rpm python311-strictyaml-1.7.3-150400.9.3.4.noarch.rpm python311-tabulate-0.9.0-150400.11.7.4.noarch.rpm python311-tqdm-4.66.1-150400.9.7.4.noarch.rpm python311-typing_extensions-4.5.0-150400.3.9.1.noarch.rpm python311-vcrpy-6.0.1-150400.7.4.4.noarch.rpm python311-websocket-client-1.5.1-150400.13.7.1.noarch.rpm python311-wheel-0.40.0-150400.13.7.4.noarch.rpm python311-wrapt-1.15.0-150400.12.7.1.x86_64.rpm python311-yarl-1.9.2-150400.8.7.4.x86_64.rpm python311-zipp-3.15.0-150400.10.7.1.noarch.rpm python311-zope.interface-6.0-150400.12.7.4.x86_64.rpm python311-aiohttp-3.9.3-150400.10.18.4.s390x.rpm python311-frozenlist-1.3.3-150400.9.7.2.s390x.rpm python311-multidict-6.0.4-150400.7.7.4.s390x.rpm python311-psutil-5.9.5-150400.6.9.4.s390x.rpm python311-wrapt-1.15.0-150400.12.7.1.s390x.rpm python311-yarl-1.9.2-150400.8.7.4.s390x.rpm python311-zope.interface-6.0-150400.12.7.4.s390x.rpm python311-aiohttp-3.9.3-150400.10.18.4.ppc64le.rpm python311-frozenlist-1.3.3-150400.9.7.2.ppc64le.rpm python311-multidict-6.0.4-150400.7.7.4.ppc64le.rpm python311-psutil-5.9.5-150400.6.9.4.ppc64le.rpm python311-wrapt-1.15.0-150400.12.7.1.ppc64le.rpm python311-yarl-1.9.2-150400.8.7.4.ppc64le.rpm python311-zope.interface-6.0-150400.12.7.4.ppc64le.rpm python311-aiohttp-3.9.3-150400.10.18.4.aarch64.rpm python311-frozenlist-1.3.3-150400.9.7.2.aarch64.rpm python311-multidict-6.0.4-150400.7.7.4.aarch64.rpm python311-psutil-5.9.5-150400.6.9.4.aarch64.rpm python311-wrapt-1.15.0-150400.12.7.1.aarch64.rpm python311-yarl-1.9.2-150400.8.7.4.aarch64.rpm python311-zope.interface-6.0-150400.12.7.4.aarch64.rpm openSUSE-SLE-15.6-2024-1602 Recommended update for salt important SUSE Updates openSUSE-SLE 15.6 This update for salt fixes the following issues: - Make "man" a recommended package instead of required to fix installation issues with SLE Micro python3-salt-3006.0-150500.4.35.1.x86_64.rpm True python3-salt-testsuite-3006.0-150500.4.35.1.x86_64.rpm True salt-3006.0-150500.4.35.1.src.rpm True salt-3006.0-150500.4.35.1.x86_64.rpm True salt-api-3006.0-150500.4.35.1.x86_64.rpm True salt-bash-completion-3006.0-150500.4.35.1.noarch.rpm True salt-cloud-3006.0-150500.4.35.1.x86_64.rpm True salt-doc-3006.0-150500.4.35.1.x86_64.rpm True salt-fish-completion-3006.0-150500.4.35.1.noarch.rpm True salt-master-3006.0-150500.4.35.1.x86_64.rpm True salt-minion-3006.0-150500.4.35.1.x86_64.rpm True salt-proxy-3006.0-150500.4.35.1.x86_64.rpm True salt-ssh-3006.0-150500.4.35.1.x86_64.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.35.1.x86_64.rpm True salt-syndic-3006.0-150500.4.35.1.x86_64.rpm True salt-test-3006.0-150500.4.35.1.src.rpm True salt-transactional-update-3006.0-150500.4.35.1.x86_64.rpm True salt-zsh-completion-3006.0-150500.4.35.1.noarch.rpm True python3-salt-3006.0-150500.4.35.1.s390x.rpm True python3-salt-testsuite-3006.0-150500.4.35.1.s390x.rpm True salt-3006.0-150500.4.35.1.s390x.rpm True salt-api-3006.0-150500.4.35.1.s390x.rpm True salt-cloud-3006.0-150500.4.35.1.s390x.rpm True salt-doc-3006.0-150500.4.35.1.s390x.rpm True salt-master-3006.0-150500.4.35.1.s390x.rpm True salt-minion-3006.0-150500.4.35.1.s390x.rpm True salt-proxy-3006.0-150500.4.35.1.s390x.rpm True salt-ssh-3006.0-150500.4.35.1.s390x.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.35.1.s390x.rpm True salt-syndic-3006.0-150500.4.35.1.s390x.rpm True salt-transactional-update-3006.0-150500.4.35.1.s390x.rpm True python3-salt-3006.0-150500.4.35.1.ppc64le.rpm True python3-salt-testsuite-3006.0-150500.4.35.1.ppc64le.rpm True salt-3006.0-150500.4.35.1.ppc64le.rpm True salt-api-3006.0-150500.4.35.1.ppc64le.rpm True salt-cloud-3006.0-150500.4.35.1.ppc64le.rpm True salt-doc-3006.0-150500.4.35.1.ppc64le.rpm True salt-master-3006.0-150500.4.35.1.ppc64le.rpm True salt-minion-3006.0-150500.4.35.1.ppc64le.rpm True salt-proxy-3006.0-150500.4.35.1.ppc64le.rpm True salt-ssh-3006.0-150500.4.35.1.ppc64le.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.35.1.ppc64le.rpm True salt-syndic-3006.0-150500.4.35.1.ppc64le.rpm True salt-transactional-update-3006.0-150500.4.35.1.ppc64le.rpm True python3-salt-3006.0-150500.4.35.1.aarch64.rpm True python3-salt-testsuite-3006.0-150500.4.35.1.aarch64.rpm True salt-3006.0-150500.4.35.1.aarch64.rpm True salt-api-3006.0-150500.4.35.1.aarch64.rpm True salt-cloud-3006.0-150500.4.35.1.aarch64.rpm True salt-doc-3006.0-150500.4.35.1.aarch64.rpm True salt-master-3006.0-150500.4.35.1.aarch64.rpm True salt-minion-3006.0-150500.4.35.1.aarch64.rpm True salt-proxy-3006.0-150500.4.35.1.aarch64.rpm True salt-ssh-3006.0-150500.4.35.1.aarch64.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.35.1.aarch64.rpm True salt-syndic-3006.0-150500.4.35.1.aarch64.rpm True salt-transactional-update-3006.0-150500.4.35.1.aarch64.rpm True openSUSE-SLE-15.6-2024-1620 Recommended update for SUSE Manager Client Tools Beta moderate SUSE Updates openSUSE-SLE 15.6 This update for SUSE Manager Client Tools Beta fixes the following issues: - Changed codestream origin of SUSE Manager Client Tools Beta (no source changes) grafana-ha-cluster-dashboards-1.1.0+git.1605027022.a84d536-150000.1.13.1.noarch.rpm grafana-ha-cluster-dashboards-1.1.0+git.1605027022.a84d536-150000.1.13.1.src.rpm grafana-sap-netweaver-dashboards-1.0.3+git.1601889366.9f71957-150000.1.13.1.noarch.rpm grafana-sap-netweaver-dashboards-1.0.3+git.1601889366.9f71957-150000.1.13.1.src.rpm grafana-sap-providers-1.1-150000.1.10.1.noarch.rpm grafana-sap-providers-1.1-150000.1.10.1.src.rpm grafana-sleha-provider-1.1.0+git.1605027022.a84d536-150000.1.13.1.noarch.rpm openSUSE-SLE-15.6-2024-1587 Security update for go1.22 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.22 fixes the following issues: Update to go1.22.3: - CVE-2024-24787: cmd/go: arbitrary code execution during build on darwin (bsc#1224017) - CVE-2024-24788: net: high cpu usage in extractExtendedRCode (bsc#1224018) - cmd/compile: Go 1.22.x failed to be bootstrapped from 386 to ppc64le - cmd/compile: changing a hot concrete method to interface method triggers a PGO ICE - runtime: deterministic fallback hashes across process boundary - net/http: TestRequestLimit/h2 becomes significantly more expensive and slower after x/net@v0.23.0 go1.22-1.22.3-150000.1.15.1.src.rpm go1.22-1.22.3-150000.1.15.1.x86_64.rpm go1.22-doc-1.22.3-150000.1.15.1.x86_64.rpm go1.22-race-1.22.3-150000.1.15.1.x86_64.rpm go1.22-1.22.3-150000.1.15.1.s390x.rpm go1.22-doc-1.22.3-150000.1.15.1.s390x.rpm go1.22-race-1.22.3-150000.1.15.1.s390x.rpm go1.22-1.22.3-150000.1.15.1.ppc64le.rpm go1.22-doc-1.22.3-150000.1.15.1.ppc64le.rpm go1.22-race-1.22.3-150000.1.15.1.ppc64le.rpm go1.22-1.22.3-150000.1.15.1.aarch64.rpm go1.22-doc-1.22.3-150000.1.15.1.aarch64.rpm go1.22-race-1.22.3-150000.1.15.1.aarch64.rpm openSUSE-SLE-15.6-2024-1588 Security update for go1.21 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.21 fixes the following issues: Update to go1.21.10: - CVE-2024-24787: cmd/go: arbitrary code execution during build on darwin (bsc#1224017) - net/http: TestRequestLimit/h2 becomes significantly more expensive and slower after x/net@v0.23.0 go1.21-1.21.10-150000.1.33.1.src.rpm go1.21-1.21.10-150000.1.33.1.x86_64.rpm go1.21-doc-1.21.10-150000.1.33.1.x86_64.rpm go1.21-race-1.21.10-150000.1.33.1.x86_64.rpm go1.21-1.21.10-150000.1.33.1.s390x.rpm go1.21-doc-1.21.10-150000.1.33.1.s390x.rpm go1.21-race-1.21.10-150000.1.33.1.s390x.rpm go1.21-1.21.10-150000.1.33.1.ppc64le.rpm go1.21-doc-1.21.10-150000.1.33.1.ppc64le.rpm go1.21-race-1.21.10-150000.1.33.1.ppc64le.rpm go1.21-1.21.10-150000.1.33.1.aarch64.rpm go1.21-doc-1.21.10-150000.1.33.1.aarch64.rpm go1.21-race-1.21.10-150000.1.33.1.aarch64.rpm openSUSE-SLE-15.6-2024-1649 Recommended update for product-builder moderate SUSE Updates openSUSE-SLE 15.6 This update for product-builder fixes the following issue: - PowerPC build failure introduced in 1.2.16 (bsc#1224010) product-builder-1.2.17-150400.3.9.2.src.rpm product-builder-1.2.17-150400.3.9.2.x86_64.rpm product-builder-1.2.17-150400.3.9.2.s390x.rpm product-builder-1.2.17-150400.3.9.2.ppc64le.rpm product-builder-1.2.17-150400.3.9.2.aarch64.rpm openSUSE-SLE-15.6-2024-1920 Optional update for update-test-trivial low SUSE Updates openSUSE-SLE 15.6 This update for update-test-trivial fixes the following issue: - Test maintenance workflow for new products. update-test-32bit-pkg-32bit-5.1-150200.39.1.x86_64.rpm update-test-32bit-pkg-5.1-150200.39.1.x86_64.rpm update-test-affects-package-manager-5.1-150200.39.1.x86_64.rpm update-test-broken-5.1-150200.39.1.x86_64.rpm update-test-feature-5.1-150200.39.1.x86_64.rpm update-test-interactive-5.1-150200.39.1.x86_64.rpm update-test-optional-5.1-150200.39.1.x86_64.rpm update-test-reboot-needed-5.1-150200.39.1.x86_64.rpm update-test-relogin-suggested-5.1-150200.39.1.x86_64.rpm update-test-retracted-5.1-150200.39.1.x86_64.rpm update-test-security-5.1-150200.39.1.x86_64.rpm update-test-trivial-5.1-150200.39.1.src.rpm update-test-trivial-5.1-150200.39.1.x86_64.rpm update-test-32bit-pkg-5.1-150200.39.1.s390x.rpm update-test-affects-package-manager-5.1-150200.39.1.s390x.rpm update-test-broken-5.1-150200.39.1.s390x.rpm update-test-feature-5.1-150200.39.1.s390x.rpm update-test-interactive-5.1-150200.39.1.s390x.rpm update-test-optional-5.1-150200.39.1.s390x.rpm update-test-reboot-needed-5.1-150200.39.1.s390x.rpm update-test-relogin-suggested-5.1-150200.39.1.s390x.rpm update-test-retracted-5.1-150200.39.1.s390x.rpm update-test-security-5.1-150200.39.1.s390x.rpm update-test-trivial-5.1-150200.39.1.s390x.rpm update-test-32bit-pkg-5.1-150200.39.1.ppc64le.rpm update-test-affects-package-manager-5.1-150200.39.1.ppc64le.rpm update-test-broken-5.1-150200.39.1.ppc64le.rpm update-test-feature-5.1-150200.39.1.ppc64le.rpm update-test-interactive-5.1-150200.39.1.ppc64le.rpm update-test-optional-5.1-150200.39.1.ppc64le.rpm update-test-reboot-needed-5.1-150200.39.1.ppc64le.rpm update-test-relogin-suggested-5.1-150200.39.1.ppc64le.rpm update-test-retracted-5.1-150200.39.1.ppc64le.rpm update-test-security-5.1-150200.39.1.ppc64le.rpm update-test-trivial-5.1-150200.39.1.ppc64le.rpm update-test-32bit-pkg-5.1-150200.39.1.aarch64.rpm update-test-affects-package-manager-5.1-150200.39.1.aarch64.rpm update-test-broken-5.1-150200.39.1.aarch64.rpm update-test-feature-5.1-150200.39.1.aarch64.rpm update-test-interactive-5.1-150200.39.1.aarch64.rpm update-test-optional-5.1-150200.39.1.aarch64.rpm update-test-reboot-needed-5.1-150200.39.1.aarch64.rpm update-test-relogin-suggested-5.1-150200.39.1.aarch64.rpm update-test-retracted-5.1-150200.39.1.aarch64.rpm update-test-security-5.1-150200.39.1.aarch64.rpm update-test-trivial-5.1-150200.39.1.aarch64.rpm openSUSE-SLE-15.6-2024-1955 Recommended update for postgresql13 moderate SUSE Updates openSUSE-SLE 15.6 This update for postgresql13 fixes the following issues: PostgreSQL upgrade to version 13.15 (bsc#1224051): Bug fixes: - Fix incompatibility with LLVM 18. - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build. - Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. - Remove constraints file because improved memory usage for s390x - Use %patch -P N instead of deprecated %patchN. Release notes: - https://www.postgresql.org/docs/release/13.15/ postgresql13-13.15-150200.5.58.1.src.rpm postgresql13-13.15-150200.5.58.1.x86_64.rpm postgresql13-contrib-13.15-150200.5.58.1.x86_64.rpm postgresql13-devel-13.15-150200.5.58.1.x86_64.rpm postgresql13-docs-13.15-150200.5.58.1.noarch.rpm postgresql13-llvmjit-13.15-150200.5.58.1.x86_64.rpm postgresql13-llvmjit-devel-13.15-150200.5.58.1.x86_64.rpm postgresql13-plperl-13.15-150200.5.58.1.x86_64.rpm postgresql13-plpython-13.15-150200.5.58.1.x86_64.rpm postgresql13-pltcl-13.15-150200.5.58.1.x86_64.rpm postgresql13-server-13.15-150200.5.58.1.x86_64.rpm postgresql13-server-devel-13.15-150200.5.58.1.x86_64.rpm postgresql13-test-13.15-150200.5.58.1.x86_64.rpm postgresql13-13.15-150200.5.58.1.s390x.rpm postgresql13-contrib-13.15-150200.5.58.1.s390x.rpm postgresql13-devel-13.15-150200.5.58.1.s390x.rpm postgresql13-llvmjit-13.15-150200.5.58.1.s390x.rpm postgresql13-llvmjit-devel-13.15-150200.5.58.1.s390x.rpm postgresql13-plperl-13.15-150200.5.58.1.s390x.rpm postgresql13-plpython-13.15-150200.5.58.1.s390x.rpm postgresql13-pltcl-13.15-150200.5.58.1.s390x.rpm postgresql13-server-13.15-150200.5.58.1.s390x.rpm postgresql13-server-devel-13.15-150200.5.58.1.s390x.rpm postgresql13-test-13.15-150200.5.58.1.s390x.rpm postgresql13-13.15-150200.5.58.1.ppc64le.rpm postgresql13-contrib-13.15-150200.5.58.1.ppc64le.rpm postgresql13-devel-13.15-150200.5.58.1.ppc64le.rpm postgresql13-llvmjit-13.15-150200.5.58.1.ppc64le.rpm postgresql13-llvmjit-devel-13.15-150200.5.58.1.ppc64le.rpm postgresql13-plperl-13.15-150200.5.58.1.ppc64le.rpm postgresql13-plpython-13.15-150200.5.58.1.ppc64le.rpm postgresql13-pltcl-13.15-150200.5.58.1.ppc64le.rpm postgresql13-server-13.15-150200.5.58.1.ppc64le.rpm postgresql13-server-devel-13.15-150200.5.58.1.ppc64le.rpm postgresql13-test-13.15-150200.5.58.1.ppc64le.rpm postgresql13-13.15-150200.5.58.1.aarch64.rpm postgresql13-contrib-13.15-150200.5.58.1.aarch64.rpm postgresql13-devel-13.15-150200.5.58.1.aarch64.rpm postgresql13-llvmjit-13.15-150200.5.58.1.aarch64.rpm postgresql13-llvmjit-devel-13.15-150200.5.58.1.aarch64.rpm postgresql13-plperl-13.15-150200.5.58.1.aarch64.rpm postgresql13-plpython-13.15-150200.5.58.1.aarch64.rpm postgresql13-pltcl-13.15-150200.5.58.1.aarch64.rpm postgresql13-server-13.15-150200.5.58.1.aarch64.rpm postgresql13-server-devel-13.15-150200.5.58.1.aarch64.rpm postgresql13-test-13.15-150200.5.58.1.aarch64.rpm openSUSE-SLE-15.6-2024-1656 Recommended update for postgresql12 moderate SUSE Updates openSUSE-SLE 15.6 This update for postgresql12 fixes the following issues: PostgreSQL upgrade to version 12.19 (bsc#1224051): Bug fixes: - Fix incompatibility with LLVM 18. - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build. - Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. - Remove constraints file because improved memory usage for s390x - Use %patch -P N instead of deprecated %patchN. Release notes: - https://www.postgresql.org/docs/release/12.19/ postgresql12-12.19-150200.8.60.1.src.rpm postgresql12-12.19-150200.8.60.1.x86_64.rpm postgresql12-contrib-12.19-150200.8.60.1.x86_64.rpm postgresql12-devel-12.19-150200.8.60.1.x86_64.rpm postgresql12-docs-12.19-150200.8.60.1.noarch.rpm postgresql12-llvmjit-12.19-150200.8.60.1.x86_64.rpm postgresql12-llvmjit-devel-12.19-150200.8.60.1.x86_64.rpm postgresql12-plperl-12.19-150200.8.60.1.x86_64.rpm postgresql12-plpython-12.19-150200.8.60.1.x86_64.rpm postgresql12-pltcl-12.19-150200.8.60.1.x86_64.rpm postgresql12-server-12.19-150200.8.60.1.x86_64.rpm postgresql12-server-devel-12.19-150200.8.60.1.x86_64.rpm postgresql12-test-12.19-150200.8.60.1.x86_64.rpm postgresql12-12.19-150200.8.60.1.s390x.rpm postgresql12-contrib-12.19-150200.8.60.1.s390x.rpm postgresql12-devel-12.19-150200.8.60.1.s390x.rpm postgresql12-llvmjit-12.19-150200.8.60.1.s390x.rpm postgresql12-llvmjit-devel-12.19-150200.8.60.1.s390x.rpm postgresql12-plperl-12.19-150200.8.60.1.s390x.rpm postgresql12-plpython-12.19-150200.8.60.1.s390x.rpm postgresql12-pltcl-12.19-150200.8.60.1.s390x.rpm postgresql12-server-12.19-150200.8.60.1.s390x.rpm postgresql12-server-devel-12.19-150200.8.60.1.s390x.rpm postgresql12-test-12.19-150200.8.60.1.s390x.rpm postgresql12-12.19-150200.8.60.1.ppc64le.rpm postgresql12-contrib-12.19-150200.8.60.1.ppc64le.rpm postgresql12-devel-12.19-150200.8.60.1.ppc64le.rpm postgresql12-llvmjit-12.19-150200.8.60.1.ppc64le.rpm postgresql12-llvmjit-devel-12.19-150200.8.60.1.ppc64le.rpm postgresql12-plperl-12.19-150200.8.60.1.ppc64le.rpm postgresql12-plpython-12.19-150200.8.60.1.ppc64le.rpm postgresql12-pltcl-12.19-150200.8.60.1.ppc64le.rpm postgresql12-server-12.19-150200.8.60.1.ppc64le.rpm postgresql12-server-devel-12.19-150200.8.60.1.ppc64le.rpm postgresql12-test-12.19-150200.8.60.1.ppc64le.rpm postgresql12-12.19-150200.8.60.1.aarch64.rpm postgresql12-contrib-12.19-150200.8.60.1.aarch64.rpm postgresql12-devel-12.19-150200.8.60.1.aarch64.rpm postgresql12-llvmjit-12.19-150200.8.60.1.aarch64.rpm postgresql12-llvmjit-devel-12.19-150200.8.60.1.aarch64.rpm postgresql12-plperl-12.19-150200.8.60.1.aarch64.rpm postgresql12-plpython-12.19-150200.8.60.1.aarch64.rpm postgresql12-pltcl-12.19-150200.8.60.1.aarch64.rpm postgresql12-server-12.19-150200.8.60.1.aarch64.rpm postgresql12-server-devel-12.19-150200.8.60.1.aarch64.rpm postgresql12-test-12.19-150200.8.60.1.aarch64.rpm openSUSE-SLE-15.6-2024-1762 Security update for perl important SUSE Updates openSUSE-SLE 15.6 This update for perl fixes the following issues: Security issues fixed: - CVE-2018-6913: Fixed space calculation issues in pp_pack.c (bsc#1082216) - CVE-2018-6798: Fixed heap buffer overflow in regexec.c (bsc#1082233) Non-security issue fixed: - make Net::FTP work with TLS 1.3 (bsc#1213638) perl-32bit-5.26.1-150300.17.17.1.x86_64.rpm perl-5.26.1-150300.17.17.1.src.rpm perl-5.26.1-150300.17.17.1.x86_64.rpm perl-base-32bit-5.26.1-150300.17.17.1.x86_64.rpm perl-base-5.26.1-150300.17.17.1.x86_64.rpm perl-core-DB_File-32bit-5.26.1-150300.17.17.1.x86_64.rpm perl-core-DB_File-5.26.1-150300.17.17.1.x86_64.rpm perl-doc-5.26.1-150300.17.17.1.noarch.rpm perl-5.26.1-150300.17.17.1.s390x.rpm perl-base-5.26.1-150300.17.17.1.s390x.rpm perl-core-DB_File-5.26.1-150300.17.17.1.s390x.rpm perl-5.26.1-150300.17.17.1.ppc64le.rpm perl-base-5.26.1-150300.17.17.1.ppc64le.rpm perl-core-DB_File-5.26.1-150300.17.17.1.ppc64le.rpm perl-5.26.1-150300.17.17.1.aarch64.rpm perl-base-5.26.1-150300.17.17.1.aarch64.rpm perl-core-DB_File-5.26.1-150300.17.17.1.aarch64.rpm openSUSE-SLE-15.6-2024-1770 Security update for MozillaFirefox important SUSE Updates openSUSE-SLE 15.6 This update for MozillaFirefox fixes the following issues: Update to version 115.11.0 ESR (bsc#1224056): - CVE-2024-4367: Arbitrary JavaScript execution in PDF.js - CVE-2024-4767: IndexedDB files retained in private browsing mode - CVE-2024-4768: Potential permissions request bypass via clickjacking - CVE-2024-4769: Cross-origin responses could be distinguished between script and non-script content-types - CVE-2024-4770: Use-after-free could occur when printing to PDF - CVE-2024-4777: Memory safety bugs fixed in Firefox 126, Firefox ESR 115.11, and Thunderbird 115.11 MozillaFirefox-115.11.0-150200.152.137.2.src.rpm MozillaFirefox-115.11.0-150200.152.137.2.x86_64.rpm MozillaFirefox-branding-upstream-115.11.0-150200.152.137.2.x86_64.rpm MozillaFirefox-devel-115.11.0-150200.152.137.2.noarch.rpm MozillaFirefox-translations-common-115.11.0-150200.152.137.2.x86_64.rpm MozillaFirefox-translations-other-115.11.0-150200.152.137.2.x86_64.rpm MozillaFirefox-115.11.0-150200.152.137.2.s390x.rpm MozillaFirefox-branding-upstream-115.11.0-150200.152.137.2.s390x.rpm MozillaFirefox-translations-common-115.11.0-150200.152.137.2.s390x.rpm MozillaFirefox-translations-other-115.11.0-150200.152.137.2.s390x.rpm MozillaFirefox-115.11.0-150200.152.137.2.ppc64le.rpm MozillaFirefox-branding-upstream-115.11.0-150200.152.137.2.ppc64le.rpm MozillaFirefox-translations-common-115.11.0-150200.152.137.2.ppc64le.rpm MozillaFirefox-translations-other-115.11.0-150200.152.137.2.ppc64le.rpm MozillaFirefox-115.11.0-150200.152.137.2.aarch64.rpm MozillaFirefox-branding-upstream-115.11.0-150200.152.137.2.aarch64.rpm MozillaFirefox-translations-common-115.11.0-150200.152.137.2.aarch64.rpm MozillaFirefox-translations-other-115.11.0-150200.152.137.2.aarch64.rpm openSUSE-SLE-15.6-2024-1875 Recommended update for lua-luafilesystem low SUSE Updates openSUSE-SLE 15.6 This update for lua-luafilesystem fixes the following issues: - Add lua51-luafilesystem to Package Hub Subpackages in SLE-15-SP5 (bsc#1217582, jsc#MSC-776) lua51-luafilesystem-1.8.0-150500.3.2.1.src.rpm lua51-luafilesystem-1.8.0-150500.3.2.1.x86_64.rpm lua53-luafilesystem-1.8.0-150500.3.2.1.src.rpm lua53-luafilesystem-1.8.0-150500.3.2.1.x86_64.rpm lua51-luafilesystem-1.8.0-150500.3.2.1.s390x.rpm lua53-luafilesystem-1.8.0-150500.3.2.1.s390x.rpm lua51-luafilesystem-1.8.0-150500.3.2.1.ppc64le.rpm lua53-luafilesystem-1.8.0-150500.3.2.1.ppc64le.rpm lua51-luafilesystem-1.8.0-150500.3.2.1.aarch64.rpm lua53-luafilesystem-1.8.0-150500.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-1927 Recommended update for SAPHanaSR-ScaleOut moderate SUSE Updates openSUSE-SLE 15.6 This update for SAPHanaSR-ScaleOut fixes the following issues: SAPHanaSR-ScaleOut was updated to version 0.185.3: - Version 0.185.3: * Fixed the hexdump log for empty node states * Fixed exception handling in function 'logTimestamp' of HA/DR provider SAPHanaSrMultiTarget.py (bsc#1218901) * Updated `man` pages: + SAPHanaSR-ScaleOut.7 + SAPHanaSR.py.7 + SAPHanaSrMultiTarget.py.7 + SAPHanaSR_maintenance_examples.7 + SAPHanaSR_upgrade_to_angi.7 + SAPHanaSR-showAttr.8 + SAPHanaSR-manageProvider.8 SAPHanaSR-ScaleOut-0.185.3-150000.45.1.noarch.rpm SAPHanaSR-ScaleOut-0.185.3-150000.45.1.src.rpm SAPHanaSR-ScaleOut-doc-0.185.3-150000.45.1.noarch.rpm openSUSE-SLE-15.6-2024-1928 Recommended update for SAPHanaSR moderate SUSE Updates openSUSE-SLE 15.6 This update for SAPHanaSR fixes the following issues: SAPHanaSR was updated to version 0.162.4: - Version 0.162.4: * Unified `global.ini` examples * Added demo script SAPHanaSR-upgrade-to-angi-demo * Updated `man` pages: + SAPHanaSR_basic_cluster.7 + SAPHanaSR_maintenance_examples.7 + SAPHanaSR_upgrade_to_angi.7 + SAPHanaSR-manageProvider.8 + SAPHanaSR-upgrade-to-angi-demo.8 + SAPHanaSR.py.7 SAPHanaSR-0.162.4-150000.4.44.1.noarch.rpm SAPHanaSR-0.162.4-150000.4.44.1.src.rpm SAPHanaSR-doc-0.162.4-150000.4.44.1.noarch.rpm openSUSE-SLE-15.6-2024-1930 Recommended update for SAPHanaSR-angi moderate SUSE Updates openSUSE-SLE 15.6 This update for SAPHanaSR-angi fixes the following issues: SAPHanaSR-angi was updated to version 1.2.7: - Version 1.2.7: * Package SAPHanaSR-angi and SAPHanaFilesystem RA are now in state 'supported' * Added feature HANA 'FAST-STOP' and parameter 'ON_FAIL_ACTION' * Added new demo script SAPHanaSR-upgrade-to-angi-demo * Added crm config examples * Adapted syntax of `susHanaSR.py` * Fixed the hexdump log for empty node states * Catch monitor calls for non-cloned resources and report them as unsupported instead of 'command not found' (bsc#1218333) * `susChkSrv.py` - relocate function logTimestamp() * `susHanaSR.py` - catch possible I/O error * Security improvements (bsc#1218696, bsc#1218698 and bsc#1218699) * Removed instance parameter "REMOVE_SAP_SOCKETS", no longer supported * Add detailed timing log messages for runtime information * Add cache/live value optimization * New `man` pages: + SAPHanaSR_upgrade_to_angi.7 + SAPHanaSR-upgrade-to-angi-demo.8 * Updated `man` pages: + SAPHanaSR.7 + SAPHanaSR-ScaleOut.7 + SAPHanaSR_basic_cluster.7 + SAPHanaSR-ScaleOut_basic_cluster.7 + SAPHanaSR_maintenance_examples.7 + ocf_suse_SAPHana.7 + ocf_suse_SAPHanaController.7 + ocf_suse_SAPHanaFilesystem.7 + susChkSrv.py.7 + susHanaSR.py.7 + susHanaSrMultiTarget.py.7 + SAPHanaSR-manageProvider.8 + SAPHanaSR-showAttr.8 + SAPHanaSR-replay-archive.8 SAPHanaSR-angi-1.2.7-150500.3.9.1.noarch.rpm SAPHanaSR-angi-1.2.7-150500.3.9.1.src.rpm openSUSE-SLE-15.6-2024-1862 Security update for python moderate SUSE Updates openSUSE-SLE 15.6 This update for python fixes the following issues: - CVE-2023-52425: Fixed using the system libexpat (bsc#1219559). - CVE-2023-27043: Modifed fix for unicode string handling in email.utils.parseaddr() (bsc#1222537). - CVE-2022-48560: Fixed use-after-free in Python via heappushpop in heapq (bsc#1214675). - CVE-2024-0450: Detect the vulnerability of the "quoted-overlap" zipbomb (bsc#1221854). Bug fixes: - Switch off tests. ONLY FOR FACTORY!!! (bsc#1219306). - Build with -std=gnu89 to build correctly with gcc14 (bsc#1220970). - Switch from %patchN style to the %patch -P N one. libpython2_7-1_0-2.7.18-150000.65.1.x86_64.rpm libpython2_7-1_0-32bit-2.7.18-150000.65.1.x86_64.rpm python-2.7.18-150000.65.1.src.rpm python-2.7.18-150000.65.1.x86_64.rpm python-32bit-2.7.18-150000.65.1.x86_64.rpm python-base-2.7.18-150000.65.1.src.rpm python-base-2.7.18-150000.65.1.x86_64.rpm python-base-32bit-2.7.18-150000.65.1.x86_64.rpm python-curses-2.7.18-150000.65.1.x86_64.rpm python-demo-2.7.18-150000.65.1.x86_64.rpm python-devel-2.7.18-150000.65.1.x86_64.rpm python-doc-2.7.18-150000.65.1.noarch.rpm python-doc-2.7.18-150000.65.1.src.rpm python-doc-pdf-2.7.18-150000.65.1.noarch.rpm python-gdbm-2.7.18-150000.65.1.x86_64.rpm python-idle-2.7.18-150000.65.1.x86_64.rpm python-tk-2.7.18-150000.65.1.x86_64.rpm python-xml-2.7.18-150000.65.1.x86_64.rpm libpython2_7-1_0-2.7.18-150000.65.1.s390x.rpm python-2.7.18-150000.65.1.s390x.rpm python-base-2.7.18-150000.65.1.s390x.rpm python-curses-2.7.18-150000.65.1.s390x.rpm python-demo-2.7.18-150000.65.1.s390x.rpm python-devel-2.7.18-150000.65.1.s390x.rpm python-gdbm-2.7.18-150000.65.1.s390x.rpm python-idle-2.7.18-150000.65.1.s390x.rpm python-tk-2.7.18-150000.65.1.s390x.rpm python-xml-2.7.18-150000.65.1.s390x.rpm libpython2_7-1_0-2.7.18-150000.65.1.ppc64le.rpm python-2.7.18-150000.65.1.ppc64le.rpm python-base-2.7.18-150000.65.1.ppc64le.rpm python-curses-2.7.18-150000.65.1.ppc64le.rpm python-demo-2.7.18-150000.65.1.ppc64le.rpm python-devel-2.7.18-150000.65.1.ppc64le.rpm python-gdbm-2.7.18-150000.65.1.ppc64le.rpm python-idle-2.7.18-150000.65.1.ppc64le.rpm python-tk-2.7.18-150000.65.1.ppc64le.rpm python-xml-2.7.18-150000.65.1.ppc64le.rpm libpython2_7-1_0-2.7.18-150000.65.1.aarch64.rpm python-2.7.18-150000.65.1.aarch64.rpm python-base-2.7.18-150000.65.1.aarch64.rpm python-curses-2.7.18-150000.65.1.aarch64.rpm python-demo-2.7.18-150000.65.1.aarch64.rpm python-devel-2.7.18-150000.65.1.aarch64.rpm python-gdbm-2.7.18-150000.65.1.aarch64.rpm python-idle-2.7.18-150000.65.1.aarch64.rpm python-tk-2.7.18-150000.65.1.aarch64.rpm python-xml-2.7.18-150000.65.1.aarch64.rpm openSUSE-SLE-15.6-2024-1891 Recommended update for csp-billing-adapter moderate SUSE Updates openSUSE-SLE 15.6 This update for csp-billing-adapter fixes the following issues: - csp-billing-adapter was updated to version 0.10.0: * Added free trial feature csp-billing-adapter-0.10.0-150400.9.14.1.src.rpm csp-billing-adapter-service-0.10.0-150400.9.14.1.noarch.rpm python3-csp-billing-adapter-0.10.0-150400.9.14.1.noarch.rpm openSUSE-SLE-15.6-2024-1956 Recommended update for google-errorprone, guava moderate SUSE Updates openSUSE-SLE 15.6 This update for google-errorprone, guava fixes the following issues: guava: - guava was updated to version 33.1.0: * Changes of version 33.1.0: + Updated our Error Prone dependency to 2.26.1, which includes a JPMS-ready jar of annotations. If you use the Error Prone annotations in a modular build of your own code, you may need to add a requires line for them. + base: Added a Duration overload for Suppliers.memoizeWithExpiration. + base: Deprecated the remaining two overloads of Throwables.propagateIfPossible. They won't be deleted, but we recommend migrating off them. + cache: Fixed a bug that could cause false "recursive load" reports during refresh. + graph: Changed the return types of transitiveClosure() and reachableNodes() to Immutable* types. reachableNodes() already returned an immutable object (even though that was not reflected in the declared return type); transitiveClosure() used to return a mutable object. The old signatures remain available, so this change does not break binary compatibility. + graph: Changed the behavior of views returned by graph accessor methods that take a graph element as input: They now throw IllegalStateException when that element is removed from the graph. + hash: Optimized Checksum-based hash functions for Java 9+. + testing: Exposed FakeTicker Duration methods to Android users. + util.concurrent: Deprecated the constructors of UncheckedExecutionException and ExecutionError that don't accept a cause. We won't remove these constructors, but we recommend migrating off them, as users of those classes often assume that instances will contain a cause. + util.concurrent: Improved the correctness of racy accesses for J2ObjC users. * Changes of version 33.0.0: + This version of guava-android contains some package-private methods whose signature includes the Java 8 Collector API. This is a test to identify any problems before we expose those methods publicly to users. Please report any problems that you encounter. + Changed various classes to catch Exception instead of RuntimeException even when only RuntimeException is theoretically possible. This can help code that throws undeclared exceptions, as some bytecode rewriters (e.g., Robolectric) and languages (e.g., Kotlin) do. + Added an Automatic-Module-Name to failureaccess, Guava's one strong runtime dependency. + reflect: In guava-android only, removed Invokable.getAnnotatedReturnType() and Parameter.getAnnotatedType(). These methods never worked in an Android VM, and to reflect that, they were born @Deprecated, @Beta, and @DoNotCall. They're now preventing us from rolling out some new Android compatibility testing. This is the only binary-incompatible change in this release, and it should have no effect in practice. Still, we bump the major version number to follow Semantic Versioning. + util.concurrent: Changed our implementations to avoid eagerly initializing loggers during class loading. This can help performance, especially under Android. * Changes of version 32.1.3: + Changed Gradle Metadata to include dependency versions directly. This may address "Could not find some-dependency" errors that some users have reported (which might be a result of users' excluding guava-parent). + collect: Changed Multisets.unmodifiableMultiset(set) .removeIf(predicate) to throw an exception always, even if nothing matches predicate. + graph: Fixed the behavior of Graph/ValueGraph views for a node when that node is removed from the graph. + io: Fixed Files.createTempDir and FileBackedOutputStream under Windows services, a rare use case. (The fix actually covers only Java 9+ because Java 8 would require an additional approach. Let us know if you need support under Java 8.) + net: Made MediaType.parse allow and skip over whitespace around the / and = separator tokens in addition to the ; separator, for which it was already being allowed. + util.concurrent: Tweaked Futures.getChecked constructor-selection behavior: The method continues to prefer to call constructors with a String parameter, but now it breaks ties based on whether the constructor has a Throwable parameter. Beyond that, the choice of constructor remains undefined. (For this and other reasons, we discourage the use of getChecked.) * Changes of version 32.1.2: + Removed the section of our Gradle metadata that caused Gradle to report conflicts with listenablefuture. + Changed our Maven project to avoid affecting which version of Mockito our Gradle users see. + collect: Under J2CL, exposed ImmutableList and ImmutableSet methods copyOf and of for JavaScript usage. + net: Optimized InternetDomainName construction. * Changes of version 32.1.1: + Fixed our broken Gradle metadata from 32.1.0. Sorry again for the trouble. If you use Gradle, please still read the release notes from that version: You may still see errors from the new checking that the metadata enables, and the release notes discuss how to fix those errors. * Changes of version 32.1.0: + collect: Tweaked more nullness annotations. + hash: Enhanced crc32c() to use Java's hardware-accelerated implementation where available. + util.concurrent: Added Duration-based default methods to ListeningExecutorService. + Began updating Javadoc to focus less on APIs that have been superseded by additions to the JDK. We're also looking to add more documentation that directs users to JDK equivalents for our APIs. Further PRs welcome! + Fixed some problems with using Guava from a Java Agent. (But we don't test that configuration, and we don't know how well we'll be able to keep it working.) + Fixed BootstrapMethodError when using CacheBuilder from a custom system class loader. (As with the previous item, we're not sure how well we'll be able to keep this use case working.) + Suppressed a harmless unusable-by-js warning seen by users of guava-gwt. - Fix version mismatch in the ant build files. - The binaries are compatible with java 1.8 google-errorprone, google-errorprone-annotations: - google-errorprone and google-errorprone-annotations were updated to version 2.26.1: * Changes of version 2.26.1: + Fixes the module name: from 'com.google.errorprone.annotation' to 'com.google.errorprone.annotations'. Amends the OSGi build not to include 'Automatic-Module-Name' in the MANIFEST.MF for the 'annotations' project. * Changes of version 2.26.0: + The 'annotations' artifact now includes a module-info.java for Java Platform Module System support. + Disabled checks passed to -XepPatchChecks are now ignored, instead of causing a crash. + New checks: - SystemConsoleNull: Null-checking System.console() is not a reliable way to detect if the console is connected to a terminal. - EnumOrdinal: Discourage uses of Enum.ordinal() + Closed issues: - Add module-info.java - 2.19.x: Exception thrown when a disabled check is passed to -XepPatchChecks - Ignore disabled checks passed to -XepPatchChecks - feat: add jpms definition for annotations - Add the 'compile' goal for 'compile-java9' * Changes of version 2.25.0: + New checks: - JUnitIncompatibleType: Detects incompatible types passed to an assertion, similar to TruthIncompatibleType - RedundantSetterCall: Detects fields set twice in the same chained expression. Generalization of previous ProtoRedundantSet check to also handle AutoValue. + Closed issues: - Crash in UnnecessaryStringBuilder - Fix typos - Add support for specifying badEnclosingTypes for BadImport via flags - Some BugPattern docs are missing code examples - Remove incorrect statement from BugPattern index doc - Do not report NonFinalStaticField findings for fields modified in @BeforeAll methods * Changes of version 2.24.1: + Add an assertion to try to help debug * Changes of version 2.24.0: + New checks: - MultipleNullnessAnnotations: Discourage multiple nullness annotations - NullableTypeParameter: Discourage nullness annotations on type parameters - NullableWildcard: Discourage nullness annotations on wildcards - SuperCallToObjectMethod: Generalization of SuperEqualsIsObjectEquals, now covers hashCode * Changes of version 2.23.0: + New checks: DuplicateDateFormatField, NonFinalStaticField, StringCharset, StringFormatWithLiteral, SuperEqualsIsObjectEquals + Bug fixes and improvements * Changes of version 2.22.0: + New checks: - ClosingStandardOutputStreams: Prevents accidentally closing System.{out,err} with try-with-resources - TruthContainsExactlyElementsInUsage: containsExactly is preferred over containsExactlyElementsIn when creating new iterables - UnnecessaryAsync: detects unnecessary use of async primitives in local (and hence single-threaded) scopes - ReturnAtTheEndOfVoidFunction: detects unnecessary return statements at the end of void functions - MultimapKeys: Suggests using keySet() instead of iterating over Multimap.keys(), which does not collapse duplicates + Bug fixes and improvements: - Don't complain about literal IP addresses in AddressSelection - Prevent SuggestedFixes#renameMethod from modifying return type declaration - Fix UnusedVariable false positives for private record parameters - When running in conservative mode, no longer assume that implementations of Map.get, etc. return null - CanIgnoreReturnValueSuggester: Support additional exempting method annotations - UnusedVariable: exclude junit5's @RegisterExtension - Support running all available patch checks - Upgrade java-diff-utils 4.0 -> 4.12 - Flag unused Refaster template parameters - Support @SuppressWarnings("all") - Prevent Refaster UMemberSelect from matching method parameters - MissingDefault : Don't require // fall out comments on expression switches - Skip UnnecessaryLambda findings for usages in enhanced for loops - Fix bug where nested MissingBraces violations' suggested fixes result in broken code - Add support for specifying exemptPrefixes/exemptNames for UnusedVariable via flags - UnusedMethod: Added exempting variable annotations * Changes of version 2.21.1: + Handle overlapping ranges in suppressedRegions + Add AddressSelection to discourage APIs that convert a hostname to a single address * Changes of version 2.21.0: + New Checkers: - AttemptedNegativeZero: Prevents accidental use of -0, which is the same as 0. The floating-point negative zero is -0.0. - ICCProfileGetInstance: Warns on uses of ICC_Profile.getInstance(String), due to JDK-8191622. - MutableGuiceModule: Fields in Guice modules should be final. - NullableOptional: Discourages @Nullable-annotated Optionals. - OverridingMethodInconsistentArgumentNamesChecker: Arguments of overriding method are inconsistent with overridden method. + Fixed issues: - Avoid MemberName IOOBE on lambda parameters inside overriding methods - Improve LockOnNonEnclosingClassLiteral documentation - Security scan reported high CVE for com.google.guava:guava:31.1-jre - Upgrade guava to 32.0.1 - Proposal: checker to prevent other checkers from calling javac methods that changed across JDKs - Add support in ASTHelpersSuggestions for getEnclosedElements * Changes of version 2.20.0: + This release is compatible with early-access builds of JDK 21. + New Checkers: InlineTrivialConstant, UnnecessaryStringBuilder, BanClassLoader, DereferenceWithNullBranch, DoNotUseRuleChain, LockOnNonEnclosingClassLiteral, MissingRefasterAnnotation, NamedLikeContextualKeyword, NonApiType + Fixes issues: - Introduce MissingRefasterAnnotation checker - Fix minor typo in URepeated - Drop unused constant Template#AUTOBOXING_DEFAULT - Introduce command-line flag -XepAllSuggestionsAsWarnings - JDK21 compatibility - Add OSGi runtime metadata to error-prone's MANIFEST.MF files - Use EISOP Checker Framework version 3.34.0-eisop1 - NotJavadoc pattern does not allow Javadoc on module declarations - ErrorProneInjector incorrectly picks up the no-args constructor - Several high CVEs related to dependency com.google.protobuf:protobuf-java:3.19.2 - Upgrade protobuf-java to 3.19.6 * Changes of version 2.19.1: + This release fixes a binary compatibility issue when running on JDK 11 * Changes of version 2.19.0: + New Checkers: NotJavadoc, StringCaseLocaleUsage, UnnecessaryTestMethodPrefix + Fixes issues: - Exclude inner classes annotated with @Nested from ClassCanBeStatic rule - Optimize VisitorState#getSymbolFromName - ClassCanBeStatic: Exclude JUnit @Nested classes - BadImport: flag static import of newInstance methods - Support given for enforcing DirectInvocationOnMock: issue 3396 - Handle yield statement case in ASTHelpers#targetType - Should ASTHelpers.getSymbol(Tree) be annotated with @Nullable? - Fix '@' character in javadoc code snippets - Replace guava cache with caffeine - Discourage APIs locale-dependent APIs like String.to{Lower,Upper}Case - Introduce StringCaseLocaleUsage check * Changes of version 2.18.0: + New Checkers: InjectOnBugCheckers, LabelledBreakTarget, UnusedLabel, YodaCondition + Fixes issues: - @SuppressWarnings("InlineFormatString") doesn't work - Refaster: support method invocation type argument inlining - java.lang.IllegalArgumentException: Cannot edit synthetic AST nodes with specific record constructor - Rename class to match filename - Optimize VisitorState#getSymbolFromName - refactor: refactor bad smell UnusedLabel - LambdaFunctionalInterface crash with IllegalArgumentException when processing an enum constructor taking a lambda - Fix JDK 20-ea build compatibility - UngroupedOverloads: ignore generated constructors - [errorprone 2.17.0] NPE in StatementSwitchToExpressionSwitch.analyzeSwitchTree - StatementSwitchToExpressionSwitch: handle empty statement blocks - StatementSwitchToExpressionSwitch: only trigger on compatible target versions - Fix Finalize bugpattern to match protected finalize() - Make MemoizeConstantVisitorStateLookups check suppressible * Changes of version 2.17.0: + New Checkers: AvoidObjectArrays, Finalize, IgnoredPureGetter, ImpossibleNullComparison, MathAbsoluteNegative, NewFileSystem, StatementSwitchToExpressionSwitch, UnqualifiedYield + Fixed issues: - InvalidParam warning on Javadoc for Java record components - UnusedMethod flags @JsonValue methods as unused - UnusedMethod: Add more JPA lifecycle annotations or make annotations configurable - UnusedMethod: Support additional exempting method annotations - Have InvalidParam support records - Fix -XepDisableAllWarnings flag when passed on its own - ASTHelpersSuggestions does not flag call to packge() on com.sun.tools.javac.code.Symbol.ClassSymbol - @SupressWarnings on record compact constructor causes crash * Changes of version 2.16.0: + New Checkers: ASTHelpersSuggestions, CanIgnoreReturnValueSuggester, LenientFormatStringValidation, UnnecessarilyUsedValue + Fixed issues: - Avoid using non-ASCII Unicode characters outside of comments and literals - NullPointerException thrown during analysis - NPE analysing new style switch statement (2.14.0) - ImmutableChecker handles null types - Drop pre-JDK 11 logic from Refaster's Inliner class * Changes of version 2.15.0: + New Checkers: BuilderReturnThis, CanIgnoreReturnValueSuggester, CannotMockFinalClass, CannotMockFinalMethod, DirectInvocationOnMock, ExtendsObject, MockNotUsedInProduction, NoCanIgnoreReturnValueOnClasses, NullArgumentForNonNullParameter, SelfAlwaysReturnsThis, UnsafeWildcard, UnusedTypeParameter * Changes of version 2.14.0: + New checkers: BanJNDI, EmptyTopLevelDeclaration, ErroneousBitwiseExpression, FuzzyEqualsShouldNotBeUsedInEqualsMethod, Interruption, NullableOnContainingClass * Changes of version 2.13.1: + Fix a crash in UnnecessaryBoxedVariable + Include the unicode character in the diagnostic message * Changes of version 2.13.0: + Handle all annotations with the simple name Generated in -XepDisableWarningsInGeneratedCode + Reconcile BugChecker#isSuppressed with suppression handling in ErrorProneScanner + Fix a bug in enclosingPackage + Improve performance of fix application + Implicitly treat @AutoBuilder setter methods as @CanIgnoreReturnValue. + Remove some obsolete checks (PublicConstructorForAbstractClass, HashCodeToString) * Changes of version 2.12.1: + This release adds an infrastructure optimization to AppliedFix source code processing. * Changes of version 2.12.0: + New checks: BoxedPrimitiveEquality, DoubleBraceInitialization, IgnoredPureGetter, LockOnBoxedPrimitive, IncorrectMainMethod, LongDoubleConversion, RobolectricShadowDirectlyOn, StaticAssignmentOfThrowable, UnnecessaryLongToIntConversion, Varifier - Do not require maven-javadoc-plugin as it's not being used google-errorprone-2.26.1-150200.5.6.1.src.rpm google-errorprone-annotation-2.26.1-150200.5.6.1.noarch.rpm google-errorprone-docgen_processor-2.26.1-150200.5.6.1.noarch.rpm google-errorprone-javadoc-2.26.1-150200.5.6.1.noarch.rpm google-errorprone-parent-2.26.1-150200.5.6.1.noarch.rpm google-errorprone-type_annotations-2.26.1-150200.5.6.1.noarch.rpm guava-33.1.0-150200.3.10.1.noarch.rpm guava-33.1.0-150200.3.10.1.src.rpm guava-javadoc-33.1.0-150200.3.10.1.noarch.rpm guava-testlib-33.1.0-150200.3.10.1.noarch.rpm openSUSE-SLE-15.6-2024-1890 Recommended update for patterns-wsl moderate SUSE Updates openSUSE-SLE 15.6 This update for patterns-wsl fixes the following issues: - `wslg.conf` is now provided by a new package named `patterns-wsl-tmpfiles` which is required by `patterns-wsl-systemd`: * WSL uses `/etc/zypp/zypp.conf:solver.onlyRequires = true` by default - Ensure creation of the file `wslg.conf` if it doesn't exist patterns-wsl-20240327-150400.3.11.1.src.rpm patterns-wsl-base-20240327-150400.3.11.1.noarch.rpm patterns-wsl-gui-20240327-150400.3.11.1.noarch.rpm patterns-wsl-systemd-20240327-150400.3.11.1.noarch.rpm patterns-wsl-tmpfiles-20240327-150400.3.11.1.noarch.rpm openSUSE-SLE-15.6-2024-1838 Security update for warewulf4 important SUSE Updates openSUSE-SLE 15.6 This update for warewulf4 fixes the following issues: - fixed wwctl configure --all doesn't configure ssh (bsc#1225402) - update to 4.5.2 with following changes: * Reorder dnsmasq config to put iPXE last * Update go-digest dependency to fix CVE-2024-3727: digest values not always validated (bsc#1224124) - updated to version 4.5.1 with following changes * wwctl [profile|node] list -a handles now slices correclty * Fix a locking issue with concurrent read/writes for node status - Remove API package as use of this wasn't documented - use tftp.socket for activation (bsc#1216994) warewulf4-4.5.2-150500.6.13.1.src.rpm warewulf4-4.5.2-150500.6.13.1.x86_64.rpm warewulf4-man-4.5.2-150500.6.13.1.noarch.rpm warewulf4-overlay-4.5.2-150500.6.13.1.x86_64.rpm warewulf4-overlay-slurm-4.5.2-150500.6.13.1.noarch.rpm warewulf4-4.5.2-150500.6.13.1.aarch64.rpm warewulf4-overlay-4.5.2-150500.6.13.1.aarch64.rpm openSUSE-SLE-15.6-2024-1877 Recommended update for fdupes moderate SUSE Updates openSUSE-SLE 15.6 This update for fdupes fixes the following issues: - Do not use sqlite, as this pulls sqlite into Ring0 at no real benefit performance wise - Update to 2.3.0: * Add --cache option to speed up file comparisons * Use nanosecond precision for file times, if available * Fix compilation issue on OpenBSD * Other changes like fixing typos, wording, etc. - update to 2.2.1: * Fix bug in code meant to skip over the current log file when --log option is given * Updates to copyright notices in source code * Add --deferconfirmation option * Check that files marked as duplicates haven't changed during program execution before deleting them * Update documentation to indicate units for SIZE in command-line options * Move some configuration settings to configure.ac file - Fixes for the new wrapper: * Order duplicates by name, to get a reproducible file set (bsc#1197484) * Remove redundant order parameter from fdupes invocation * Modernize code, significantly reduce allocations * Exit immediately when mandatory parameters are missing * Remove obsolete buildroot parameter * Add some tests for the wrapper - Do not link the files as given by fdupes, but turn them into relative links - Support multiple directories given (as glob to the macro) - Handle symlinks (-s argument) correctly - Simplify macros.fdupes to speed up the process (bsc#1195709) fdupes-2.3.0-150400.3.3.1.src.rpm fdupes-2.3.0-150400.3.3.1.x86_64.rpm fdupes-2.3.0-150400.3.3.1.s390x.rpm fdupes-2.3.0-150400.3.3.1.ppc64le.rpm fdupes-2.3.0-150400.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1794 Recommended update for python-threadpoolctl low SUSE Updates openSUSE-SLE 15.6 This update for python-threadpoolctl fixes the following issues: - Add python-threadpoolctl to Package Hub Subpackages in SLE-15-SP5 (bsc#1223995, jsc#MSC-796) python-threadpoolctl-2.1.0-150300.3.2.1.src.rpm python3-threadpoolctl-2.1.0-150300.3.2.1.noarch.rpm openSUSE-SLE-15.6-2024-1866 Security update for python-aiohttp moderate SUSE Updates openSUSE-SLE 15.6 This update for python-aiohttp fixes the following issues: - CVE-2024-27306: Fixed XSS on index pages for static file handling (bsc#1223098) python-aiohttp-3.9.3-150400.10.21.1.src.rpm python311-aiohttp-3.9.3-150400.10.21.1.x86_64.rpm python311-aiohttp-3.9.3-150400.10.21.1.s390x.rpm python311-aiohttp-3.9.3-150400.10.21.1.ppc64le.rpm python311-aiohttp-3.9.3-150400.10.21.1.aarch64.rpm openSUSE-SLE-15.6-2024-1872 Security update for python-tqdm moderate SUSE Updates openSUSE-SLE 15.6 This update for python-tqdm fixes the following issues: Update to version 4.66.4: * rich: fix completion * cli: eval safety (CVE-2024-34062, bsc#1223880) * pandas: add DataFrame.progress_map * notebook: fix HTML padding * keras: fix resuming training when verbose>=2 * fix format_num negative fractions missing leading zero * fix Python 3.12 DeprecationWarning on import python-tqdm-4.66.4-150400.9.12.1.src.rpm python-tqdm-bash-completion-4.66.4-150400.9.12.1.noarch.rpm python311-tqdm-4.66.4-150400.9.12.1.noarch.rpm openSUSE-SLE-15.6-2024-1771 Security update for ucode-intel important SUSE Updates openSUSE-SLE 15.6 This update for ucode-intel fixes the following issues: Intel CPU Microcode was updated to the 20240514 release (bsc#1224277) - CVE-2023-45733: Fixed a potential security vulnerability in some Intel® Processors that may have allowed information disclosure. - CVE-2023-46103: Fixed a potential security vulnerability in Intel® Core™ Ultra Processors that may have allowed denial of service. - CVE-2023-45745,CVE-2023-47855: Fixed a potential security vulnerabilities in some Intel® Trust Domain Extensions (TDX) module software that may have allowed escalation of privilege. ucode-intel-20240514-150200.41.1.src.rpm ucode-intel-20240514-150200.41.1.x86_64.rpm openSUSE-SLE-15.6-2024-1939 Security update for python-idna moderate SUSE Updates openSUSE-SLE 15.6 This update for python-idna fixes the following issues: - CVE-2024-3651: Fixed a denial of service via resource consumption through specially crafted inputs to idna.encode() (bsc#1222842) python-idna-3.4-150400.11.10.1.src.rpm python311-idna-3.4-150400.11.10.1.noarch.rpm openSUSE-SLE-15.6-2024-1698 Security update for python310 moderate SUSE Updates openSUSE-SLE 15.6 This update for python310 fixes the following issues: - CVE-2023-52425: Fixed using the system libexpat (bsc#1219559). libpython3_10-1_0-3.10.14-150400.4.48.1.x86_64.rpm libpython3_10-1_0-32bit-3.10.14-150400.4.48.1.x86_64.rpm python310-3.10.14-150400.4.48.1.src.rpm python310-3.10.14-150400.4.48.1.x86_64.rpm python310-32bit-3.10.14-150400.4.48.1.x86_64.rpm python310-base-3.10.14-150400.4.48.1.x86_64.rpm python310-base-32bit-3.10.14-150400.4.48.1.x86_64.rpm python310-core-3.10.14-150400.4.48.1.src.rpm python310-curses-3.10.14-150400.4.48.1.x86_64.rpm python310-dbm-3.10.14-150400.4.48.1.x86_64.rpm python310-devel-3.10.14-150400.4.48.1.x86_64.rpm python310-doc-3.10.14-150400.4.48.1.x86_64.rpm python310-doc-devhelp-3.10.14-150400.4.48.1.x86_64.rpm python310-documentation-3.10.14-150400.4.48.1.src.rpm python310-idle-3.10.14-150400.4.48.1.x86_64.rpm python310-testsuite-3.10.14-150400.4.48.1.x86_64.rpm python310-tk-3.10.14-150400.4.48.1.x86_64.rpm python310-tools-3.10.14-150400.4.48.1.x86_64.rpm libpython3_10-1_0-3.10.14-150400.4.48.1.s390x.rpm python310-3.10.14-150400.4.48.1.s390x.rpm python310-base-3.10.14-150400.4.48.1.s390x.rpm python310-curses-3.10.14-150400.4.48.1.s390x.rpm python310-dbm-3.10.14-150400.4.48.1.s390x.rpm python310-devel-3.10.14-150400.4.48.1.s390x.rpm python310-doc-3.10.14-150400.4.48.1.s390x.rpm python310-doc-devhelp-3.10.14-150400.4.48.1.s390x.rpm python310-idle-3.10.14-150400.4.48.1.s390x.rpm python310-testsuite-3.10.14-150400.4.48.1.s390x.rpm python310-tk-3.10.14-150400.4.48.1.s390x.rpm python310-tools-3.10.14-150400.4.48.1.s390x.rpm libpython3_10-1_0-3.10.14-150400.4.48.1.ppc64le.rpm python310-3.10.14-150400.4.48.1.ppc64le.rpm python310-base-3.10.14-150400.4.48.1.ppc64le.rpm python310-curses-3.10.14-150400.4.48.1.ppc64le.rpm python310-dbm-3.10.14-150400.4.48.1.ppc64le.rpm python310-devel-3.10.14-150400.4.48.1.ppc64le.rpm python310-doc-3.10.14-150400.4.48.1.ppc64le.rpm python310-doc-devhelp-3.10.14-150400.4.48.1.ppc64le.rpm python310-idle-3.10.14-150400.4.48.1.ppc64le.rpm python310-testsuite-3.10.14-150400.4.48.1.ppc64le.rpm python310-tk-3.10.14-150400.4.48.1.ppc64le.rpm python310-tools-3.10.14-150400.4.48.1.ppc64le.rpm libpython3_10-1_0-3.10.14-150400.4.48.1.aarch64.rpm python310-3.10.14-150400.4.48.1.aarch64.rpm python310-base-3.10.14-150400.4.48.1.aarch64.rpm python310-curses-3.10.14-150400.4.48.1.aarch64.rpm python310-dbm-3.10.14-150400.4.48.1.aarch64.rpm python310-devel-3.10.14-150400.4.48.1.aarch64.rpm python310-doc-3.10.14-150400.4.48.1.aarch64.rpm python310-doc-devhelp-3.10.14-150400.4.48.1.aarch64.rpm python310-idle-3.10.14-150400.4.48.1.aarch64.rpm python310-testsuite-3.10.14-150400.4.48.1.aarch64.rpm python310-tk-3.10.14-150400.4.48.1.aarch64.rpm python310-tools-3.10.14-150400.4.48.1.aarch64.rpm openSUSE-SLE-15.6-2024-1810 Recommended update for util-linux moderate SUSE Updates openSUSE-SLE 15.6 This update for util-linux fixes the following issues: - Processes not cleaned up after failed SSH session are using up 100% CPU (bsc#1220117) - lscpu: Add more ARM cores (bsc#1223605) - Document that chcpu -g is not supported on IBM z/VM (bsc#1218609) python3-libmount-2.37.4-150500.9.11.1.src.rpm openSUSE-SLE-15.6-2024-1864 Security update for python-Jinja2 moderate SUSE Updates openSUSE-SLE 15.6 This update for python-Jinja2 fixes the following issues: - Fixed HTML attribute injection when passing user input as keys to xmlattr filter (CVE-2024-34064, bsc#1223980, CVE-2024-22195, bsc#1218722) python-Jinja2-3.1.2-150400.12.6.1.src.rpm python311-Jinja2-3.1.2-150400.12.6.1.x86_64.rpm python311-Jinja2-3.1.2-150400.12.6.1.s390x.rpm python311-Jinja2-3.1.2-150400.12.6.1.ppc64le.rpm python311-Jinja2-3.1.2-150400.12.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-1761 Recommended update for rust, rust1.78 moderate SUSE Updates openSUSE-SLE 15.6 This update for rust, rust1.78 fixes the following issues: rust1.78 is shipped: Version 1.78.0 (2024-05-02) ========================== Language -------- - Stabilize `#[cfg(target_abi = ...)]` - Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]` attribute - Make async-fn-in-trait implementable with concrete signatures - Make matching on NaN a hard error, and remove the rest of `illegal_floating_point_literal_pattern` - static mut: allow mutable reference to arbitrary types, not just slices and arrays - Extend `invalid_reference_casting` to include references casting to bigger memory layout - Add `non_contiguous_range_endpoints` lint for singleton gaps after exclusive ranges - Add `wasm_c_abi` lint for use of older wasm-bindgen versions This lint currently only works when using Cargo. - Update `indirect_structural_match` and `pointer_structural_match` lints to match RFC - Make non-`PartialEq`-typed consts as patterns a hard error - Split `refining_impl_trait` lint into `_reachable`, `_internal` variants - Remove unnecessary type inference when using associated types inside of higher ranked `where`-bounds - Weaken eager detection of cyclic types during type inference - `trait Trait: Auto {}`: allow upcasting from `dyn Trait` to `dyn Auto` Compiler -------- - Made `INVALID_DOC_ATTRIBUTES` lint deny by default - Increase accuracy of redundant `use` checking - Suggest moving definition if non-found macro_rules! is defined later - Lower transmutes from int to pointer type as gep on null Target changes: - Windows tier 1 targets now require at least Windows 10 - Enable CMPXCHG16B, SSE3, SAHF/LAHF and 128-bit Atomics in tier 1 Windows - Add `wasm32-wasip1` tier 2 (without host tools) target - Add `wasm32-wasip2` tier 3 target - Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads` - Add `arm64ec-pc-windows-msvc` tier 3 target - Add `armv8r-none-eabihf` tier 3 target for the Cortex-R52 - Add `loongarch64-unknown-linux-musl` tier 3 target Refer to Rust's platform support page for more information on Rust's tiered platform support. Libraries --------- - Bump Unicode to version 15.1.0, regenerate tables - Make align_offset, align_to well-behaved in all cases - PartialEq, PartialOrd: document expectations for transitive chains - Optimize away poison guards when std is built with panic=abort - Replace pthread `RwLock` with custom implementation - Implement unwind safety for Condvar on all platforms - Add ASCII fast-path for `char::is_grapheme_extended` Stabilized APIs --------------- - `impl Read for &Stdin` https://doc.rust-lang.org/stable/std/io/struct.Stdin.html#impl-Read-for-%26Stdin - Accept non `'static` lifetimes for several `std::error::Error` related implementations - Make `impl<Fd: AsFd>` impl take `?Sized` - `impl From<TryReserveError> for io::Error` https://doc.rust-lang.org/stable/std/io/struct.Error.html#impl-From%3CTryReserveError%3E-for-Error These APIs are now stable in const contexts: - `Barrier::new()` https://doc.rust-lang.org/stable/std/sync/struct.Barrier.html#method.new Cargo ----- - Stabilize lockfile v4 - Respect `rust-version` when generating lockfile - Control `--charset` via auto-detecting config value - Support `target.<triple>.rustdocflags` officially - Stabilize global cache data tracking Misc ---- - rustdoc: add `--test-builder-wrapper` arg to support wrappers such as RUSTC_WRAPPER when building doctests Compatibility Notes ------------------- - Many unsafe precondition checks now run for user code with debug assertions enabled This change helps users catch undefined behavior in their code, though the details of how much is checked are generally not stable. - riscv only supports split_debuginfo=off for now - Consistently check bounds on hidden types of `impl Trait` - Change equality of higher ranked types to not rely on subtyping - When called, additionally check bounds on normalized function return type - Expand coverage for `arithmetic_overflow` lint - Fix detection of potential interior mutability in `const` initializers This code was accidentally accepted. The fix can break generic code that borrows a value of unknown type, as there is currently no way to declare "this type has no interior mutability". In the future, stabilizing the `Freeze` trait will allow proper support for such code. cargo-1.78.0-150500.27.12.1.x86_64.rpm cargo1.78-1.78.0-150500.11.3.1.x86_64.rpm rust-1.78.0-150500.27.12.1.src.rpm rust-1.78.0-150500.27.12.1.x86_64.rpm rust1.78-1.78.0-150500.11.3.1.nosrc.rpm rust1.78-1.78.0-150500.11.3.1.x86_64.rpm cargo-1.78.0-150500.27.12.1.s390x.rpm cargo1.78-1.78.0-150500.11.3.1.s390x.rpm rust-1.78.0-150500.27.12.1.s390x.rpm rust1.78-1.78.0-150500.11.3.1.s390x.rpm cargo-1.78.0-150500.27.12.1.ppc64le.rpm cargo1.78-1.78.0-150500.11.3.1.ppc64le.rpm rust-1.78.0-150500.27.12.1.ppc64le.rpm rust1.78-1.78.0-150500.11.3.1.ppc64le.rpm cargo-1.78.0-150500.27.12.1.aarch64.rpm cargo1.78-1.78.0-150500.11.3.1.aarch64.rpm rust-1.78.0-150500.27.12.1.aarch64.rpm rust1.78-1.78.0-150500.11.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1915 Recommended update for xfsprogs moderate SUSE Updates openSUSE-SLE 15.6 This update for xfsprogs fixes the following issue: - update to 6.7.0 libhandle1-6.7.0-150600.3.3.1.x86_64.rpm xfsprogs-6.7.0-150600.3.3.1.src.rpm xfsprogs-6.7.0-150600.3.3.1.x86_64.rpm xfsprogs-devel-6.7.0-150600.3.3.1.x86_64.rpm xfsprogs-scrub-6.7.0-150600.3.3.1.x86_64.rpm libhandle1-6.7.0-150600.3.3.1.s390x.rpm xfsprogs-6.7.0-150600.3.3.1.s390x.rpm xfsprogs-devel-6.7.0-150600.3.3.1.s390x.rpm xfsprogs-scrub-6.7.0-150600.3.3.1.s390x.rpm libhandle1-6.7.0-150600.3.3.1.ppc64le.rpm xfsprogs-6.7.0-150600.3.3.1.ppc64le.rpm xfsprogs-devel-6.7.0-150600.3.3.1.ppc64le.rpm xfsprogs-scrub-6.7.0-150600.3.3.1.ppc64le.rpm libhandle1-6.7.0-150600.3.3.1.aarch64.rpm xfsprogs-6.7.0-150600.3.3.1.aarch64.rpm xfsprogs-devel-6.7.0-150600.3.3.1.aarch64.rpm xfsprogs-scrub-6.7.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1916 Recommended update for lifecycle-data-sle-module-live-patching moderate SUSE Updates openSUSE-SLE 15.6 This update for lifecycle-data-sle-module-live-patching fixes the following issues: - Added data for: 5_14_21-150400_24_111, 5_14_21-150400_24_116, 5_14_21-150500_55_52, 5_14_21-150500_55_59, 5_3_18-150200_24_183, 5_3_18-150200_24_188, 5_3_18-150300_59_153, 5_3_18-150300_59_158, +kernel-livepatch-5_14_21-150400_15_71-rt, +kernel-livepatch-5_14_21-150500_13_38-rt,*, +kernel-livepatch-5_14_21-150500_13_43-rt, +kernel-livepatch-5_14_21-150500_13_47-rt,*. (bsc#1020320) lifecycle-data-sle-module-live-patching-15-150000.4.111.1.noarch.rpm lifecycle-data-sle-module-live-patching-15-150000.4.111.1.src.rpm openSUSE-SLE-15.6-2024-1918 Recommended update for python-Twisted moderate SUSE Updates openSUSE-SLE 15.6 This update for python-Twisted fixes the following issue: - Fix update-alternatives post script (bsc#1224109) python-Twisted-22.10.0-150400.5.20.1.src.rpm python311-Twisted-22.10.0-150400.5.20.1.noarch.rpm python311-Twisted-all_non_platform-22.10.0-150400.5.20.1.noarch.rpm python311-Twisted-conch-22.10.0-150400.5.20.1.noarch.rpm python311-Twisted-conch_nacl-22.10.0-150400.5.20.1.noarch.rpm python311-Twisted-contextvars-22.10.0-150400.5.20.1.noarch.rpm python311-Twisted-http2-22.10.0-150400.5.20.1.noarch.rpm python311-Twisted-serial-22.10.0-150400.5.20.1.noarch.rpm python311-Twisted-tls-22.10.0-150400.5.20.1.noarch.rpm openSUSE-SLE-15.6-2024-2992 Recommended update for regionServiceClientConfigEC2 moderate SUSE Updates openSUSE-SLE 15.6 This update for regionServiceClientConfigEC2 contains the following fixes: - Update to version 4.3.0 (bsc#1228363) + The IPv6 cert was switched up for the region server running in us-west-2 and as such the SSL handshake was failing. Drop the incorrect cert and add the correct cert. - Switch the patch syntax away form the deprecated shorthand macro - Version 4.2.0 Replace certs (length 4096): rgnsrv-ec2-cn-north1 -> 54.223.148.145 expires in 8 years rgnsrv-ec2-us-west2-2 -> 54.245.101.47 expires in 9 years Sidenote: We have one server with a short cert (2048) left; 34.197.223.242 expires in 2027 - Version 4.1.1 Add patch no-ipv6.patch to not serve IPv6 addresses on SLES12 Related to bsc#1218656 regionServiceClientConfigEC2-4.3.0-150000.3.30.1.noarch.rpm regionServiceClientConfigEC2-4.3.0-150000.3.30.1.src.rpm openSUSE-SLE-15.6-2024-1860 Security update for uriparser important SUSE Updates openSUSE-SLE 15.6 This update for uriparser fixes the following issues: - CVE-2024-34402: Fixed integer overflow protection in ComposeQueryEngine (bsc#1223887). - CVE-2024-34403: Fixed integer overflow protection in ComposeQueryMallocExMm (bsc#1223888). liburiparser1-0.8.5-150000.3.8.1.x86_64.rpm liburiparser1-32bit-0.8.5-150000.3.8.1.x86_64.rpm uriparser-0.8.5-150000.3.8.1.src.rpm uriparser-0.8.5-150000.3.8.1.x86_64.rpm uriparser-devel-0.8.5-150000.3.8.1.x86_64.rpm liburiparser1-0.8.5-150000.3.8.1.s390x.rpm uriparser-0.8.5-150000.3.8.1.s390x.rpm uriparser-devel-0.8.5-150000.3.8.1.s390x.rpm liburiparser1-0.8.5-150000.3.8.1.ppc64le.rpm uriparser-0.8.5-150000.3.8.1.ppc64le.rpm uriparser-devel-0.8.5-150000.3.8.1.ppc64le.rpm liburiparser1-0.8.5-150000.3.8.1.aarch64.rpm uriparser-0.8.5-150000.3.8.1.aarch64.rpm uriparser-devel-0.8.5-150000.3.8.1.aarch64.rpm openSUSE-SLE-15.6-2024-2289 Recommended update for qemu important SUSE Updates openSUSE-SLE 15.6 This update for qemu fixes the following issues: - Update to version 8.2.4. Full changelog/backports here: https://lore.kernel.org/qemu-devel/1715632914.382233.1013785.nullmailer@tls.msk.ru/ Some of the upstream backports are: target/sh4: Fix SUBV opcode target/sh4: Fix ADDV opcode hw/arm/npcm7xx: Store derivative OTP fuse key in little endian hw/dmax/xlnx_dpdma: fix handling of address_extension descriptor fields hw/ufs: Fix buffer overflow bug tests/avocado: update sunxi kernel from armbian to 6.6.16 target/loongarch/cpu.c: typo fix: expection backends/cryptodev-builtin: Fix local_error leaks nbd/server: Mark negotiation functions as coroutine_fn nbd/server: do not poll within a coroutine context linux-user: do_setsockopt: fix SOL_ALG.ALG_SET_KEY target/riscv/kvm: change timer regs size to u64 target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64 target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32 - Fixes: * [openSUSE][RPM] Prioritize PA over PipeWire in SLE (bsc#1222218) * [openSUSE][RPM] Hostname normalization (for repr. build ) done properly (bsc#1084909) - Fix a build issue on riscv: * target/riscv/kvm: rename riscv_reg_id() to riscv_reg_id_ulong() * target/riscv/kvm: add RISCV_CONFIG_REG() * target/riscv/kvm: change timer regs size to u64 * target/riscv/kvm: change KVM_REG_RISCV_FP_D to u64 * target/riscv/kvm: change KVM_REG_RISCV_FP_F to u32 - Update to version 8.2.3. Full changelog/backports here: https://lore.kernel.org/qemu-devel/1713980341.971368.1218343.nullmailer@tls.msk.ru/ Some of the upstream backports are: * Update version for 8.2.3 release * ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS. * ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs. * hw/pci-host/ppc440_pcix: Do not expose a bridge device on PCI bus * hw/isa/vt82c686: Keep track of PIRQ/PINT pins separately * virtio-pci: fix use of a released vector * linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2,4} * hw/audio/virtio-snd: Remove unused assignment * hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum() * hw/sd/sdhci: Do not update TRNMOD when Command Inhibit (DAT) is set * hw/net/lan9118: Fix overflow in MIL TX FIFO * hw/net/lan9118: Replace magic '2048' value by MIL_TXFIFO_SIZE definition * backends/cryptodev: Do not abort for invalid session ID * hw/misc/applesmc: Fix memory leak in reset() handler * hw/block/nand: Fix out-of-bound access in NAND block buffer * hw/block/nand: Have blk_load() take unsigned offset and return boolean * hw/block/nand: Factor nand_load_iolen() method out * qemu-options: Fix CXL Fixed Memory Window interleave-granularity typo * hw/virtio/virtio-crypto: Protect from DMA re-entrancy bugs * hw/char/virtio-serial-bus: Protect from DMA re-entrancy bugs * hw/display/virtio-gpu: Protect from DMA re-entrancy bugs * mirror: Don't call job_pause_point() under graph lock (bsc#1224179) qemu-8.2.4-150600.3.3.1.src.rpm qemu-8.2.4-150600.3.3.1.x86_64.rpm qemu-SLOF-8.2.4-150600.3.3.1.noarch.rpm qemu-accel-qtest-8.2.4-150600.3.3.1.x86_64.rpm qemu-accel-tcg-x86-8.2.4-150600.3.3.1.x86_64.rpm qemu-arm-8.2.4-150600.3.3.1.x86_64.rpm qemu-audio-alsa-8.2.4-150600.3.3.1.x86_64.rpm qemu-audio-dbus-8.2.4-150600.3.3.1.x86_64.rpm qemu-audio-jack-8.2.4-150600.3.3.1.x86_64.rpm qemu-audio-pa-8.2.4-150600.3.3.1.x86_64.rpm qemu-audio-pipewire-8.2.4-150600.3.3.1.x86_64.rpm qemu-audio-spice-8.2.4-150600.3.3.1.x86_64.rpm qemu-block-curl-8.2.4-150600.3.3.1.x86_64.rpm qemu-block-dmg-8.2.4-150600.3.3.1.x86_64.rpm qemu-block-gluster-8.2.4-150600.3.3.1.x86_64.rpm qemu-block-iscsi-8.2.4-150600.3.3.1.x86_64.rpm qemu-block-nfs-8.2.4-150600.3.3.1.x86_64.rpm qemu-block-rbd-8.2.4-150600.3.3.1.x86_64.rpm qemu-block-ssh-8.2.4-150600.3.3.1.x86_64.rpm qemu-chardev-baum-8.2.4-150600.3.3.1.x86_64.rpm qemu-chardev-spice-8.2.4-150600.3.3.1.x86_64.rpm qemu-doc-8.2.4-150600.3.3.1.noarch.rpm qemu-extra-8.2.4-150600.3.3.1.x86_64.rpm qemu-guest-agent-8.2.4-150600.3.3.1.x86_64.rpm qemu-headless-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-display-qxl-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-display-virtio-gpu-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-display-virtio-gpu-pci-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-display-virtio-vga-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-usb-host-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-usb-redirect-8.2.4-150600.3.3.1.x86_64.rpm qemu-hw-usb-smartcard-8.2.4-150600.3.3.1.x86_64.rpm qemu-img-8.2.4-150600.3.3.1.x86_64.rpm qemu-ipxe-8.2.4-150600.3.3.1.noarch.rpm qemu-ivshmem-tools-8.2.4-150600.3.3.1.x86_64.rpm qemu-ksm-8.2.4-150600.3.3.1.x86_64.rpm qemu-lang-8.2.4-150600.3.3.1.x86_64.rpm qemu-linux-user-8.2.4-150600.3.3.1.src.rpm qemu-linux-user-8.2.4-150600.3.3.1.x86_64.rpm qemu-microvm-8.2.4-150600.3.3.1.noarch.rpm qemu-ppc-8.2.4-150600.3.3.1.x86_64.rpm qemu-pr-helper-8.2.4-150600.3.3.1.x86_64.rpm qemu-s390x-8.2.4-150600.3.3.1.x86_64.rpm qemu-seabios-8.2.41.16.3_3_ga95067eb-150600.3.3.1.noarch.rpm qemu-skiboot-8.2.4-150600.3.3.1.noarch.rpm qemu-spice-8.2.4-150600.3.3.1.x86_64.rpm qemu-tools-8.2.4-150600.3.3.1.x86_64.rpm qemu-ui-curses-8.2.4-150600.3.3.1.x86_64.rpm qemu-ui-dbus-8.2.4-150600.3.3.1.x86_64.rpm qemu-ui-gtk-8.2.4-150600.3.3.1.x86_64.rpm qemu-ui-opengl-8.2.4-150600.3.3.1.x86_64.rpm qemu-ui-spice-app-8.2.4-150600.3.3.1.x86_64.rpm qemu-ui-spice-core-8.2.4-150600.3.3.1.x86_64.rpm qemu-vgabios-8.2.41.16.3_3_ga95067eb-150600.3.3.1.noarch.rpm qemu-vhost-user-gpu-8.2.4-150600.3.3.1.x86_64.rpm qemu-x86-8.2.4-150600.3.3.1.x86_64.rpm qemu-8.2.4-150600.3.3.1.aarch64.rpm qemu-accel-qtest-8.2.4-150600.3.3.1.aarch64.rpm qemu-accel-tcg-x86-8.2.4-150600.3.3.1.aarch64.rpm qemu-arm-8.2.4-150600.3.3.1.aarch64.rpm qemu-audio-alsa-8.2.4-150600.3.3.1.aarch64.rpm qemu-audio-dbus-8.2.4-150600.3.3.1.aarch64.rpm qemu-audio-jack-8.2.4-150600.3.3.1.aarch64.rpm qemu-audio-pa-8.2.4-150600.3.3.1.aarch64.rpm qemu-audio-pipewire-8.2.4-150600.3.3.1.aarch64.rpm qemu-audio-spice-8.2.4-150600.3.3.1.aarch64.rpm qemu-block-curl-8.2.4-150600.3.3.1.aarch64.rpm qemu-block-dmg-8.2.4-150600.3.3.1.aarch64.rpm qemu-block-gluster-8.2.4-150600.3.3.1.aarch64.rpm qemu-block-iscsi-8.2.4-150600.3.3.1.aarch64.rpm qemu-block-nfs-8.2.4-150600.3.3.1.aarch64.rpm qemu-block-rbd-8.2.4-150600.3.3.1.aarch64.rpm qemu-block-ssh-8.2.4-150600.3.3.1.aarch64.rpm qemu-chardev-baum-8.2.4-150600.3.3.1.aarch64.rpm qemu-chardev-spice-8.2.4-150600.3.3.1.aarch64.rpm qemu-extra-8.2.4-150600.3.3.1.aarch64.rpm qemu-guest-agent-8.2.4-150600.3.3.1.aarch64.rpm qemu-headless-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-display-qxl-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-display-virtio-gpu-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-display-virtio-gpu-pci-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-display-virtio-vga-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-usb-host-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-usb-redirect-8.2.4-150600.3.3.1.aarch64.rpm qemu-hw-usb-smartcard-8.2.4-150600.3.3.1.aarch64.rpm qemu-img-8.2.4-150600.3.3.1.aarch64.rpm qemu-ivshmem-tools-8.2.4-150600.3.3.1.aarch64.rpm qemu-ksm-8.2.4-150600.3.3.1.aarch64.rpm qemu-lang-8.2.4-150600.3.3.1.aarch64.rpm qemu-linux-user-8.2.4-150600.3.3.1.aarch64.rpm qemu-ppc-8.2.4-150600.3.3.1.aarch64.rpm qemu-pr-helper-8.2.4-150600.3.3.1.aarch64.rpm qemu-s390x-8.2.4-150600.3.3.1.aarch64.rpm qemu-spice-8.2.4-150600.3.3.1.aarch64.rpm qemu-tools-8.2.4-150600.3.3.1.aarch64.rpm qemu-ui-curses-8.2.4-150600.3.3.1.aarch64.rpm qemu-ui-dbus-8.2.4-150600.3.3.1.aarch64.rpm qemu-ui-gtk-8.2.4-150600.3.3.1.aarch64.rpm qemu-ui-opengl-8.2.4-150600.3.3.1.aarch64.rpm qemu-ui-spice-app-8.2.4-150600.3.3.1.aarch64.rpm qemu-ui-spice-core-8.2.4-150600.3.3.1.aarch64.rpm qemu-vhost-user-gpu-8.2.4-150600.3.3.1.aarch64.rpm qemu-x86-8.2.4-150600.3.3.1.aarch64.rpm qemu-8.2.4-150600.3.3.1.s390x.rpm qemu-accel-qtest-8.2.4-150600.3.3.1.s390x.rpm qemu-accel-tcg-x86-8.2.4-150600.3.3.1.s390x.rpm qemu-arm-8.2.4-150600.3.3.1.s390x.rpm qemu-audio-alsa-8.2.4-150600.3.3.1.s390x.rpm qemu-audio-dbus-8.2.4-150600.3.3.1.s390x.rpm qemu-audio-jack-8.2.4-150600.3.3.1.s390x.rpm qemu-audio-pa-8.2.4-150600.3.3.1.s390x.rpm qemu-audio-pipewire-8.2.4-150600.3.3.1.s390x.rpm qemu-audio-spice-8.2.4-150600.3.3.1.s390x.rpm qemu-block-curl-8.2.4-150600.3.3.1.s390x.rpm qemu-block-dmg-8.2.4-150600.3.3.1.s390x.rpm qemu-block-gluster-8.2.4-150600.3.3.1.s390x.rpm qemu-block-iscsi-8.2.4-150600.3.3.1.s390x.rpm qemu-block-nfs-8.2.4-150600.3.3.1.s390x.rpm qemu-block-rbd-8.2.4-150600.3.3.1.s390x.rpm qemu-block-ssh-8.2.4-150600.3.3.1.s390x.rpm qemu-chardev-baum-8.2.4-150600.3.3.1.s390x.rpm qemu-chardev-spice-8.2.4-150600.3.3.1.s390x.rpm qemu-extra-8.2.4-150600.3.3.1.s390x.rpm qemu-guest-agent-8.2.4-150600.3.3.1.s390x.rpm qemu-headless-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-display-qxl-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-display-virtio-gpu-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-display-virtio-gpu-pci-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-display-virtio-vga-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-usb-host-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-usb-redirect-8.2.4-150600.3.3.1.s390x.rpm qemu-hw-usb-smartcard-8.2.4-150600.3.3.1.s390x.rpm qemu-img-8.2.4-150600.3.3.1.s390x.rpm qemu-ivshmem-tools-8.2.4-150600.3.3.1.s390x.rpm qemu-ksm-8.2.4-150600.3.3.1.s390x.rpm qemu-lang-8.2.4-150600.3.3.1.s390x.rpm qemu-linux-user-8.2.4-150600.3.3.1.s390x.rpm qemu-ppc-8.2.4-150600.3.3.1.s390x.rpm qemu-pr-helper-8.2.4-150600.3.3.1.s390x.rpm qemu-s390x-8.2.4-150600.3.3.1.s390x.rpm qemu-spice-8.2.4-150600.3.3.1.s390x.rpm qemu-tools-8.2.4-150600.3.3.1.s390x.rpm qemu-ui-curses-8.2.4-150600.3.3.1.s390x.rpm qemu-ui-dbus-8.2.4-150600.3.3.1.s390x.rpm qemu-ui-gtk-8.2.4-150600.3.3.1.s390x.rpm qemu-ui-opengl-8.2.4-150600.3.3.1.s390x.rpm qemu-ui-spice-app-8.2.4-150600.3.3.1.s390x.rpm qemu-ui-spice-core-8.2.4-150600.3.3.1.s390x.rpm qemu-vhost-user-gpu-8.2.4-150600.3.3.1.s390x.rpm qemu-x86-8.2.4-150600.3.3.1.s390x.rpm qemu-8.2.4-150600.3.3.1.ppc64le.rpm qemu-accel-qtest-8.2.4-150600.3.3.1.ppc64le.rpm qemu-accel-tcg-x86-8.2.4-150600.3.3.1.ppc64le.rpm qemu-arm-8.2.4-150600.3.3.1.ppc64le.rpm qemu-audio-alsa-8.2.4-150600.3.3.1.ppc64le.rpm qemu-audio-dbus-8.2.4-150600.3.3.1.ppc64le.rpm qemu-audio-jack-8.2.4-150600.3.3.1.ppc64le.rpm qemu-audio-pa-8.2.4-150600.3.3.1.ppc64le.rpm qemu-audio-pipewire-8.2.4-150600.3.3.1.ppc64le.rpm qemu-audio-spice-8.2.4-150600.3.3.1.ppc64le.rpm qemu-block-curl-8.2.4-150600.3.3.1.ppc64le.rpm qemu-block-dmg-8.2.4-150600.3.3.1.ppc64le.rpm qemu-block-gluster-8.2.4-150600.3.3.1.ppc64le.rpm qemu-block-iscsi-8.2.4-150600.3.3.1.ppc64le.rpm qemu-block-nfs-8.2.4-150600.3.3.1.ppc64le.rpm qemu-block-rbd-8.2.4-150600.3.3.1.ppc64le.rpm qemu-block-ssh-8.2.4-150600.3.3.1.ppc64le.rpm qemu-chardev-baum-8.2.4-150600.3.3.1.ppc64le.rpm qemu-chardev-spice-8.2.4-150600.3.3.1.ppc64le.rpm qemu-extra-8.2.4-150600.3.3.1.ppc64le.rpm qemu-guest-agent-8.2.4-150600.3.3.1.ppc64le.rpm qemu-headless-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-display-qxl-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-display-virtio-gpu-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-display-virtio-gpu-pci-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-display-virtio-vga-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-usb-host-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-usb-redirect-8.2.4-150600.3.3.1.ppc64le.rpm qemu-hw-usb-smartcard-8.2.4-150600.3.3.1.ppc64le.rpm qemu-img-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ivshmem-tools-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ksm-8.2.4-150600.3.3.1.ppc64le.rpm qemu-lang-8.2.4-150600.3.3.1.ppc64le.rpm qemu-linux-user-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ppc-8.2.4-150600.3.3.1.ppc64le.rpm qemu-pr-helper-8.2.4-150600.3.3.1.ppc64le.rpm qemu-s390x-8.2.4-150600.3.3.1.ppc64le.rpm qemu-spice-8.2.4-150600.3.3.1.ppc64le.rpm qemu-tools-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ui-curses-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ui-dbus-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ui-gtk-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ui-opengl-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ui-spice-app-8.2.4-150600.3.3.1.ppc64le.rpm qemu-ui-spice-core-8.2.4-150600.3.3.1.ppc64le.rpm qemu-vhost-user-gpu-8.2.4-150600.3.3.1.ppc64le.rpm qemu-x86-8.2.4-150600.3.3.1.ppc64le.rpm openSUSE-SLE-15.6-2024-2568 Security update for mockito, snakeyaml, testng important SUSE Updates openSUSE-SLE 15.6 This update for mockito, snakeyaml, testng fixes the following issues: mockito was updated to version 5.11.0: - Added bundle manifest to the mockito-core artifact - Mockito 5 is making core changes to ensure compatibility with future JDK versions. - Switch the Default MockMaker to mockito-inline (not applicable to mockito-android) * Mockito 2.7.6 introduced the mockito-inline mockmaker based on the "inline bytecode" principle, offering compatibility advantages over the subclass mockmaker * This change avoids JDK restrictions, such as violating module boundaries and leaking subclass creation - Legitimate use cases for the subclass mockmaker: * Scenarios where the inline mockmaker does not function, such as on Graal VM's native image * If avoiding mocking final classes, the subclass mockmaker remains a viable option, although issues may arise on JDK 17+ * Mockito aims to support both mockmakers, allowing users to choose based on their requirements. - Update the Minimum Supported Java Version to 11 * Mockito 5 raised the minimum supported Java version to 11 * Community member @reta contributed to this change. * Users still on JDK 8 can continue using Mockito 4, with minimal API differences between versions - New type() Method on ArgumentMatcher * The ArgumentMatcher interface now includes a new type() method to support varargs methods, addressing previous limitations * Users can now differentiate between matching calls with any exact number of arguments or match any number of arguments * Mockito 5 provides a default implementation of the new method, ensuring backward compatibility. * No obligation for users to implement the new method; Mockito 5 considers Void.type by default for varargs handling * ArgumentCaptor is now fully type-aware, enabling capturing specific subclasses on a generic method. - byte-buddy does not bundle asm, but uses objectweb-asm as external library snake-yaml was updated to version 2.2: - Changes of version 2.2: * Define default scalar style as PLAIN (for polyglot Maven) * Add missing 'exports org.yaml.snakeyaml.inspector' to module-info.java - Changes of version 2.1: * Heavy Allocation in Emitter.analyzeScalar(String) due to Regex Overhead * Use identity in toString() for sequences to avoid OutOfMemoryError * NumberFormatException from SnakeYAML due to int overflow for corrupt YAML version * Document size limit should be applied to single document notthe whole input stream * Detect invalid Unicode code point (thanks to Tatu Saloranta) * Remove Trusted*Inspector classes from main sources tree - Changes of version 2.0: * Rollback to Java 7 target * Add module-info.java * Migrate to Java 8 * Remove many deprecated constructors * Remove long deprecated methods in FlowStyle * Do not allow global tags by default * Yaml.LoadAs() signature to support Class<? super T> type instead of Class<T> * CustomClassLoaderConstructor takes LoaderOptions * Check input parameters for non-null values testng was updated to version 7.10.1: - Security issues fixed: * CVE-2022-4065: Fixed Zip Slip Vulnerability (bsc#1205628) - Changes of version 7.10.1: * Fixed maven build with junit5 - Changes of version 7.10.0: * Minor discrepancy fixes * Deleting TestNG eclipse plugin specific classes * Remove deprecated JUnit related support in TestNG * Handle exceptions in emailable Reporter * Added wrapperbot and update workflow order * Support ITestNGFactory customisation * Streamlined data provider listener invocation * Streamlined Guice Module creation in concurrency. * Copy test result attributes when unexpected failures * chore: use explicit dependency versions instead of refreshVersions * Removed Ant * Support ordering of listeners * Added errorprone * Allow custom thread pool executors to be wired in. * Allow data providers to be non cacheable * Use Locks instead of synchronised keyword * Document pgp artifact signing keys * Added Unique Id for all test class instances * Added issue management workflows * Map object to configurations * Allow listeners to be disabled at runtime * Streamlined Data Provider execution * Honour inheritance when parsing listener factories * Tweaks around accessing SuiteResult * Streamlined random generation * Streamlined dependencies for configurations - Changes of version 7.9.0: * Fixed maps containing nulls can be incorrectly considered equal * Test Results as artifacts for failed runs * Fixed data races * Dont honour params specified in suite-file tag * Decouple SuiteRunner and TestRunner * Disable Native DI for BeforeSuite methods * Streamlined running Parallel Dataproviders+retries * Removed extra whitespace in log for Configuration.createMethods() * Added the link for TestNG Documentation's GitHub Repo in README.md * FirstTimeOnlyConfig methods + Listener invocations * Added overrideGroupsFromCliInParentChildXml test * Ensure thread safety for attribute access * Added @inherited to the Listeners annotation * Restrict Group inheritance to Before|AfterGroups * Ensure ITestResult injected to @AfterMethod is apt * Support suite level thread pools for data provider * Favour CompletableFuture instead of PoolService * Favour FutureTask for concurrency support * Shared Threadpool for normal/datadriven tests. * Abort for invalid combinations - Changes of version 7.8.0: * [Feature] Not exception but warning if some (not all) of the given test names are not found in suite files. * [Feature] Generate testng-results.xml per test suite * [Feature] Allow test classes to define "configfailurepolicy" at a per class level * XmlTest index is not set for test suites invoked with YAML * Listener's onAfterClass is called before @afterclass configuration methods are executed. * After upgrading to TestNG 7.5.0, setting ITestResult.status to FAILURE doesn't fail the test anymore * JUnitReportReporter should capture the test case output at the test case level * TestNG.xml doesn't honour Parallel value of a clone * before configuration and before invocation should be 'SKIP' when beforeMethod is 'skip' * Test listeners specified in parent testng.xml file are not included in testng-failed.xml file * Discrepancies with DataProvider and Retry of failed tests * Skipped Tests with DataProvider appear as failed * testng-results xml reports config skips from base classes as ignored * Feature: Check that specific object present in List * Upgraded snakeyaml to 2.0 - Changes of version 7.7.1: * Streamline overloaded assertion methods for Groovy - Changes of version 7.7.0: * Replace FindBugs by SpotBugs * Gradle: Drop forUseAtConfigurationTime() * Added ability to provide custom message to assertThrows\expectThrows methods * Only resolve hostname once * Prevent overlogging of debug msgs in Graph impl * Streamlined dataprovider invoking in abstract classes * Streamlined TestResult due to expectedExceptions * Unexpected test runs count with retry analyzer * Make PackageUtils compliant with JPMS * Ability to retry a data provider during failures * Fixing bug with DataProvider retry * Added config key for callback discrepancy behavior * Fixed FileAlreadyExistsException error on copy * JarFileUtils.delete(File f) throw actual exception (instead of FileNotFound) when file cannot be deleted #2825 * Changing assertion message of the osgitest * Enhancing the Matrix * Avoid Compilation errors on Semeru JDK flavour. * Add addition yml extension * Support getting dependencies info for a test * Honour regex in dependsOnMethods * Ensure All tests run all the time * Deprecate support for running Spock Tests * Streamline dependsOnMethods for configurations * Ensure ITestContext available for JUnit4 tests * Deprecate support for running JUnit tests * Changes of 7.6.1 * Fix Files.copy() such that parent dirs are created * Remove deprecated utility methods - Changes of version 7.6.0: * Remove redundant Parameter implementation * Upgraded to JDK11 * Move SimpleBaseTest to be Kotlin based * Restore testnames when using suites in suite. * Moving ClassHelperTests into Kotlin * IHookable and IConfigurable callback discrepancy * Minor refactoring * Add additional condition for assertEqualsNoOrder * beforeConfiguration() listener method should be invoked for skipped configurations as well * Keep the initial order of listeners * SuiteRunner could not be initial by default Configuration * Enable Dataprovider failures to be considered. * BeforeGroups should run before any matched test * Fixed possible StringIndexOutOfBoundsException exception in XmlReporter * DataProvider: possibility to unload dataprovider class, when done with it * Fixed possibilty that AfterGroups method is invoked before all tests * Fixed equals implementation for WrappedTestNGMethod * Wire-In listeners consistently * Streamline AfterClass invocation * Show FQMN for tests in console * Honour custom attribute values in TestNG default reports mockito-5.11.0-150200.3.7.1.noarch.rpm mockito-5.11.0-150200.3.7.1.src.rpm mockito-javadoc-5.11.0-150200.3.7.1.noarch.rpm snakeyaml-2.2-150200.3.15.1.noarch.rpm snakeyaml-2.2-150200.3.15.1.src.rpm snakeyaml-javadoc-2.2-150200.3.15.1.noarch.rpm testng-7.10.1-150200.3.10.1.noarch.rpm testng-7.10.1-150200.3.10.1.src.rpm testng-javadoc-7.10.1-150200.3.10.1.noarch.rpm openSUSE-SLE-15.6-2024-2000 Recommended update for Java moderate SUSE Updates openSUSE-SLE 15.6 This update for Java fixes the following issues: javadoc-parser: - Deliver javadoc-parser RPM package to meet new dependency requirements (no source changes) maven-filtering was updated to version 3.3.2: - Build against the plexus-build-api0 package containing sonatype plexus build api - Version 3.3.2: * Changes: + pick correct hamcrest dependency + Prefer commons lang to plexus utils + MSHARED-1214: move tag back to HEAD + MSHARED-1216: Use caching output stream + Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/test/resources + Fix typos and grammar + Fix 'licenced' typo in PR template + refactor IncrementalResourceFilteringTest + MSHARED-1340: Require Maven 3.6.3+ + Bump commons-io:commons-io from 2.11.0 to 2.15.1 + Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 + MSHARED-1339: Bump org.apache.maven.shared:maven-shared-components from 39 to 41 + MSHARED-1290: Fix PropertyUtils cycle detection results in false positives + MSHARED-1285: use an up-to-date scanner instead the newscanner + Bump org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0 + Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 + Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 + Bump release-drafter/release-drafter from 5 to 6 + Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 + MSHARED-1351: Fix console message when origin is baseDir + MSHARED-1050: Fix ConcurrentModificationException for maven-filtering + MSHARED-1330: Always overwrite files - Version 3.3.1: * Changes: + MSHARED-1175: Copying x resources from rel/path to rel/path + MSHARED-1213: Bug: filtering existing but 0 byte file + MSHARED-1199: Upgrade parent pom to 39 + MSHARED-1112: Ignore setting permissions on non existing dest files/symlinks + MSHARED-1144: remove rendundant error message - Version 3.3.0: * Changes: + Fixed cloning of MavenResourcesExecution's instances using copyOf() method + MRESOURCES-258: Copying and filtering logic is delegated to FileUtils + replace deprecated methods + replace deprecated code in favor of Java 7 core and apache commons libraries declare dependencies + MSHARED-1080: Parent POM 36, Java8, drop legacy. maven-plugin-tools: - Build against the plexus-build-api0 package containing sonatype plexus build api - Added dependency on plexus-xml where relevant modello was updated to version 2.4.0: - Build against the new codehaus plexus build api 1.2.0 - Build all modello plugins - Version 2.4.0: * New features and improvements: + Keep license structure + Support addition of license header to generated files + Make generated code - Java 8 based by default + threadsafety * Bugs fixed: + Revert snakeyaml to 1.33 (as 2.x is not fully compatible with 1.x). - Version 2.3.0: * Changes: + Kill off dead Plexus + Fix for #366 - Version 2.2.0: * Changes: + Parse javadoc tags in xdoc generator (only @since is supported atm) + Use generic in Xpp3Reader for JDK 5+ + Get rid of usage deprecated Reader/WriterFactory + Make spotless plugin work with Java 21 + Support java source property being discovered as 1.x + Fix thread safety issues by not using singletons for generators + Improve discovering javaSource based on maven.compiler properties, default as 8 + Switch Plexus Annotation to JSR-330 + Make spotless plugin work with Java 21 - Add dependency on plexus-xml where relevant plexus-build-api was updated to version 1.2.0: - Version 1.2.0: * Potentially breaking changes: + change package to org.codehaus.plexus.build * New features and improvements: + Convert to JSR 330 component + Bump sisu-maven-plugin from 0.3.5 to 0.9.0.M2 + Switch to parent 13 and reformat + Use a CachingOutputStream when using the build context + Reuse plexus-pom action for CI + Add README and LICENSE + Remove ThreadBuildContext * Bugs fixed: + Store Objects in the DefaultContext in a map + Let the DefaultBuildContext delegate to the legacy build-api plexus-build-api0 was implemented at version 0.0.8: - New package plexus-xml: - Deliver plexus-xml RPM package to meet new dependency requirements (no source changes) javadoc-parser-0.3.1-150200.5.5.1.noarch.rpm javadoc-parser-0.3.1-150200.5.5.1.src.rpm javadoc-parser-javadoc-0.3.1-150200.5.5.1.noarch.rpm maven-filtering-3.3.2-150200.3.7.2.noarch.rpm maven-filtering-3.3.2-150200.3.7.2.src.rpm maven-filtering-javadoc-3.3.2-150200.3.7.2.noarch.rpm maven-plugin-annotations-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-plugin-3.13.0-150200.3.12.1.noarch.rpm maven-plugin-plugin-3.13.0-150200.3.12.1.src.rpm maven-plugin-plugin-bootstrap-3.13.0-150200.3.12.1.noarch.rpm maven-plugin-plugin-bootstrap-3.13.0-150200.3.12.1.src.rpm maven-plugin-plugin-javadoc-3.13.0-150200.3.12.1.noarch.rpm maven-plugin-tools-3.13.0-150200.3.12.2.src.rpm maven-plugin-tools-annotations-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-tools-ant-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-tools-api-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-tools-beanshell-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-tools-generators-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-tools-java-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-tools-javadoc-3.13.0-150200.3.12.2.noarch.rpm maven-plugin-tools-model-3.13.0-150200.3.12.2.noarch.rpm maven-script-ant-3.13.0-150200.3.12.2.noarch.rpm maven-script-beanshell-3.13.0-150200.3.12.2.noarch.rpm modello-2.4.0-150200.3.10.1.noarch.rpm modello-2.4.0-150200.3.10.1.src.rpm modello-javadoc-2.4.0-150200.3.10.1.noarch.rpm modello-maven-plugin-2.4.0-150200.3.10.1.noarch.rpm modello-maven-plugin-2.4.0-150200.3.10.1.src.rpm modello-maven-plugin-javadoc-2.4.0-150200.3.10.1.noarch.rpm plexus-build-api-1.2.0-150200.3.7.1.noarch.rpm plexus-build-api-1.2.0-150200.3.7.1.src.rpm plexus-build-api-javadoc-1.2.0-150200.3.7.1.noarch.rpm plexus-build-api0-0.0.8-150200.5.5.2.noarch.rpm plexus-build-api0-0.0.8-150200.5.5.2.src.rpm plexus-build-api0-javadoc-0.0.8-150200.5.5.2.noarch.rpm plexus-xml-3.0.0-150200.5.5.1.noarch.rpm plexus-xml-3.0.0-150200.5.5.1.src.rpm plexus-xml-javadoc-3.0.0-150200.5.5.1.noarch.rpm openSUSE-SLE-15.6-2024-2479 Security update for python3 important SUSE Updates openSUSE-SLE 15.6 This update for python3 fixes the following issues: - CVE-2023-52425: Fixed backport so it uses features sniffing, not just comparing version number (bsc#1219559). - CVE-2024-0450: Fixed detecting the vulnerability of "quoted-overlap" zipbomb (bsc#1221854). - CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448) - CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447) libpython3_6m1_0-3.6.15-150300.10.65.1.x86_64.rpm libpython3_6m1_0-32bit-3.6.15-150300.10.65.1.x86_64.rpm python3-3.6.15-150300.10.65.2.src.rpm python3-3.6.15-150300.10.65.2.x86_64.rpm python3-base-3.6.15-150300.10.65.1.x86_64.rpm python3-core-3.6.15-150300.10.65.1.src.rpm python3-curses-3.6.15-150300.10.65.2.x86_64.rpm python3-dbm-3.6.15-150300.10.65.2.x86_64.rpm python3-devel-3.6.15-150300.10.65.1.x86_64.rpm python3-doc-3.6.15-150300.10.65.1.x86_64.rpm python3-doc-devhelp-3.6.15-150300.10.65.1.x86_64.rpm python3-documentation-3.6.15-150300.10.65.1.src.rpm python3-idle-3.6.15-150300.10.65.2.x86_64.rpm python3-testsuite-3.6.15-150300.10.65.1.x86_64.rpm python3-tk-3.6.15-150300.10.65.2.x86_64.rpm python3-tools-3.6.15-150300.10.65.1.x86_64.rpm libpython3_6m1_0-3.6.15-150300.10.65.1.s390x.rpm python3-3.6.15-150300.10.65.2.s390x.rpm python3-base-3.6.15-150300.10.65.1.s390x.rpm python3-curses-3.6.15-150300.10.65.2.s390x.rpm python3-dbm-3.6.15-150300.10.65.2.s390x.rpm python3-devel-3.6.15-150300.10.65.1.s390x.rpm python3-doc-3.6.15-150300.10.65.1.s390x.rpm python3-doc-devhelp-3.6.15-150300.10.65.1.s390x.rpm python3-idle-3.6.15-150300.10.65.2.s390x.rpm python3-testsuite-3.6.15-150300.10.65.1.s390x.rpm python3-tk-3.6.15-150300.10.65.2.s390x.rpm python3-tools-3.6.15-150300.10.65.1.s390x.rpm libpython3_6m1_0-3.6.15-150300.10.65.1.ppc64le.rpm python3-3.6.15-150300.10.65.2.ppc64le.rpm python3-base-3.6.15-150300.10.65.1.ppc64le.rpm python3-curses-3.6.15-150300.10.65.2.ppc64le.rpm python3-dbm-3.6.15-150300.10.65.2.ppc64le.rpm python3-devel-3.6.15-150300.10.65.1.ppc64le.rpm python3-doc-3.6.15-150300.10.65.1.ppc64le.rpm python3-doc-devhelp-3.6.15-150300.10.65.1.ppc64le.rpm python3-idle-3.6.15-150300.10.65.2.ppc64le.rpm python3-testsuite-3.6.15-150300.10.65.1.ppc64le.rpm python3-tk-3.6.15-150300.10.65.2.ppc64le.rpm python3-tools-3.6.15-150300.10.65.1.ppc64le.rpm libpython3_6m1_0-3.6.15-150300.10.65.1.aarch64.rpm python3-3.6.15-150300.10.65.2.aarch64.rpm python3-base-3.6.15-150300.10.65.1.aarch64.rpm python3-curses-3.6.15-150300.10.65.2.aarch64.rpm python3-dbm-3.6.15-150300.10.65.2.aarch64.rpm python3-devel-3.6.15-150300.10.65.1.aarch64.rpm python3-doc-3.6.15-150300.10.65.1.aarch64.rpm python3-doc-devhelp-3.6.15-150300.10.65.1.aarch64.rpm python3-idle-3.6.15-150300.10.65.2.aarch64.rpm python3-testsuite-3.6.15-150300.10.65.1.aarch64.rpm python3-tk-3.6.15-150300.10.65.2.aarch64.rpm python3-tools-3.6.15-150300.10.65.1.aarch64.rpm openSUSE-SLE-15.6-2024-1859 Security update for java-1_8_0-ibm important SUSE Updates openSUSE-SLE 15.6 This update for java-1_8_0-ibm fixes the following issues: Update to Java 8.0 Service Refresh 8 Fix Pack 25 (bsc#1223470): - CVE-2023-38264: Fixed Object Request Broker (ORB) denial of service (bsc#1224164). - CVE-2024-21094: Fixed C2 compilation fails with "Exceeded _node_regs array" (bsc#1222986). - CVE-2024-21068: Fixed integer overflow in C1 compiler address generation (bsc#1222983). - CVE-2024-21085: Fixed Pack200 excessive memory allocation (bsc#1222984). - CVE-2024-21011: Fixed Long Exception message leading to crash (bsc#1222979). - CVE-2024-21012: Fixed HTTP/2 client improper reverse DNS lookup (bsc#1222987). java-1_8_0-ibm-1.8.0_sr8.25-150000.3.89.1.nosrc.rpm java-1_8_0-ibm-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-32bit-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-alsa-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-demo-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-devel-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-devel-32bit-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-plugin-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-src-1.8.0_sr8.25-150000.3.89.1.x86_64.rpm java-1_8_0-ibm-1.8.0_sr8.25-150000.3.89.1.s390x.rpm java-1_8_0-ibm-demo-1.8.0_sr8.25-150000.3.89.1.s390x.rpm java-1_8_0-ibm-devel-1.8.0_sr8.25-150000.3.89.1.s390x.rpm java-1_8_0-ibm-src-1.8.0_sr8.25-150000.3.89.1.s390x.rpm java-1_8_0-ibm-1.8.0_sr8.25-150000.3.89.1.ppc64le.rpm java-1_8_0-ibm-demo-1.8.0_sr8.25-150000.3.89.1.ppc64le.rpm java-1_8_0-ibm-devel-1.8.0_sr8.25-150000.3.89.1.ppc64le.rpm java-1_8_0-ibm-src-1.8.0_sr8.25-150000.3.89.1.ppc64le.rpm openSUSE-SLE-15.6-2024-1951 Recommended update for libbpf moderate SUSE Updates openSUSE-SLE 15.6 This update for libbpf fixes the following issues: - Fixed potential null pointer dereference in bpf_object__collect_prog_relos() (bsc#1221101) libbpf-1.2.2-150600.3.3.1.src.rpm libbpf-devel-1.2.2-150600.3.3.1.x86_64.rpm libbpf-devel-static-1.2.2-150600.3.3.1.x86_64.rpm libbpf1-1.2.2-150600.3.3.1.x86_64.rpm libbpf1-32bit-1.2.2-150600.3.3.1.x86_64.rpm libbpf-devel-1.2.2-150600.3.3.1.s390x.rpm libbpf-devel-static-1.2.2-150600.3.3.1.s390x.rpm libbpf1-1.2.2-150600.3.3.1.s390x.rpm libbpf-devel-1.2.2-150600.3.3.1.ppc64le.rpm libbpf-devel-static-1.2.2-150600.3.3.1.ppc64le.rpm libbpf1-1.2.2-150600.3.3.1.ppc64le.rpm libbpf-devel-1.2.2-150600.3.3.1.aarch64.rpm libbpf-devel-static-1.2.2-150600.3.3.1.aarch64.rpm libbpf1-1.2.2-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1858 Security update for MozillaThunderbird important SUSE Updates openSUSE-SLE 15.6 This update for MozillaThunderbird fixes the following issues: Update to version 115.11 (bsc#1224056): - CVE-2024-4367: Arbitrary JavaScript execution in PDF.js - CVE-2024-4767: IndexedDB files retained in private browsing mode - CVE-2024-4768: Potential permissions request bypass via clickjacking - CVE-2024-4769: Cross-origin responses could be distinguished between script and non-script content-types - CVE-2024-4770: Use-after-free could occur when printing to PDF - CVE-2024-4777: Memory safety bugs fixed in Firefox 126, Firefox ESR 115.11, and Thunderbird 115.11 - fixed: Splitter arrow between task list and task description did not behave as expected - fixed: Calendar Event Attendees dialog had incorrectly sized rows MozillaThunderbird-115.11.0-150200.8.160.1.src.rpm MozillaThunderbird-115.11.0-150200.8.160.1.x86_64.rpm MozillaThunderbird-translations-common-115.11.0-150200.8.160.1.x86_64.rpm MozillaThunderbird-translations-other-115.11.0-150200.8.160.1.x86_64.rpm MozillaThunderbird-115.11.0-150200.8.160.1.s390x.rpm MozillaThunderbird-translations-common-115.11.0-150200.8.160.1.s390x.rpm MozillaThunderbird-translations-other-115.11.0-150200.8.160.1.s390x.rpm MozillaThunderbird-115.11.0-150200.8.160.1.ppc64le.rpm MozillaThunderbird-translations-common-115.11.0-150200.8.160.1.ppc64le.rpm MozillaThunderbird-translations-other-115.11.0-150200.8.160.1.ppc64le.rpm MozillaThunderbird-115.11.0-150200.8.160.1.aarch64.rpm MozillaThunderbird-translations-common-115.11.0-150200.8.160.1.aarch64.rpm MozillaThunderbird-translations-other-115.11.0-150200.8.160.1.aarch64.rpm openSUSE-SLE-15.6-2024-1857 Security update for python-requests moderate SUSE Updates openSUSE-SLE 15.6 This update for python-requests fixes the following issues: - CVE-2024-35195: Fixed cert verification regardless of changes to the value of `verify` (bsc#1224788). python-requests-2.31.0-150400.6.12.1.src.rpm python311-requests-2.31.0-150400.6.12.1.noarch.rpm openSUSE-SLE-15.6-2024-1798 Recommended update for dpdk22 moderate SUSE Updates openSUSE-SLE 15.6 This update for dpdk22 fixes the following issue: - Fix dpdk_nic_bind 'python': No such file or directory (bsc#1219990) * Add requires for "which" as dpdk-tools has its dependency dpdk22-22.11.1-150500.5.5.3.src.rpm dpdk22-22.11.1-150500.5.5.3.x86_64.rpm dpdk22-devel-22.11.1-150500.5.5.3.x86_64.rpm dpdk22-devel-static-22.11.1-150500.5.5.3.x86_64.rpm dpdk22-doc-22.11.1-150500.5.5.3.noarch.rpm dpdk22-examples-22.11.1-150500.5.5.3.x86_64.rpm dpdk22-kmp-default-22.11.1_k5.14.21_150500.55.62-150500.5.5.3.x86_64.rpm dpdk22-tools-22.11.1-150500.5.5.3.x86_64.rpm dpdk22-22.11.1-150500.5.5.3.ppc64le.rpm dpdk22-devel-22.11.1-150500.5.5.3.ppc64le.rpm dpdk22-devel-static-22.11.1-150500.5.5.3.ppc64le.rpm dpdk22-examples-22.11.1-150500.5.5.3.ppc64le.rpm dpdk22-kmp-default-22.11.1_k5.14.21_150500.55.62-150500.5.5.3.ppc64le.rpm dpdk22-tools-22.11.1-150500.5.5.3.ppc64le.rpm dpdk22-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-devel-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-devel-static-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-examples-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-kmp-default-22.11.1_k5.14.21_150500.55.62-150500.5.5.3.aarch64.rpm dpdk22-thunderx-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-thunderx-22.11.1-150500.5.5.3.src.rpm dpdk22-thunderx-devel-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-thunderx-devel-static-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-thunderx-doc-22.11.1-150500.5.5.3.noarch.rpm dpdk22-thunderx-examples-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-thunderx-kmp-default-22.11.1_k5.14.21_150500.55.62-150500.5.5.3.aarch64.rpm dpdk22-thunderx-tools-22.11.1-150500.5.5.3.aarch64.rpm dpdk22-tools-22.11.1-150500.5.5.3.aarch64.rpm openSUSE-SLE-15.6-2024-1884 Recommended update for bpftool moderate SUSE Updates openSUSE-SLE 15.6 This update for bpftool fixes the following issue: - Enable showing info for processes holding BPF map/prog/link/btf FDs (jsc#PED-8375) bpftool-6.4.0-150600.19.3.3.src.rpm bpftool-6.4.0-150600.19.3.3.x86_64.rpm bpftool-6.4.0-150600.19.3.3.s390x.rpm bpftool-6.4.0-150600.19.3.3.ppc64le.rpm bpftool-6.4.0-150600.19.3.3.aarch64.rpm openSUSE-SLE-15.6-2024-2108 Security update for containerd important SUSE Updates openSUSE-SLE 15.6 This update for containerd fixes the following issues: Update to containerd v1.7.17. - CVE-2023-45288: Fixed the limit of CONTINUATION frames read for an HTTP/2 request (bsc#1221400). - Fixed /sys/devices/virtual/powercap accessibility by default containers to mitigate power-based side channel attacks (bsc#1224323). containerd-1.7.17-150000.111.3.src.rpm containerd-1.7.17-150000.111.3.x86_64.rpm containerd-ctr-1.7.17-150000.111.3.x86_64.rpm containerd-devel-1.7.17-150000.111.3.noarch.rpm containerd-1.7.17-150000.111.3.s390x.rpm containerd-ctr-1.7.17-150000.111.3.s390x.rpm containerd-1.7.17-150000.111.3.ppc64le.rpm containerd-ctr-1.7.17-150000.111.3.ppc64le.rpm containerd-1.7.17-150000.111.3.aarch64.rpm containerd-ctr-1.7.17-150000.111.3.aarch64.rpm openSUSE-SLE-15.6-2024-1887 Recommended update for suse-module-tools moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-module-tools fixes the following issues: - Include unblacklist in initramfs (bsc#1224320) - regenerate-initrd-posttrans: run update-bootloader --refresh for XEN (bsc#1223278) - 60-io-scheduler.rules: test for "scheduler" sysfs attribute (bsc#1216717) - README: Update blacklist description (gh#openSUSE/suse-module-tools#71) - macros.initrd: %regenerate_initrd_post: don't fail if mkdir is unavailable (bsc#1217979) - Don't rebuild existing initramfs images if the environment variable SKIP_REGENERATE_ALL=1 is set (bsc#1192014) suse-module-tools-15.6.9-150600.3.3.3.src.rpm suse-module-tools-15.6.9-150600.3.3.3.x86_64.rpm suse-module-tools-15.6.9-150600.3.3.3.s390x.rpm suse-module-tools-15.6.9-150600.3.3.3.ppc64le.rpm suse-module-tools-15.6.9-150600.3.3.3.aarch64.rpm openSUSE-SLE-15.6-2024-1995 Recommended update for libteam moderate SUSE Updates openSUSE-SLE 15.6 This update for libteam fixes the following issue: - teamd: lw: arp_ping: bitmask VID in VLAN BPF filter (bsc#1224798) libteam-1.27-150000.4.15.2.src.rpm libteam-devel-1.27-150000.4.15.2.x86_64.rpm libteam-tools-1.27-150000.4.15.2.x86_64.rpm libteam5-1.27-150000.4.15.2.x86_64.rpm libteamdctl0-1.27-150000.4.15.2.x86_64.rpm python-libteam-1.27-150000.4.15.2.x86_64.rpm libteam-devel-1.27-150000.4.15.2.s390x.rpm libteam-tools-1.27-150000.4.15.2.s390x.rpm libteam5-1.27-150000.4.15.2.s390x.rpm libteamdctl0-1.27-150000.4.15.2.s390x.rpm python-libteam-1.27-150000.4.15.2.s390x.rpm libteam-devel-1.27-150000.4.15.2.ppc64le.rpm libteam-tools-1.27-150000.4.15.2.ppc64le.rpm libteam5-1.27-150000.4.15.2.ppc64le.rpm libteamdctl0-1.27-150000.4.15.2.ppc64le.rpm python-libteam-1.27-150000.4.15.2.ppc64le.rpm libteam-devel-1.27-150000.4.15.2.aarch64.rpm libteam-tools-1.27-150000.4.15.2.aarch64.rpm libteam5-1.27-150000.4.15.2.aarch64.rpm libteamdctl0-1.27-150000.4.15.2.aarch64.rpm python-libteam-1.27-150000.4.15.2.aarch64.rpm openSUSE-SLE-15.6-2024-1793 Security update for java-1_8_0-openj9 moderate SUSE Updates openSUSE-SLE 15.6 This update for java-1_8_0-openj9 fixes the following issues: Update to OpenJDK 8u412 build 08 with OpenJ9 0.44.0 virtual machine: - CVE-2024-21094: Fixed C2 compilation failure with "Exceeded _node_regs array" (bsc#1222986). - CVE-2024-21011: Fixed long Exception message leading to crash (bsc#1222979). - CVE-2024-21085: Fixed Pack200 excessive memory allocation (bsc#1222984). - CVE-2024-21068: Fixed integer overflow in C1 compiler address generation (bsc#1222983). java-1_8_0-openj9-1.8.0.412-150200.3.45.2.src.rpm java-1_8_0-openj9-1.8.0.412-150200.3.45.2.x86_64.rpm java-1_8_0-openj9-accessibility-1.8.0.412-150200.3.45.2.x86_64.rpm java-1_8_0-openj9-demo-1.8.0.412-150200.3.45.2.x86_64.rpm java-1_8_0-openj9-devel-1.8.0.412-150200.3.45.2.x86_64.rpm java-1_8_0-openj9-headless-1.8.0.412-150200.3.45.2.x86_64.rpm java-1_8_0-openj9-javadoc-1.8.0.412-150200.3.45.2.noarch.rpm java-1_8_0-openj9-src-1.8.0.412-150200.3.45.2.x86_64.rpm java-1_8_0-openj9-1.8.0.412-150200.3.45.2.s390x.rpm java-1_8_0-openj9-accessibility-1.8.0.412-150200.3.45.2.s390x.rpm java-1_8_0-openj9-demo-1.8.0.412-150200.3.45.2.s390x.rpm java-1_8_0-openj9-devel-1.8.0.412-150200.3.45.2.s390x.rpm java-1_8_0-openj9-headless-1.8.0.412-150200.3.45.2.s390x.rpm java-1_8_0-openj9-src-1.8.0.412-150200.3.45.2.s390x.rpm java-1_8_0-openj9-1.8.0.412-150200.3.45.2.ppc64le.rpm java-1_8_0-openj9-accessibility-1.8.0.412-150200.3.45.2.ppc64le.rpm java-1_8_0-openj9-demo-1.8.0.412-150200.3.45.2.ppc64le.rpm java-1_8_0-openj9-devel-1.8.0.412-150200.3.45.2.ppc64le.rpm java-1_8_0-openj9-headless-1.8.0.412-150200.3.45.2.ppc64le.rpm java-1_8_0-openj9-src-1.8.0.412-150200.3.45.2.ppc64le.rpm java-1_8_0-openj9-1.8.0.412-150200.3.45.2.aarch64.rpm java-1_8_0-openj9-accessibility-1.8.0.412-150200.3.45.2.aarch64.rpm java-1_8_0-openj9-demo-1.8.0.412-150200.3.45.2.aarch64.rpm java-1_8_0-openj9-devel-1.8.0.412-150200.3.45.2.aarch64.rpm java-1_8_0-openj9-headless-1.8.0.412-150200.3.45.2.aarch64.rpm java-1_8_0-openj9-src-1.8.0.412-150200.3.45.2.aarch64.rpm openSUSE-SLE-15.6-2024-1883 Recommended update for iputils moderate SUSE Updates openSUSE-SLE 15.6 This update for iputils fixes the following issue: - "arping: Fix 1s delay on exit for unsolicited arpings", backport upstream fix (bsc#1224877) - Backport proposed fix for regression in upstream commit 4db1de6 (bsc#1224877) iputils-20221126-150500.3.5.3.src.rpm iputils-20221126-150500.3.5.3.x86_64.rpm iputils-20221126-150500.3.5.3.s390x.rpm iputils-20221126-150500.3.5.3.ppc64le.rpm iputils-20221126-150500.3.5.3.aarch64.rpm openSUSE-SLE-15.6-2024-1925 Security update for python-PyMySQL important SUSE Updates openSUSE-SLE 15.6 This update for python-PyMySQL fixes the following issues: - CVE-2024-36039: Fixed SQL injection when used with untrusted JSON input (bsc#1225070). python-PyMySQL-1.1.0-150600.3.3.1.src.rpm python311-PyMySQL-1.1.0-150600.3.3.1.noarch.rpm openSUSE-SLE-15.6-2024-1950 Security update for glib2 moderate SUSE Updates openSUSE-SLE 15.6 This update for glib2 fixes the following issues: Update to version 2.78.6: + Fix a regression with IBus caused by the fix for CVE-2024-34397 Changes in version 2.78.5: + Fix CVE-2024-34397: GDBus signal subscriptions for well-known names are vulnerable to unicast spoofing. (bsc#1224044) + Bugs fixed: - gvfs-udisks2-volume-monitor SIGSEGV in g_content_type_guess_for_tree() due to filename with bad encoding - gcontenttype: Make filename valid utf-8 string before processing. - gdbusconnection: Don't deliver signals if the sender doesn't match. Changes in version 2.78.4: + Bugs fixed: - Fix generated RST anchors for methods, signals and properties. - docs/reference: depend on a native gtk-doc. - gobject_gdb.py: Do not break bt on optimized build. - gregex: clean up usage of _GRegex.jit_status. gio-branding-SLE-15-150600.35.2.1.noarch.rpm gio-branding-upstream-2.78.6-150600.4.3.1.noarch.rpm glib2-2.78.6-150600.4.3.1.src.rpm glib2-branding-SLE-15-150600.35.2.1.src.rpm glib2-devel-2.78.6-150600.4.3.1.x86_64.rpm glib2-devel-32bit-2.78.6-150600.4.3.1.x86_64.rpm glib2-devel-static-2.78.6-150600.4.3.1.x86_64.rpm glib2-doc-2.78.6-150600.4.3.1.src.rpm glib2-doc-2.78.6-150600.4.3.1.x86_64.rpm glib2-lang-2.78.6-150600.4.3.1.noarch.rpm glib2-tests-devel-2.78.6-150600.4.3.1.x86_64.rpm glib2-tools-2.78.6-150600.4.3.1.x86_64.rpm glib2-tools-32bit-2.78.6-150600.4.3.1.x86_64.rpm libgio-2_0-0-2.78.6-150600.4.3.1.x86_64.rpm libgio-2_0-0-32bit-2.78.6-150600.4.3.1.x86_64.rpm libglib-2_0-0-2.78.6-150600.4.3.1.x86_64.rpm libglib-2_0-0-32bit-2.78.6-150600.4.3.1.x86_64.rpm libgmodule-2_0-0-2.78.6-150600.4.3.1.x86_64.rpm libgmodule-2_0-0-32bit-2.78.6-150600.4.3.1.x86_64.rpm libgobject-2_0-0-2.78.6-150600.4.3.1.x86_64.rpm libgobject-2_0-0-32bit-2.78.6-150600.4.3.1.x86_64.rpm libgthread-2_0-0-2.78.6-150600.4.3.1.x86_64.rpm libgthread-2_0-0-32bit-2.78.6-150600.4.3.1.x86_64.rpm glib2-devel-2.78.6-150600.4.3.1.s390x.rpm glib2-devel-static-2.78.6-150600.4.3.1.s390x.rpm glib2-doc-2.78.6-150600.4.3.1.s390x.rpm glib2-tests-devel-2.78.6-150600.4.3.1.s390x.rpm glib2-tools-2.78.6-150600.4.3.1.s390x.rpm libgio-2_0-0-2.78.6-150600.4.3.1.s390x.rpm libglib-2_0-0-2.78.6-150600.4.3.1.s390x.rpm libgmodule-2_0-0-2.78.6-150600.4.3.1.s390x.rpm libgobject-2_0-0-2.78.6-150600.4.3.1.s390x.rpm libgthread-2_0-0-2.78.6-150600.4.3.1.s390x.rpm glib2-devel-2.78.6-150600.4.3.1.ppc64le.rpm glib2-devel-static-2.78.6-150600.4.3.1.ppc64le.rpm glib2-doc-2.78.6-150600.4.3.1.ppc64le.rpm glib2-tests-devel-2.78.6-150600.4.3.1.ppc64le.rpm glib2-tools-2.78.6-150600.4.3.1.ppc64le.rpm libgio-2_0-0-2.78.6-150600.4.3.1.ppc64le.rpm libglib-2_0-0-2.78.6-150600.4.3.1.ppc64le.rpm libgmodule-2_0-0-2.78.6-150600.4.3.1.ppc64le.rpm libgobject-2_0-0-2.78.6-150600.4.3.1.ppc64le.rpm libgthread-2_0-0-2.78.6-150600.4.3.1.ppc64le.rpm glib2-devel-2.78.6-150600.4.3.1.aarch64.rpm glib2-devel-static-2.78.6-150600.4.3.1.aarch64.rpm glib2-doc-2.78.6-150600.4.3.1.aarch64.rpm glib2-tests-devel-2.78.6-150600.4.3.1.aarch64.rpm glib2-tools-2.78.6-150600.4.3.1.aarch64.rpm libgio-2_0-0-2.78.6-150600.4.3.1.aarch64.rpm libglib-2_0-0-2.78.6-150600.4.3.1.aarch64.rpm libgmodule-2_0-0-2.78.6-150600.4.3.1.aarch64.rpm libgobject-2_0-0-2.78.6-150600.4.3.1.aarch64.rpm libgthread-2_0-0-2.78.6-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2731 Recommended update for resource-agents moderate SUSE Updates openSUSE-SLE 15.6 This update for resource-agents fixes the following issue: - Azure-lb fails if IPv6 disabled (bsc#1223554) - Add upstream patch - Add a new parameter: listen, This parameter can have following walues: - default: Neither -4 nor -6 will be used. The default behavior of socat and nc will be used. - socat: Listen only on IPv4 addresses - nc: when net.ipv6.bindv6only == 0 it listen on both IPv4 and IP6 addresses. when net.ipv6.bindv6only == 1 it listen only on IPv4 addresses - ipv4only: Listen only on IPv4 addresses - ipv6enable: Enable TCP6 support - nc: Listen only on IPv6 adresses independent of net.ipv6.bindv6only - socat: when net.ipv6.bindv6only == 0 it listen on both IPv4 and IP6 addresses. when net.ipv6.bindv6only == 1 it listen only on IPv6 adresses ldirectord-4.13.0+git6.ae50f94f-150600.4.3.2.x86_64.rpm monitoring-plugins-metadata-4.13.0+git6.ae50f94f-150600.4.3.2.noarch.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.3.2.src.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.3.2.x86_64.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.3.2.x86_64.rpm ldirectord-4.13.0+git6.ae50f94f-150600.4.3.2.s390x.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.3.2.s390x.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.3.2.s390x.rpm ldirectord-4.13.0+git6.ae50f94f-150600.4.3.2.ppc64le.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.3.2.ppc64le.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.3.2.ppc64le.rpm ldirectord-4.13.0+git6.ae50f94f-150600.4.3.2.aarch64.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.3.2.aarch64.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-1904 Recommended update for mutter moderate SUSE Updates openSUSE-SLE 15.6 This update for mutter fixes the following issues: - Allows input method to work in Chromium/Electron-based apps with Wayland Ozone platform, which only has text-input-v1 support (bsc#1219505) mutter-45.3-150600.5.3.1.src.rpm mutter-45.3-150600.5.3.1.x86_64.rpm mutter-devel-45.3-150600.5.3.1.x86_64.rpm mutter-lang-45.3-150600.5.3.1.noarch.rpm mutter-45.3-150600.5.3.1.s390x.rpm mutter-devel-45.3-150600.5.3.1.s390x.rpm mutter-45.3-150600.5.3.1.ppc64le.rpm mutter-devel-45.3-150600.5.3.1.ppc64le.rpm mutter-45.3-150600.5.3.1.aarch64.rpm mutter-devel-45.3-150600.5.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1897 Recommended update for postfix moderate SUSE Updates openSUSE-SLE 15.6 This update for postfix fixes the following issues: - config.postfix needs updating (bsc#1224207) * chkconfig to systemctl * Link Cyrus lmtp only if this exsists * /usr/lib64/sasl2 does not need to exist * Fetch timezone via readlink from /etc/localtime - Set inet_interfaces to loopback-only instead of localhost as proposed in man 5 postconf (bsc#1223264) postfix-3.8.4-150600.3.3.1.src.rpm postfix-3.8.4-150600.3.3.1.x86_64.rpm postfix-bdb-3.8.4-150600.3.3.1.src.rpm postfix-bdb-3.8.4-150600.3.3.1.x86_64.rpm postfix-bdb-lmdb-3.8.4-150600.3.3.1.x86_64.rpm postfix-devel-3.8.4-150600.3.3.1.noarch.rpm postfix-doc-3.8.4-150600.3.3.1.noarch.rpm postfix-ldap-3.8.4-150600.3.3.1.x86_64.rpm postfix-mysql-3.8.4-150600.3.3.1.x86_64.rpm postfix-postgresql-3.8.4-150600.3.3.1.x86_64.rpm postfix-3.8.4-150600.3.3.1.s390x.rpm postfix-bdb-3.8.4-150600.3.3.1.s390x.rpm postfix-bdb-lmdb-3.8.4-150600.3.3.1.s390x.rpm postfix-ldap-3.8.4-150600.3.3.1.s390x.rpm postfix-mysql-3.8.4-150600.3.3.1.s390x.rpm postfix-postgresql-3.8.4-150600.3.3.1.s390x.rpm postfix-3.8.4-150600.3.3.1.ppc64le.rpm postfix-bdb-3.8.4-150600.3.3.1.ppc64le.rpm postfix-bdb-lmdb-3.8.4-150600.3.3.1.ppc64le.rpm postfix-ldap-3.8.4-150600.3.3.1.ppc64le.rpm postfix-mysql-3.8.4-150600.3.3.1.ppc64le.rpm postfix-postgresql-3.8.4-150600.3.3.1.ppc64le.rpm postfix-3.8.4-150600.3.3.1.aarch64.rpm postfix-bdb-3.8.4-150600.3.3.1.aarch64.rpm postfix-bdb-lmdb-3.8.4-150600.3.3.1.aarch64.rpm postfix-ldap-3.8.4-150600.3.3.1.aarch64.rpm postfix-mysql-3.8.4-150600.3.3.1.aarch64.rpm postfix-postgresql-3.8.4-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1914 Recommended update for perl-DBD-SQLite moderate SUSE Updates openSUSE-SLE 15.6 This update for perl-DBD-SQLite fixes the following issues: - Remove sqlite files when building with system libraries * Avoiding having wrong sqlite version when checking with the perl module (bsc#1218946) perl-DBD-SQLite-1.66-150300.3.12.1.src.rpm perl-DBD-SQLite-1.66-150300.3.12.1.x86_64.rpm perl-DBD-SQLite-1.66-150300.3.12.1.s390x.rpm perl-DBD-SQLite-1.66-150300.3.12.1.ppc64le.rpm perl-DBD-SQLite-1.66-150300.3.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-1852 Recommended update for wicked moderate SUSE Updates openSUSE-SLE 15.6 This update for wicked fixes the following issues: - client: fix ifreload to pull UP ports/links again when the config of their master/lower changed (bsc#1224100, gh#openSUSE/wicked#1014) - cleanup: fix ni_fsm_state_t enum-int-mismatch warnings - cleanup: fix overflow warnings in a socket testcase on i586 - ifcheck: report new and deleted configs as changed (bsc#1218926) - man: improve ARP configuration options in the wicked-config.5 - bond: add ports when master is UP to avoid port MTU revert (bsc#1219108) - cleanup: fix interface dependencies and shutdown order (bsc#1205604) - removed patches included in the source archive wicked-0.6.75-150600.11.3.4.src.rpm wicked-0.6.75-150600.11.3.4.x86_64.rpm wicked-nbft-0.6.75-150600.11.3.4.x86_64.rpm wicked-service-0.6.75-150600.11.3.4.x86_64.rpm wicked-0.6.75-150600.11.3.4.s390x.rpm wicked-nbft-0.6.75-150600.11.3.4.s390x.rpm wicked-service-0.6.75-150600.11.3.4.s390x.rpm wicked-0.6.75-150600.11.3.4.ppc64le.rpm wicked-nbft-0.6.75-150600.11.3.4.ppc64le.rpm wicked-service-0.6.75-150600.11.3.4.ppc64le.rpm wicked-0.6.75-150600.11.3.4.aarch64.rpm wicked-nbft-0.6.75-150600.11.3.4.aarch64.rpm wicked-service-0.6.75-150600.11.3.4.aarch64.rpm openSUSE-SLE-15.6-2024-2359 Security update for freeradius-server important SUSE Updates openSUSE-SLE 15.6 This update for freeradius-server fixes the following issues: - CVE-2024-3596: Fixed chosen-prefix collision attack against MD5 (bsc#1223414). freeradius-server-3.2.4-150600.3.3.2.src.rpm freeradius-server-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-devel-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-doc-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-krb5-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-ldap-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-ldap-schemas-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-libs-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-mysql-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-perl-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-postgresql-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-python3-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-sqlite-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-utils-3.2.4-150600.3.3.2.x86_64.rpm freeradius-server-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-devel-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-doc-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-krb5-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-ldap-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-ldap-schemas-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-libs-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-mysql-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-perl-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-postgresql-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-python3-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-sqlite-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-utils-3.2.4-150600.3.3.2.s390x.rpm freeradius-server-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-devel-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-doc-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-krb5-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-ldap-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-ldap-schemas-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-libs-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-mysql-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-perl-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-postgresql-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-python3-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-sqlite-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-utils-3.2.4-150600.3.3.2.ppc64le.rpm freeradius-server-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-devel-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-doc-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-krb5-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-ldap-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-ldap-schemas-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-libs-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-mysql-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-perl-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-postgresql-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-python3-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-sqlite-3.2.4-150600.3.3.2.aarch64.rpm freeradius-server-utils-3.2.4-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-1909 Security update for ffmpeg-4 important SUSE Updates openSUSE-SLE 15.6 This update for ffmpeg-4 fixes the following issues: - CVE-2020-22021: Fixed buffer overflow vulnerability in filter_edges function in libavfilter/vf_yadif.c (bsc#1186586). - CVE-2023-51794: Fixed a heap buffer overflow in libavfilter. (bsc#1223437) ffmpeg-4-4.4-150600.13.5.1.src.rpm ffmpeg-4-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-private-devel-4.4-150600.13.5.1.x86_64.rpm libavcodec58_134-32bit-4.4-150600.13.5.1.x86_64.rpm libavcodec58_134-4.4-150600.13.5.1.x86_64.rpm libavdevice58_13-32bit-4.4-150600.13.5.1.x86_64.rpm libavdevice58_13-4.4-150600.13.5.1.x86_64.rpm libavfilter7_110-32bit-4.4-150600.13.5.1.x86_64.rpm libavfilter7_110-4.4-150600.13.5.1.x86_64.rpm libavformat58_76-32bit-4.4-150600.13.5.1.x86_64.rpm libavformat58_76-4.4-150600.13.5.1.x86_64.rpm libavresample4_0-32bit-4.4-150600.13.5.1.x86_64.rpm libavresample4_0-4.4-150600.13.5.1.x86_64.rpm libavutil56_70-32bit-4.4-150600.13.5.1.x86_64.rpm libavutil56_70-4.4-150600.13.5.1.x86_64.rpm libpostproc55_9-32bit-4.4-150600.13.5.1.x86_64.rpm libpostproc55_9-4.4-150600.13.5.1.x86_64.rpm libswresample3_9-32bit-4.4-150600.13.5.1.x86_64.rpm libswresample3_9-4.4-150600.13.5.1.x86_64.rpm libswscale5_9-32bit-4.4-150600.13.5.1.x86_64.rpm libswscale5_9-4.4-150600.13.5.1.x86_64.rpm ffmpeg-4-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-private-devel-4.4-150600.13.5.1.s390x.rpm libavcodec58_134-4.4-150600.13.5.1.s390x.rpm libavdevice58_13-4.4-150600.13.5.1.s390x.rpm libavfilter7_110-4.4-150600.13.5.1.s390x.rpm libavformat58_76-4.4-150600.13.5.1.s390x.rpm libavresample4_0-4.4-150600.13.5.1.s390x.rpm libavutil56_70-4.4-150600.13.5.1.s390x.rpm libpostproc55_9-4.4-150600.13.5.1.s390x.rpm libswresample3_9-4.4-150600.13.5.1.s390x.rpm libswscale5_9-4.4-150600.13.5.1.s390x.rpm ffmpeg-4-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-private-devel-4.4-150600.13.5.1.ppc64le.rpm libavcodec58_134-4.4-150600.13.5.1.ppc64le.rpm libavdevice58_13-4.4-150600.13.5.1.ppc64le.rpm libavfilter7_110-4.4-150600.13.5.1.ppc64le.rpm libavformat58_76-4.4-150600.13.5.1.ppc64le.rpm libavresample4_0-4.4-150600.13.5.1.ppc64le.rpm libavutil56_70-4.4-150600.13.5.1.ppc64le.rpm libpostproc55_9-4.4-150600.13.5.1.ppc64le.rpm libswresample3_9-4.4-150600.13.5.1.ppc64le.rpm libswscale5_9-4.4-150600.13.5.1.ppc64le.rpm ffmpeg-4-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.5.1.aarch64.rpm ffmpeg-4-private-devel-4.4-150600.13.5.1.aarch64.rpm libavcodec58_134-4.4-150600.13.5.1.aarch64.rpm libavdevice58_13-4.4-150600.13.5.1.aarch64.rpm libavfilter7_110-4.4-150600.13.5.1.aarch64.rpm libavformat58_76-4.4-150600.13.5.1.aarch64.rpm libavresample4_0-4.4-150600.13.5.1.aarch64.rpm libavutil56_70-4.4-150600.13.5.1.aarch64.rpm libpostproc55_9-4.4-150600.13.5.1.aarch64.rpm libswresample3_9-4.4-150600.13.5.1.aarch64.rpm libswscale5_9-4.4-150600.13.5.1.aarch64.rpm openSUSE-SLE-15.6-2024-2684 Recommended update for mozilla-nss moderate SUSE Updates openSUSE-SLE 15.6 This update for mozilla-nss fixes the following issues: - Fixed startup crash of Firefox when using FIPS-mode (bsc#1223724). - Added "Provides: nss" so other RPMs that require 'nss' can be installed (jira PED-6358). - FIPS: added safe memsets (bsc#1222811) - FIPS: restrict AES-GCM (bsc#1222830) - FIPS: Updated FIPS approved cipher lists (bsc#1222813, bsc#1222814, bsc#1222821, bsc#1222822, bsc#1224118) - FIPS: Updated FIPS self tests (bsc#1222807, bsc#1222828, bsc#1222834) - FIPS: Updated FIPS approved cipher lists (bsc#1222804, bsc#1222826, bsc#1222833, bsc#1224113, bsc#1224115, bsc#1224116) - Require `sed` for mozilla-nss-sysinit, as setup-nsssysinit.sh depends on it and will create a broken, empty config, if sed is missing (bsc#1227918) Update to NSS 3.101.2: * bmo#1905691 - ChaChaXor to return after the function update to NSS 3.101.1: * GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME. update to NSS 3.101: * add diagnostic assertions for SFTKObject refcount. * freeing the slot in DeleteCertAndKey if authentication failed * fix formatting issues. * Add Firmaprofesional CA Root-A Web to NSS. * remove invalid acvp fuzz test vectors. * pad short P-384 and P-521 signatures gtests. * remove unused FreeBL ECC code. * pad short P-384 and P-521 signatures. * be less strict about ECDSA private key length. * Integrate HACL* P-521. * Integrate HACL* P-384. * memory leak in create_objects_from_handles. * ensure all input is consumed in a few places in mozilla::pkix * SMIME/CMS and PKCS #12 do not integrate with modern NSS policy * clean up escape handling * Use lib::pkix as default validator instead of the old-one * Need to add high level support for PQ signing. * Certificate Compression: changing the allocation/freeing of buffer + Improving the documentation * SMIME/CMS and PKCS #12 do not integrate with modern NSS policy * Allow for non-full length ecdsa signature when using softoken * Modification of .taskcluster.yml due to mozlint indent defects * Implement support for PBMAC1 in PKCS#12 * disable VLA warnings for fuzz builds. * remove redundant AllocItem implementation. * add PK11_ReadDistrustAfterAttribute. * - Clang-formatting of SEC_GetMgfTypeByOidTag update * Set SEC_ERROR_LIBRARY_FAILURE on self-test failure * sftk_getParameters(): Fix fallback to default variable after error with configfile. * Switch to the mozillareleases/image_builder image - switch from ec_field_GFp to ec_field_plain Update to NSS 3.100: * merge pk11_kyberSlotList into pk11_ecSlotList for faster Xyber operations. * remove ckcapi. * avoid a potential PK11GenericObject memory leak. * Remove incomplete ESDH code. * Decrypt RSA OAEP encrypted messages. * Fix certutil CRLDP URI code. * Don't set CKA_DERIVE for CKK_EC_EDWARDS private keys. * Add ability to encrypt and decrypt CMS messages using ECDH. * Correct Templates for key agreement in smime/cmsasn.c. * Moving the decodedCert allocation to NSS. * Allow developers to speed up repeated local execution of NSS tests that depend on certificates. Update to NSS 3.99: * Removing check for message len in ed25519 (bmo#1325335) * add ed25519 to SECU_ecName2params. (bmo#1884276) * add EdDSA wycheproof tests. (bmo#1325335) * nss/lib layer code for EDDSA. (bmo#1325335) * Adding EdDSA implementation. (bmo#1325335) * Exporting Certificate Compression types (bmo#1881027) * Updating ACVP docker to rust 1.74 (bmo#1880857) * Updating HACL* to 0f136f28935822579c244f287e1d2a1908a7e552 (bmo#1325335) * Add NSS_CMSRecipient_IsSupported. (bmo#1877730) Update to NSS 3.98: * (CVE-2023-5388) Timing attack against RSA decryption in TLS * Certificate Compression: enabling the check that the compression was advertised * Move Windows workers to nss-1/b-win2022-alpha * Remove Email trust bit from OISTE WISeKey Global Root GC CA * Replace `distutils.spawn.find_executable` with `shutil.which` within `mach` in `nss` * Certificate Compression: Updating nss_bogo_shim to support Certificate compression * TLS Certificate Compression (RFC 8879) Implementation * Add valgrind annotations to freebl kyber operations for constant-time execution tests * Set nssckbi version number to 2.66 * Add Telekom Security roots * Add D-Trust 2022 S/MIME roots * Remove expired Security Communication RootCA1 root * move keys to a slot that supports concatenation in PK11_ConcatSymKeys * remove unmaintained tls-interop tests * bogo: add support for the -ipv6 and -shim-id shim flags * bogo: add support for the -curves shim flag and update Kyber expectations * bogo: adjust expectation for a key usage bit test * mozpkix: add option to ignore invalid subject alternative names * Fix selfserv not stripping `publicname:` from -X value * take ownership of ecckilla shims * add valgrind annotations to freebl/ec.c * PR_INADDR_ANY needs PR_htonl before assignment to inet.ip * Update zlib to 1.3.1 Update to NSS 3.97: * make Xyber768d00 opt-in by policy * add libssl support for xyber768d00 * add PK11_ConcatSymKeys * add Kyber and a PKCS#11 KEM interface to softoken * add a FreeBL API for Kyber * part 2: vendor github.com/pq-crystals/kyber/commit/e0d1c6ff * part 1: add a script for vendoring kyber from pq-crystals repo * Removing the calls to RSA Blind from loader.* * fix worker type for level3 mac tasks * RSA Blind implementation * Remove DSA selftests * read KWP testvectors from JSON * Backed out changeset dcb174139e4f * Fix CKM_PBE_SHA1_DES2_EDE_CBC derivation * Wrap CC shell commands in gyp expansions Update to NSS 3.96.1: * Use pypi dependencies for MacOS worker in ./build_gyp.sh * p7sign: add -a hash and -u certusage (also p7verify cleanups) * add a defensive check for large ssl_DefSend return values * Add dependency to the taskcluster script for Darwin * Upgrade version of the MacOS worker for the CI Update to NSS 3.95: * Bump builtins version number. * Remove Email trust bit from Autoridad de Certificacion Firmaprofesional CIF A62634068 root cert. * Remove 4 DigiCert (Symantec/Verisign) Root Certificates * Remove 3 TrustCor Root Certificates from NSS. * Remove Camerfirma root certificates from NSS. * Remove old Autoridad de Certificacion Firmaprofesional Certificate. * Add four Commscope root certificates to NSS. * Add TrustAsia Global Root CA G3 and G4 root certificates. * Include P-384 and P-521 Scalar Validation from HACL* * Include P-256 Scalar Validation from HACL*. * After the HACL 256 ECC patch, NSS incorrectly encodes 256 ECC without DER wrapping at the softoken level * Add means to provide library parameters to C_Initialize * add OSXSAVE and XCR0 tests to AVX2 detection. * Typo in ssl3_AppendHandshakeNumber * Introducing input check of ssl3_AppendHandshakeNumber * Fix Invalid casts in instance.c Update to NSS 3.94: * Updated code and commit ID for HACL* * update ACVP fuzzed test vector: refuzzed with current NSS * Softoken C_ calls should use system FIPS setting to select NSC_ or FC_ variants * NSS needs a database tool that can dump the low level representation of the database * declare string literals using char in pkixnames_tests.cpp * avoid implicit conversion for ByteString * update rust version for acvp docker * Moving the init function of the mpi_ints before clean-up in ec.c * P-256 ECDH and ECDSA from HACL* * Add ACVP test vectors to the repository * Stop relying on std::basic_string<uint8_t> * Transpose the PPC_ABI check from Makefile to gyp Update to NSS 3.93: * Update zlib in NSS to 1.3. * softoken: iterate hashUpdate calls for long inputs. * regenerate NameConstraints test certificates (bsc#1214980). Update to NSS 3.92: * Set nssckbi version number to 2.62 * Add 4 Atos TrustedRoot Root CA certificates to NSS * Add 4 SSL.com Root CA certificates * Add Sectigo E46 and R46 Root CA certificates * Add LAWtrust Root CA2 (4096) * Remove E-Tugra Certification Authority root * Remove Camerfirma Chambers of Commerce Root. * Remove Hongkong Post Root CA 1 * Remove E-Tugra Global Root CA ECC v3 and RSA v3 * Avoid redefining BYTE_ORDER on hppa Linux Update to NSS 3.91: * Implementation of the HW support check for ADX instruction * Removing the support of Curve25519 * Fix comment about the addition of ticketSupportsEarlyData * Adding args to enable-legacy-db build * dbtests.sh failure in "certutil dump keys with explicit default trust flags" * Initialize flags in slot structures * Improve the length check of RSA input to avoid heap overflow * Followup Fixes * avoid processing unexpected inputs by checking for m_exptmod base sign * add a limit check on order_k to avoid infinite loop * Update HACL* to commit 5f6051d2 * add SHA3 to cryptohi and softoken * HACL SHA3 * Disabling ASM C25519 for A but X86_64 Update to NSS 3.90.3: * GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME. * clean up escape handling. * remove redundant AllocItem implementation. * Disable ASM support for Curve25519. * Disable ASM support for Curve25519 for all but X86_64. libfreebl3-3.101.2-150400.3.48.1.x86_64.rpm libfreebl3-32bit-3.101.2-150400.3.48.1.x86_64.rpm libsoftokn3-3.101.2-150400.3.48.1.x86_64.rpm libsoftokn3-32bit-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-3.101.2-150400.3.48.1.src.rpm mozilla-nss-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-32bit-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-certs-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-certs-32bit-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-devel-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-sysinit-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-sysinit-32bit-3.101.2-150400.3.48.1.x86_64.rpm mozilla-nss-tools-3.101.2-150400.3.48.1.x86_64.rpm libfreebl3-3.101.2-150400.3.48.1.s390x.rpm libsoftokn3-3.101.2-150400.3.48.1.s390x.rpm mozilla-nss-3.101.2-150400.3.48.1.s390x.rpm mozilla-nss-certs-3.101.2-150400.3.48.1.s390x.rpm mozilla-nss-devel-3.101.2-150400.3.48.1.s390x.rpm mozilla-nss-sysinit-3.101.2-150400.3.48.1.s390x.rpm mozilla-nss-tools-3.101.2-150400.3.48.1.s390x.rpm libfreebl3-3.101.2-150400.3.48.1.ppc64le.rpm libsoftokn3-3.101.2-150400.3.48.1.ppc64le.rpm mozilla-nss-3.101.2-150400.3.48.1.ppc64le.rpm mozilla-nss-certs-3.101.2-150400.3.48.1.ppc64le.rpm mozilla-nss-devel-3.101.2-150400.3.48.1.ppc64le.rpm mozilla-nss-sysinit-3.101.2-150400.3.48.1.ppc64le.rpm mozilla-nss-tools-3.101.2-150400.3.48.1.ppc64le.rpm libfreebl3-3.101.2-150400.3.48.1.aarch64.rpm libsoftokn3-3.101.2-150400.3.48.1.aarch64.rpm mozilla-nss-3.101.2-150400.3.48.1.aarch64.rpm mozilla-nss-certs-3.101.2-150400.3.48.1.aarch64.rpm mozilla-nss-devel-3.101.2-150400.3.48.1.aarch64.rpm mozilla-nss-sysinit-3.101.2-150400.3.48.1.aarch64.rpm mozilla-nss-tools-3.101.2-150400.3.48.1.aarch64.rpm openSUSE-SLE-15.6-2024-1874 Security update for Java important SUSE Updates openSUSE-SLE 15.6 This update for Java fixes thefollowing issues: apiguardian was updated to vesion 1.1.2: - Added LICENSE/NOTICE to the generated jar - Allow @API to be declared at the package level - Explain usage of Status.DEPRECATED - Include OSGi metadata in manifest assertj-core was implemented at version 3.25.3: - New package implementation needed by Junit5 byte-buddy was updated to version v1.14.16: - `byte-buddy` is required by `assertj-core` - Changes in version v1.14.16: * Update ASM and introduce support for Java 23. - Changes in version v1.14.15: * Allow attaching from root on J9. - Changes of v1.14.14: * Adjust type validation to accept additional names that are legal in the class file format. * Fix dynamic attach on Windows when a service user is active. * Avoid failure when using Android's strict mode. dom4j was updated to version 2.1.4: - Improvements and potentially breaking changes: * Added new factory method org.dom4j.io.SAXReader.createDefault(). It has more secure defaults than new SAXReader(), which uses system XMLReaderFactory.createXMLReader() or SAXParserFactory.newInstance().newSAXParser(). * If you use some optional dependency of dom4j (for example Jaxen, xsdlib etc.), you need to specify an explicit dependency on it in your project. They are no longer marked as a mandatory transitive dependency by dom4j. * Following SAX parser features are disabled by default in DocumentHelper.parse() for security reasons (they were enabled in previous versions): + http://xml.org/sax/properties/external-general-entities + http://xml.org/sax/properties/external-parameter-entities - Other changes: * Do not depend on jtidy, since it is not used during build * Fixed license to Plexus * JPMS: Add the Automatic-Module-Name attribute to the manifest. * Make a separate flavour for a minimal `dom4j-bootstrap` package used to build `jaxen` and full `dom4j` * Updated pull-parser version * Reuse the writeAttribute method in writeAttributes * Support build on OS with non-UTF8 as default charset * Gradle: add an automatic module name * Use Correct License Name "Plexus" * Possible vulnerability of DocumentHelper.parseText() to XML injection * CVS directories left in the source tree * XMLWriter does not escape supplementary unicode characters correctly * writer.writeOpen(x) doesn't write namespaces * Fixed concurrency problem with QNameCache * All dependencies are optional * SAXReader: hardcoded namespace features * Validate QNames * StringIndexOutOfBoundsException in XMLWriter.writeElementContent() * TreeNode has grown some generics * QName serialization fix * DocumentException initialize with nested exception * Accidentally occurring error in a multi-threaded test * Added compatibility with W3C DOM Level 3 * Use Java generics hamcrest: - `hamcrest-core` has been replaced by `hamcrest` (no source changes) junit had the following change: - Require hamcrest >= 2.2 junit5 was updated to version 5.10.2: - Conditional execution based on OS architectures - Configurable cleanup mode for @TempDir - Configurable thread mode for @Timeout - Custom class loader support for class/method selectors, @MethodSource, @EnabledIf, and @DisabledIf - Dry-run mode for test execution - Failure threshold for @RepeatedTest - Fixed build with the latest open-test-reporting milestone - Fixed dependencies in module-info.java files - Fixed unreported exception error that is fatal with JDK 21 - Improved configurability of parallel execution - New @SelectMethod support in test @Suite classes. - New ConsoleLauncher subcommand for test discovery without execution - New convenience base classes for implementing ArgumentsProvider and ArgumentConverter - New IterationSelector - New LauncherInterceptor SPI - New NamespacedHierarchicalStore for use in third-party test engines - New TempDirFactory SPI for customizing how temporary directories are created - New testfeed details mode for ConsoleLauncher - New TestInstancePreConstructCallback extension API - Numerous bug fixes and minor improvements - Parameter injection for @MethodSource methods - Promotion of various experimental APIs to stable - Reusable parameter resolution for custom extension methods via ExecutableInvoker - Stacktrace pruning to hide internal JUnit calls - The binaries are compatible with java 1.8 - Various improvements to ConsoleLauncher - XML reports in new Open Test Reporting format jdom: - Security issues fixed: * CVE-2021-33813: Fixed an XXE issue in SAXBuilder in JDOM through 2.0.6 allows attackers to cause a denial of service via a crafted HTTP request (bsc#1187446) - Other changes and bugs fixed: * Fixed wrong entries in changelog (bsc#1224410) * The packages `jaxen`, `saxpath` and `xom` are now separate standalone packages instead of being part of `jdom` jaxen was implemented at version 2.0.0: - New standalone RPM package implementation, originally part of `jdom` source package - Classpaths are much smaller and less complex, and will suppress a lot of noise from static analysis tools. - The Jaxen core code is also a little smaller and has fixed a few minor bugs in XPath evaluation - Despite the major version bump, this should be a drop in replacement for almost every project. The two major possible incompatibilities are: * The minimum supported Java version is now 1.5, up from 1.4 in 1.2.0 and 1.3 in 1.1.6. * dom4j, XOM, and JDOM are now optional dependencies so if a project was depending on them to be loaded transitively it will need to add explicit dependencies to build. jopt-simple: - Included jopt-simple to Package Hub 15 SP5 (no source changes) objectweb-asm was updated to version 9.7: - New Opcodes.V23 constant for Java 23 - Bugs fixed * Fixed unit test regression in dex2jar. * Fixed 'ClassNode#outerClass' with incorrect JavaDocs. * asm-bom packaging should be 'pom'. * The Textifier prints a supplementary space at the end of each method that throws at least one exception. open-test-reporting: - Included `open-test-reporting-events` and `open-test-reporting-schema` to the channels as they are runtime dependencies of Junit5 (no source changes) saxpath was implemented at version 1.0 FCS: - New standalone RPM package implementation, originally part of `jdom` source package (openSUSE Leap 15.5 package only) xom was implemented at version 1.3.9: - New standalone RPM package implementation, originally part of `jdom` source package - The Nodes and Elements classes are iterable so you can use the enhanced for loop syntax on instances of these classes. - The copy() method is now covariant. - Adds Automatic-Moduole-Name to jar - Remove direct dependency on xml-apis:xml-apis artifact since these classes are now available in the core runtime. - Eliminate usage of com.sun classes to make XOM compatible with JDK 16. - Replace remaining usages of StringBuffer with StringBuilder to slightly improve performance. apiguardian-1.1.2-150200.3.10.2.noarch.rpm apiguardian-1.1.2-150200.3.10.2.src.rpm apiguardian-javadoc-1.1.2-150200.3.10.2.noarch.rpm assertj-core-3.25.3-150200.5.4.3.noarch.rpm assertj-core-3.25.3-150200.5.4.3.src.rpm byte-buddy-1.14.16-150200.5.7.1.noarch.rpm byte-buddy-1.14.16-150200.5.7.1.src.rpm dom4j-2.1.4-150200.12.10.2.noarch.rpm dom4j-2.1.4-150200.12.10.2.src.rpm dom4j-demo-2.1.4-150200.12.10.2.noarch.rpm dom4j-javadoc-2.1.4-150200.12.10.2.noarch.rpm hamcrest-2.2-150200.12.17.2.noarch.rpm hamcrest-2.2-150200.12.17.2.src.rpm hamcrest-javadoc-2.2-150200.12.17.2.noarch.rpm jaxen-2.0.0-150200.5.3.1.noarch.rpm jaxen-2.0.0-150200.5.3.1.src.rpm jdom-1.1.3-150200.12.8.2.noarch.rpm jdom-1.1.3-150200.12.8.2.src.rpm jopt-simple-5.0.4-150200.3.4.3.noarch.rpm jopt-simple-5.0.4-150200.3.4.3.src.rpm jopt-simple-javadoc-5.0.4-150200.3.4.3.noarch.rpm junit-4.13.2-150200.3.15.2.noarch.rpm junit-4.13.2-150200.3.15.2.src.rpm junit-javadoc-4.13.2-150200.3.15.2.noarch.rpm junit-manual-4.13.2-150200.3.15.2.noarch.rpm junit5-5.10.2-150200.3.10.3.noarch.rpm junit5-5.10.2-150200.3.10.3.src.rpm junit5-bom-5.10.2-150200.3.10.3.noarch.rpm junit5-guide-5.10.2-150200.3.10.3.noarch.rpm junit5-javadoc-5.10.2-150200.3.10.3.noarch.rpm junit5-minimal-5.10.2-150200.3.10.2.noarch.rpm junit5-minimal-5.10.2-150200.3.10.2.src.rpm objectweb-asm-9.7-150200.3.15.2.noarch.rpm objectweb-asm-9.7-150200.3.15.2.src.rpm objectweb-asm-javadoc-9.7-150200.3.15.2.noarch.rpm open-test-reporting-0.1.0~M2-150200.5.7.2.src.rpm open-test-reporting-events-0.1.0~M2-150200.5.7.2.noarch.rpm open-test-reporting-schema-0.1.0~M2-150200.5.7.2.noarch.rpm saxpath-1.0-150200.5.3.3.noarch.rpm saxpath-1.0-150200.5.3.3.src.rpm xom-1.3.9-150200.5.3.3.noarch.rpm xom-1.3.9-150200.5.3.3.src.rpm openSUSE-SLE-15.6-2024-2003 Security update for cups important SUSE Updates openSUSE-SLE 15.6 This update for cups fixes the following issues: - CVE-2024-35235: Fixed a bug in cupsd that could allow an attacker to change the permissions of other files in the system. (bsc#1225365) - Handle local 'Negotiate' authentication response for cli clients (bsc#1223179) cups-2.2.7-150000.3.59.1.src.rpm cups-2.2.7-150000.3.59.1.x86_64.rpm cups-client-2.2.7-150000.3.59.1.x86_64.rpm cups-config-2.2.7-150000.3.59.1.x86_64.rpm cups-ddk-2.2.7-150000.3.59.1.x86_64.rpm cups-devel-2.2.7-150000.3.59.1.x86_64.rpm cups-devel-32bit-2.2.7-150000.3.59.1.x86_64.rpm libcups2-2.2.7-150000.3.59.1.x86_64.rpm libcups2-32bit-2.2.7-150000.3.59.1.x86_64.rpm libcupscgi1-2.2.7-150000.3.59.1.x86_64.rpm libcupscgi1-32bit-2.2.7-150000.3.59.1.x86_64.rpm libcupsimage2-2.2.7-150000.3.59.1.x86_64.rpm libcupsimage2-32bit-2.2.7-150000.3.59.1.x86_64.rpm libcupsmime1-2.2.7-150000.3.59.1.x86_64.rpm libcupsmime1-32bit-2.2.7-150000.3.59.1.x86_64.rpm libcupsppdc1-2.2.7-150000.3.59.1.x86_64.rpm libcupsppdc1-32bit-2.2.7-150000.3.59.1.x86_64.rpm cups-2.2.7-150000.3.59.1.s390x.rpm cups-client-2.2.7-150000.3.59.1.s390x.rpm cups-config-2.2.7-150000.3.59.1.s390x.rpm cups-ddk-2.2.7-150000.3.59.1.s390x.rpm cups-devel-2.2.7-150000.3.59.1.s390x.rpm libcups2-2.2.7-150000.3.59.1.s390x.rpm libcupscgi1-2.2.7-150000.3.59.1.s390x.rpm libcupsimage2-2.2.7-150000.3.59.1.s390x.rpm libcupsmime1-2.2.7-150000.3.59.1.s390x.rpm libcupsppdc1-2.2.7-150000.3.59.1.s390x.rpm cups-2.2.7-150000.3.59.1.ppc64le.rpm cups-client-2.2.7-150000.3.59.1.ppc64le.rpm cups-config-2.2.7-150000.3.59.1.ppc64le.rpm cups-ddk-2.2.7-150000.3.59.1.ppc64le.rpm cups-devel-2.2.7-150000.3.59.1.ppc64le.rpm libcups2-2.2.7-150000.3.59.1.ppc64le.rpm libcupscgi1-2.2.7-150000.3.59.1.ppc64le.rpm libcupsimage2-2.2.7-150000.3.59.1.ppc64le.rpm libcupsmime1-2.2.7-150000.3.59.1.ppc64le.rpm libcupsppdc1-2.2.7-150000.3.59.1.ppc64le.rpm cups-2.2.7-150000.3.59.1.aarch64.rpm cups-client-2.2.7-150000.3.59.1.aarch64.rpm cups-config-2.2.7-150000.3.59.1.aarch64.rpm cups-ddk-2.2.7-150000.3.59.1.aarch64.rpm cups-devel-2.2.7-150000.3.59.1.aarch64.rpm libcups2-2.2.7-150000.3.59.1.aarch64.rpm libcupscgi1-2.2.7-150000.3.59.1.aarch64.rpm libcupsimage2-2.2.7-150000.3.59.1.aarch64.rpm libcupsmime1-2.2.7-150000.3.59.1.aarch64.rpm libcupsppdc1-2.2.7-150000.3.59.1.aarch64.rpm openSUSE-SLE-15.6-2024-1963 Security update for apache2 important SUSE Updates openSUSE-SLE 15.6 This update for apache2 fixes the following issues: - CVE-2023-38709: Fixed HTTP response splitting (bsc#1222330). - CVE-2024-24795: Fixed HTTP response splitting in multiple modules (bsc#1222332). - CVE-2024-27316: Fixed HTTP/2 CONTINUATION frames can be utilized for DoS attacks (bsc#1221401). apache2-2.4.58-150600.5.3.1.src.rpm apache2-2.4.58-150600.5.3.1.x86_64.rpm apache2-devel-2.4.58-150600.5.3.1.src.rpm apache2-devel-2.4.58-150600.5.3.1.x86_64.rpm apache2-event-2.4.58-150600.5.3.1.src.rpm apache2-event-2.4.58-150600.5.3.1.x86_64.rpm apache2-manual-2.4.58-150600.5.3.1.noarch.rpm apache2-manual-2.4.58-150600.5.3.1.src.rpm apache2-prefork-2.4.58-150600.5.3.1.src.rpm apache2-prefork-2.4.58-150600.5.3.1.x86_64.rpm apache2-utils-2.4.58-150600.5.3.1.src.rpm apache2-utils-2.4.58-150600.5.3.1.x86_64.rpm apache2-worker-2.4.58-150600.5.3.1.src.rpm apache2-worker-2.4.58-150600.5.3.1.x86_64.rpm apache2-2.4.58-150600.5.3.1.s390x.rpm apache2-devel-2.4.58-150600.5.3.1.s390x.rpm apache2-event-2.4.58-150600.5.3.1.s390x.rpm apache2-prefork-2.4.58-150600.5.3.1.s390x.rpm apache2-utils-2.4.58-150600.5.3.1.s390x.rpm apache2-worker-2.4.58-150600.5.3.1.s390x.rpm apache2-2.4.58-150600.5.3.1.ppc64le.rpm apache2-devel-2.4.58-150600.5.3.1.ppc64le.rpm apache2-event-2.4.58-150600.5.3.1.ppc64le.rpm apache2-prefork-2.4.58-150600.5.3.1.ppc64le.rpm apache2-utils-2.4.58-150600.5.3.1.ppc64le.rpm apache2-worker-2.4.58-150600.5.3.1.ppc64le.rpm apache2-2.4.58-150600.5.3.1.aarch64.rpm apache2-devel-2.4.58-150600.5.3.1.aarch64.rpm apache2-event-2.4.58-150600.5.3.1.aarch64.rpm apache2-prefork-2.4.58-150600.5.3.1.aarch64.rpm apache2-utils-2.4.58-150600.5.3.1.aarch64.rpm apache2-worker-2.4.58-150600.5.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2256 Recommended update for maven-surefire, tycho moderate SUSE Updates openSUSE-SLE 15.6 This update for maven-surefire, tycho fixes the following issues: maven-surefire was updated to version 3.2.5: - Version 3.2.5: * Bugs fixed: + Surefire evaluates parameter jvm before skip + StatelessXmlReporter#getTestProblems() does not properly reflect report schema structure + Surefire ITs fail when project directory contains space + JaCoCo 0.8.11 fails with old TestNG releases on Java 17+ * Improvements: + Support flakyFailure and flakyError in TestSuiteXmlParser + Document minimum supported Java version for Toolchains - Version 3.2.3: * Bugs fixed: + Additional class path ordering broken since 3.2.0 + additionalClasspathElement with UNC path not working with Maven Failsafe Plugin + OutOfMemoryError raised when parsing files with huge stderr/stdout output in surefire-report-parser + SurefireForkChannel#getForkNodeConnectionString() returns invalid URI string if localHost resolves to IPv6 * Dependency upgrade: + Upgrade to HtmlUnit 3.8.0 + Upgrade to Parent 41 + Upgrade plugins and components (in ITs) - Version 3.2.2: * Bugs fixed: + Use maven-plugin-report-plugin only in plugins modules + Downgrade plexus-xml to 3.0.0 * Dependency updates: + Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 - Version 3.2.1: * New features and improvements: + Support forkNumber in environment variables + Use junit-bom instead of single JUnit 5 versions + Support adding additional Maven dependencies to the test runtime classpath + Clarified classpathDependencyExcludes + Log starter implementation on DEBUG level * Bugs fixed: + Fix module dependencies for compile only dependencies * Documentation updates: + Fix TestNG web site URL - Version 3.1.2: * Changes: + Use ChoiceFormat to selective render percentage and elapsed time in SurefireReportRenderer + Simplify serialization/deserialization of elapsed time + Potential NPE in WrappedReportEntry when #getElapsed() is called + Replace StringUtils#isEmpty(String) and #isNotEmpty(String) - Version 3.1.0: * Bugs fixed: + Cannot release Surefire on Windows * Improvements: + Replace SurefireReportGenerator with a new SurefireReportRenderer + Replace LocalizedProperties with (Custom)I18N approach from MPIR - Version 3.0.0: * New features and improvements: + Get rid of localRepository from surefire mojo parameter, use Resolver API * Bugs fixed: + Sanitize failIfNoSpecifiedTests prefix in failsafe + Fix reporting of skipped parameterized test * Documentation updates: + Refresh download page tycho: - Fixed build with maven-plugin-plugin >= 3.11 - Require at least maven-surefire 3 for build - Added dependency on plexus-xml where relevant maven-failsafe-plugin-3.2.5-150200.3.9.12.1.noarch.rpm maven-failsafe-plugin-bootstrap-3.2.5-150200.3.9.12.8.noarch.rpm maven-surefire-3.2.5-150200.3.9.12.8.noarch.rpm maven-surefire-3.2.5-150200.3.9.12.8.src.rpm maven-surefire-javadoc-3.2.5-150200.3.9.12.8.noarch.rpm maven-surefire-plugin-3.2.5-150200.3.9.12.1.noarch.rpm maven-surefire-plugin-bootstrap-3.2.5-150200.3.9.12.8.noarch.rpm maven-surefire-plugins-3.2.5-150200.3.9.12.1.src.rpm maven-surefire-plugins-javadoc-3.2.5-150200.3.9.12.1.noarch.rpm maven-surefire-provider-junit-3.2.5-150200.3.9.12.8.noarch.rpm maven-surefire-provider-junit5-3.2.5-150200.3.9.12.1.noarch.rpm maven-surefire-provider-junit5-3.2.5-150200.3.9.12.1.src.rpm maven-surefire-provider-junit5-javadoc-3.2.5-150200.3.9.12.1.noarch.rpm maven-surefire-provider-testng-3.2.5-150200.3.9.12.8.noarch.rpm maven-surefire-report-parser-3.2.5-150200.3.9.12.8.noarch.rpm maven-surefire-report-plugin-3.2.5-150200.3.9.12.1.noarch.rpm maven-surefire-report-plugin-bootstrap-3.2.5-150200.3.9.12.8.noarch.rpm tycho-1.6.0-150200.4.12.11.noarch.rpm tycho-1.6.0-150200.4.12.11.src.rpm tycho-bootstrap-1.6.0-150200.4.12.1.noarch.rpm tycho-bootstrap-1.6.0-150200.4.12.1.src.rpm tycho-javadoc-1.6.0-150200.4.12.11.noarch.rpm openSUSE-SLE-15.6-2024-2284 Recommended update for gmavenplus-plugin, istack-commons, replacer, xmvn moderate SUSE Updates openSUSE-SLE 15.6 This update for gmavenplus-plugin, istack-commons, replacer, xmvn fixes the following issues: gmavenplus-plugin, istack-commons, replacer, xmvn: - Fixed build with `maven-plugin-plugin` gmavenplus-plugin-1.13.1-150200.3.7.1.noarch.rpm gmavenplus-plugin-1.13.1-150200.3.7.1.src.rpm gmavenplus-plugin-javadoc-1.13.1-150200.3.7.1.noarch.rpm import-properties-plugin-3.0.7-150200.5.8.1.noarch.rpm istack-commons-3.0.7-150200.5.8.1.noarch.rpm istack-commons-3.0.7-150200.5.8.1.src.rpm istack-commons-buildtools-3.0.7-150200.5.8.1.noarch.rpm istack-commons-maven-plugin-3.0.7-150200.5.8.1.noarch.rpm istack-commons-runtime-3.0.7-150200.5.8.1.noarch.rpm istack-commons-soimp-3.0.7-150200.5.8.1.noarch.rpm istack-commons-test-3.0.7-150200.5.8.1.noarch.rpm istack-commons-tools-3.0.7-150200.5.8.1.noarch.rpm replacer-1.6-150200.3.10.1.noarch.rpm replacer-1.6-150200.3.10.1.src.rpm replacer-javadoc-1.6-150200.3.10.1.noarch.rpm xmvn-4.2.0-150200.3.21.2.src.rpm xmvn-4.2.0-150200.3.21.2.x86_64.rpm xmvn-api-4.2.0-150200.3.21.1.noarch.rpm xmvn-connector-4.2.0-150200.3.21.1.noarch.rpm xmvn-connector-4.2.0-150200.3.21.1.src.rpm xmvn-connector-javadoc-4.2.0-150200.3.21.1.noarch.rpm xmvn-core-4.2.0-150200.3.21.1.noarch.rpm xmvn-install-4.2.0-150200.3.21.1.noarch.rpm xmvn-minimal-4.2.0-150200.3.21.2.x86_64.rpm xmvn-mojo-4.2.0-150200.3.21.1.noarch.rpm xmvn-mojo-4.2.0-150200.3.21.1.src.rpm xmvn-mojo-javadoc-4.2.0-150200.3.21.1.noarch.rpm xmvn-parent-4.2.0-150200.3.21.1.noarch.rpm xmvn-parent-4.2.0-150200.3.21.1.src.rpm xmvn-resolve-4.2.0-150200.3.21.1.noarch.rpm xmvn-subst-4.2.0-150200.3.21.1.noarch.rpm xmvn-tools-4.2.0-150200.3.21.1.src.rpm xmvn-tools-javadoc-4.2.0-150200.3.21.1.noarch.rpm xmvn-4.2.0-150200.3.21.2.s390x.rpm xmvn-minimal-4.2.0-150200.3.21.2.s390x.rpm xmvn-4.2.0-150200.3.21.2.ppc64le.rpm xmvn-minimal-4.2.0-150200.3.21.2.ppc64le.rpm xmvn-4.2.0-150200.3.21.2.aarch64.rpm xmvn-minimal-4.2.0-150200.3.21.2.aarch64.rpm openSUSE-SLE-15.6-2024-2079 Recommended update for Java moderate SUSE Updates openSUSE-SLE 15.6 This update for Gradle and Maven fixes the following issues: gradle-bootstrap: - Regenerate to account for the new plexus-xml dependency gradle: - Fixed build with the `plexus-xml` split from plexus-utils maven-artifact-transfer: - Added dependency on `plexus-xml` where relevant - Removed unnecessary dependency on xmvn tools and parent pom maven-assembly-plugin, maven-doxia, maven-doxia-sitetools, maven-install-plugin, maven-javadoc-plugin, maven-plugin-testing, maven-resolver, maven: - Added dependency on `plexus-xml` where relevant gpars-bootstrap-1.2.1-150200.3.12.5.noarch.rpm gradle-4.4.1-150200.3.18.1.src.rpm gradle-4.4.1-150200.3.18.1.x86_64.rpm gradle-bootstrap-4.4.1-150200.3.12.5.src.rpm gradle-bootstrap-4.4.1-150200.3.12.5.x86_64.rpm groovy-bootstrap-2.4.21-150200.3.12.5.noarch.rpm maven-3.9.6-150200.4.24.2.src.rpm maven-3.9.6-150200.4.24.2.x86_64.rpm maven-artifact-transfer-0.13.1-150200.3.7.1.noarch.rpm maven-artifact-transfer-0.13.1-150200.3.7.1.src.rpm maven-artifact-transfer-javadoc-0.13.1-150200.3.7.1.noarch.rpm maven-assembly-plugin-3.6.0-150200.3.13.2.noarch.rpm maven-assembly-plugin-3.6.0-150200.3.13.2.src.rpm maven-assembly-plugin-javadoc-3.6.0-150200.3.13.2.noarch.rpm maven-doxia-1.12.0-150200.4.10.5.src.rpm maven-doxia-core-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-javadoc-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-logging-api-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-apt-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-confluence-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-docbook-simple-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-fml-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-fo-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-latex-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-rtf-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-twiki-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-xdoc-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-xhtml-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-module-xhtml5-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-sink-api-1.12.0-150200.4.10.5.noarch.rpm maven-doxia-sitetools-1.11.1-150200.3.10.2.noarch.rpm maven-doxia-sitetools-1.11.1-150200.3.10.2.src.rpm maven-doxia-sitetools-javadoc-1.11.1-150200.3.10.2.noarch.rpm maven-doxia-test-docs-1.12.0-150200.4.10.5.noarch.rpm maven-install-plugin-3.1.1-150200.3.11.1.noarch.rpm maven-install-plugin-3.1.1-150200.3.11.1.src.rpm maven-install-plugin-javadoc-3.1.1-150200.3.11.1.noarch.rpm maven-javadoc-3.9.6-150200.4.24.2.noarch.rpm maven-javadoc-plugin-3.6.0-150200.4.13.2.noarch.rpm maven-javadoc-plugin-3.6.0-150200.4.13.2.src.rpm maven-javadoc-plugin-bootstrap-3.6.0-150200.4.13.1.noarch.rpm maven-javadoc-plugin-bootstrap-3.6.0-150200.4.13.1.src.rpm maven-javadoc-plugin-javadoc-3.6.0-150200.4.13.2.noarch.rpm maven-lib-3.9.6-150200.4.24.2.x86_64.rpm maven-plugin-testing-3.3.0-150200.3.7.1.noarch.rpm maven-plugin-testing-3.3.0-150200.3.7.1.src.rpm maven-plugin-testing-harness-3.3.0-150200.3.7.1.noarch.rpm maven-plugin-testing-javadoc-3.3.0-150200.3.7.1.noarch.rpm maven-plugin-testing-tools-3.3.0-150200.3.7.1.noarch.rpm maven-resolver-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-1.9.18-150200.3.20.1.src.rpm maven-resolver-api-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-connector-basic-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-impl-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-javadoc-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-named-locks-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-spi-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-test-util-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-transport-classpath-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-transport-file-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-transport-http-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-transport-wagon-1.9.18-150200.3.20.1.noarch.rpm maven-resolver-util-1.9.18-150200.3.20.1.noarch.rpm maven-test-tools-3.3.0-150200.3.7.1.noarch.rpm gradle-4.4.1-150200.3.18.1.s390x.rpm gradle-bootstrap-4.4.1-150200.3.12.5.s390x.rpm maven-3.9.6-150200.4.24.2.s390x.rpm maven-lib-3.9.6-150200.4.24.2.s390x.rpm gradle-4.4.1-150200.3.18.1.ppc64le.rpm gradle-bootstrap-4.4.1-150200.3.12.5.ppc64le.rpm maven-3.9.6-150200.4.24.2.ppc64le.rpm maven-lib-3.9.6-150200.4.24.2.ppc64le.rpm gradle-4.4.1-150200.3.18.1.aarch64.rpm gradle-bootstrap-4.4.1-150200.3.12.5.aarch64.rpm maven-3.9.6-150200.4.24.2.aarch64.rpm maven-lib-3.9.6-150200.4.24.2.aarch64.rpm openSUSE-SLE-15.6-2024-1961 Security update for squid moderate SUSE Updates openSUSE-SLE 15.6 This update for squid fixes the following issues: - CVE-2024-33427: Fixed possible buffer overread that could have led to a denial-of-service (bsc#1225417). squid-6.9-150600.3.3.2.src.rpm squid-6.9-150600.3.3.2.x86_64.rpm squid-6.9-150600.3.3.2.s390x.rpm squid-6.9-150600.3.3.2.ppc64le.rpm squid-6.9-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2118 Recommended update for rpmlint moderate SUSE Updates openSUSE-SLE 15.6 This update for rpmlint fixes the following issues: - Support python >= 3.7 pyc parsing. (bsc#1225343) rpmlint-1.10-150000.7.87.1.noarch.rpm rpmlint-1.10-150000.7.87.1.src.rpm openSUSE-SLE-15.6-2024-1945 Security update for gstreamer-plugins-base important SUSE Updates openSUSE-SLE 15.6 This update for gstreamer-plugins-base fixes the following issues: - CVE-2024-4453: Fixed lack of proper validation of user-supplied data when parsing EXIF metadata (bsc#1224806) gstreamer-plugins-base-1.24.0-150600.3.3.1.src.rpm gstreamer-plugins-base-1.24.0-150600.3.3.1.x86_64.rpm gstreamer-plugins-base-32bit-1.24.0-150600.3.3.1.x86_64.rpm gstreamer-plugins-base-devel-1.24.0-150600.3.3.1.x86_64.rpm gstreamer-plugins-base-devel-32bit-1.24.0-150600.3.3.1.x86_64.rpm gstreamer-plugins-base-lang-1.24.0-150600.3.3.1.noarch.rpm libgstallocators-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstallocators-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstapp-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstapp-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstaudio-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstaudio-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstfft-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstfft-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstgl-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstgl-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstpbutils-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstpbutils-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstriff-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstriff-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstrtp-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstrtp-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstrtsp-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstrtsp-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstsdp-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstsdp-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgsttag-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgsttag-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm libgstvideo-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm libgstvideo-1_0-0-32bit-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstApp-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstAudio-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstGL-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstRtp-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstSdp-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstTag-1_0-1.24.0-150600.3.3.1.x86_64.rpm typelib-1_0-GstVideo-1_0-1.24.0-150600.3.3.1.x86_64.rpm gstreamer-plugins-base-1.24.0-150600.3.3.1.s390x.rpm gstreamer-plugins-base-devel-1.24.0-150600.3.3.1.s390x.rpm libgstallocators-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstapp-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstaudio-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstfft-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstgl-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstpbutils-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstriff-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstrtp-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstrtsp-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstsdp-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgsttag-1_0-0-1.24.0-150600.3.3.1.s390x.rpm libgstvideo-1_0-0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstApp-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstAudio-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstGL-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstRtp-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstSdp-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstTag-1_0-1.24.0-150600.3.3.1.s390x.rpm typelib-1_0-GstVideo-1_0-1.24.0-150600.3.3.1.s390x.rpm gstreamer-plugins-base-1.24.0-150600.3.3.1.ppc64le.rpm gstreamer-plugins-base-devel-1.24.0-150600.3.3.1.ppc64le.rpm libgstallocators-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstapp-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstaudio-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstfft-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstgl-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstpbutils-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstriff-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstrtp-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstrtsp-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstsdp-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgsttag-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm libgstvideo-1_0-0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstApp-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstAudio-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstGL-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstRtp-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstSdp-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstTag-1_0-1.24.0-150600.3.3.1.ppc64le.rpm typelib-1_0-GstVideo-1_0-1.24.0-150600.3.3.1.ppc64le.rpm gstreamer-plugins-base-1.24.0-150600.3.3.1.aarch64.rpm gstreamer-plugins-base-devel-1.24.0-150600.3.3.1.aarch64.rpm libgstallocators-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstapp-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstaudio-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstfft-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstgl-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstpbutils-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstriff-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstrtp-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstrtsp-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstsdp-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgsttag-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm libgstvideo-1_0-0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstApp-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstAudio-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstGL-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstRtp-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstSdp-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstTag-1_0-1.24.0-150600.3.3.1.aarch64.rpm typelib-1_0-GstVideo-1_0-1.24.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1954 Recommended update for glibc moderate SUSE Updates openSUSE-SLE 15.6 This update for glibc fixes the following issues: - Also include stat64 in the 32-bit libc_nonshared.a workaround (bsc#1221482) glibc-2.38-150600.14.5.1.src.rpm glibc-2.38-150600.14.5.1.x86_64.rpm glibc-32bit-2.38-150600.14.5.1.x86_64.rpm glibc-devel-2.38-150600.14.5.1.x86_64.rpm glibc-devel-32bit-2.38-150600.14.5.1.x86_64.rpm glibc-devel-static-2.38-150600.14.5.1.x86_64.rpm glibc-devel-static-32bit-2.38-150600.14.5.1.x86_64.rpm glibc-extra-2.38-150600.14.5.1.x86_64.rpm glibc-html-2.38-150600.14.5.1.noarch.rpm glibc-i18ndata-2.38-150600.14.5.1.noarch.rpm glibc-info-2.38-150600.14.5.1.noarch.rpm glibc-lang-2.38-150600.14.5.1.noarch.rpm glibc-locale-2.38-150600.14.5.1.x86_64.rpm glibc-locale-base-2.38-150600.14.5.1.x86_64.rpm glibc-locale-base-32bit-2.38-150600.14.5.1.x86_64.rpm glibc-profile-2.38-150600.14.5.1.x86_64.rpm glibc-profile-32bit-2.38-150600.14.5.1.x86_64.rpm glibc-utils-2.38-150600.14.5.1.x86_64.rpm glibc-utils-32bit-2.38-150600.14.5.1.x86_64.rpm glibc-utils-src-2.38-150600.14.5.1.src.rpm libnsl1-2.38-150600.14.5.1.x86_64.rpm libnsl1-32bit-2.38-150600.14.5.1.x86_64.rpm nscd-2.38-150600.14.5.1.x86_64.rpm glibc-2.38-150600.14.5.1.s390x.rpm glibc-devel-2.38-150600.14.5.1.s390x.rpm glibc-devel-static-2.38-150600.14.5.1.s390x.rpm glibc-extra-2.38-150600.14.5.1.s390x.rpm glibc-locale-2.38-150600.14.5.1.s390x.rpm glibc-locale-base-2.38-150600.14.5.1.s390x.rpm glibc-profile-2.38-150600.14.5.1.s390x.rpm glibc-utils-2.38-150600.14.5.1.s390x.rpm libnsl1-2.38-150600.14.5.1.s390x.rpm nscd-2.38-150600.14.5.1.s390x.rpm glibc-2.38-150600.14.5.1.ppc64le.rpm glibc-devel-2.38-150600.14.5.1.ppc64le.rpm glibc-devel-static-2.38-150600.14.5.1.ppc64le.rpm glibc-extra-2.38-150600.14.5.1.ppc64le.rpm glibc-locale-2.38-150600.14.5.1.ppc64le.rpm glibc-locale-base-2.38-150600.14.5.1.ppc64le.rpm glibc-profile-2.38-150600.14.5.1.ppc64le.rpm glibc-utils-2.38-150600.14.5.1.ppc64le.rpm libnsl1-2.38-150600.14.5.1.ppc64le.rpm nscd-2.38-150600.14.5.1.ppc64le.rpm glibc-2.38-150600.14.5.1.aarch64.rpm glibc-devel-2.38-150600.14.5.1.aarch64.rpm glibc-devel-static-2.38-150600.14.5.1.aarch64.rpm glibc-extra-2.38-150600.14.5.1.aarch64.rpm glibc-locale-2.38-150600.14.5.1.aarch64.rpm glibc-locale-base-2.38-150600.14.5.1.aarch64.rpm glibc-profile-2.38-150600.14.5.1.aarch64.rpm glibc-utils-2.38-150600.14.5.1.aarch64.rpm libnsl1-2.38-150600.14.5.1.aarch64.rpm nscd-2.38-150600.14.5.1.aarch64.rpm openSUSE-SLE-15.6-2024-1923 Security update for unbound important SUSE Updates openSUSE-SLE 15.6 This update for unbound fixes the following issues: unbound was updated to 1.20.0: * A lot of bugfixes and added features. For a complete list take a look at the changelog located at: /usr/share/doc/packages/unbound/Changelog or https://www.nlnetlabs.nl/projects/unbound/download/ Some Noteworthy Changes: * Removed DLV. The DLV has been decommisioned since unbound 1.5.4 and has been advised to stop using it since. The use of dlv options displays a warning. * Remove EDNS lame procedure, do not re-query without EDNS after timeout. * Add DNS over HTTPS * libunbound has been upgraded to major version 8 Security Fixes: * CVE-2023-50387: DNSSEC verification complexity can be exploited to exhaust CPU resources and stall DNS resolvers. [bsc#1219823] * CVE-2023-50868: NSEC3 closest encloser proof can exhaust CPU. [bsc#1219826] * CVE-2022-30698: Novel "ghost domain names" attack by introducing subdomain delegations. [bsc#1202033] * CVE-2022-30699: Novel "ghost domain names" attack by updating almost expired delegation information. [bsc#1202031] * CVE-2022-3204: NRDelegation attack leads to uncontrolled resource consumption (Non-Responsive Delegation Attack). [bsc#1203643] Packaging Changes: * Use prefixes instead of sudo in unbound.service * Remove no longer necessary BuildRequires: libfstrm-devel and libprotobuf-c-devel libunbound8-1.20.0-150600.23.3.1.x86_64.rpm unbound-1.20.0-150600.23.3.1.src.rpm unbound-1.20.0-150600.23.3.1.x86_64.rpm unbound-anchor-1.20.0-150600.23.3.1.x86_64.rpm unbound-devel-1.20.0-150600.23.3.1.x86_64.rpm unbound-munin-1.20.0-150600.23.3.1.noarch.rpm unbound-python-1.20.0-150600.23.3.1.x86_64.rpm libunbound8-1.20.0-150600.23.3.1.s390x.rpm unbound-1.20.0-150600.23.3.1.s390x.rpm unbound-anchor-1.20.0-150600.23.3.1.s390x.rpm unbound-devel-1.20.0-150600.23.3.1.s390x.rpm unbound-python-1.20.0-150600.23.3.1.s390x.rpm libunbound8-1.20.0-150600.23.3.1.ppc64le.rpm unbound-1.20.0-150600.23.3.1.ppc64le.rpm unbound-anchor-1.20.0-150600.23.3.1.ppc64le.rpm unbound-devel-1.20.0-150600.23.3.1.ppc64le.rpm unbound-python-1.20.0-150600.23.3.1.ppc64le.rpm libunbound8-1.20.0-150600.23.3.1.aarch64.rpm unbound-1.20.0-150600.23.3.1.aarch64.rpm unbound-anchor-1.20.0-150600.23.3.1.aarch64.rpm unbound-devel-1.20.0-150600.23.3.1.aarch64.rpm unbound-python-1.20.0-150600.23.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1912 Recommended update for python-recommonmark low SUSE Updates openSUSE-SLE 15.6 This update for python-recommonmark fixes the following issues: - Rename changelog and the SPEC file to python3- form (jsc#PED-8481). python3-recommonmark-0.5.0-150100.3.3.1.noarch.rpm python3-recommonmark-0.5.0-150100.3.3.1.src.rpm openSUSE-SLE-15.6-2024-2013 Recommended update for gnome-browser-connector moderate SUSE Updates openSUSE-SLE 15.6 This update for gnome-browser-connector fixes the following issues: - Fixed support for Python 3.6 (bsc#1223902) gnome-browser-connector-42.1-150600.3.3.1.src.rpm gnome-browser-connector-42.1-150600.3.3.1.x86_64.rpm gnome-browser-connector-42.1-150600.3.3.1.s390x.rpm gnome-browser-connector-42.1-150600.3.3.1.ppc64le.rpm gnome-browser-connector-42.1-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2172 Recommended update for iproute2 moderate SUSE Updates openSUSE-SLE 15.6 This update for iproute2 fixes the following issues: iproute2 was updated to version 6.4 (jsc#PED-6820 jsc#PED-6844, jsc#PED-8358): - Fixed display of bound but unconnected sockets (bsc#1204562) - Changes in version 6.4: * bridge: mdb: added underlay destination IP support, UDP destination port support, destination VNI support, source VNI support, outgoing interface support * macvlan: added the "bclim" parameter - Changes in version 6.3: * New release of iproute2 corresponding to the 6.3 kernel. No large feature improvements only incremental improvements to the bridge mdb support, mostly just bug fixes. - Changes in version 6.2: * f_flower: Introduce L2TPv3 support * bridge: fdb: Add support for locked FDB entries * bridge: link: Add MAC Authentication Bypass (MAB) support * ip: Support --json on `ip neigh get` * tc: Add JSON output to tc-class - Changes in version 6.1: * man: ss.8: fix a typo * testsuite: fix build failure * genl: remove unused vars in Makefile * json: do not escape single quotes * ip-monitor: Do not error out when RTNLGRP_STATS is not available * ip-link: man: Document existence of netns argument in add command * macsec: add Extended Packet Number support * macsec: add user manual description for extended packet number feature * ip: xfrm: support "external" (`collect_md`) mode in xfrm interfaces * ip: xfrm: support adding xfrm metadata as lwtunnel info in routes * ip: add NLM_F_ECHO support * libnetlink: add offset for nl_dump_ext_ack_done * tc/tc_monitor: print netlink extack message * rtnetlink: add new function rtnl_echo_talk() * ip: fix return value for rtnl_talk failures * iplink_bridge: Add no_linklocal_learn option support * devlink: use dl_no_arg instead of checking dl_argc == 0 * devlink: remove dl_argv_parse_put * mnlg: remove unnused mnlg_socket structure * utils: extract CTRL_ATTR_MAXATTR and save it * devlink: expose nested devlink for a line card object * devlink: load port-ifname map on demand * devlink: fix parallel flash notifications processing * devlink: move use_iec into struct dl * devlink: fix typo in variable name in ifname_map_cb() * devlink: load ifname map on demand from ifname_map_rev_lookup() as well * dcb: unblock mnl_socket_recvfrom if not message received * libnetlink: Fix memory leak in __rtnl_talk_iov() * tc_util: Fix no error return when large parent id used * tc_util: Change datatype for maj to avoid overflow issue * ss: man: add missing entries for MPTCP * ss: man: add missing entries for TIPC * ss: usage: add missing parameters * ss: re-add TIPC query support * devlink: Fix setting parent for 'rate add' * link: display 'allmulti' counter * seg6: add support for flavors in SRv6 End* behaviors * tc: ct: Fix invalid pointer dereference * uapi: update from 6.1 pre rc1 * u32: fix json formatting of flowid * tc_stab: remove dead code * uapi: update for in.h and ip.h * remove #if 0 code * tc: add json support to size table * tc: put size table options in json object * tc/basic: fix json output filter * iplink: support JSON in MPLS output * tc: print errors on stderr * ip: print mpls errors on stderr * tc: make prefix const * man: add missing tc class show * iplink_can: add missing `]' of the bitrate, dbitrate and termination arrays * ip link: add sub-command to view and change DSA conduit interface - Changes in version 6.0: * ipstats: Add param.h for musl * Update kernel headers * libbpf: add xdp program name support * iplink: bond_slave: add per port prio support * seg6: add support for SRv6 Headend Reduced Encapsulation * lib: Introduce ppp protocols * f_flower: Introduce PPPoE support - Changes in version 5.19: * ip/iplink_virt_wifi: add support for virt_wifi * Update kernel headers * libnetlink: Add filtering to rtnl_statsdump_req_filter() * ipstats: Add a "set" command * ipstats: Add a group "link" * libbpf: Use bpf_object__load instead of bpf_object__load_xattr * uapi: change name for zerocopy sendfile in tls * bridge: vxlan device vnifilter support * f_flower: Add num of vlans parameter - Changes in version 5.18: * The build issues with libbpf should be fixed now. * Building with clang is now supported. * There are still some warnings with gcc-12 that will need to be fixed in the upstream kernel headers. - Changes in version 5.17: * lib/fs: fix memory leak in get_task_name() * bridge: Remove vlan listing from `bridge link` * bond: add arp_missed_max option * libnetlink: fix socket leak in rtnl_open_byproto() * dcb: Fix error reporting when accessing "dcb app" * tc_util: Fix parsing action control with space and slash * lib: fix ax25.h include for musl * uapi: add missing rose and ax25 files * rdma: Fix res_print_uint() and add res_print_u64() * tc: Add support for ce_threshold_value/mask in fq_codel - Add tmpfiles.d conf for /run/netns - Changes in version 5.16: * devlink: Fix cmd_dev_param_set() to check configuration mode * ip: add AMT support * iplink_can: fix configuration ranges in print_usage() and add unit * tc: flower: Fix buffer overflow on large labels * ip/ipnexthop: fix unsigned overflow in parse_nh_group_type_res() * tc/m_vlan: fix print_vlan() conditional on TCA_VLAN_ACT_PUSH_ETH * iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC) - Changes in version 5.15: * lib: bpf_legacy: fix bpffs mount when /sys/fs/bpf exists * man: devlink-port: fix the devlink port add synopsis * man: devlink-port: fix pfnum for devlink port add * iptuntap: fix multi-queue flag display * mptcp: unbreak JSON endpoint list * ipneigh: add support to print brief output of neigh cache in tabular format * ip/bond: add LACP active support * ip/tunnel: always print all known attributes * Add, show, link, remove IOAM namespaces and schemas * New IOAM6 encap type for routes * tc/skbmod: Introduce SKBMOD_F_ECN option * tc/f_flower: fix port range parsing iproute2-6.4-150600.7.3.1.src.rpm iproute2-6.4-150600.7.3.1.x86_64.rpm iproute2-arpd-6.4-150600.7.3.1.x86_64.rpm iproute2-bash-completion-6.4-150600.7.3.1.x86_64.rpm libnetlink-devel-6.4-150600.7.3.1.x86_64.rpm iproute2-6.4-150600.7.3.1.s390x.rpm iproute2-arpd-6.4-150600.7.3.1.s390x.rpm iproute2-bash-completion-6.4-150600.7.3.1.s390x.rpm libnetlink-devel-6.4-150600.7.3.1.s390x.rpm iproute2-6.4-150600.7.3.1.ppc64le.rpm iproute2-arpd-6.4-150600.7.3.1.ppc64le.rpm iproute2-bash-completion-6.4-150600.7.3.1.ppc64le.rpm libnetlink-devel-6.4-150600.7.3.1.ppc64le.rpm iproute2-6.4-150600.7.3.1.aarch64.rpm iproute2-arpd-6.4-150600.7.3.1.aarch64.rpm iproute2-bash-completion-6.4-150600.7.3.1.aarch64.rpm libnetlink-devel-6.4-150600.7.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1962 Security update for libvirt moderate SUSE Updates openSUSE-SLE 15.6 This update for libvirt fixes the following issues: - CVE-2024-4418: Fixed a stack use-after-free by ensuring temporary GSource is removed from client event loop. (bsc#1223849) libvirt-10.0.0-150600.8.3.1.src.rpm libvirt-10.0.0-150600.8.3.1.x86_64.rpm libvirt-client-10.0.0-150600.8.3.1.x86_64.rpm libvirt-client-qemu-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-common-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-config-network-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-libxl-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-network-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-rbd-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-hooks-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-lock-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-log-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-lxc-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-proxy-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-qemu-10.0.0-150600.8.3.1.x86_64.rpm libvirt-daemon-xen-10.0.0-150600.8.3.1.x86_64.rpm libvirt-devel-10.0.0-150600.8.3.1.x86_64.rpm libvirt-devel-32bit-10.0.0-150600.8.3.1.x86_64.rpm libvirt-doc-10.0.0-150600.8.3.1.noarch.rpm libvirt-libs-10.0.0-150600.8.3.1.x86_64.rpm libvirt-nss-10.0.0-150600.8.3.1.x86_64.rpm wireshark-plugin-libvirt-10.0.0-150600.8.3.1.x86_64.rpm libvirt-10.0.0-150600.8.3.1.s390x.rpm libvirt-client-10.0.0-150600.8.3.1.s390x.rpm libvirt-client-qemu-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-common-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-config-network-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-network-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-hooks-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-lock-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-log-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-lxc-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-proxy-10.0.0-150600.8.3.1.s390x.rpm libvirt-daemon-qemu-10.0.0-150600.8.3.1.s390x.rpm libvirt-devel-10.0.0-150600.8.3.1.s390x.rpm libvirt-libs-10.0.0-150600.8.3.1.s390x.rpm libvirt-nss-10.0.0-150600.8.3.1.s390x.rpm wireshark-plugin-libvirt-10.0.0-150600.8.3.1.s390x.rpm libvirt-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-client-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-client-qemu-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-common-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-config-network-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-network-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-hooks-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-lock-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-log-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-lxc-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-proxy-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-daemon-qemu-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-devel-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-libs-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-nss-10.0.0-150600.8.3.1.ppc64le.rpm wireshark-plugin-libvirt-10.0.0-150600.8.3.1.ppc64le.rpm libvirt-10.0.0-150600.8.3.1.aarch64.rpm libvirt-client-10.0.0-150600.8.3.1.aarch64.rpm libvirt-client-qemu-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-common-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-config-network-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-network-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-rbd-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-hooks-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-lock-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-log-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-lxc-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-proxy-10.0.0-150600.8.3.1.aarch64.rpm libvirt-daemon-qemu-10.0.0-150600.8.3.1.aarch64.rpm libvirt-devel-10.0.0-150600.8.3.1.aarch64.rpm libvirt-libs-10.0.0-150600.8.3.1.aarch64.rpm libvirt-nss-10.0.0-150600.8.3.1.aarch64.rpm wireshark-plugin-libvirt-10.0.0-150600.8.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1908 Security update for ffmpeg important SUSE Updates openSUSE-SLE 15.6 This update for ffmpeg fixes the following issues: - CVE-2023-51794: Fixed a heap buffer overflow in libavfilter. (bsc#1223437) ffmpeg-3.4.2-150200.11.47.1.src.rpm ffmpeg-3.4.2-150200.11.47.1.x86_64.rpm ffmpeg-private-devel-3.4.2-150200.11.47.1.x86_64.rpm libavcodec-devel-3.4.2-150200.11.47.1.x86_64.rpm libavcodec57-3.4.2-150200.11.47.1.x86_64.rpm libavcodec57-32bit-3.4.2-150200.11.47.1.x86_64.rpm libavdevice-devel-3.4.2-150200.11.47.1.x86_64.rpm libavdevice57-3.4.2-150200.11.47.1.x86_64.rpm libavdevice57-32bit-3.4.2-150200.11.47.1.x86_64.rpm libavfilter-devel-3.4.2-150200.11.47.1.x86_64.rpm libavfilter6-3.4.2-150200.11.47.1.x86_64.rpm libavfilter6-32bit-3.4.2-150200.11.47.1.x86_64.rpm libavformat-devel-3.4.2-150200.11.47.1.x86_64.rpm libavformat57-3.4.2-150200.11.47.1.x86_64.rpm libavformat57-32bit-3.4.2-150200.11.47.1.x86_64.rpm libavresample-devel-3.4.2-150200.11.47.1.x86_64.rpm libavresample3-3.4.2-150200.11.47.1.x86_64.rpm libavresample3-32bit-3.4.2-150200.11.47.1.x86_64.rpm libavutil-devel-3.4.2-150200.11.47.1.x86_64.rpm libavutil55-3.4.2-150200.11.47.1.x86_64.rpm libavutil55-32bit-3.4.2-150200.11.47.1.x86_64.rpm libpostproc-devel-3.4.2-150200.11.47.1.x86_64.rpm libpostproc54-3.4.2-150200.11.47.1.x86_64.rpm libpostproc54-32bit-3.4.2-150200.11.47.1.x86_64.rpm libswresample-devel-3.4.2-150200.11.47.1.x86_64.rpm libswresample2-3.4.2-150200.11.47.1.x86_64.rpm libswresample2-32bit-3.4.2-150200.11.47.1.x86_64.rpm libswscale-devel-3.4.2-150200.11.47.1.x86_64.rpm libswscale4-3.4.2-150200.11.47.1.x86_64.rpm libswscale4-32bit-3.4.2-150200.11.47.1.x86_64.rpm ffmpeg-3.4.2-150200.11.47.1.s390x.rpm ffmpeg-private-devel-3.4.2-150200.11.47.1.s390x.rpm libavcodec-devel-3.4.2-150200.11.47.1.s390x.rpm libavcodec57-3.4.2-150200.11.47.1.s390x.rpm libavdevice-devel-3.4.2-150200.11.47.1.s390x.rpm libavdevice57-3.4.2-150200.11.47.1.s390x.rpm libavfilter-devel-3.4.2-150200.11.47.1.s390x.rpm libavfilter6-3.4.2-150200.11.47.1.s390x.rpm libavformat-devel-3.4.2-150200.11.47.1.s390x.rpm libavformat57-3.4.2-150200.11.47.1.s390x.rpm libavresample-devel-3.4.2-150200.11.47.1.s390x.rpm libavresample3-3.4.2-150200.11.47.1.s390x.rpm libavutil-devel-3.4.2-150200.11.47.1.s390x.rpm libavutil55-3.4.2-150200.11.47.1.s390x.rpm libpostproc-devel-3.4.2-150200.11.47.1.s390x.rpm libpostproc54-3.4.2-150200.11.47.1.s390x.rpm libswresample-devel-3.4.2-150200.11.47.1.s390x.rpm libswresample2-3.4.2-150200.11.47.1.s390x.rpm libswscale-devel-3.4.2-150200.11.47.1.s390x.rpm libswscale4-3.4.2-150200.11.47.1.s390x.rpm ffmpeg-3.4.2-150200.11.47.1.ppc64le.rpm ffmpeg-private-devel-3.4.2-150200.11.47.1.ppc64le.rpm libavcodec-devel-3.4.2-150200.11.47.1.ppc64le.rpm libavcodec57-3.4.2-150200.11.47.1.ppc64le.rpm libavdevice-devel-3.4.2-150200.11.47.1.ppc64le.rpm libavdevice57-3.4.2-150200.11.47.1.ppc64le.rpm libavfilter-devel-3.4.2-150200.11.47.1.ppc64le.rpm libavfilter6-3.4.2-150200.11.47.1.ppc64le.rpm libavformat-devel-3.4.2-150200.11.47.1.ppc64le.rpm libavformat57-3.4.2-150200.11.47.1.ppc64le.rpm libavresample-devel-3.4.2-150200.11.47.1.ppc64le.rpm libavresample3-3.4.2-150200.11.47.1.ppc64le.rpm libavutil-devel-3.4.2-150200.11.47.1.ppc64le.rpm libavutil55-3.4.2-150200.11.47.1.ppc64le.rpm libpostproc-devel-3.4.2-150200.11.47.1.ppc64le.rpm libpostproc54-3.4.2-150200.11.47.1.ppc64le.rpm libswresample-devel-3.4.2-150200.11.47.1.ppc64le.rpm libswresample2-3.4.2-150200.11.47.1.ppc64le.rpm libswscale-devel-3.4.2-150200.11.47.1.ppc64le.rpm libswscale4-3.4.2-150200.11.47.1.ppc64le.rpm ffmpeg-3.4.2-150200.11.47.1.aarch64.rpm ffmpeg-private-devel-3.4.2-150200.11.47.1.aarch64.rpm libavcodec-devel-3.4.2-150200.11.47.1.aarch64.rpm libavcodec57-3.4.2-150200.11.47.1.aarch64.rpm libavdevice-devel-3.4.2-150200.11.47.1.aarch64.rpm libavdevice57-3.4.2-150200.11.47.1.aarch64.rpm libavfilter-devel-3.4.2-150200.11.47.1.aarch64.rpm libavfilter6-3.4.2-150200.11.47.1.aarch64.rpm libavformat-devel-3.4.2-150200.11.47.1.aarch64.rpm libavformat57-3.4.2-150200.11.47.1.aarch64.rpm libavresample-devel-3.4.2-150200.11.47.1.aarch64.rpm libavresample3-3.4.2-150200.11.47.1.aarch64.rpm libavutil-devel-3.4.2-150200.11.47.1.aarch64.rpm libavutil55-3.4.2-150200.11.47.1.aarch64.rpm libpostproc-devel-3.4.2-150200.11.47.1.aarch64.rpm libpostproc54-3.4.2-150200.11.47.1.aarch64.rpm libswresample-devel-3.4.2-150200.11.47.1.aarch64.rpm libswresample2-3.4.2-150200.11.47.1.aarch64.rpm libswscale-devel-3.4.2-150200.11.47.1.aarch64.rpm libswscale4-3.4.2-150200.11.47.1.aarch64.rpm openSUSE-SLE-15.6-2024-1998 Recommended update for yast2-registration moderate SUSE Updates openSUSE-SLE 15.6 This update for yast2-registration fixes the following issue: - Ensure add_on_others in autoyast profile are added (bsc#1223301) yast2-registration-4.6.2-150600.3.3.2.noarch.rpm yast2-registration-4.6.2-150600.3.3.2.src.rpm openSUSE-SLE-15.6-2024-1905 Recommended update for gtk4 moderate SUSE Updates openSUSE-SLE 15.6 This update for gtk4 fixes the following issues: - Fix icon rendering on big-endian s390x (bsc#1221052) gettext-its-gtk4-4.12.4-150600.3.3.1.x86_64.rpm gtk4-4.12.4-150600.3.3.1.src.rpm gtk4-branding-upstream-4.12.4-150600.3.3.1.noarch.rpm gtk4-devel-4.12.4-150600.3.3.1.x86_64.rpm gtk4-devel-tools-4.12.4-150600.3.3.1.x86_64.rpm gtk4-docs-4.12.4-150600.3.3.1.noarch.rpm gtk4-lang-4.12.4-150600.3.3.1.noarch.rpm gtk4-schema-4.12.4-150600.3.3.1.noarch.rpm gtk4-tools-4.12.4-150600.3.3.1.x86_64.rpm libgtk-4-1-4.12.4-150600.3.3.1.x86_64.rpm typelib-1_0-Gtk-4_0-4.12.4-150600.3.3.1.x86_64.rpm gettext-its-gtk4-4.12.4-150600.3.3.1.s390x.rpm gtk4-devel-4.12.4-150600.3.3.1.s390x.rpm gtk4-devel-tools-4.12.4-150600.3.3.1.s390x.rpm gtk4-tools-4.12.4-150600.3.3.1.s390x.rpm libgtk-4-1-4.12.4-150600.3.3.1.s390x.rpm typelib-1_0-Gtk-4_0-4.12.4-150600.3.3.1.s390x.rpm gettext-its-gtk4-4.12.4-150600.3.3.1.ppc64le.rpm gtk4-devel-4.12.4-150600.3.3.1.ppc64le.rpm gtk4-devel-tools-4.12.4-150600.3.3.1.ppc64le.rpm gtk4-tools-4.12.4-150600.3.3.1.ppc64le.rpm libgtk-4-1-4.12.4-150600.3.3.1.ppc64le.rpm typelib-1_0-Gtk-4_0-4.12.4-150600.3.3.1.ppc64le.rpm gettext-its-gtk4-4.12.4-150600.3.3.1.aarch64.rpm gtk4-devel-4.12.4-150600.3.3.1.aarch64.rpm gtk4-devel-tools-4.12.4-150600.3.3.1.aarch64.rpm gtk4-tools-4.12.4-150600.3.3.1.aarch64.rpm libgtk-4-1-4.12.4-150600.3.3.1.aarch64.rpm typelib-1_0-Gtk-4_0-4.12.4-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1906 Security update for 389-ds moderate SUSE Updates openSUSE-SLE 15.6 This update for 389-ds fixes the following issues: - Update to version 2.2.8~git65.347aae6: - CVE-2024-1062: Resolved possible denial of service when audit logging is enabled. (bsc#1219836) 389-ds-2.2.8~git65.347aae6-150600.8.3.1.src.rpm 389-ds-2.2.8~git65.347aae6-150600.8.3.1.x86_64.rpm 389-ds-devel-2.2.8~git65.347aae6-150600.8.3.1.x86_64.rpm 389-ds-snmp-2.2.8~git65.347aae6-150600.8.3.1.x86_64.rpm lib389-2.2.8~git65.347aae6-150600.8.3.1.x86_64.rpm libsvrcore0-2.2.8~git65.347aae6-150600.8.3.1.x86_64.rpm 389-ds-2.2.8~git65.347aae6-150600.8.3.1.s390x.rpm 389-ds-devel-2.2.8~git65.347aae6-150600.8.3.1.s390x.rpm 389-ds-snmp-2.2.8~git65.347aae6-150600.8.3.1.s390x.rpm lib389-2.2.8~git65.347aae6-150600.8.3.1.s390x.rpm libsvrcore0-2.2.8~git65.347aae6-150600.8.3.1.s390x.rpm 389-ds-2.2.8~git65.347aae6-150600.8.3.1.ppc64le.rpm 389-ds-devel-2.2.8~git65.347aae6-150600.8.3.1.ppc64le.rpm 389-ds-snmp-2.2.8~git65.347aae6-150600.8.3.1.ppc64le.rpm lib389-2.2.8~git65.347aae6-150600.8.3.1.ppc64le.rpm libsvrcore0-2.2.8~git65.347aae6-150600.8.3.1.ppc64le.rpm 389-ds-2.2.8~git65.347aae6-150600.8.3.1.aarch64.rpm 389-ds-devel-2.2.8~git65.347aae6-150600.8.3.1.aarch64.rpm 389-ds-snmp-2.2.8~git65.347aae6-150600.8.3.1.aarch64.rpm lib389-2.2.8~git65.347aae6-150600.8.3.1.aarch64.rpm libsvrcore0-2.2.8~git65.347aae6-150600.8.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2259 Recommended update for alsa-utils moderate SUSE Updates openSUSE-SLE 15.6 This update for alsa-utils fixes the following issue: - Require tree which is used by alsa-info.sh (bsc#1225665) alsa-utils-1.2.10-150600.3.3.6.src.rpm alsa-utils-1.2.10-150600.3.3.6.x86_64.rpm alsabat-1.2.10-150600.3.3.6.x86_64.rpm alsa-utils-1.2.10-150600.3.3.6.s390x.rpm alsabat-1.2.10-150600.3.3.6.s390x.rpm alsa-utils-1.2.10-150600.3.3.6.ppc64le.rpm alsabat-1.2.10-150600.3.3.6.ppc64le.rpm alsa-utils-1.2.10-150600.3.3.6.aarch64.rpm alsabat-1.2.10-150600.3.3.6.aarch64.rpm openSUSE-SLE-15.6-2024-2014 Recommended update for google-cloud-sap-agent moderate SUSE Updates openSUSE-SLE 15.6 This update for google-cloud-sap-agent fixes the following issues: - Update to version 3.3 (bsc#1225166, bsc#1225558) * Build updated to use -mod=vendor during build * Updated go.mod and go.sum with dependencies for safetext, using go mod vendor for github action * Add actual values and comments to usagemetrics.go to ensure that error and action codes are only appended to the end of the list. * Remove usage metrics from configureinstance.go * Add a hard Disable for reliability metrics collection until the namespace is created and tested. * Adding metrics for time taken by each query * Add SHA224 of labels as a new label. * Remove collect_reliability_metrics from configuration.json * Small tweaks to backint log and inquire path generation * Fix for unmarshalling backint configuration. * Implementation of instant snapshot group backup workflow * Backint changes around shorten_folder_path * Rename max_diagnose_size_gb to diagnose_file_max_size_gb * Adding start and finish logs in performance diagnostics * Validate that all disks mapped to /hana/data belong to the same consistency group. * Rename backint monitoring metrics parameter * Trim folder prefix for Backint INQUIRE output. * Add the ability to test the database connection * Reduce log level of some storage messages to debug. * Finalize guest action request and response format. * Backint dashboard fix logs * Add scorecards to backint dashboard * Making proto changes for HANA Monitoring support for multiple tennats and ha setup * Add total upload/download time to log. * Add HANA indexserver.ini metrics to WLM metric collection. * Add Netweaver role metrics as part of process metrics * Rotate old support bundles. * Update the default value of confirm-data-snapshot-after-create to false. and add to usage() * Add option to confirm HANA snapshot as successful before disk snapshot is uploaded. * Change log level from warn to info for non-critical messages. * Add diagnose_folder parameter to Backint * Add a 1 GB buffer to needed bytes for diagnostic * Add labels to group snapshot backup. * Enable the show status and restart agent functions for Windows. * Add WLM metric collection for num_completion_queues and num_submit_queues. * Collect support bundle on Backint errors. * Adding usage metrics to performance diagnostics * Collect agent-only support bundle on failure of backint and hanadiskbackup. * Minor Backint improvements * Add ability collect only agent logs using agent-logs-only flag to supportbundle * Bump version to 3.3 * Add Backint metrics dashboard * DO NOT remove log files on uninstall * Adding more unit tests * Changing location of zipped file to within the final folder identified by unique timestamp. * Minor refactorings and improvements with increasing code coverage * Make sure DB instance number is recorded in System data. * Change configuration.json to 0664 to ensure world cannot write. * Add Netweaver Java discovery to SAP Agent. * Add a new version of functions to read cloud properties from metadata server. * Updating generated protos to proc-gen-go v1.34.1 * Updating runConfigureInstance method and adding unit tests for covering configure instance ote invocation * Zip the final bundle and add upload functionality * Record database SID alongside tenant DB SIDs * Reduce log severity in discovery * Add HANA version to product version data * Fix race condition in tests * Read disk mapping from instance info if source disk is not provided to hanadiskbackup * Add option to shorten the folder path in the bucket. * Add SSL support for cmdline-based querying and some bugfixes * Move recovery package to shared directory. * Update protoc-gen-go version to v1.34.0 in multiple protos * Adding FIO commands to performance diagnostics * Remove error logs when errors are being returned * Adding perfdiag to performance diagnostics * Add AppInstance data to discovery data uploads. * Introduce protos for guestactions messages and responses. Support multiple commands per message. * Update wording for HANA Insights rules. * Configureinstance updates. * Adding a check for retention policy before performing backup operation. * Remove the unused loglevel flag from logusage OTE * Change the language around the default parameters being optimized for performance in backint * Add instance role to SAP System properties * Increase wait time for index server to stop. * Integrating backint OTE into performancediagnostics * Update wording around configureinstance unsupported machine type. * Pass the right disk name to check if disk is attached * Integrating new DB Handle and hdbuserstore key support with remaining HANA DB dependant workflows * Refactor HANA and filesystems specific code to a common hanabackup package * Bumps x/net dependency to v0.23 * Append HANA Insights rule to WLM fake metrics file in script to generate WLM rule. * Integrating configure instance ote in performance diagnostics * Update disk backup OTE to parse paths even with /dev/mapper in the middle of path, not necessarily as a prefix * Adding a few missing labels to wlm-fake-metrics.yaml * Changing loglevel for onetime.Init() calls * Refactor change - Move PD related functions to gce.go * Fix agentcommunication import replace statements * Update replace functions for new open source dependencies. * Set up scaffolding for guest actions handling in SAP Agent along with UAP library code * Backint upload/download metrics sent to cloud monitoring. * Cleaning up the performance diagntics file wth recent changes * Fixes to usage strings in OTEs for optional params * Integrating new database connector with HANA Monitoring and adding support for HDBUserstore Key * Implement hdbsql commandline result parsing * SAP Discovery - Add SAP Instance Numbers to instance properties * Updating OTEs to include params for when OTE is invoked internally * Modifying flags to follow design changes * Create fake WLM metric overrides for testing * Implement constructors and query functions for querying HANA DB via hdbuserstore using cmdline * Skeleton for querying HANA DB via hdbuserstore using cmdline * Parameterize Backint Diagnose max file size. * Metadata parameter added to Backint. * Adding initial layout for performance diagnostics OTE * Create a new API CreateClient() in shared logging which returns an error in case of failures * Backint no longer writes ERROR if temporary chunk failed to delete. * Create onetime.Init() to condense reused code. * Fixing a typo in a process metrics retry logic comment * Rename workload_validation param with workload_evaluation in configure OTE * Send agent version in Write Insight requests * Ensuring /sap/cluster/resources covers all the nodes google-cloud-sap-agent-3.3-150100.3.32.1.src.rpm google-cloud-sap-agent-3.3-150100.3.32.1.x86_64.rpm google-cloud-sap-agent-3.3-150100.3.32.1.s390x.rpm google-cloud-sap-agent-3.3-150100.3.32.1.ppc64le.rpm google-cloud-sap-agent-3.3-150100.3.32.1.aarch64.rpm openSUSE-SLE-15.6-2024-2203 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). - CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). - CVE-2023-52458: Fixed check that partition length needs to be aligned with block size (bsc#1220428). - CVE-2023-52503: Fixed tee/amdtee use-after-free vulnerability in amdtee_close_session (bsc#1220915). - CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). - CVE-2023-52631: Fixed an NULL dereference bug (bsc#1222264 CVE-2023-52631). - CVE-2023-52635: Fixed PM/devfreq to synchronize devfreq_monitor_[start/stop] (bsc#1222294). - CVE-2023-52640: Fixed out-of-bounds in ntfs_listxattr (bsc#1222301). - CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) - CVE-2023-52645: Fixed pmdomain/mediatek race conditions with genpd (bsc#1223033). - CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). - CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442). - CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). - CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). - CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). - CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (CVE-2023-52698 bsc#1224621) - CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). - CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). - CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). - CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). - CVE-2023-7042: Fixed a null-pointer-dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() (bsc#1218336). - CVE-2024-0639: Fixed a denial-of-service vulnerability due to a deadlock found in sctp_auto_asconf_init in net/sctp/socket.c (bsc#1218917). - CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). - CVE-2024-22099: Fixed a null-pointer-dereference in rfcomm_check_security (bsc#1219170). - CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). - CVE-2024-24861: Fixed an overflow due to race condition in media/xc4000 device driver in xc4000 xc4000_get_frequency() function (bsc#1219623). - CVE-2024-25739: Fixed possible crash in create_empty_lvol() in drivers/mtd/ubi/vtbl.c (bsc#1219834). - CVE-2024-26601: Fixed ext4 buddy bitmap corruption via fast commit replay (bsc#1220342). - CVE-2024-26614: Fixed the initialization of accept_queue's spinlocks (bsc#1221293). - CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). - CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649 CVE-2024-26638). - CVE-2024-26642: Fixed the set of anonymous timeout flag in netfilter nf_tables (bsc#1221830). - CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). - CVE-2024-26654: Fixed use after free in ALSA/sh/aica (bsc#1222304). - CVE-2024-26656: Fixed drm/amdgpu use-after-free bug (bsc#1222307). - CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). - CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). - CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). - CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). - CVE-2024-26684: Fixed net/stmmac/xgmac handling of DPP safety error for DMA channels (bsc#1222445). - CVE-2024-26685: Fixed nilfs2 potential bug in end_buffer_async_write (bsc#1222437). - CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). - CVE-2024-26704: Fixed a double-free of blocks due to wrong extents moved_len in ext4 (bsc#1222422). - CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) - CVE-2024-26731: Fixed NULL pointer dereference in sk_psock_verdict_data_ready() (bsc#1222371). - CVE-2024-26733: Fixed an overflow in arp_req_get() in arp (bsc#1222585). - CVE-2024-26737: Fixed selftests/bpf racing between bpf_timer_cancel_and_free and bpf_timer_cancel (bsc#1222557). - CVE-2024-26740: Fixed use the backlog for mirred ingress (bsc#1222563). - CVE-2024-26760: Fixed bio_put() for error case (bsc#1222596 cve-2024-267600). - CVE-2024-26760: Fixed scsi/target/pscsi bio_put() for error case (bsc#1222596). - CVE-2024-26764: Fixed IOCB_AIO_RW check in fs/aio before the struct aio_kiocb conversion (bsc#1222721). - CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). - CVE-2024-26773: Fixed ext4 block allocation from corrupted group in ext4_mb_try_best_found() (bsc#1222618). - CVE-2024-26774: Fixed dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt (bsc#1222622). - CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). - CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). - CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) - CVE-2024-26793: Fixed an use-after-free and null-ptr-deref in gtp_newlink() in gtp (bsc#1222428). - CVE-2024-26805: Fixed a kernel-infoleak-after-free in __skb_datagram_iter in netlink (bsc#1222630). - CVE-2024-26807: Fixed spi/cadence-qspi NULL pointer reference in runtime PM hooks (bsc#1222801). - CVE-2024-26815: Fixed improper TCA_TAPRIO_TC_ENTRY_INDEX check (bsc#1222635). - CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). - CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). - CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). - CVE-2024-26836: Fixed platform/x86/think-lmi password opcode ordering for workstations (bsc#1222968). - CVE-2024-26844: Fixed WARNING in _copy_from_iter (bsc#1223015). - CVE-2024-26853: Fixed igc returning frame twice in XDP_REDIRECT (bsc#1223061). - CVE-2024-26855: Fixed net/ice potential NULL pointer dereference in ice_bridge_setlink() (bsc#1223051). - CVE-2024-26856: Fixed use-after-free inside sparx5_del_mact_entry (bsc#1223052). - CVE-2024-26857: Fixed geneve to make sure to pull inner header in geneve_rx() (bsc#1223058). - CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). - CVE-2024-26861: Fixed wireguard/receive annotate data-race around receiving_counter.counter (bsc#1223076). - CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). - CVE-2024-26866: Fixed spi/spi-fsl-lpspi by removing redundant spi_controller_put call (bsc#1223024). - CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). - CVE-2024-26881: Fixed net/hns3 kernel crash when 1588 is received on HIP08 devices (bsc#1223041). - CVE-2024-26882: Fixed net/ip_tunnel to make sure to pull inner header in ip_tunnel_rcv() (bsc#1223034). - CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). - CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). - CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). - CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). - CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). - CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). - CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). - CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). - CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). - CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). - CVE-2024-26928: Fix potential UAF in cifs_debug_files_proc_show() (bsc#1223532). - CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). - CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). - CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). - CVE-2024-26950: Fixed wireguard/netlink to access device through ctx instead of peer (bsc#1223661). - CVE-2024-26951: Fixed wireguard/netlink check for dangling peer via is_dead instead of empty list (bsc#1223660). - CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). - CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). - CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). - CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). - CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). - CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). - CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). - CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). - CVE-2024-27030: Fixed octeontx2-af to use separate handlers for interrupts (bsc#1223790). - CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). - CVE-2024-27046: Fixed nfp/flower handling acti_netdevs allocation failure (bsc#1223827). - CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). - CVE-2024-27062: Fixed nouveau lock inside client object tree (bsc#1223834). - CVE-2024-27389: Fixed pstore inode handling with d_invalidate() (bsc#1223705). - CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). - CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). - CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). - CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). - CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) - CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) - CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). - CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). - CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). - CVE-2024-35860: struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). - CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). - CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). - CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). - CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). - CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). - CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). - CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). - CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). - CVE-2024-35869: Guarantee refcounted children from parent session (bsc#1224679). - CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). - CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). - CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). - CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). - CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). - CVE-2024-35905: Fixed int overflow for stack access size (bsc#1224488). - CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). - CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). - CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). - CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). - CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). - CVE-2024-35956: Fixed qgroup prealloc rsv leak in subvolume operations (bsc#1224674) - CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). - CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). - CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). - CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). - CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). - CVE-2024-36007: Fixed warning during rehash (bsc#1224543). - CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) The following non-security bugs were fixed: - 9p: add missing locking around taking dentry fid list (git-fixes) - accel/ivpu: Fix deadlock in context_xa (git-fixes). - ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). - ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). - ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). - ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (git-fixes). - ACPI: CPPC: Fix access width used for PCC registers (git-fixes). - ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). - ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). - ACPI: disable -Wstringop-truncation (git-fixes). - ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). - ACPI: LPSS: Advertise number of chip selects via property (git-fixes). - ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (stable-fixes). - ACPI: resource: Do IRQ override on Lunnen Ground laptops (stable-fixes). - ACPI: scan: Do not increase dep_unmet for already met dependencies (git-fixes). - ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS (stable-fixes). - Add alt-commit to a nouveau patch - Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756) The L3 bsc#1225765 was created seperately since our customer requires PTF. - admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). - ahci: asm1064: asm1166: do not limit reported ports (git-fixes). - ahci: asm1064: correct count of reported ports (stable-fixes). - ALSA: aoa: avoid false-positive format truncation warning (git-fixes). - ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). - ALSA: core: Remove debugfs at disconnection (git-fixes). - ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (stable-fixes). - ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). - ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). - ALSA: hda: clarify Copyright information (stable-fixes). - ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). - ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). - ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). - ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). - ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). - ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). - ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (stable-fixes). - ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). - ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). - ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). - ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). - ALSA: hda: cs35l56: Set the init_done flag before component_add() (git-fixes). - ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). - ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). - ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). - ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). - ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). - ALSA: hda/realtek: Add quirk for HP SnowWhite laptops (stable-fixes). - ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 (stable-fixes). - ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 (stable-fixes). - ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). - ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N (stable-fixes). - ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). - ALSA: hda/realtek: Add quirks for some Clevo laptops (stable-fixes). - ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 models (stable-fixes). - ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). - ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). - ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR (stable-fixes). - ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). - ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC (stable-fixes). - ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). - ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). - ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). - ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). - ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound (stable-fixes). - ALSA: hda/realtek - Fix inactive headset mic jack (stable-fixes). - ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). - ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). - ALSA: hda/realtek: fix the hp playback volume issue for LG machines (stable-fixes). - ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 (git-fixes). - ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). - ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone (git-fixes). - ALSA: hda/tas2781: add locks to kcontrols (git-fixes). - ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 (stable-fixes). - ALSA: hda/tas2781: correct the register for pow calibrated data (git-fixes). - ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). - ALSA: line6: Zero-initialize message buffers (stable-fixes). - ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). - ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). - ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). - ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). - ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). - ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). - ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). - ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). - ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). - ALSA: seq: Fix yet another spot for system message conversion (git-fixes). - ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages (git-fixes). - ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (git-fixes). - ALSA: timer: Set lower bound of start tick time (stable-fixes). - ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). - ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). - ALSA: ump: Set default protocol when not given explicitly (git-fixes). - ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). - ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). - amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). - amdkfd: use calloc instead of kzalloc to avoid integer overflow (stable-fixes). - arm64: bpf: fix 32bit unconditional bswap (git-fixes). - arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) - arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) - arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) - arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) - arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) - arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) - arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) - arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) - arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) - arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) - arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) - arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) - arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) - arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) - arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) - arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) - arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) - arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). - arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). - arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) - arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) - arm64: tegra: Correct Tegra132 I2C alias (git-fixes) - arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) - ARM: 9381/1: kasan: clear stale stack poison (git-fixes). - ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). - ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). - ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). - ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). - arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) - arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). - ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). - asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). - ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). - ASoC: amd: acp: fix for acp_init function error handling (git-fixes). - ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (stable-fixes). - ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" (stable-fixes). - ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). - ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). - ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). - ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). - ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). - ASoC: Intel: avs: Fix potential integer overflow (git-fixes). - ASoC: Intel: avs: Populate board selection with new I2S entries (stable-fixes). - ASoC: Intel: avs: Set name of control as in topology (git-fixes). - ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). - ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). - ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). - ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops (stable-fixes). - ASoC: Intel: Disable route checks for Skylake boards (git-fixes). - ASoC: kirkwood: Fix potential NULL dereference (git-fixes). - ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). - ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). - ASoC: meson: axg-card: make links nonatomic (git-fixes). - ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). - ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). - ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). - ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). - ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (git-fixes). - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates (git-fixes). - ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). - ASoC: rt5645: Make LattePanda board DMI match more precise (stable-fixes). - ASoC: rt5682-sdw: fix locking sequence (git-fixes). - ASoC: rt711-sdca: fix locking sequence (git-fixes). - ASoC: rt711-sdw: fix locking sequence (git-fixes). - ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). - ASoC: rt715: add vendor clear control register (git-fixes). - ASoC: rt715-sdca: volume step modification (git-fixes). - ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). - ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). - ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). - ASoC: soc-core.c: Skip dummy codec when adding platforms (stable-fixes). - ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). - ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). - ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). - ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). - ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). - ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). - ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend (stable-fixes). - ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). - ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). - ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). - ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). - ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). - ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). - ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). - ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). - ASoC: tlv320adc3xxx: Do not strip remove function when driver is builtin (git-fixes). - ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). - ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). - ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() (git-fixes). - ata: libata-core: Allow command duration limits detection for ACS-4 drives (git-fixes). - ata: pata_legacy: make legacy_exit() work again (git-fixes). - ata: sata_gemini: Check clk_enable() result (stable-fixes). - ata: sata_mv: Fix PCI device ID table declaration compilation warning (git-fixes). - ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (git-fixes). - autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). - ax25: Fix netdev refcount issue (git-fixes). - ax25: Fix reference count leak issue of net_device (git-fixes). - ax25: Fix reference count leak issues of ax25_dev (git-fixes). - ax25: fix use-after-free bugs caused by ax25_ds_del_timer (git-fixes). - batman-adv: Avoid infinite loop trying to resize local TT (git-fixes). - bitops: add missing prototype check (git-fixes). - blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). - blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). - block: fix q->blkg_list corruption during disk rebind (bsc#1223591). - Bluetooth: Add new quirk for broken read key length on ATS2851 (stable-fixes). - Bluetooth: add quirk for broken address properties (git-fixes). - Bluetooth: btintel: Fixe build regression (git-fixes). - Bluetooth: btintel: Fix null ptr deref in btintel_read_version (stable-fixes). - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). - Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). - Bluetooth: Fix memory leak in hci_req_sync_complete() (git-fixes). - Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). - Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). - Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). - Bluetooth: hci_core: Cancel request on command timeout (stable-fixes). - Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). - Bluetooth: hci_event: set the conn encrypted before conn establishes (stable-fixes). - Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). - Bluetooth: hci_sock: Fix not validating setsockopt user input (git-fixes). - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync (git-fixes). - Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY (git-fixes). - Bluetooth: hci_sync: Use QoS to determine which PHY to scan (stable-fixes). - Bluetooth: ISO: Align broadcast sync_timeout with connection timeout (stable-fixes). - Bluetooth: ISO: Do not reject BT_ISO_QOS if parameters are unset (git-fixes). - Bluetooth: l2cap: Do not double set the HCI_CONN_MGMT_CONNECTED bit (git-fixes). - Bluetooth: L2CAP: Fix not validating setsockopt user input (git-fixes). - Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). - Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). - Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). - Bluetooth: mgmt: Fix limited discoverable off timeout (stable-fixes). - Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). - Bluetooth: qca: add missing firmware sanity checks (git-fixes). - Bluetooth: qca: fix device-address endianness (git-fixes). - Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). - Bluetooth: qca: fix firmware check error path (git-fixes). - Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). - Bluetooth: qca: fix NVM configuration parsing (git-fixes). - Bluetooth: RFCOMM: Fix not validating setsockopt user input (git-fixes). - Bluetooth: SCO: Fix not validating setsockopt user input (git-fixes). - bnx2x: Fix firmware version string character counts (git-fixes). - bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). - bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). - bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). - bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) - bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). - bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). - bootmem: use kmemleak_free_part_phys in free_bootmem_page (git-fixes). - bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). - bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) - bpf, arm64: Fix incorrect runtime stats (git-fixes) - bpf: fix precision backtracking instruction iteration (bsc#1225756). - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). - bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). - bpf, scripts: Correct GPL license name (git-fixes). - btrfs: add a helper to read the superblock metadata_uuid (git-fixes) - btrfs: add and use helper to check if block group is used (bsc#1220120). - btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). - btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). - btrfs: always print transaction aborted messages with an error level (git-fixes) - btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). - btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). - btrfs: assert delayed node locked when removing delayed item (git-fixes) - btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). - btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). - btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) - btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) - btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) - btrfs: do not allow non subvolume root targets for snapshot (git-fixes) - btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) - btrfs: do not delete unused block group if it may be used soon (bsc#1220120). - btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). - btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) - btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). - btrfs: do not warn if discard range is not aligned to sector (git-fixes) - btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). - btrfs: error out when COWing block using a stale transaction (git-fixes) - btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) - btrfs: error when COWing block from a root that is being deleted (git-fixes) - btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) - btrfs: fail priority metadata ticket with real fs error (bsc#1220120). - btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) - btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) - btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). - btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) - btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) - btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) - btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) - btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) - btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). - btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). - btrfs: fix race when refilling delayed refs block reserve (git-fixes) - btrfs: fix start transaction qgroup rsv double free (git-fixes) - btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). - btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) Dropped hunk in selftests (test_case_7), 92e1229b204d6. - btrfs: free qgroup rsv on io failure (git-fixes) - btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) - btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). - btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) - btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). - btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). - btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). - btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). - btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). - btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). - btrfs: make error messages more clear when getting a chunk map (git-fixes) - btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). - btrfs: make find_free_dev_extent() static (bsc#1220120). - btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). - btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). - btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). - btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). - btrfs: output extra debug info if we failed to find an inline backref (git-fixes) - btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). - btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) - btrfs: print available space across all block groups when dumping space info (bsc#1220120). - btrfs: print available space for a block group when dumping a space info (bsc#1220120). - btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). - btrfs: print target number of bytes when dumping free space (bsc#1220120). - btrfs: qgroup: always free reserved space for extent records (bsc#1216196). - btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) - btrfs: record delayed inode root in transaction (git-fixes) - btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) - btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) - btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). - btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). - btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). - btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). - btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). - btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). - btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). - btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). - btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). - btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) - btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). - btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). - btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). - btrfs: send: ensure send_fd is writable (git-fixes) - btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) - btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) - btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) - btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). - btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). - btrfs: store the error that turned the fs into error state (bsc#1220120). - btrfs: sysfs: validate scrub_speed_max value (git-fixes) - btrfs: tree-checker: fix inline ref size in error messages (git-fixes) - btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). - btrfs: update documentation for add_new_free_space() (bsc#1220120). - btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). - btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). - btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). - btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). - btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). - btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) - btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) - btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). - bus: mhi: ep: check the correct variable in mhi_ep_register_controller() (git-fixes). - ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). - ceph: stop copying to iter at EOF on sync reads (bsc#1222606). - certs: Add ECDSA signature verification self-test (bsc#1222777). - certs: Move RSA self-test data to separate file (bsc#1222777). - cifs: account for primary channel in the interface list (bsc#1225172). - cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). - cifs: distribute channels across interfaces based on speed (bsc#1225172).++ kernel-source.spec (revision 4)%define git_commit 596cd3fdbd0fb5902e80279485ad8596f4e82397Release: &lt;RELEASE>.g596cd3f - cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). - cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). - cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). - cifs: fix charset issue in reconnection (bsc#1225172). - cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). - cifs: handle cases where a channel is closed (bsc#1225172). - cifs: handle cases where multiple sessions share connection (bsc#1225172). - cifs: reconnect work should have reference on server struct (bsc#1225172). - clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). - clk: Get runtime PM before walking tree during disable_unused (git-fixes). - clk: Get runtime PM before walking tree for clk_summary (git-fixes). - clk: Initialize struct clk_core kref earlier (stable-fixes). - clk: mediatek: Do a runtime PM get on controllers during probe (git-fixes). - clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). - clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). - clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). - clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). - clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). - clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). - clk: qcom: reset: Commonize the de/assert functions (stable-fixes). - clk: qcom: reset: Ensure write completion on reset de/assertion (git-fixes). - clk: Remove prepare_lock hold assertion in __clk_release() (git-fixes). - clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). - clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). - clk: rs9: fix wrong default value for clock amplitude (git-fixes). - clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). - clk: Show active consumers of clocks in debugfs (stable-fixes). - clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). - clocksource/drivers/arm_global_timer: Fix maximum prescaler value (git-fixes). - clocksource/drivers/imx: Fix -Wunused-but-set-variable warning (git-fixes). - comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). - coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) - coresight: trbe: Allocate platform data per device (bsc#1220587) - coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) - counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). - cppc_cpufreq: Fix possible null pointer dereference (git-fixes). - cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). - cpufreq: exit() callback is optional (git-fixes). - cpumask: Add for_each_cpu_from() (bsc#1225053). - crypto: bcm - Fix pointer arithmetic (git-fixes). - crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). - crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). - crypto: ccp - drop platform ifdef checks (git-fixes). - crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). - crypto: ecdsa - Fix module auto-load on add-key (git-fixes). - crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). - crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). - crypto: qat - fix ring to service map for dcc in 4xxx (git-fixes). - crypto: qat - improve error logging to be consistent across features (git-fixes). - crypto: qat - relocate and rename get_service_enabled() (stable-fixes). - crypto: qat - specify firmware files for 402xx (git-fixes). - crypto: rsa - add a check for allocation failure (bsc#1222775). - crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). - crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). - crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). - cxl/acpi: Fix load failures due to single window creation failure (git-fixes). - cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window (git-fixes). - cxl/trace: Properly initialize cxl_poison region name (git-fixes). - dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n (jsc#PED-5853). - dax/bus.c: replace driver-core lock usage by a local rwsem (jsc#PED-5853). - dax/bus.c: replace several sprintf() with sysfs_emit() (jsc#PED-5853). - device-dax: make dax_bus_type const (jsc#PED-5853). - dlm: fix user space lkb refcounting (git-fixes). - dma-buf: Fix NULL pointer dereference in sanitycheck() (git-fixes). - dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). - dmaengine: axi-dmac: fix possible race in remove() (git-fixes). - dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). - dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). - dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). - dmaengine: owl: fix register access functions (git-fixes). - dmaengine: tegra186: Fix residual calculation (git-fixes). - dma-mapping: benchmark: fix node id validation (git-fixes). - dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). - dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). - dma: xilinx_dpdma: Fix locking (git-fixes). - dm crypt: remove redundant state settings after waking up (jsc#PED-7542). - dm-integrity: set max_integrity_segments in dm_integrity_io_hints (jsc#PED-7542). - dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). - dm-raid: add a new helper prepare_suspend() in md_personality (jsc#PED-7542). - dm-raid: really frozen sync_thread during suspend (jsc#PED-7542). - dm thin: add braces around conditional code that spans lines (jsc#PED-7542). - dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list (jsc#PED-7542). - dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). - Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file (git-fixes). - docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). - docs: netdev: Fix typo in Signed-off-by tag (git-fixes). - docs: Restore "smart quotes" for quotes (stable-fixes). - driver core: Introduce device_link_wait_removal() (stable-fixes). - drivers/nvme: Add quirks for device 126f:2262 (git-fixes). - drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). - drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() (stable-fixes). - drm/amd/display: Add dml2 copy functions (stable-fixes). - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active (stable-fixes). - drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). - drm/amd/display: Change default size for dummy plane in DML2 (stable-fixes). - drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). - drm/amd/display: Enable colorspace property for MST connectors (git-fixes). - drm/amd/display: Fix bounds check for dcn35 DcfClocks (git-fixes). - drm/amd/display: fix disable otg wa logic in DCN316 (stable-fixes). - drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). - drm/amd/display: Fix idle check for shared firmware state (stable-fixes). - drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). - drm/amd/display: fix input states translation error for dcn35 & dcn351 (stable-fixes). - drm/amd/display: Fix nanosec stat overflow (stable-fixes). - drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). - drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). - drm/amd/display: handle range offsets in VRR ranges (stable-fixes). - drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). - drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). - drm/amd/display: Override min required DCFCLK in dml1_validate (stable-fixes). - drm/amd/display: Prevent crash when disable stream (stable-fixes). - drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 (stable-fixes). - drm/amd/display: Remove MPC rate control logic from DCN30 and above (stable-fixes). - drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). - drm/amd/display: Return the correct HDCP error code (stable-fixes). - drm/amd/display: Set DCN351 BB and IP the same as DCN35 (stable-fixes). - drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST (stable-fixes). - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). - drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). - drm/amdgpu: always force full reset for SOC21 (stable-fixes). - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (stable-fixes). - drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects' (git-fixes). - drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). - drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). - drm/amdgpu: fix deadlock while reading mqd from debugfs (git-fixes). - drm/amdgpu: fix doorbell regression (git-fixes). - drm/amdgpu: fix incorrect number of active RBs for gfx11 (stable-fixes). - drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). - drm/amdgpu: fix mmhub client id out-of-bounds access (git-fixes). - drm/amdgpu: fix use-after-free bug (stable-fixes). - drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). - drm/amdgpu: fix visible VRAM handling during faults (git-fixes). - drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). - drm/amdgpu: make damage clips support configurable (stable-fixes). - drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). - drm/amdgpu/pm: Check the validity of overdiver power limit (git-fixes). - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit (git-fixes). - drm/amdgpu/pm: Fix the error of pwm1_enable setting (stable-fixes). - drm/amdgpu: Refine IB schedule error logging (stable-fixes). - drm/amdgpu: remove invalid resource->start check v2 (git-fixes). - drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). - drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). - drm/amdgpu: validate the parameters of bo mapping operations more clearly (git-fixes). - drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). - drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). - drm/amdkfd: Fix memory leak in create_process failure (git-fixes). - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 (stable-fixes). - drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). - drm/amdkfd: Reset GPU on queue preemption failure (stable-fixes). - drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 (stable-fixes). - drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). - drm/arm/malidp: fix a possible null pointer dereference (git-fixes). - drm/ast: Fix soft lockup (git-fixes). - drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). - drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). - drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). - drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). - drm/buddy: check range allocation matches alignment (stable-fixes). - drm: Check output polling initialized before disabling (stable-fixes). - drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (stable-fixes). - drm/client: Fully protect modes[] with dev->mode_config.mutex (stable-fixes). - drm/connector: Add \n to message about demoting connector force-probes (git-fixes). - drm/display: fix typo (git-fixes). - drm/exynos: do not return negative values from .get_modes() (stable-fixes). - drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). - drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). - drm/gma500: Remove lid code (git-fixes). - drm/i915/audio: Fix audio time stamp programming for DP (stable-fixes). - drm/i915/bios: Fix parsing backlight BDB data (git-fixes). - drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). - drm/i915/cdclk: Fix CDCLK programming order when pipes are active (git-fixes). - drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). - drm/i915: Disable port sync when bigjoiner is used (stable-fixes). - drm/i915/display: Use i915_gem_object_get_dma_address to get dma address (stable-fixes). - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() (git-fixes). - drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY &lt; 13 (git-fixes). - drm/i915/dp: Remove support for UHBR13.5 (git-fixes). - drm/i915/dpt: Make DPT object unshrinkable (git-fixes). - drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly (git-fixes). - drm/i915: Fix audio component initialization (git-fixes). - drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). - drm/i915/gt: Disable HW load balancing for CCS (git-fixes). - drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). - drm/i915/gt: Do not generate the command streamer for all the CCS (git-fixes). - drm/i915/gt: Enable only one CCS for compute workload (git-fixes). - drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). - drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). - drm/i915/guc: avoid FIELD_PREP warning (git-fixes). - drm/i915/hwmon: Fix locking inversion in sysfs getter (git-fixes). - drm/i915: Include the PLL name in the debug messages (stable-fixes). - drm/i915/lspcon: Separate function to set expected mode (bsc#1193599). - drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). - drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). - drm/i915/mst: Reject FEC+MST on ICL (git-fixes). - drm/i915: Pre-populate the cursor physical dma address (git-fixes). - drm/i915: Replace a memset() with zero initialization (stable-fixes). - drm/i915: Stop printing pipe name as hex (stable-fixes). - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs (stable-fixes). - drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports (stable-fixes). - drm/i915: Use named initializers for DPLL info (stable-fixes). - drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). - drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). - drm/imx/ipuv3: do not return negative values from .get_modes() (stable-fixes). - drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). - drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). - drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). - drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). - drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). - drm/meson: dw-hdmi: power up phy on device init (git-fixes). - drm/meson: gate px_clk when setting rate (git-fixes). - drm/meson: vclk: fix calculation of 59.94 fractional rates (git-fixes). - drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). - drm/msm: Add newlines to some debug prints (git-fixes). - drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). - drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). - drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). - drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (git-fixes). - drm/msm/dpu: Add callback function pointer check before its call (git-fixes). - drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). - drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). - drm/msm/dpu: do not allow overriding data from catalog (git-fixes). - drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible (git-fixes). - drm/msm/dpu: use devres-managed allocation for MDP TOP (stable-fixes). - drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). - drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). - drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). - drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). - drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). - drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). - drm: nv04: Fix out of bounds access (git-fixes). - drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). - drm/panel: do not return negative error codes from drm_panel_get_modes() (stable-fixes). - drm/panel: ili9341: Respect deferred probe (git-fixes). - drm/panel: ili9341: Use predefined error codes (git-fixes). - drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). - drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). - drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). - drm: panel-orientation-quirks: Add quirk for GPD Win Mini (stable-fixes). - drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). - drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: visionox-rm69299: do not unregister DSI device (git-fixes). - drm/panfrost: fix power transition timeout warnings (git-fixes). - drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() (git-fixes). - drm/prime: Unbreak virtgpu dma-buf export (git-fixes). - drm/probe-helper: warn about negative .get_modes() (stable-fixes). - drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` (git-fixes). - drm/qxl: remove unused variable from `qxl_process_single_command()` (git-fixes). - drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). - drm/radeon: silence UBSAN warning (v3) (stable-fixes). - drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). - drm/rockchip: vop2: Remove AR30 and AB30 format support (git-fixes). - drm/sched: fix null-ptr-deref in init entity (git-fixes). - drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). - drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). - drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). - drm/vc4: do not check if plane->state->fb == state->fb (stable-fixes). - drm: vc4: Fix possible null pointer dereference (git-fixes). - drm/vc4: hdmi: do not return negative values from .get_modes() (stable-fixes). - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed (git-fixes). - drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). - drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). - drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). - drm/vmwgfx: Fix Legacy Display Unit (git-fixes). - drm/vmwgfx: Fix prime import/export (git-fixes). - drm/vmwgfx: Sort primary plane formats by order of preference (git-fixes). - drm: zynqmp_dpsub: Always register bridge (git-fixes). - dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) - dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). - dyndbg: fix old BUG_ON in >control parser (stable-fixes). - e1000e: Minor flow correction in e1000_shutdown function (git-fixes). - e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). - e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). - ecryptfs: Fix buffer size for tag 66 packet (git-fixes) - ecryptfs: Reject casefold directory inodes (git-fixes) - EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). - Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" Reference CVE and bug numbers. - efi: disable mirror feature during crashkernel (stable-fixes). - efi: fix panic in kdump kernel (git-fixes). - efi: libstub: only free priv.runtime_map when allocated (git-fixes). - efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). - efi/unaccepted: touch soft lockup during memory accept (git-fixes). - Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) - Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. - Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. - extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). - fast_dput(): handle underflows gracefully (git-fixes) - fat: fix uninitialized field in nostale filehandles (git-fixes) - fbdev: fix incorrect address computation in deferred IO (git-fixes). - fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). - fbdev: sh7760fb: allow modular build (git-fixes). - fbdev: shmobile: fix snprintf truncation (git-fixes). - fbdev: sisfb: hide unused variables (git-fixes). - fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (stable-fixes). - fbmon: prevent division by zero in fb_videomode_from_videomode() (stable-fixes). - firewire: core: use long bus reset on gap count error (stable-fixes). - firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). - firmware: arm_scmi: Make raw debugfs entries non-seekable (git-fixes). - firmware: dmi-id: add a release callback function (git-fixes). - firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). - firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (stable-fixes). - Fix a potential infinite loop in extract_user_to_sg() (git-fixes). - Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). - fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) - fs/9p: translate O_TRUNC into OTRUNC (git-fixes) - fs: Fix error checking for d_hash_and_lookup() (git-fixes) - fs: indicate request originates from old mount API (git-fixes) - fs: relax mount_setattr() permission checks (git-fixes) - fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) - ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). - fuse: do not unhash root (bsc#1223946). - fuse: fix root lookup with nonzero generation (bsc#1223945). - geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). - geneve: make sure to pull inner header in geneve_rx() (git-fixes). - gpio: cdev: check for NULL labels when sanitizing them for irqs (git-fixes). - gpio: cdev: fix missed label sanitizing in debounce_setup() (git-fixes). - gpio: cdev: sanitize the label before requesting the interrupt (stable-fixes). - gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). - gpiolib: cdev: fix uninitialised kfifo (git-fixes). - gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). - gpiolib: swnode: Remove wrong header inclusion (git-fixes). - gpio: tangier: Use correct type for the IRQ chip data (git-fixes). - gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). - gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). - gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). - gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (git-fixes). - HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). - HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). - HID: input: avoid polling stylus battery on Chromebook Pompom (stable-fixes). - HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). - HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). - HID: logitech-dj: allow mice to use all types of reports (git-fixes). - HID: multitouch: Add required quirk for Synaptics 0xcddc device (stable-fixes). - hwmon: (amc6821) add of_match table (stable-fixes). - hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). - hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). - hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). - hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). - hwmon: (lm70) fix links in doc and comments (git-fixes). - hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). - hwmon: (shtc1) Fix property misspelling (git-fixes). - hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init() (git-fixes). - i2c: acpi: Unbind mux adapters before delete (git-fixes). - i2c: cadence: Avoid fifo clear after start (git-fixes). - i2c: pxa: hide unused icr_bits[] variable (git-fixes). - i2c: smbus: fix NULL function pointer dereference (git-fixes). - i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). - i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). - i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). - i40e: disable NAPI right after disabling irqs when handling xsk_pool (git-fixes). - i40e: Enforce software interrupt during busy-poll exit (git-fixes). - i40e: Fix firmware version comparison function (git-fixes). - i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). - i40e: Fix VF MAC filter removal (git-fixes). - i40e: fix vf may be used uninitialized in this function warning (git-fixes). - i915: make inject_virtual_interrupt() void (stable-fixes). - IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) - ice: fix enabling RX VLAN filtering (git-fixes). - ice: fix memory corruption bug with suspend and rebuild (git-fixes). - ice: fix stats being updated by way too large values (git-fixes). - ice: fix typo in assignment (git-fixes). - ice: fix uninitialized dplls mutex usage (git-fixes). - ice: reconfig host after changing MSI-X on VF (git-fixes). - ice: Refactor FW data type and fix bitmap casting issue (git-fixes). - ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). - ice: use relative VSI index for VFs instead of PF VSI number (git-fixes). - ice: virtchnl: stop pretending to support RSS over AQ or registers (git-fixes). - ida: make 'ida_dump' static (git-fixes). - idma64: Do not try to serve interrupts when device is powered off (git-fixes). - idpf: disable local BH when scheduling napi for marker packets (git-fixes). - idpf: extend tx watchdog timeout (bsc#1224137). - idpf: fix kernel panic on unknown packet types (git-fixes). - igb: extend PTP timestamp adjustments to i211 (git-fixes). - igb: Fix missing time sync events (git-fixes). - igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). - igc: Fix missing time sync events (git-fixes). - igc: Remove stale comment about Tx timestamping (git-fixes). - iio: accel: mxc4005: Interrupt handling fixes (git-fixes). - iio: adc: stm32: Fixing err code to not indicate success (git-fixes). - iio: core: Leave private pointer NULL when no private data supplied (git-fixes). - iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). - iio: gts-helper: Fix division loop (git-fixes). - iio:imu: adis16475: Fix sync mode setting (git-fixes). - iio: pressure: dps310: support negative temperature values (git-fixes). - iio: pressure: Fixes BME280 SPI driver data (git-fixes). - inet_diag: annotate data-races around inet_diag_table[] (git-fixes). - inet: frags: eliminate kernel-doc warning (git-fixes). - init/main.c: Fix potential static_command_line memory overflow (git-fixes). - init: open /initrd.image with O_LARGEFILE (stable-fixes). - Input: allocate keycode for Display refresh rate toggle (stable-fixes). - Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). - Input: gpio_keys_polled - suppress deferred probe error for gpio (stable-fixes). - Input: imagis - use FIELD_GET where applicable (stable-fixes). - Input: ims-pcu - fix printf string overflow (git-fixes). - Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). - Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails (stable-fixes). - input/touchscreen: imagis: Correct the maximum touch area value (stable-fixes). - Input: xpad - add additional HyperX Controller Identifiers (stable-fixes). - Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). - intel: legacy: Partial revert of field get conversion (git-fixes). - interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() (git-fixes). - interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). - interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). - interconnect: qcom: sm8550: Enable sync_state (git-fixes). - iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) - iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA (git-fixes). - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) - iommu/dma: Trace bounce buffer usage when mapping buffers (git-fixes). - iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). - iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). - iommufd/iova_bitmap: Bounds check mapped::pages access (git-fixes). - iommufd/iova_bitmap: Consider page offset for the pages to be pinned (git-fixes). - iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (git-fixes). - iommufd: Reject non-zero data_type if no data_len is provided (git-fixes). - iommu: Map reserved memory as cacheable if device is coherent (git-fixes). - iommu/vt-d: Allocate local memory for page request queue (git-fixes). - iommu/vt-d: Fix wrong use of pasid config (git-fixes). - iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking (git-fixes). - iommu/vt-d: Update iotlb in nested domain attach (git-fixes). - ionic: set adminq irq affinity (git-fixes). - io_uring: kabi cookie remove (bsc#1217384). - ipv4: annotate data-races around fi->fib_dead (git-fixes). - irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). - irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). - irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). - irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). - irqchip/gic-v3-its: Prevent double free on error (git-fixes). - irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). - irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). - irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). - irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). - irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). - ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (git-fixes). - ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (git-fixes). - jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). - kABI: Adjust trace_iterator.wait_index (git-fixes). - kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). - kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). - kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). - kabi/severities: ignore brcmfmac-specific local symbols - kabi/severities: ignore IMS functions They were dropped in previous patches. Noone is supposed to use them. - kabi/severities: ignore TAS2781 symbol drop, it's only locally used - kabi/severities: ignore Wangxun ethernet driver local symbols - kabi/severities: Remove mitigation-related symbols Those are used by the core kernel to implement CPU vulnerabilities mitigation and are not expected to be consumed by 3rd party users. - kABI workaround for cs35l56 (git-fixes). - kABI workaround for of driver changes (git-fixes). - kasan: disable kasan_non_canonical_hook() for HW tags (git-fixes). - kasan, fortify: properly rename memintrinsics (git-fixes). - kasan: print the original fault addr when access invalid shadow (git-fixes). - kasan/test: avoid gcc warning for intentional overflow (git-fixes). - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 (stable-fixes). - kconfig: fix infinite loop when expanding a macro at the end of file (git-fixes). - kexec: do syscore_shutdown() in kernel_kexec (git-fixes). - KEYS: trusted: Do not use WARN when encode fails (git-fixes). - KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). - kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). - kselftest: Add a ksft_perror() helper (stable-fixes). - kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). - KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). - KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). - KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). - KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). - KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). - KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). - KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). - KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). - KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). - KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). - KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). - KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). - KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). - KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). - KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). - KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). - KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). - KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). - KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). - KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). - KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). - KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). - KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). - KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). - KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). - KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). - KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). - KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). - KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). - KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). - KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). - KVM: x86/xen: improve accuracy of Xen timers (git-fixes). - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). - KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). - leds: pwm: Disable PWM when going to suspend (git-fixes). - libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). - libperf evlist: Avoid out-of-bounds access (git-fixes). - libsubcmd: Fix parse-options memory leak (git-fixes). - lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). - livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) - lsm: fix the logic in security_inode_getsecctx() (git-fixes). - mac802154: fix llsec key resources release in mac802154_llsec_key_del (git-fixes). - maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). - md: add a new helper rdev_has_badblock() (jsc#PED-7542). - md: add a new helper reshape_interrupted() (jsc#PED-7542). - md: changed the switch of RAID_VERSION to if (jsc#PED-7542). - md: check mddev->pers before calling md_set_readonly() (jsc#PED-7542). - md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). - md: clean up openers check in do_md_stop() and md_set_readonly() (jsc#PED-7542). - md/dm-raid: do not call md_reap_sync_thread() directly (jsc#PED-7542). - md: Do not clear MD_CLOSING when the raid is about to stop (jsc#PED-7542). - md: do not clear MD_RECOVERY_FROZEN for new dm-raid until resume (jsc#PED-7542). - md: export helper md_is_rdwr() (jsc#PED-7542). - md: export helpers to stop sync_thread (jsc#PED-7542). - md: factor out a helper to sync mddev (jsc#PED-7542). - md: fix kmemleak of rdev->serial (jsc#PED-7542). - md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). - md: merge the check of capabilities into md_ioctl_valid() (jsc#PED-7542). - md: preserve KABI in struct md_personality (jsc#PED-7542). - md/raid1-10: add a helper raid1_check_read_range() (jsc#PED-7542). - md/raid1-10: factor out a new helper raid1_should_read_first() (jsc#PED-7542). - md/raid1: factor out choose_bb_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out choose_slow_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). - md/raid1: factor out helpers to choose the best rdev from read_balance() (jsc#PED-7542). - md/raid1: factor out read_first_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out the code to manage sequential IO (jsc#PED-7542). - md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). - md/raid1: record nonrot rdevs while adding/removing rdevs to conf (jsc#PED-7542). - md: remove redundant check of 'mddev->sync_thread' (jsc#PED-7542). - md: remove redundant md_wakeup_thread() (jsc#PED-7542). - md: return directly before setting did_set_md_closing (jsc#PED-7542). - md: sync blockdev before stopping raid or setting readonly (jsc#PED-7542). - md: use RCU lock to protect traversal in md_spares_need_change() (jsc#PED-7542). - media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). - media: cadence: csi2rx: use match fwnode for media link (git-fixes). - media: cec: core: remove length check of Timer Status (stable-fixes). - media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). - media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). - media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). - media: ipu3-cio2: Request IRQ earlier (git-fixes). - media: mc: Fix flags handling when creating pad links (stable-fixes). - media: mc: Fix graph walk in media_pipeline_start (git-fixes). - media: mc: mark the media devnode as registered from the, start (git-fixes). - media: mc: Rename pad variable to clarify intent (stable-fixes). - media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). - media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). - media: rkisp1: Fix IRQ handling due to shared interrupts (stable-fixes). - media: sta2x11: fix irq handler cast (stable-fixes). - media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). - media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). - media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). - media: v4l2-subdev: Fix stream handling for crop API (git-fixes). - media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). - mei: me: add arrow lake point H DID (stable-fixes). - mei: me: add arrow lake point S DID (stable-fixes). - mei: me: add lunar lake point M DID (stable-fixes). - mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). - mlxbf_gige: call request_irq() after NAPI initialized (git-fixes). - mlxbf_gige: stop interface during shutdown (git-fixes). - mlxbf_gige: stop PHY during open() error paths (git-fixes). - mlxsw: Use refcount_t for reference counting (git-fixes). - mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). - mmc: core: Avoid negative index with array access (git-fixes). - mmc: core: Initialize mmc_blk_ioc_data (git-fixes). - mmc: davinci: Do not strip remove function when driver is builtin (git-fixes). - mmc: omap: fix broken slot switch lookup (git-fixes). - mmc: omap: fix deferred probe (git-fixes). - mmc: omap: restore original power up/down steps (git-fixes). - mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). - mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). - mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). - mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). - mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). - mmc: sdhci-msm: pervent access to suspended controller (git-fixes). - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode (git-fixes). - mm_init kABI workaround (git-fixes). - mm: memcg: do not periodically flush stats when memcg is disabled (bsc#1222525). - mm: memcg: use larger batches for proactive reclaim (bsc#1222522). - mm,page_owner: check for null stack_record before bumping its refcount (bsc#1222366). - mm,page_owner: Defer enablement of static branch (bsc#1222366). - mm,page_owner: drop unnecessary check (bsc#1222366). - mm,page_owner: Fix accounting of pages when migrating (bsc#1222366). - mm,page_owner: Fix printing of stack records (bsc#1222366). - mm,page_owner: fix recursion (bsc#1222366). - mm,page_owner: Fix refcount imbalance (bsc#1222366). - mm: page_owner: fix wrong information in dump_page_owner (git-fixes). - mm,page_owner: Update metadata for tail pages (bsc#1222366). - mm/slab: make __free(kfree) accept error pointers (git-fixes). - modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS (stable-fixes). - mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). - mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). - mptcp: move __mptcp_error_report in protocol.c (git-fixes). - mptcp: process pending subflow error on close (git-fixes). - mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). - mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). - mtd: diskonchip: work around ubsan link failure (stable-fixes). - mtd: rawnand: hynix: fixed typo (git-fixes). - mtd: spinand: Add support for 5-byte IDs (stable-fixes). - net: add netdev_lockdep_set_classes() to virtual drivers (git-fixes). - net: annotate data-races around sk->sk_bind_phc (git-fixes). - net: annotate data-races around sk->sk_forward_alloc (git-fixes). - net: annotate data-races around sk->sk_lingertime (git-fixes). - net: annotate data-races around sk->sk_tsflags (git-fixes). - net: bonding: remove kernel-doc comment marker (git-fixes). - net: cfg802154: fix kernel-doc notation warnings (git-fixes). - net: dsa: microchip: fix register write order in ksz8_ind_write8() (git-fixes). - net: dsa: mt7530: fix handling of all link-local frames (git-fixes). - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (git-fixes). - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (git-fixes). - net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). - net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). - net: ena: Fix incorrect descriptor free behavior (git-fixes). - net: ena: Fix potential sign extension issue (git-fixes). - net: ena: Move XDP code to its new files (git-fixes). - net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). - net: ena: Remove ena_select_queue (git-fixes). - net: ena: Set tx_info->xdpf value to NULL (git-fixes). - net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). - net: ena: Wrong missing IO completions check order (git-fixes). - net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). - net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (git-fixes). - net: fec: Set mac_managed_pm during probe (git-fixes). - netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). - netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). - netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). - net: hns3: fix index limit to support all queue stats (git-fixes). - net: hns3: fix kernel crash when 1588 is received on HIP08 devices (git-fixes). - net: hns3: fix kernel crash when devlink reload during pf initialization (git-fixes). - net: hns3: fix port duplex configure error in IMP reset (git-fixes). - net: hns3: fix wrong judgment condition issue (git-fixes). - net: hns3: mark unexcuted loopback test result as UNEXECUTED (git-fixes). - net: hns3: tracing: fix hclgevf trace event strings (git-fixes). - net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (git-fixes). - net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). - net: ks8851: Inline ks8851_rx_skb() (git-fixes). - net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (git-fixes). - net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips (git-fixes). - net: libwx: fix memory leak on free page (git-fixes). - net: llc: fix kernel-doc notation warnings (git-fixes). - net: ll_temac: platform_get_resource replaced by wrong function (git-fixes). - net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (git-fixes). - net/mlx5: Correctly compare pkt reformat ids (git-fixes). - net/mlx5e: Change the warning when ignore_flow_level is not supported (git-fixes). - net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). - net/mlx5e: Fix MACsec state loss upon state update in offload path (git-fixes). - net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). - net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). - net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). - net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). - net/mlx5: E-switch, Change flow rule destination checking (git-fixes). - net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). - net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (git-fixes). - net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (git-fixes). - net/mlx5: Fix fw reporter diagnose output (git-fixes). - net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). - net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). - net/mlx5: offset comp irq index in name by one (git-fixes). - net/mlx5: Properly link new fs rules into the tree (git-fixes). - net/mlx5: Register devlink first under devlink lock (git-fixes). - net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). - net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). - net: nfc: remove inappropriate attrs check (stable-fixes). - net: NSH: fix kernel-doc notation warning (git-fixes). - net: pcs: xpcs: Return EINVAL in the internal methods (git-fixes). - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (git-fixes). - net: phy: micrel: Fix potential null pointer dereference (git-fixes). - net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping (git-fixes). - net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (stable-fixes). - net: ravb: Always process TX descriptor ring (git-fixes). - net: ravb: Let IP-specific receive function to interrogate descriptors (git-fixes). - net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). - net/smc: fix documentation of buffer sizes (git-fixes). - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). - net: smsc95xx: add support for SYS TEC USB-SPEmodule1 (git-fixes). - net: sparx5: Fix use after free inside sparx5_del_mact_entry (git-fixes). - net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). - net: sparx5: flower: fix fragment flags handling (git-fixes). - net: stmmac: dwmac-starfive: Add support for JH7100 SoC (git-fixes). - net: stmmac: Fix incorrect dereference in interrupt handlers (git-fixes). - net: stmmac: fix rx queue priority assignment (git-fixes). - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (git-fixes). - net: tcp: fix unexcepted socket die when snd_wnd is 0 (git-fixes). - net: tls: fix returned read length with async decrypt (bsc#1221858). - net: tls: fix use-after-free with partial reads and async (bsc#1221858). - net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). - net: usb: ax88179_178a: avoid the interface always configured as random address (git-fixes). - net: usb: ax88179_178a: avoid writing the mac address before first reading (git-fixes). - net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). - net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). - net:usb:qmi_wwan: support Rolling modules (stable-fixes). - net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). - net: usb: sr9700: stop lying about skb->truesize (git-fixes). - net: Use sockaddr_storage for getsockopt(SO_PEERNAME) (git-fixes). - net: veth: do not manipulate GRO when using XDP (git-fixes). - net: wwan: t7xx: Split 64bit accesses to fix alignment issues (git-fixes). - net/x25: fix incorrect parameter validation in the x25_getsockopt() function (git-fixes). - nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). - nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). - nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (git-fixes). - nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). - nf_conntrack: fix -Wunused-const-variable= (git-fixes). - NFC: trf7970a: disable all regulators on removal (git-fixes). - nfp: flower: handle acti_netdevs allocation failure (git-fixes). - NFSD: change LISTXATTRS cookie encoding to big-endian (git-fixes). - NFSD: Convert the callback workqueue to use delayed_work (git-fixes). - nfsd: do not call locks_release_private() twice concurrently (git-fixes). - nfsd: Fix a regression in nfsd_setattr() (git-fixes). - NFSD: fix LISTXATTRS returning a short list with eof=TRUE (git-fixes). - NFSD: fix LISTXATTRS returning more bytes than maxcount (git-fixes). - NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). - NFSD: Fix nfsd_clid_class use of __string_len() macro (git-fixes). - NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down (git-fixes). - NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). - NFSD: Retransmit callbacks after client reconnects (git-fixes). - nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). - NFS: Fix an off by one in root_nfs_cat() (git-fixes). - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt (git-fixes). - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (git-fixes). - NFS: Read unlock folio on nfs_page_create_from_folio() error (git-fixes). - NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). - NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (git-fixes). - nilfs2: fix OOB in nilfs_set_de_type (git-fixes). - nilfs2: fix out-of-range warning (git-fixes). - nilfs2: fix potential bug in end_buffer_async_write (git-fixes). - nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). - nilfs2: fix use-after-free of timer for log writer thread (git-fixes). - nilfs2: make superblock data array index computation sparse friendly (git-fixes). - nouveau/dmem: handle kcalloc() allocation failure (git-fixes). - nouveau: fix devinit paths to only handle display on GSP (git-fixes). - nouveau: fix function cast warning (git-fixes). - nouveau: fix instmem race condition around ptr stores (git-fixes). - nouveau/gsp: do not check devinit disable on GSP (git-fixes). - nouveau: lock the client object tree (stable-fixes). - nouveau: reset the bo resource bus info after an eviction (git-fixes). - nouveau/uvmm: fix addr/range calcs for remap operations (git-fixes). - nvdimm: make nvdimm_bus_type const (jsc#PED-5853). - nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). - nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal (jsc#PED-5853). - nvme-fc: do not wait in vain when unloading module (git-fixes). - nvme: fix multipath batched completion accounting (git-fixes). - nvme: fix reconnection fail due to reserved tag allocation (git-fixes). - nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). - nvme-multipath: fix io accounting on failover (git-fixes). - nvme-pci: Add quirk for broken MSIs (git-fixes). - nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). - nvmet-fc: abort command when there is no binding (git-fixes). - nvmet-fc: avoid deadlock on delete association path (git-fixes). - nvmet-fc: defer cleanup using RCU properly (git-fixes). - nvmet-fc: hold reference on hostport match (git-fixes). - nvmet-fcloop: swap the list_add_tail arguments (git-fixes). - nvmet-fc: release reference on target port (git-fixes). - nvmet-fc: take ref count on tgtport before delete assoc (git-fixes). - nvmet: fix ns enable/disable possible hang (git-fixes). - nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). - octeontx2-af: Add array index check (git-fixes). - octeontx2-af: Fix devlink params (git-fixes). - octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). - octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). - Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). - octeontx2-af: Use matching wake_up API variant in CGX command interface (git-fixes). - octeontx2-af: Use separate handlers for interrupts (git-fixes). - octeontx2: Detect the mbox up or down message via register (git-fixes). - octeontx2-pf: check negative error code in otx2_open() (git-fixes). - octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). - octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). - octeontx2-pf: Send UP messages to VF only when VF is up (git-fixes). - octeontx2-pf: Use default max_active works instead of one (git-fixes). - octeontx2-pf: Wait till detach_resources msg is complete (git-fixes). - of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). - of: module: add buffer overflow check in of_modalias() (git-fixes). - of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). - of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). - of: property: fix typo in io-channels (git-fixes). - of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). - of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). - of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). - of: unittest: Fix compile in the non-dynamic case (git-fixes). - overflow: Allow non-type arg to type_max() and type_min() (stable-fixes). - PCI/AER: Block runtime suspend when handling errors (stable-fixes). - PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). - PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). - PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (stable-fixes). - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (stable-fixes). - PCI/DPC: Use FIELD_GET() (stable-fixes). - PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). - PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). - PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). - PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). - PCI: Fix typos in docs and comments (stable-fixes). - PCI: hv: Fix ring buffer size calculation (git-fixes). - PCI: Make link retraining use RMW accessors for changing LNKCTL (git-fixes). - PCI/PM: Drain runtime-idle callbacks before driver removal (stable-fixes). - PCI: qcom: Add support for sa8775p SoC (git-fixes). - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p (git-fixes). - PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). - PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). - PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). - PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). - PCI: switchtec: Use normal comment style (stable-fixes). - PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). - peci: linux/peci.h: fix Excess kernel-doc description warning (git-fixes). - perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). - perf annotate: Get rid of duplicate --group option item (git-fixes). - perf auxtrace: Fix multiple use of --itrace option (git-fixes). - perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). - perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). - perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). - perf daemon: Fix file leak in daemon_session__control (git-fixes). - perf docs: Document bpf event modifier (git-fixes). - perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). - perf expr: Fix "has_event" function for metric style events (git-fixes). - perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). - perf jevents: Drop or simplify small integer values (git-fixes). - perf list: fix short description for some cache events (git-fixes). - perf lock contention: Add a missing NULL check (git-fixes). - perf metric: Do not remove scale from counts (git-fixes). - perf pmu: Count sys and cpuid JSON events separately (git fixes). - perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). - perf pmu: Treat the msr pmu as software (git-fixes). - perf print-events: make is_event_supported() more robust (git-fixes). - perf probe: Add missing libgen.h header needed for using basename() (git-fixes). - perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). - perf record: Fix debug message placement for test consumption (git-fixes). - perf record: Fix possible incorrect free in record__switch_output() (git-fixes). - perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). - perf sched timehist: Fix -g/--call-graph option failure (git-fixes). - perf script: Show also errors for --insn-trace option (git-fixes). - perf srcline: Add missed addr2line closes (git-fixes). - perf stat: Avoid metric-only segv (git-fixes). - perf stat: Do not display metric header for non-leader uncore events (git-fixes). - perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). - perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). - perf tests: Apply attributes to all events in object code reading test (git-fixes). - perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). - perf tests: Make data symbol test wait for perf to start (bsc#1220045). - perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). - perf tests: Skip data symbol test if buf1 symbol is missing (bsc#1220045). - perf thread: Fixes to thread__new() related to initializing comm (git-fixes). - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). - perf top: Uniform the event name for the hybrid machine (git-fixes). - perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). - perf ui browser: Avoid SEGV on title (git fixes). - perf ui browser: Do not save pointer to stack memory (git-fixes). - perf vendor events amd: Add Zen 4 memory controller events (git-fixes). - perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). - perf/x86/amd/core: Avoid register reset when CPU is dead (git-fixes). - perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). - perf/x86/amd/lbr: Use freeze based on availability (git-fixes). - perf/x86: Fix out of range data (git-fixes). - perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). - perf/x86/intel: Expose existence of callback support to KVM (git-fixes). - phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). - phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). - phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). - phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). - phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). - phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). - phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). - pinctrl: armada-37xx: remove an unused variable (git-fixes). - pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). - pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). - pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). - pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). - pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). - pinctrl/meson: fix typo in PDM's pin name (git-fixes). - pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). - pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). - pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (stable-fixes). - platform/chrome: cros_ec_uart: properly fix race condition (git-fixes). - platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). - platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). - platform/x86: intel-vbtn: Update tablet mode switch at end of probe (git-fixes). - platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). - platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (stable-fixes). - platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name (stable-fixes). - platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). - PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). - PM: s2idle: Make sure CPUs will wakeup directly on resume (git-fixes). - Port "certs: Add ECDSA signature verification self-test". - Port "certs: Move RSA self-test data to separate file". - powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). - powerpc/crypto/chacha-p10: Fix failure on non Power10 (bsc#1218205). - powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (git-fixes). - powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). - powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). - powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). - powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). - powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). - power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). - power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). - ppdev: Add an error check in register_device (git-fixes). - prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). - printk: Add this_cpu_in_panic() (bsc#1225607). - printk: Adjust mapping for 32bit seq macros (bsc#1225607). - printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). - printk: Consolidate console deferred printing (bsc#1225607). - printk: Disable passing console lock owner completely during panic() (bsc#1225607). - printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). - printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). - printk: Keep non-panic-CPUs out of console lock (bsc#1225607). - printk: Let no_printk() use _printk() (bsc#1225618). - printk: nbcon: Relocate 32bit seq macros (bsc#1225607). - printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). - printk: ringbuffer: Clarify special lpos values (bsc#1225607). - printk: ringbuffer: Cleanup reader terminology (bsc#1225607). - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). - printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). - printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). - printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). - printk: Wait for all reserved records with pr_flush() (bsc#1225607). - proc/kcore: do not try to access unaccepted memory (git-fixes). - pstore: inode: Convert mutex usage to guard(mutex) (stable-fixes). - pstore: inode: Only d_invalidate() is needed (git-fixes). - pstore/zone: Add a null pointer check to the psz_kmsg_read (stable-fixes). - pwm: img: fix pwm clock lookup (git-fixes). - qibfs: fix dentry leak (git-fixes) - r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (git-fixes). - r8169: skip DASH fw status checks when DASH is disabled (git-fixes). - random: handle creditable entropy from atomic process context (git-fixes). - RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). - RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). - RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). - RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) - RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) - RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) - RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) - RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) - RDMA/hns: Fix GMV table pagesize (git-fixes) - RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) - RDMA/hns: Fix UAF for cq async event (git-fixes) - RDMA/hns: Modify the print level of CQE error (git-fixes) - RDMA/hns: Use complete parentheses in macros (git-fixes) - RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) - RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). - RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) - RDMA/mlx5: Change check for cacheable mkeys (git-fixes) - RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) - RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) - RDMA/rxe: Allow good work requests to be executed (git-fixes) - RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) - RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) - RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) - README.BRANCH: Remove copy of branch name - Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). - regmap: Add regmap_read_bypassed() (git-fixes). - regmap: kunit: Ensure that changed bytes are actually different (stable-fixes). - regmap: maple: Fix cache corruption in regcache_maple_drop() (git-fixes). - regmap: maple: Fix uninitialized symbol 'ret' warnings (git-fixes). - regulator: bd71828: Do not overwrite runtime voltages (git-fixes). - regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). - regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). - regulator: core: fix debugfs creation regression (git-fixes). - regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). - regulator: tps65132: Add of_match table (stable-fixes). - remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). - remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). - remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). - remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). - remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (git-fixes). - remoteproc: virtio: Fix wdg cannot recovery remote processor (git-fixes). - Remove NTFSv3 from configs (bsc#1224429) References: bsc#1224429 comment#3 We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from all configs. This was enabled in d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)") - Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release streams for first CPU DAI" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for SoundWire DAIs" (stable-fixes). - Revert "cifs: reconnect work should have reference on server struct" (git-fixes, bsc#1225172). - Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()" (stable-fixes). - Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR" (stable-fixes). - Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" (stable-fixes). - Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" (git-fixes). - Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()" (stable-fixes). - Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). - Revert "iommu/amd: Enable PCI/IMS" (git-fixes). - Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). - Revert "net/mlx5: Block entering switchdev mode with ns inconsistency" (git-fixes). - Revert "net/mlx5e: Check the number of elements before walk TC rhashtable" (git-fixes). - Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" (git-fixes). - Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). - Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). - Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) It caused a regression on ALP-current branch, kernel-obs-qa build failed. - Revert "usb: cdc-wdm: close race between read and workqueue" (git-fixes). - Revert "usb: phy: generic: Get the vbus supply" (git-fixes). - ring-buffer: Do not set shortest_full when full target is hit (git-fixes). - ring-buffer: Fix a race between readers and resize checks (git-fixes). - ring-buffer: Fix full_waiters_pending in poll (git-fixes). - ring-buffer: Fix resetting of shortest_full (git-fixes). - ring-buffer: Fix waking up ring buffer readers (git-fixes). - ring-buffer: Make wake once of ring_buffer_wait() more robust (git-fixes). - ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (git-fixes). - rtc: mt6397: select IRQ_DOMAIN instead of depending on it (git-fixes). - s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). - s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). - s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). - s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). - s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). - s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). - s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). - s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). - s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). - s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). - s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). - s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). - s390/vtime: fix average steal time calculation (git-fixes bsc#1221783). - s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). - sched/balancing: Rename newidle_balance() => sched_balance_newidle() (bsc#1222173). - sched/fair: Check root_domain::overload value before update (bsc#1222173). - sched/fair: Use helper functions to access root_domain::overload (bsc#1222173). - sched/psi: Select KERNFS as needed (git-fixes). - sched/topology: Optimize topology_span_sane() (bsc#1225053). - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn (git-fixes). - scsi: core: Consult supported VPD page list prior to fetching page (git-fixes). - scsi: core: Fix unremoved procfs host directory regression (git-fixes). - scsi: csiostor: Avoid function pointer casts (git-fixes). - scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() (git-fixes). - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() (git-fixes). - scsi: libsas: Fix disk not being scanned in after being removed (git-fixes). - scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). - scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). - scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). Refresh: - patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch - scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). - scsi: lpfc: Copyright updates for 14.4.0.1 patches (bsc#1221777). - scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (bsc#1221777). - scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). - scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (bsc#1221777). - scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (bsc#1221777). - scsi: lpfc: Define types in a union for generic void *context3 ptr (bsc#1221777). - scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). - scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (bsc#1221777). - scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1221777). - scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (bsc#1221777 bsc#1217959). - scsi: lpfc: Remove unnecessary log message in queuecommand path (bsc#1221777). - scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (bsc#1221777). - scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). - scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (bsc#1221777). - scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). - scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). - scsi: lpfc: Use a dedicated lock for ras_fwlog state (bsc#1221777). - scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (git-fixes). - scsi: mylex: Fix sysfs buffer lengths (git-fixes). - scsi: qla2xxx: Change debug message during driver unload (bsc1221816). - scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). - scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). - scsi: qla2xxx: Fix double free of fcport (bsc1221816). - scsi: qla2xxx: Fix double free of the ha->vp_map pointer (bsc1221816). - scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). - scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (git-fixes). - scsi: qla2xxx: NVME|FCP prefer flag not being honored (bsc1221816). - scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). - scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). - scsi: qla2xxx: Update manufacturer detail (bsc1221816). - scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). - scsi: sd: Unregister device if device_add_disk() failed in sd_probe() (git-fixes). - scsi: sg: Avoid race in error handling & drop bogus warn (git-fixes). - scsi: sg: Avoid sg device teardown race (git-fixes). - scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). - sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (git-fixes). - selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). - selftests/bpf: add edge case backtracking logic test (bsc#1225756). - selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). - selftests: default to host arch for LLVM builds (git-fixes). - selftests: forwarding: Fix ping failure due to short timeout (git-fixes). - selftests/ftrace: Fix event filter target_func selection (stable-fixes). - selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). - selftests/kcmp: remove unused open mode (git-fixes). - selftests: kselftest: Fix build failure with NOLIBC (git-fixes). - selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). - selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). - selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). - selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). - selftests: net: move amt to socat for better compatibility (git-fixes). - selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). - selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). - selftests/powerpc/papr-vpd: Fix missing variable initialization (jsc#PED-4486 git-fixes). - selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). - selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). - selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). - selftests: timers: Fix abs() warning in posix_timers test (git-fixes). - selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). - selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). - selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). - selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). - selinux: avoid dereference of garbage after mount failure (git-fixes). - selinux: introduce an initial SID for early boot processes (bsc#1208593). - serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). - serial: 8250_dw: Revert: Do not reclock if already at correct rate (git-fixes). - serial: 8250_exar: Do not remove GPIO device on suspend (git-fixes). - serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). - serial: core: Fix atomicity violation in uart_tiocmget (git-fixes). - serial: core: only stop transmit when HW fifo is empty (git-fixes). - serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). - serial: Lock console when calling into driver before registration (git-fixes). - serial: max3100: Fix bitwise types (git-fixes). - serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). - serial: max310x: fix NULL pointer dereference in I2C instantiation (git-fixes). - serial: max310x: fix syntax error in IRQ error message (git-fixes). - serial: mxs-auart: add spinlock around changing cts state (git-fixes). - serial/pmac_zilog: Remove flawed mitigation for rx irq flood (git-fixes). - serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). - serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). - serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). - serial: stm32: Reset .throttled state in .startup() (git-fixes). - series.conf: cleanup Fix subsection header to silence series_insert error. - SEV: disable SEV-ES DebugSwap by default (git-fixes). - slimbus: core: Remove usage of the deprecated ida_simple_xx() API (git-fixes). - slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). - smb3: show beginning time for per share stats (bsc#1225172). - smb: client: ensure to try all targets when finding nested links (bsc#1225172). - smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). - smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). - smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). - smb: client: get rid of dfs naming in automount code (bsc#1225172). - smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). - smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). - smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). - smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). - soc: fsl: qbman: Always disable interrupts when taking cgr_lock (git-fixes). - soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). - sock_diag: annotate data-races around sock_diag_handlers[family] (git-fixes). - soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). - soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (stable-fixes). - soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). - soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). - soc: qcom: pmic_glink: notify clients about the current state (git-fixes). - soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). - soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). - speakup: Avoid crash on very long word (git-fixes). - speakup: Fix 8bit characters from direct synth (git-fixes). - speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). - spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). - spi: fix null pointer dereference within spi_sync (git-fixes). - spi: intel-pci: Add support for Lunar Lake-M SPI serial flash (stable-fixes). - spi: lm70llp: fix links in doc and comments (git-fixes). - spi: lpspi: Avoid potential use-after-free in probe() (git-fixes). - spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (git-fixes). - spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). - spi: spi-fsl-lpspi: remove redundant spi_controller_put call (git-fixes). - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (git-fixes). - spi: stm32: Do not warn about spurious interrupts (git-fixes). - spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). - spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). - staging: vc04_services: changen strncpy() to strscpy_pad() (stable-fixes). - staging: vc04_services: fix information leak in create_component() (git-fixes). - staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). - stmmac: Clear variable when destroying workqueue (git-fixes). - SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). - SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). - supported.conf: support tcp_dctcp module (jsc#PED-8111) - swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) - swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) - swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) - swiotlb: use the calculated number of areas (git-fixes). - Temporarily drop KVM patch that caused a regression (bsc#1226158). - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (git-fixes). - thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). - thermal/drivers/tsens: Fix null pointer dereference (git-fixes). - thermal/of: Assume polling-delay(-passive) 0 when absent (stable-fixes). - thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). - thunderbolt: Do not create DisplayPort tunnels on adapters of the same router (git-fixes). - thunderbolt: Fix wake configurations after device unplug (stable-fixes). - thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). - thunderbolt: Introduce tb_port_reset() (stable-fixes). - thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). - thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). - tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). - tls: do not skip over different type records from the rx_list (bsc#1221858). - tls: fix peeking with sync+async decryption (bsc#1221858). - tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). - tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). - tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). - tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). - tools/power/turbostat: Fix uncore frequency file string (bsc#1221765). - tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). - tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). - tracing: Have saved_cmdlines arrays all in one allocation (git-fixes). - tracing: hide unused ftrace_event_id_fops (git-fixes). - tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (git-fixes). - tracing: Remove precision vsnprintf() check from print event (git-fixes). - tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). - tracing: Use .flush() call to wake up readers (git-fixes). - tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). - tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (git-fixes). - tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). - ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed (git-fixes). - ubifs: fix sort function prototype (git-fixes). - ubifs: Queue up space reservation tasks if retrying many times (git-fixes). - ubifs: Remove unreachable code in dbg_check_ltab_lnum (git-fixes). - ubifs: Set page uptodate in the correct place (git-fixes). - Update config files. Disable N_GSM (jsc#PED-8240). - Update patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535 bsc#1224534). - usb: aqc111: stop lying about skb->truesize (git-fixes). - usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor (git-fixes). - usb: cdc-wdm: close race between read and workqueue (git-fixes). - USB: core: Add hub_get() and hub_put() routines (stable-fixes). - USB: core: Fix access violation during port device removal (git-fixes). - USB: core: Fix deadlock in port "disable" sysfs attribute (stable-fixes). - USB: core: Fix deadlock in usb_deauthorize_interface() (git-fixes). - usb: Disable USB3 LPM at shutdown (stable-fixes). - usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). - usb: dwc2: gadget: LPM flow fix (git-fixes). - usb: dwc2: host: Fix dereference issue in DDMA completion flow (git-fixes). - usb: dwc2: host: Fix hibernation flow (git-fixes). - usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). - usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). - usb: dwc3-am62: Disable wakeup at remove (git-fixes). - usb: dwc3-am62: fix module unload/reload behavior (git-fixes). - usb: dwc3-am62: Rename private data (git-fixes). - usb: dwc3: core: Prevent phy suspend during init (Git-fixes). - usb: dwc3: pci: Drop duplicate ID (git-fixes). - usb: dwc3: Properly set system wakeup (git-fixes). - usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). - usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). - usb: fotg210: Add missing kernel doc description (git-fixes). - usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). - usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). - usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). - usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (git-fixes). - usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). - usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). - usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR (stable-fixes). - usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). - usb: ohci: Prevent missed ohci interrupts (git-fixes). - usb: phy: generic: Get the vbus supply (git-fixes). - USB: serial: add device ID for VeriFone adapter (stable-fixes). - USB: serial: cp210x: add ID for MGP Instruments PDS100 (stable-fixes). - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (stable-fixes). - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (stable-fixes). - USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). - USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). - USB: serial: option: add MeiG Smart SLM320 product (stable-fixes). - USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). - USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). - USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). - USB: serial: option: support Quectel EM060K sub-models (stable-fixes). - usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (stable-fixes). - usb: typec: Return size of buffer if pd_set operation succeeds (git-fixes). - usb: typec: tcpci: add generic tcpci fallback compatible (stable-fixes). - usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). - usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). - usb: typec: tcpm: Correct port source pdo array in pd_set callback (git-fixes). - usb: typec: tcpm: Correct the PDO counting in pd_set (git-fixes). - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() (git-fixes). - usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). - usb: typec: tipd: fix event checking for tps6598x (git-fixes). - usb: typec: ucsi: Ack unsupported commands (stable-fixes). - usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). - usb: typec: ucsi: always register a link to USB PD device (git-fixes). - usb: typec: ucsi: Check for notifications after init (git-fixes). - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock (git-fixes). - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (stable-fixes). - usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). - usb: typec: ucsi: Fix connector check on init (git-fixes). - usb: typec: ucsi: Fix race between typec_switch and role_switch (git-fixes). - usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). - usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). - USB: UAS: return ENODEV when submit urbs fail with device not attached (stable-fixes). - usb: udc: remove warning when queue disabled ep (stable-fixes). - usb: xhci: Add error handling in xhci_map_urb_for_dma (git-fixes). - usb: xhci: correct return value in case of STS_HCE (git-fixes). - usb: xhci: Implement xhci_handshake_check_state() helper. - usb: xhci-plat: Do not include xhci.h (stable-fixes). - vboxsf: Avoid an spurious warning if load_nls_xxx() fails (git-fixes). - vboxsf: explicitly deny setlease attempts (stable-fixes). - vdpa/mlx5: Allow CVQ size changes (git-fixes). - vdpa_sim: reset must not run (git-fixes). - veth: try harder when allocating queue memory (git-fixes). - vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). - vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). - virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). - virtio_net: Do not send RSS key if it is not supported (git-fixes). - virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). - VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). - VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). - vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). - vsock/virtio: fix packet delivery to tap device (git-fixes). - watchdog: bd9576: Drop "always-running" property (git-fixes). - watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). - watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (git-fixes). - watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). - wifi: ar5523: enable proper endpoint verification (git-fixes). - wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). - wifi: ath10k: poll service ready message before failing (git-fixes). - wifi: ath10k: populate board data for WCN3990 (git-fixes). - wifi: ath11k: decrease MHI channel buffer length to 8KB (bsc#1207948). - wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). - wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). - wifi: ath9k: fix LNA selection in ath_ant_try_scan() (stable-fixes). - wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro (stable-fixes). - wifi: brcmfmac: add per-vendor feature detection callback (stable-fixes). - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password (stable-fixes). - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info (git-fixes). - wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). - wifi: carl9170: add a proper sanity check for endpoints (git-fixes). - wifi: carl9170: re-fix fortified-memset warning (git-fixes). - wifi: cfg80211: check A-MSDU format more carefully (stable-fixes). - wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). - wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). - wifi: iwlwifi: fw: do not always use FW dump trig (git-fixes). - wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). - wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). - wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). - wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). - wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). - wifi: iwlwifi: mvm: include link ID when releasing frames (git-fixes). - wifi: iwlwifi: mvm: init vif works only once (git-fixes). - wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). - wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). - wifi: iwlwifi: mvm: rfi: fix potential response leaks (git-fixes). - wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). - wifi: iwlwifi: mvm: use correct address 3 in A-MSDU (stable-fixes). - wifi: iwlwifi: pcie: Add the PCI device id for new hardware (stable-fixes). - wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). - wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). - wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (stable-fixes). - wifi: mac80211: clean up assignments to pointer cache (stable-fixes). - wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). - wifi: mac80211: fix prep_connection error path (stable-fixes). - wifi: mac80211: fix unaligned le16 access (git-fixes). - wifi: mac80211_hwsim: init peer measurement result (git-fixes). - wifi: mac80211: only call drv_sta_rc_update for uploaded stations (stable-fixes). - wifi: mac80211: remove link before AP (git-fixes). - wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). - wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). - wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). - wifi: mt76: mt7996: add locking for accessing mapped registers (stable-fixes). - wifi: mt76: mt7996: disable AMSDU for non-data frames (stable-fixes). - wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). - wifi: nl80211: do not free NULL coalescing rule (git-fixes). - wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU (stable-fixes). - wifi: rtw89: fix null pointer access when abort scan (stable-fixes). - wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). - wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor (stable-fixes). - wireguard: netlink: access device through ctx instead of peer (git-fixes). - wireguard: netlink: check for dangling peer via is_dead instead of empty list (git-fixes). - wireguard: receive: annotate data-race around receiving_counter.counter (git-fixes). - Workaround broken chacha crypto fallback (bsc#1218205). - x86/bugs: Fix BHI retpoline check (git-fixes). - x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). - x86/bugs: Remove default case for fully switched enums (git-fixes). - x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). - x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). - x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). - x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). - x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). - x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). - x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). - x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). - x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). - x86/hyperv: Use per cpu initial stack for vtl context (git-fixes). - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). - x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). - x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). - x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). - x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). - x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). - x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). - x86/purgatory: Switch to the position-independent small code model (git-fixes). - x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). - x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). - x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). - x86/srso: Disentangle rethunk-dependent options (git-fixes). - x86/srso: Fix unret validation dependencies (git-fixes). - x86/srso: Improve i-cache locality for alias mitigation (git-fixes). - x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). - x86/srso: Remove 'pred_cmd' label (git-fixes). - x86/srso: Unexport untraining functions (git-fixes). - x86/xen: Add some null pointer checking to smp.c (git-fixes). - x86/xen: attempt to inflate the memory balloon on PVH (git-fixes). - xdp, bonding: Fix feature flags when there are no slave devs anymore (git-fixes). - xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). - xen/events: fix error code in xen_bind_pirq_msi_to_irq() (git-fixes). - xen/events: increment refcnt only if event channel is refcounted (git-fixes). - xen/events: modify internal [un]bind interfaces (git-fixes). - xen/events: reduce externally visible helper functions (git-fixes). - xen/events: remove some simple helpers from events_base.c (git-fixes). - xen: evtchn: Allow shared registration of IRQ handers (git-fixes). - xen/evtchn: avoid WARN() when unbinding an event channel (git-fixes). - xen-netfront: Add missing skb_mark_for_recycle (git-fixes). - xfs: add lock protection when remove perag from radix tree (git-fixes). - xfs: allow extent free intents to be retried (git-fixes). - xfs: fix perag leak when growfs fails (git-fixes). - xfs: force all buffers to be written during btree bulk load (git-fixes). - xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). - xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). - xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). - xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). - xfs: use xfs_defer_pending objects to recover intent items (git-fixes). - xhci: add helper that checks for unhandled events on a event ring (git-fixes). - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event() (git-fixes). - xhci: Simplify event ring dequeue pointer update for port change events (git-fixes). - xhci: simplify event ring dequeue tracking for transfer events (git-fixes). cluster-md-kmp-default-6.4.0-150600.23.7.3.x86_64.rpm True dlm-kmp-default-6.4.0-150600.23.7.3.x86_64.rpm True gfs2-kmp-default-6.4.0-150600.23.7.3.x86_64.rpm True kernel-debug-6.4.0-150600.23.7.3.nosrc.rpm True kernel-debug-6.4.0-150600.23.7.3.x86_64.rpm True kernel-debug-devel-6.4.0-150600.23.7.3.x86_64.rpm True kernel-debug-livepatch-devel-6.4.0-150600.23.7.3.x86_64.rpm True kernel-debug-vdso-6.4.0-150600.23.7.3.x86_64.rpm True kernel-default-6.4.0-150600.23.7.3.nosrc.rpm True kernel-default-6.4.0-150600.23.7.3.x86_64.rpm True kernel-default-base-6.4.0-150600.23.7.3.150600.12.2.7.src.rpm True kernel-default-base-6.4.0-150600.23.7.3.150600.12.2.7.x86_64.rpm True kernel-default-base-rebuild-6.4.0-150600.23.7.3.150600.12.2.7.x86_64.rpm True kernel-default-devel-6.4.0-150600.23.7.3.x86_64.rpm True kernel-default-extra-6.4.0-150600.23.7.3.x86_64.rpm True kernel-default-livepatch-6.4.0-150600.23.7.3.x86_64.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.7.3.x86_64.rpm True kernel-default-optional-6.4.0-150600.23.7.3.x86_64.rpm True kernel-default-vdso-6.4.0-150600.23.7.3.x86_64.rpm True kernel-devel-6.4.0-150600.23.7.2.noarch.rpm True kernel-docs-6.4.0-150600.23.7.4.noarch.rpm True kernel-docs-6.4.0-150600.23.7.4.nosrc.rpm True kernel-docs-html-6.4.0-150600.23.7.4.noarch.rpm True kernel-kvmsmall-6.4.0-150600.23.7.3.nosrc.rpm True kernel-kvmsmall-6.4.0-150600.23.7.3.x86_64.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.7.3.x86_64.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.7.3.x86_64.rpm True kernel-kvmsmall-vdso-6.4.0-150600.23.7.3.x86_64.rpm True kernel-macros-6.4.0-150600.23.7.2.noarch.rpm True kernel-obs-build-6.4.0-150600.23.7.3.src.rpm True kernel-obs-build-6.4.0-150600.23.7.3.x86_64.rpm True kernel-obs-qa-6.4.0-150600.23.7.1.src.rpm True kernel-obs-qa-6.4.0-150600.23.7.1.x86_64.rpm True kernel-source-6.4.0-150600.23.7.2.noarch.rpm True kernel-source-6.4.0-150600.23.7.2.src.rpm True kernel-source-vanilla-6.4.0-150600.23.7.2.noarch.rpm True kernel-syms-6.4.0-150600.23.7.1.src.rpm True kernel-syms-6.4.0-150600.23.7.1.x86_64.rpm True kselftests-kmp-default-6.4.0-150600.23.7.3.x86_64.rpm True ocfs2-kmp-default-6.4.0-150600.23.7.3.x86_64.rpm True reiserfs-kmp-default-6.4.0-150600.23.7.3.x86_64.rpm True cluster-md-kmp-default-6.4.0-150600.23.7.3.s390x.rpm True dlm-kmp-default-6.4.0-150600.23.7.3.s390x.rpm True gfs2-kmp-default-6.4.0-150600.23.7.3.s390x.rpm True kernel-default-6.4.0-150600.23.7.3.s390x.rpm True kernel-default-devel-6.4.0-150600.23.7.3.s390x.rpm True kernel-default-extra-6.4.0-150600.23.7.3.s390x.rpm True kernel-default-livepatch-6.4.0-150600.23.7.3.s390x.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.7.3.s390x.rpm True kernel-default-optional-6.4.0-150600.23.7.3.s390x.rpm True kernel-obs-build-6.4.0-150600.23.7.3.s390x.rpm True kernel-obs-qa-6.4.0-150600.23.7.1.s390x.rpm True kernel-syms-6.4.0-150600.23.7.1.s390x.rpm True kernel-zfcpdump-6.4.0-150600.23.7.3.nosrc.rpm True kernel-zfcpdump-6.4.0-150600.23.7.3.s390x.rpm True kselftests-kmp-default-6.4.0-150600.23.7.3.s390x.rpm True ocfs2-kmp-default-6.4.0-150600.23.7.3.s390x.rpm True reiserfs-kmp-default-6.4.0-150600.23.7.3.s390x.rpm True cluster-md-kmp-default-6.4.0-150600.23.7.3.ppc64le.rpm True dlm-kmp-default-6.4.0-150600.23.7.3.ppc64le.rpm True gfs2-kmp-default-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-debug-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-debug-devel-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-debug-livepatch-devel-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-default-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-default-base-6.4.0-150600.23.7.3.150600.12.2.7.ppc64le.rpm True kernel-default-base-rebuild-6.4.0-150600.23.7.3.150600.12.2.7.ppc64le.rpm True kernel-default-devel-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-default-extra-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-default-livepatch-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-default-optional-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-kvmsmall-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-obs-build-6.4.0-150600.23.7.3.ppc64le.rpm True kernel-obs-qa-6.4.0-150600.23.7.1.ppc64le.rpm True kernel-syms-6.4.0-150600.23.7.1.ppc64le.rpm True kselftests-kmp-default-6.4.0-150600.23.7.3.ppc64le.rpm True ocfs2-kmp-default-6.4.0-150600.23.7.3.ppc64le.rpm True reiserfs-kmp-default-6.4.0-150600.23.7.3.ppc64le.rpm True cluster-md-kmp-64kb-6.4.0-150600.23.7.3.aarch64.rpm True cluster-md-kmp-default-6.4.0-150600.23.7.3.aarch64.rpm True dlm-kmp-64kb-6.4.0-150600.23.7.3.aarch64.rpm True dlm-kmp-default-6.4.0-150600.23.7.3.aarch64.rpm True dtb-aarch64-6.4.0-150600.23.7.1.nosrc.rpm True dtb-allwinner-6.4.0-150600.23.7.1.aarch64.rpm True dtb-altera-6.4.0-150600.23.7.1.aarch64.rpm True dtb-amazon-6.4.0-150600.23.7.1.aarch64.rpm True dtb-amd-6.4.0-150600.23.7.1.aarch64.rpm True dtb-amlogic-6.4.0-150600.23.7.1.aarch64.rpm True dtb-apm-6.4.0-150600.23.7.1.aarch64.rpm True dtb-apple-6.4.0-150600.23.7.1.aarch64.rpm True dtb-arm-6.4.0-150600.23.7.1.aarch64.rpm True dtb-broadcom-6.4.0-150600.23.7.1.aarch64.rpm True dtb-cavium-6.4.0-150600.23.7.1.aarch64.rpm True dtb-exynos-6.4.0-150600.23.7.1.aarch64.rpm True dtb-freescale-6.4.0-150600.23.7.1.aarch64.rpm True dtb-hisilicon-6.4.0-150600.23.7.1.aarch64.rpm True dtb-lg-6.4.0-150600.23.7.1.aarch64.rpm True dtb-marvell-6.4.0-150600.23.7.1.aarch64.rpm True dtb-mediatek-6.4.0-150600.23.7.1.aarch64.rpm True dtb-nvidia-6.4.0-150600.23.7.1.aarch64.rpm True dtb-qcom-6.4.0-150600.23.7.1.aarch64.rpm True dtb-renesas-6.4.0-150600.23.7.1.aarch64.rpm True dtb-rockchip-6.4.0-150600.23.7.1.aarch64.rpm True dtb-socionext-6.4.0-150600.23.7.1.aarch64.rpm True dtb-sprd-6.4.0-150600.23.7.1.aarch64.rpm True dtb-xilinx-6.4.0-150600.23.7.1.aarch64.rpm True gfs2-kmp-64kb-6.4.0-150600.23.7.3.aarch64.rpm True gfs2-kmp-default-6.4.0-150600.23.7.3.aarch64.rpm True kernel-64kb-6.4.0-150600.23.7.3.aarch64.rpm True kernel-64kb-6.4.0-150600.23.7.3.nosrc.rpm True kernel-64kb-devel-6.4.0-150600.23.7.3.aarch64.rpm True kernel-64kb-extra-6.4.0-150600.23.7.3.aarch64.rpm True kernel-64kb-livepatch-devel-6.4.0-150600.23.7.3.aarch64.rpm True kernel-64kb-optional-6.4.0-150600.23.7.3.aarch64.rpm True kernel-default-6.4.0-150600.23.7.3.aarch64.rpm True kernel-default-base-6.4.0-150600.23.7.3.150600.12.2.7.aarch64.rpm True kernel-default-base-rebuild-6.4.0-150600.23.7.3.150600.12.2.7.aarch64.rpm True kernel-default-devel-6.4.0-150600.23.7.3.aarch64.rpm True kernel-default-extra-6.4.0-150600.23.7.3.aarch64.rpm True kernel-default-livepatch-6.4.0-150600.23.7.3.aarch64.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.7.3.aarch64.rpm True kernel-default-optional-6.4.0-150600.23.7.3.aarch64.rpm True kernel-kvmsmall-6.4.0-150600.23.7.3.aarch64.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.7.3.aarch64.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.7.3.aarch64.rpm True kernel-obs-build-6.4.0-150600.23.7.3.aarch64.rpm True kernel-obs-qa-6.4.0-150600.23.7.1.aarch64.rpm True kernel-syms-6.4.0-150600.23.7.1.aarch64.rpm True kselftests-kmp-64kb-6.4.0-150600.23.7.3.aarch64.rpm True kselftests-kmp-default-6.4.0-150600.23.7.3.aarch64.rpm True ocfs2-kmp-64kb-6.4.0-150600.23.7.3.aarch64.rpm True ocfs2-kmp-default-6.4.0-150600.23.7.3.aarch64.rpm True reiserfs-kmp-64kb-6.4.0-150600.23.7.3.aarch64.rpm True reiserfs-kmp-default-6.4.0-150600.23.7.3.aarch64.rpm True openSUSE-SLE-15.6-2024-1922 Security update for mariadb104 moderate SUSE Updates openSUSE-SLE 15.6 This update for mariadb104 fixes the following issues: - Update to 10.4.33: - CVE-2023-22084: Fixed a bug that allowed high privileged attackers with network access via multiple protocols to compromise the server. (bsc#1217405) libmariadbd104-devel-10.4.33-150100.3.8.1.x86_64.rpm mariadb104-10.4.33-150100.3.8.1.src.rpm mariadb104-10.4.33-150100.3.8.1.x86_64.rpm mariadb104-bench-10.4.33-150100.3.8.1.x86_64.rpm mariadb104-client-10.4.33-150100.3.8.1.x86_64.rpm mariadb104-errormessages-10.4.33-150100.3.8.1.noarch.rpm mariadb104-galera-10.4.33-150100.3.8.1.x86_64.rpm mariadb104-rpm-macros-10.4.33-150100.3.8.1.x86_64.rpm mariadb104-test-10.4.33-150100.3.8.1.x86_64.rpm mariadb104-tools-10.4.33-150100.3.8.1.x86_64.rpm libmariadbd104-devel-10.4.33-150100.3.8.1.s390x.rpm mariadb104-10.4.33-150100.3.8.1.s390x.rpm mariadb104-bench-10.4.33-150100.3.8.1.s390x.rpm mariadb104-client-10.4.33-150100.3.8.1.s390x.rpm mariadb104-galera-10.4.33-150100.3.8.1.s390x.rpm mariadb104-rpm-macros-10.4.33-150100.3.8.1.s390x.rpm mariadb104-test-10.4.33-150100.3.8.1.s390x.rpm mariadb104-tools-10.4.33-150100.3.8.1.s390x.rpm libmariadbd104-devel-10.4.33-150100.3.8.1.ppc64le.rpm mariadb104-10.4.33-150100.3.8.1.ppc64le.rpm mariadb104-bench-10.4.33-150100.3.8.1.ppc64le.rpm mariadb104-client-10.4.33-150100.3.8.1.ppc64le.rpm mariadb104-galera-10.4.33-150100.3.8.1.ppc64le.rpm mariadb104-rpm-macros-10.4.33-150100.3.8.1.ppc64le.rpm mariadb104-test-10.4.33-150100.3.8.1.ppc64le.rpm mariadb104-tools-10.4.33-150100.3.8.1.ppc64le.rpm libmariadbd104-devel-10.4.33-150100.3.8.1.aarch64.rpm mariadb104-10.4.33-150100.3.8.1.aarch64.rpm mariadb104-bench-10.4.33-150100.3.8.1.aarch64.rpm mariadb104-client-10.4.33-150100.3.8.1.aarch64.rpm mariadb104-galera-10.4.33-150100.3.8.1.aarch64.rpm mariadb104-rpm-macros-10.4.33-150100.3.8.1.aarch64.rpm mariadb104-test-10.4.33-150100.3.8.1.aarch64.rpm mariadb104-tools-10.4.33-150100.3.8.1.aarch64.rpm openSUSE-SLE-15.6-2024-2135 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-22099: Fixed a null-pointer-dereference in rfcomm_check_security (bsc#1219170). - CVE-2024-26764: Fixed IOCB_AIO_RW check in fs/aio before the struct aio_kiocb conversion (bsc#1222721). - CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). - CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). - CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). - CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). - CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). - CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). - CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). - CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). - CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). - CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). - CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). - CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). - CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). - CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). - CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). - CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). - CVE-2024-26906: Disallowed vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). - CVE-2024-26816: Ignore relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). - CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). - CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). - CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). - CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). - CVE-2024-26882: Fixed net/ip_tunnel to make sure to pull inner header in ip_tunnel_rcv() (bsc#1223034). - CVE-2023-52645: Fixed pmdomain/mediatek race conditions with genpd (bsc#1223033). - CVE-2024-26836: Fixed platform/x86/think-lmi password opcode ordering for workstations (bsc#1222968). - CVE-2024-26601: Fixed ext4 buddy bitmap corruption via fast commit replay (bsc#1220342). - CVE-2024-26773: Fixed ext4 block allocation from corrupted group in ext4_mb_try_best_found() (bsc#1222618). - CVE-2024-26807: Fixed spi/cadence-qspi NULL pointer reference in runtime PM hooks (bsc#1222801). - CVE-2024-26737: Fixed selftests/bpf racing between bpf_timer_cancel_and_free and bpf_timer_cancel (bsc#1222557). - CVE-2024-26733: Fixed an overflow in arp_req_get() in arp (bsc#1222585). - CVE-2024-26684: Fixed net/stmmac/xgmac handling of DPP safety error for DMA channels (bsc#1222445). - CVE-2024-26704: Fixed a double-free of blocks due to wrong extents moved_len in ext4 (bsc#1222422). - CVE-2023-52591: Fixed a possible reiserfs filesystem corruption via directory renaming (bsc#1221044). - CVE-2023-52503: Fixed tee/amdtee use-after-free vulnerability in amdtee_close_session (bsc#1220915). - CVE-2024-26642: Fixed the set of anonymous timeout flag in netfilter nf_tables (bsc#1221830). - CVE-2024-26614: Fixed the initialization of accept_queue's spinlocks (bsc#1221293). - CVE-2024-25739: Fixed possible crash in create_empty_lvol() in drivers/mtd/ubi/vtbl.c (bsc#1219834). - CVE-2023-6270: Fixed a use-after-free issue in aoecmd_cfg_pkts (bsc#1218562). - CVE-2024-36030: Fix the double free in rvu_npc_freemem() (bsc#1225712) - CVE-2023-52698: Fix memory leak in netlbl_calipso_add_pass() (bsc#1224621) - CVE-2024-26860: Fix a memory leak when rechecking the data (bsc#1223077). - CVE-2023-52772: Fix use-after-free in unix_stream_read_actor() (bsc#1224989). - CVE-2024-27431: Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). - CVE-2024-35860: Support deferring bpf_link dealloc to after RCU grace period BPF link for some program types (bsc#1224531). - CVE-2024-35964: Fix not validating setsockopt user input Check user input length before copying data (bsc#1224581). - CVE-2023-0160: Prevent lock inversion deadlock in map delete elem (bsc#1209657). - CVE-2024-35903: Fix IP after emitting call depth accounting Adjust the IP passed to `emit_patch` so it calculates the correct offset for the CALL instruction if `x86_call_depth_emit_accounting` emits code (bsc#1224493). - CVE-2024-35931: Skip do PCI error slot reset during RAS recovery (bsc#1224652). - CVE-2024-35877: Fix VM_PAT handling in COW mappings (bsc#1224525). - CVE-2024-35969: Fix race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580) - CVE-2024-35852: Fix memory leak when canceling rehash work The rehash delayed work is rescheduled with a delay if the number of credits at end of the work is not negative as supposedly it means that the migration ended (bsc#1224502). - CVE-2024-36006: Fix incorrect list API usage (bsc#1224541). - CVE-2024-36007: Fix warning during rehash (bsc#1224543). - CVE-2024-35872: Fix GUP-fast succeeding on secretmem folios (bsc#1224530). - CVE-2024-35956: Fix qgroup prealloc rsv leak in subvolume operations (bsc#1224674) - CVE-2023-52771: Fix delete_endpoint() vs parent unregistration race (bsc#1225007). - CVE-2024-27408: Add sync read before starting the DMA transfer in remote setup (bsc#1224430). - CVE-2024-35943: Add a null pointer check to the omap_prm_domain_init devm_kasprintf()returns a pointer to dynamically allocated memory which can be NULL upon failure (bsc#1224649). - CVE-2024-35921: Fix oops when HEVC init fails (bsc#1224477). - CVE-2023-52860: Use cpuhp_state_remove_instance_nocalls() for hisi_hns3_pmu uninit process (bsc#1224936). - CVE-2024-35991: kABI workaround for struct idxd_evl (bsc#1224553). - CVE-2024-35854: Fix possible use-after-free during rehash (bsc#1224636). - CVE-2024-27418: Take ownership of skb in mctp_local_output (bsc#1224720) - CVE-2024-27417: Fix potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721). - CVE-2024-35905: Protect against int overflow for stack access size (bsc#1224488). - CVE-2024-35917: Fix bpf_plt pointer arithmetic (bsc#1224481). - CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() to nsure the value passed to scarlett2_mixer_ctl_put() is between 0 and SCARLETT2_MIXER_MAX_VALUE so we don't attempt to access outside scarlett2_mixer_values[] (bsc#1224727). - CVE-2023-52680: Add missing error checks to *_ctl_get() because the *_ctl_get() functions which call scarlett2_update_*() were not checking the return value (bsc#1224608). - CVE-2023-52692: Add missing error check to scarlett2_usb_set_config() scarlett2_usb_set_config() calls scarlett2_usb_get() but was not checking the result (bsc#1224628). - CVE-2024-35944: Fix memcpy() run-time warning in dg_dispatch_as_host() Syzkaller hit 'WARNING in dg_dispatch_as_host' bug (bsc#1224648). - CVE-2024-26923: Suppress false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). - CVE-2023-52659: Ensure input to pfn_to_kaddr() is treated as a 64-bit type (bsc#1224442). - CVE-2024-21823: Hardware logic with insecure de-synchronization in Intel(R) DSA and Intel(R) IAA for some Intel(R) 4th or 5th generation Xeon(R) processors may have allowed an authorized user to potentially enable denial of service via local access (bsc#1223625). - CVE-2024-26828: Fix underflow in parse_server_interfaces() (bsc#1223084). - CVE-2024-27395: Fix Use-After-Free in ovs_ct_exit Since kfree_rcu (bsc#1224098). - CVE-2023-52483: Perform route lookups under a RCU read-side lock (bsc#1220738). - CVE-2024-27396: Fix Use-After-Free in gtp_dellink (bsc#1224096). - CVE-2024-26632: Fix iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). - CVE-2024-27401: Ensure that packet_buffer_get respects the user_length provided. (bsc#1224181). - CVE-2024-26775: Avoid potential deadlock at set_capacity (bsc#1222627). - CVE-2024-26958: Fix UAF in direct writes (bsc#1223653). - CVE-2024-26643: Mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allowed it to collect elements from anonymous sets with timeouts while it is being released from the commit path. (bsc#1221829). - CVE-2023-52618: Check for unlikely string overflow (bsc#1221615). - CVE-2023-6238: Only privileged user could specify a small meta buffer and let the device perform larger Direct Memory Access (DMA) into the same buffer, overwriting unrelated kernel memory, causing random kernel crashes and memory corruption (bsc#1217384). - CVE-2024-26946: Use copy_from_kernel_nofault() to read from unsafe address Read from an unsafe address with copy_from_kernel_nofault() in arch_adjust_kprobe_addr() because this function is used before checking the address is in text or not (bsc#1223669). - CVE-2024-26945: Fix nr_cpus nr_iaa case If nr_cpus nr_iaa, the calculated cpus_per_iaa will be 0, which causes a divide-by-0 in rebalance_wq_table() (bsc#1223732). - CVE-2024-26679: Read sk->sk_family once in inet_recv_error() inet_recv_error() is called without holding the socket lock. IPv6 socket could mutate to IPv4 with IPV6_ADDRFORM socket option and trigger a KCSAN warning (bsc#1222385). - CVE-2024-26791: Properly validate device names (bsc#1222793) - CVE-2023-52641: Add NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) - CVE-2024-26726: Do not drop extent_map for free space inode on write error (bsc#1222532) - CVE-2024-27022: Defer linking file vma until vma is fully initialized (bsc#1223774). - CVE-2024-26899: Fix deadlock between bd_link_disk_holder and partition scan (bsc#1223045). - CVE-2024-26638: Always initialize struct msghdr completely (bsc#1221649). - CVE-2024-26909: Fix drm bridge use-after-free A recent DRM series purporting to simplify support (bsc#1223143). - CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). - CVE-2024-26832: Fix missing folio cleanup in writeback race path (bsc#1223007). - CVE-2024-26844: Fix WARNING in _copy_from_iter (bsc#1223015). - CVE-2024-26774: Avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt (bsc#1222622). - CVE-2024-26815: Properly check TCA_TAPRIO_TC_ENTRY_INDEX (bsc#1222635). - cve-2024-267600: Fix bio_put() for error case (bsc#1222596). - CVE-2024-26731: Fix NULL pointer dereference in sk_psock_verdict_data_ready() (bsc#1222371). - CVE-2024-26740: Use the backlog for mirred ingress (bsc#1222563). - CVE-2023-52640: Fix oob in ntfs_listxattr The length of name cannot exceed the space occupied by ea (bsc#1222301). - CVE-2023-52631: Fix a NULL dereference bug (bsc#1222264). - CVE-2023-52458: Add check that partition length needs to be aligned with block size (bsc#1220428). - CVE-2023-6270: Fix the potential use-after-free problem in aoecmd_cfg_pkts (bsc#1218562). - CVE-2024-26805: Fix kernel-infoleak-after-free in __skb_datagram_iter (bsc#1222630). - CVE-2024-26991: Do not overflow lpage_info when checking attributes (bsc#1223695). - CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). - CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). - CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). - CVE-2023-52434: Fixed potential OOBs in smb2_parse_contexts() (bsc#1220148). - CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). - CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). - CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). - CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). - CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). - CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). - CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). - CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). - CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). - CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). - CVE-2024-35869: Guarantee refcounted children from parent session (bsc#1224679). - CVE-2024-35870: Fixed UAF in smb2_reconnect_server() (bsc#1224672). - CVE-2024-26692: Fixed regression in writes when non-standard maximum write size negotiated (bsc#1222464). - CVE-2024-27036: Fixed writeback data corruption (bsc#1223810). The following non-security bugs were fixed: - 9p: add missing locking around taking dentry fid list (git-fixes) - ACPI: CPPC: Fix access width used for PCC registers (git-fixes). - ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). - ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). - ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). - ACPI: LPSS: Advertise number of chip selects via property (git-fixes). - ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). - ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). - ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). - ACPI: disable -Wstringop-truncation (git-fixes). - ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (stable-fixes). - ACPI: resource: Do IRQ override on Lunnen Ground laptops (stable-fixes). - ACPI: scan: Do not increase dep_unmet for already met dependencies (git-fixes). - ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS (stable-fixes). - ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (git-fixes). - ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). - ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). - ALSA: aoa: avoid false-positive format truncation warning (git-fixes). - ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). - ALSA: core: Remove debugfs at disconnection (git-fixes). - ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (stable-fixes). - ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). - ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC (stable-fixes). - ALSA: hda/realtek - Fix inactive headset mic jack (stable-fixes). - ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). - ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). - ALSA: hda/realtek: Add quirk for HP SnowWhite laptops (stable-fixes). - ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 (stable-fixes). - ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 (stable-fixes). - ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). - ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N (stable-fixes). - ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). - ALSA: hda/realtek: Add quirks for some Clevo laptops (stable-fixes). - ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 models (stable-fixes). - ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). - ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). - ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). - ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). - ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). - ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). - ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). - ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). - ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 (git-fixes). - ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound (stable-fixes). - ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone (git-fixes). - ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR (stable-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). - ALSA: hda/realtek: fix the hp playback volume issue for LG machines (stable-fixes). - ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 (stable-fixes). - ALSA: hda/tas2781: add locks to kcontrols (git-fixes). - ALSA: hda/tas2781: correct the register for pow calibrated data (git-fixes). - ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). - ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). - ALSA: hda: clarify Copyright information (stable-fixes). - ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). - ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). - ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). - ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). - ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). - ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). - ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (stable-fixes). - ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). - ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). - ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). - ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). - ALSA: hda: cs35l56: Set the init_done flag before component_add() (git-fixes). - ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). - ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). - ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). - ALSA: line6: Zero-initialize message buffers (stable-fixes). - ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). - ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). - ALSA: scarlett2: Add correct product series name to messages (stable-fixes). - ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). - ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). - ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). - ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). - ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). - ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). - ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). - ALSA: seq: Fix yet another spot for system message conversion (git-fixes). - ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages (git-fixes). - ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (git-fixes). - ALSA: timer: Set lower bound of start tick time (stable-fixes). - ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). - ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). - ALSA: ump: Set default protocol when not given explicitly (git-fixes). - ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). - ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). - ARM: 9381/1: kasan: clear stale stack poison (git-fixes). - ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). - ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). - ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). - ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). - ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). - ASoC: Intel: Disable route checks for Skylake boards (git-fixes). - ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). - ASoC: Intel: avs: Fix potential integer overflow (git-fixes). - ASoC: Intel: avs: Populate board selection with new I2S entries (stable-fixes). - ASoC: Intel: avs: Set name of control as in topology (git-fixes). - ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). - ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). - ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). - ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops (stable-fixes). - ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). - ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). - ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). - ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). - ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). - ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). - ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend (stable-fixes). - ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). - ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). - ASoC: amd: acp: fix for acp_init function error handling (git-fixes). - ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (stable-fixes). - ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" (stable-fixes). - ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). - ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). - ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). - ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). - ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). - ASoC: kirkwood: Fix potential NULL dereference (git-fixes). - ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). - ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). - ASoC: meson: axg-card: make links nonatomic (git-fixes). - ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). - ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). - ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). - ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). - ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (git-fixes). - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates (git-fixes). - ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). - ASoC: rt5645: Make LattePanda board DMI match more precise (stable-fixes). - ASoC: rt5682-sdw: fix locking sequence (git-fixes). - ASoC: rt711-sdca: fix locking sequence (git-fixes). - ASoC: rt711-sdw: fix locking sequence (git-fixes). - ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). - ASoC: rt715-sdca: volume step modification (git-fixes). - ASoC: rt715: add vendor clear control register (git-fixes). - ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). - ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). - ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). - ASoC: soc-core.c: Skip dummy codec when adding platforms (stable-fixes). - ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). - ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). - ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). - ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). - ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). - ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). - ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). - ASoC: tlv320adc3xxx: Do not strip remove function when driver is builtin (git-fixes). - ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). - ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). - ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() (git-fixes). - Add alt-commit to a nouveau patch - Add cherry-picked id to amdgpu patch - Add cherry-picked id to amdgpu patch (git-fixes) - Add cherry-picked patch references to amdgpu patches - Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756) The L3 bsc#1225765 was created seperately since our customer requires PTF. - Bluetooth: Add new quirk for broken read key length on ATS2851 (stable-fixes). - Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). - Bluetooth: Fix memory leak in hci_req_sync_complete() (git-fixes). - Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). - Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). - Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). - Bluetooth: ISO: Align broadcast sync_timeout with connection timeout (stable-fixes). - Bluetooth: ISO: Do not reject BT_ISO_QOS if parameters are unset (git-fixes). - Bluetooth: L2CAP: Fix not validating setsockopt user input (git-fixes). - Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). - Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). - Bluetooth: RFCOMM: Fix not validating setsockopt user input (git-fixes). - Bluetooth: SCO: Fix not validating setsockopt user input (git-fixes). - Bluetooth: add quirk for broken address properties (git-fixes). - Bluetooth: btintel: Fix null ptr deref in btintel_read_version (stable-fixes). - Bluetooth: btintel: Fixe build regression (git-fixes). - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). - Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). - Bluetooth: hci_core: Cancel request on command timeout (stable-fixes). - Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). - Bluetooth: hci_event: set the conn encrypted before conn establishes (stable-fixes). - Bluetooth: hci_sock: Fix not validating setsockopt user input (git-fixes). - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync (git-fixes). - Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY (git-fixes). - Bluetooth: hci_sync: Use QoS to determine which PHY to scan (stable-fixes). - Bluetooth: l2cap: Do not double set the HCI_CONN_MGMT_CONNECTED bit (git-fixes). - Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). - Bluetooth: mgmt: Fix limited discoverable off timeout (stable-fixes). - Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). - Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). - Bluetooth: qca: add missing firmware sanity checks (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). - Bluetooth: qca: fix NVM configuration parsing (git-fixes). - Bluetooth: qca: fix device-address endianness (git-fixes). - Bluetooth: qca: fix firmware check error path (git-fixes). - Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). - Delete patches.suse/btrfs-qgroup-fix-qgroup-prealloc-rsv-leak-in-subvolu.patch. Quoting bsc#1225945#c11: "So the upstream 6.5 kernel commit (1b53e51a4a8f ("btrfs: do not commit transaction for every subvol create") ) was never backported to SLE, so that fix eb96e221937a ("btrfs: fix unwritten extent buffer after snapshotting a new subvolume") was never backported." - Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file (git-fixes). - Drop usb gadget patch that was taken mistakenly and reverted (git-fixes) - EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). - Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" Reference CVE and bug numbers. - Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) - Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_ECDSA. - Enable new CONFIG_FIPS_SIGNATURE_SELFTEST_RSA. - Fix a potential infinite loop in extract_user_to_sg() (git-fixes). - Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). - Fix patches.suse/coresight-etm4x-Add-ACPI-support-in-platform-driver.patch (bsc#1218779 bsc#1220587) Put back patch hunk which where missed because file rename drivers/acpi/acpi_amba.c -> drivers/acpi/arm64/amba.c - HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). - HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). - HID: input: avoid polling stylus battery on Chromebook Pompom (stable-fixes). - HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). - HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). - HID: logitech-dj: allow mice to use all types of reports (git-fixes). - HID: multitouch: Add required quirk for Synaptics 0xcddc device (stable-fixes). - IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) - Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). - Input: gpio_keys_polled - suppress deferred probe error for gpio (stable-fixes). - Input: imagis - use FIELD_GET where applicable (stable-fixes). - Input: ims-pcu - fix printf string overflow (git-fixes). - Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). - Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails (stable-fixes). - Input: xpad - add additional HyperX Controller Identifiers (stable-fixes). - Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). - KEYS: trusted: Do not use WARN when encode fails (git-fixes). - KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). - KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). - KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). - KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). - KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). - KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). - KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). - KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). - KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). - KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). - KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). - KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). - KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). - KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). - KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). - KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). - KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). - KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). - KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). - KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). - KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). - KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). - KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). - KVM: x86/xen: improve accuracy of Xen timers (git-fixes). - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). - KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). - KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). - KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). - KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). - KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). - KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). - KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). - KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). - KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). - KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). - Move out-of-tree powerpc patch to the right section - Move the upstreamed BT fix patch to sorted section - Move the upstreamed BT patch into sorted section - Move upstreamed ACPI patch into sorted section - Move upstreamed HD-audio patch into sorted section - Move upstreamed USB fix into sorted section - Move upstreamed media patches into sorted section - Move upstreamed mm patches into sorted section - Move upstreamed patches into sorted section - Move upstreamed patches into sorted section - Move upstreamed patches into sorted section - Move upstreamed patches into sorted section - Move upstreamed powerpc patches into sorted section - Move upstreamed powerpc patches into sorted section - NFC: trf7970a: disable all regulators on removal (git-fixes). - NFS: Fix an off by one in root_nfs_cat() (git-fixes). - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt (git-fixes). - NFS: Read unlock folio on nfs_page_create_from_folio() error (git-fixes). - NFSD: Convert the callback workqueue to use delayed_work (git-fixes). - NFSD: Fix nfsd_clid_class use of __string_len() macro (git-fixes). - NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down (git-fixes). - NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). - NFSD: Retransmit callbacks after client reconnects (git-fixes). - NFSD: change LISTXATTRS cookie encoding to big-endian (git-fixes). - NFSD: fix LISTXATTRS returning a short list with eof=TRUE (git-fixes). - NFSD: fix LISTXATTRS returning more bytes than maxcount (git-fixes). - NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). - NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). - NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (git-fixes). - Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). - PCI/AER: Block runtime suspend when handling errors (stable-fixes). - PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (stable-fixes). - PCI/DPC: Use FIELD_GET() (stable-fixes). - PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). - PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). - PCI/PM: Drain runtime-idle callbacks before driver removal (stable-fixes). - PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). - PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (stable-fixes). - PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). - PCI: Fix typos in docs and comments (stable-fixes). - PCI: Make link retraining use RMW accessors for changing LNKCTL (git-fixes). - PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). - PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). - PCI: hv: Fix ring buffer size calculation (git-fixes). - PCI: qcom: Add support for sa8775p SoC (git-fixes). - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p (git-fixes). - PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). - PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). - PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). - PCI: switchtec: Use normal comment style (stable-fixes). - PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). - PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). - PM: s2idle: Make sure CPUs will wakeup directly on resume (git-fixes). - Port "certs: Add ECDSA signature verification self-test". - Port "certs: Move RSA self-test data to separate file". - RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). - RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). - RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). - RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) - RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) - RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) - RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) - RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) - RDMA/hns: Fix GMV table pagesize (git-fixes) - RDMA/hns: Fix UAF for cq async event (git-fixes) - RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) - RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) - RDMA/hns: Modify the print level of CQE error (git-fixes) - RDMA/hns: Use complete parentheses in macros (git-fixes) - RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). - RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) - RDMA/mlx5: Change check for cacheable mkeys (git-fixes) - RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) - RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) - RDMA/rxe: Allow good work requests to be executed (git-fixes) - RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) - RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) - RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) - README.BRANCH: Remove copy of branch name - Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). - Refresh patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch (bsc#1222771). In preparation of enabling CONFIG_FIPS_SIGNATURE_SELFTEST, amend the missing 'usage' argument in the pkcs7_validate_trust() invocation from the PKCS#7 selftest. - Refresh patches.suse/ASoC-SOF-Intel-mtl-Implement-firmware-boot-state-che.patch. - Remove NTFSv3 from configs (bsc#1224429) References: bsc#1224429 comment#3 We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from all configs. This was enabled in d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)") - Rename patches.suse/Workaround-broken-chacha-crypto-fallback.patch to patches.suse/powerpc-crypto-chacha-p10-Fix-failure-on-non-Power10.patch. - Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release streams for first CPU DAI" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for SoundWire DAIs" (stable-fixes). - Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" (git-fixes). - Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). - Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). - Revert "cifs: reconnect work should have reference on server struct" (git-fixes, bsc#1225172). - Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()" (stable-fixes). - Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR" (stable-fixes). - Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" (stable-fixes). - Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" (git-fixes). - Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()" (stable-fixes). - Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). - Revert "iommu/amd: Enable PCI/IMS" (git-fixes). - Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). - Revert "net/mlx5: Block entering switchdev mode with ns inconsistency" (git-fixes). - Revert "net/mlx5e: Check the number of elements before walk TC rhashtable" (git-fixes). - Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) It caused a regression on ALP-current branch, kernel-obs-qa build failed. - Revert "usb: cdc-wdm: close race between read and workqueue" (git-fixes). - Revert "usb: phy: generic: Get the vbus supply" (git-fixes). - SEV: disable SEV-ES DebugSwap by default (git-fixes). - SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). - SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). - USB: UAS: return ENODEV when submit urbs fail with device not attached (stable-fixes). - USB: core: Add hub_get() and hub_put() routines (stable-fixes). - USB: core: Fix access violation during port device removal (git-fixes). - USB: core: Fix deadlock in port "disable" sysfs attribute (stable-fixes). - USB: core: Fix deadlock in usb_deauthorize_interface() (git-fixes). - USB: serial: add device ID for VeriFone adapter (stable-fixes). - USB: serial: cp210x: add ID for MGP Instruments PDS100 (stable-fixes). - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (stable-fixes). - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (stable-fixes). - USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). - USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). - USB: serial: option: add MeiG Smart SLM320 product (stable-fixes). - USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). - USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). - USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). - USB: serial: option: support Quectel EM060K sub-models (stable-fixes). - Update patches.suse/Bluetooth-hci_sync-Don-t-double-print-name-in-add-re.patch (bsc#1216358). Added bugzilla reference - Update patches.suse/nvme-ensure-disabling-pairs-with-unquiesce.patch (jsc#PED-6252 jsc#PED-5728 jsc#PED-5062 jsc#PED-3535 bsc#1224534). - Update ath11k suspend patches from the latest subsystem tree (bsc#1207948). - Update config files. Disable N_GSM (jsc#PED-8240). - Update patches.suse/gpio-tegra186-Fix-tegra186_gpio_is_accessible-check.patch (git-fixes bsc#1223439) - Update patches.suse/powerpc-pseries-vas-Hold-mmap_mutex-after-mmap-lock-.patch (bsc#1012628 jsc#PED-542 git-fixes bsc#1213573 ltc#203238). - Update patches.suse/scsi-qedf-Don-t-process-stag-work-during-unload.patch (bsc#1214852) - Update patches.suse/scsi-qedf-Wait-for-stag-work-during-unload.patch (bsc#1214852) - VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). - VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). - Workaround broken chacha crypto fallback (bsc#1218205). - accel/ivpu: Fix deadlock in context_xa (git-fixes). - admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). - ahci: asm1064: asm1166: do not limit reported ports (git-fixes). - ahci: asm1064: correct count of reported ports (stable-fixes). - amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). - amdkfd: use calloc instead of kzalloc to avoid integer overflow (stable-fixes). - arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). - arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) - arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) - arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). Please note that some adjustments were needed since the upstream commit is based on kernel 6.9 which has idreg-override.c moved under arch/arm64/kernel/pi/. - arm64: bpf: fix 32bit unconditional bswap (git-fixes). - arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) - arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) - arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) - arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) - arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) - arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) - arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) - arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) - arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) - arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) - arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) - arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) - arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) - arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) - arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) - arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) - arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) - arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) - arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). - arm64: tegra: Correct Tegra132 I2C alias (git-fixes) - arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) - arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) - arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) - asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). - ata: libata-core: Allow command duration limits detection for ACS-4 drives (git-fixes). - ata: pata_legacy: make legacy_exit() work again (git-fixes). - ata: sata_gemini: Check clk_enable() result (stable-fixes). - ata: sata_mv: Fix PCI device ID table declaration compilation warning (git-fixes). - ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (git-fixes). - autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). - ax25: Fix netdev refcount issue (git-fixes). - ax25: Fix reference count leak issue of net_device (git-fixes). - ax25: Fix reference count leak issues of ax25_dev (git-fixes). - ax25: fix use-after-free bugs caused by ax25_ds_del_timer (git-fixes). - batman-adv: Avoid infinite loop trying to resize local TT (git-fixes). - bitops: add missing prototype check (git-fixes). - blacklist.conf: workqueues: system-wide nr_active enforcement patchset; not worth the risk (bsc#1225580) - blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). - blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). - block: fix q->blkg_list corruption during disk rebind (bsc#1223591). - bnx2x: Fix firmware version string character counts (git-fixes). - bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). - bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). - bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). - bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) - bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). - bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). - bootmem: use kmemleak_free_part_phys in free_bootmem_page (git-fixes). - bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). - bpf, arm64: Fix incorrect runtime stats (git-fixes) - bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) - bpf, scripts: Correct GPL license name (git-fixes). - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). - bpf: fix precision backtracking instruction iteration (bsc#1225756). - bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). - btrfs: add a helper to read the superblock metadata_uuid (git-fixes) - btrfs: add and use helper to check if block group is used (bsc#1220120). - btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). - btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). - btrfs: always clear PERTRANS metadata during commit (git-fixes) - btrfs: always print transaction aborted messages with an error level (git-fixes) - btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). - btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). - btrfs: assert delayed node locked when removing delayed item (git-fixes) - btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). - btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). - btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). - btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). - btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) - btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) - btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) - btrfs: do not allow non subvolume root targets for snapshot (git-fixes) - btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) - btrfs: do not delete unused block group if it may be used soon (bsc#1220120). - btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). - btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) - btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). - btrfs: do not warn if discard range is not aligned to sector (git-fixes) - btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). - btrfs: error out when COWing block using a stale transaction (git-fixes) - btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) - btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) - btrfs: fail priority metadata ticket with real fs error (bsc#1220120). - btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) - btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) - btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). - btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) - btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) - btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) - btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) - btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) - btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). - btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). - btrfs: fix race when refilling delayed refs block reserve (git-fixes) - btrfs: fix start transaction qgroup rsv double free (git-fixes) - btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). - btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) Dropped hunk in selftests (test_case_7), 92e1229b204d6. - btrfs: free qgroup rsv on io failure (git-fixes) - btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) - btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). - btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) - btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). - btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). - btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). - btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). - btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). - btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). - btrfs: make error messages more clear when getting a chunk map (git-fixes) - btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). - btrfs: make find_free_dev_extent() static (bsc#1220120). - btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). - btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). - btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). - btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). - btrfs: output extra debug info if we failed to find an inline backref (git-fixes) - btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). - btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) - btrfs: print available space across all block groups when dumping space info (bsc#1220120). - btrfs: print available space for a block group when dumping a space info (bsc#1220120). - btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). - btrfs: print target number of bytes when dumping free space (bsc#1220120). - btrfs: qgroup: always free reserved space for extent records (bsc#1216196). - btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) - btrfs: record delayed inode root in transaction (git-fixes) - btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) - btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) - btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). - btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). - btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). - btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). - btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). - btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). - btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). - btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). - btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). - btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) - btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). - btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). - btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). - btrfs: send: ensure send_fd is writable (git-fixes) - btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) - btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) - btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) - btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). - btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). - btrfs: store the error that turned the fs into error state (bsc#1220120). - btrfs: sysfs: validate scrub_speed_max value (git-fixes) - btrfs: tree-checker: fix inline ref size in error messages (git-fixes) - btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). - btrfs: update documentation for add_new_free_space() (bsc#1220120). - btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). - btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). - btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). - btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). - btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). - btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) - btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) - btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). - bus: mhi: ep: check the correct variable in mhi_ep_register_controller() (git-fixes). - ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). - ceph: stop copying to iter at EOF on sync reads (bsc#1222606). - certs: Add ECDSA signature verification self-test (bsc#1222777). - certs: Move RSA self-test data to separate file (bsc#1222777). - cifs: Do not use certain unnecessary folio_*() functions (bsc#1225172). - cifs: account for primary channel in the interface list (bsc#1225172). - cifs: cifs_chan_is_iface_active should be called with chan_lock held (bsc#1225172). - cifs: distribute channels across interfaces based on speed (bsc#1225172). - cifs: do not pass cifs_sb when trying to add channels (bsc#1225172). - cifs: failure to add channel on iface should bump up weight (git-fixes, bsc#1225172). - cifs: fix charset issue in reconnection (bsc#1225172). - cifs: fix leak of iface for primary channel (git-fixes, bsc#1225172). - cifs: handle cases where a channel is closed (bsc#1225172). - cifs: handle cases where multiple sessions share connection (bsc#1225172). - cifs: reconnect work should have reference on server struct (bsc#1225172). - clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). - clk: Get runtime PM before walking tree during disable_unused (git-fixes). - clk: Get runtime PM before walking tree for clk_summary (git-fixes). - clk: Initialize struct clk_core kref earlier (stable-fixes). - clk: Remove prepare_lock hold assertion in __clk_release() (git-fixes). - clk: Show active consumers of clocks in debugfs (stable-fixes). - clk: mediatek: Do a runtime PM get on controllers during probe (git-fixes). - clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). - clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). - clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). - clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). - clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). - clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). - clk: qcom: reset: Commonize the de/assert functions (stable-fixes). - clk: qcom: reset: Ensure write completion on reset de/assertion (git-fixes). - clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). - clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). - clk: rs9: fix wrong default value for clock amplitude (git-fixes). - clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). - clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). - clocksource/drivers/arm_global_timer: Fix maximum prescaler value (git-fixes). - clocksource/drivers/imx: Fix -Wunused-but-set-variable warning (git-fixes). - comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). - coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) - coresight: trbe: Allocate platform data per device (bsc#1220587) - coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) - counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). - cppc_cpufreq: Fix possible null pointer dereference (git-fixes). - cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). - cpufreq: exit() callback is optional (git-fixes). - cpumask: Add for_each_cpu_from() (bsc#1225053). - crypto: bcm - Fix pointer arithmetic (git-fixes). - crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). - crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). - crypto: ccp - drop platform ifdef checks (git-fixes). - crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). - crypto: ecdsa - Fix module auto-load on add-key (git-fixes). - crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). - crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). - crypto: qat - fix ring to service map for dcc in 4xxx (git-fixes). - crypto: qat - improve error logging to be consistent across features (git-fixes). - crypto: qat - relocate and rename get_service_enabled() (stable-fixes). - crypto: qat - specify firmware files for 402xx (git-fixes). - crypto: rsa - add a check for allocation failure (bsc#1222775). - crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). - crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). - crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). - cxl/acpi: Fix load failures due to single window creation failure (git-fixes). - cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window (git-fixes). - cxl/trace: Properly initialize cxl_poison region name (git-fixes). - dax/bus.c: replace driver-core lock usage by a local rwsem (jsc#PED-5853). - dax/bus.c: replace several sprintf() with sysfs_emit() (jsc#PED-5853). - dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n (jsc#PED-5853). - device-dax: make dax_bus_type const (jsc#PED-5853). - dlm: fix user space lkb refcounting (git-fixes). - dm crypt: remove redundant state settings after waking up (jsc#PED-7542). - dm thin: add braces around conditional code that spans lines (jsc#PED-7542). - dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). - dm-integrity: set max_integrity_segments in dm_integrity_io_hints (jsc#PED-7542). - dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) Also update diff context in patches.suse/dm-raid-fix-false-positive-for-requeue-needed-during-b25b.patch - dm-raid: add a new helper prepare_suspend() in md_personality (jsc#PED-7542). - dm-raid: really frozen sync_thread during suspend (jsc#PED-7542). - dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). - dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list (jsc#PED-7542). - dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). - dma-buf: Fix NULL pointer dereference in sanitycheck() (git-fixes). - dma-mapping: benchmark: fix node id validation (git-fixes). - dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). - dma: xilinx_dpdma: Fix locking (git-fixes). - dmaengine: axi-dmac: fix possible race in remove() (git-fixes). - dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). - dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). - dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). - dmaengine: owl: fix register access functions (git-fixes). - dmaengine: tegra186: Fix residual calculation (git-fixes). - docs: Restore "smart quotes" for quotes (stable-fixes). - docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). - docs: netdev: Fix typo in Signed-off-by tag (git-fixes). - driver core: Introduce device_link_wait_removal() (stable-fixes). - drivers/nvme: Add quirks for device 126f:2262 (git-fixes). - drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() (stable-fixes). - drm/amd/display: Add dml2 copy functions (stable-fixes). - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active (stable-fixes). - drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). - drm/amd/display: Change default size for dummy plane in DML2 (stable-fixes). - drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). - drm/amd/display: Enable colorspace property for MST connectors (git-fixes). - drm/amd/display: Fix bounds check for dcn35 DcfClocks (git-fixes). - drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). - drm/amd/display: Fix idle check for shared firmware state (stable-fixes). - drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). - drm/amd/display: Fix nanosec stat overflow (stable-fixes). - drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). - drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). - drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). - drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). - drm/amd/display: Override min required DCFCLK in dml1_validate (stable-fixes). - drm/amd/display: Prevent crash when disable stream (stable-fixes). - drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 (stable-fixes). - drm/amd/display: Remove MPC rate control logic from DCN30 and above (stable-fixes). - drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). - drm/amd/display: Return the correct HDCP error code (stable-fixes). - drm/amd/display: Send DTBCLK disable message on first commit (git-fixes). - drm/amd/display: Set DCN351 BB and IP the same as DCN35 (stable-fixes). - drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST (stable-fixes). - drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane (stable-fixes). - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). - drm/amd/display: fix disable otg wa logic in DCN316 (stable-fixes). - drm/amd/display: fix input states translation error for dcn35 & dcn351 (stable-fixes). - drm/amd/display: handle range offsets in VRR ranges (stable-fixes). - drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 (stable-fixes). - drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). - drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects' (git-fixes). - drm/amdgpu/pm: Check the validity of overdiver power limit (git-fixes). - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit (git-fixes). - drm/amdgpu/pm: Fix the error of pwm1_enable setting (stable-fixes). - drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). - drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). - drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series (stable-fixes). - drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). - drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). - drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). - drm/amdgpu: Refine IB schedule error logging (stable-fixes). - drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). - drm/amdgpu: always force full reset for SOC21 (stable-fixes). - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (stable-fixes). - drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). - drm/amdgpu: fix deadlock while reading mqd from debugfs (git-fixes). - drm/amdgpu: fix doorbell regression (git-fixes). - drm/amdgpu: fix incorrect number of active RBs for gfx11 (stable-fixes). - drm/amdgpu: fix mmhub client id out-of-bounds access (git-fixes). - drm/amdgpu: fix use-after-free bug (stable-fixes). - drm/amdgpu: fix visible VRAM handling during faults (git-fixes). - drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). - drm/amdgpu: make damage clips support configurable (stable-fixes). - drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). - drm/amdgpu: remove invalid resource->start check v2 (git-fixes). - drm/amdgpu: validate the parameters of bo mapping operations more clearly (git-fixes). - drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). - drm/amdkfd: Fix memory leak in create_process failure (git-fixes). - drm/amdkfd: Reset GPU on queue preemption failure (stable-fixes). - drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 (stable-fixes). - drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). - drm/arm/malidp: fix a possible null pointer dereference (git-fixes). - drm/ast: Fix soft lockup (git-fixes). - drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). - drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: anx7625: Update audio status while detecting (git-fixes). - drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). - drm/buddy: check range allocation matches alignment (stable-fixes). - drm/client: Fully protect modes[] with dev->mode_config.mutex (stable-fixes). - drm/connector: Add \n to message about demoting connector force-probes (git-fixes). - drm/display: fix typo (git-fixes). - drm/exynos: do not return negative values from .get_modes() (stable-fixes). - drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). - drm/gma500: Remove lid code (git-fixes). - drm/i915/audio: Fix audio time stamp programming for DP (stable-fixes). - drm/i915/bios: Fix parsing backlight BDB data (git-fixes). - drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). - drm/i915/cdclk: Fix CDCLK programming order when pipes are active (git-fixes). - drm/i915/display: Use i915_gem_object_get_dma_address to get dma address (stable-fixes). - drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY &lt; 13 (git-fixes). - drm/i915/dp: Remove support for UHBR13.5 (git-fixes). - drm/i915/dpt: Make DPT object unshrinkable (git-fixes). - drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly (git-fixes). - drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). - drm/i915/gt: Disable HW load balancing for CCS (git-fixes). - drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). - drm/i915/gt: Do not generate the command streamer for all the CCS (git-fixes). - drm/i915/gt: Enable only one CCS for compute workload (git-fixes). - drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). - drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). - drm/i915/guc: avoid FIELD_PREP warning (git-fixes). - drm/i915/hwmon: Fix locking inversion in sysfs getter (git-fixes). - drm/i915/lspcon: Separate function to set expected mode (bsc#1193599). - drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). - drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). - drm/i915/mst: Reject FEC+MST on ICL (git-fixes). - drm/i915/mtl: Update workaround 14018575942 (git-fixes). - drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). - drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). - drm/i915: Disable port sync when bigjoiner is used (stable-fixes). - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() (git-fixes). - drm/i915: Fix audio component initialization (git-fixes). - drm/i915: Include the PLL name in the debug messages (stable-fixes). - drm/i915: Pre-populate the cursor physical dma address (git-fixes). - drm/i915: Replace a memset() with zero initialization (stable-fixes). - drm/i915: Stop printing pipe name as hex (stable-fixes). - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs (stable-fixes). - drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports (stable-fixes). - drm/i915: Use named initializers for DPLL info (stable-fixes). - drm/imx/ipuv3: do not return negative values from .get_modes() (stable-fixes). - drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). - drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). - drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). - drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). - drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). - drm/meson: dw-hdmi: power up phy on device init (git-fixes). - drm/meson: gate px_clk when setting rate (git-fixes). - drm/meson: vclk: fix calculation of 59.94 fractional rates (git-fixes). - drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). - drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). - drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). - drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). - drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (git-fixes). - drm/msm/dpu: Add callback function pointer check before its call (git-fixes). - drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). - drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). - drm/msm/dpu: do not allow overriding data from catalog (git-fixes). - drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible (git-fixes). - drm/msm/dpu: use devres-managed allocation for MDP TOP (stable-fixes). - drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). - drm/msm: Add newlines to some debug prints (git-fixes). - drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). - drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). - drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). - drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). - drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). - drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). - drm/panel: do not return negative error codes from drm_panel_get_modes() (stable-fixes). - drm/panel: ili9341: Respect deferred probe (git-fixes). - drm/panel: ili9341: Use predefined error codes (git-fixes). - drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). - drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). - drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). - drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). - drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: visionox-rm69299: do not unregister DSI device (git-fixes). - drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() (git-fixes). - drm/panfrost: fix power transition timeout warnings (git-fixes). - drm/prime: Unbreak virtgpu dma-buf export (git-fixes). - drm/probe-helper: warn about negative .get_modes() (stable-fixes). - drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` (git-fixes). - drm/qxl: remove unused variable from `qxl_process_single_command()` (git-fixes). - drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). - drm/radeon: silence UBSAN warning (v3) (stable-fixes). - drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). - drm/rockchip: vop2: Remove AR30 and AB30 format support (git-fixes). - drm/sched: fix null-ptr-deref in init entity (git-fixes). - drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). - drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). - drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). - drm/vc4: do not check if plane->state->fb == state->fb (stable-fixes). - drm/vc4: hdmi: do not return negative values from .get_modes() (stable-fixes). - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed (git-fixes). - drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). - drm/vmwgfx: Fix Legacy Display Unit (git-fixes). - drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). - drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). - drm/vmwgfx: Fix prime import/export (git-fixes). - drm/vmwgfx: Sort primary plane formats by order of preference (git-fixes). - drm: Check output polling initialized before disabling (stable-fixes). - drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (stable-fixes). - drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). - drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). - drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). - drm: nv04: Fix out of bounds access (git-fixes). - drm: panel-orientation-quirks: Add quirk for GPD Win Mini (stable-fixes). - drm: vc4: Fix possible null pointer dereference (git-fixes). - drm: zynqmp_dpsub: Always register bridge (git-fixes). - dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) - dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). - dyndbg: fix old BUG_ON in >control parser (stable-fixes). - e1000e: Minor flow correction in e1000_shutdown function (git-fixes). - e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). - e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). - ecryptfs: Fix buffer size for tag 66 packet (git-fixes) - ecryptfs: Reject casefold directory inodes (git-fixes) - efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). - efi/unaccepted: touch soft lockup during memory accept (git-fixes). - efi: disable mirror feature during crashkernel (stable-fixes). - efi: fix panic in kdump kernel (git-fixes). - efi: libstub: only free priv.runtime_map when allocated (git-fixes). - extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). - fast_dput(): handle underflows gracefully (git-fixes) - fat: fix uninitialized field in nostale filehandles (git-fixes) - fbdev: fix incorrect address computation in deferred IO (git-fixes). - fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). - fbdev: sh7760fb: allow modular build (git-fixes). - fbdev: shmobile: fix snprintf truncation (git-fixes). - fbdev: sisfb: hide unused variables (git-fixes). - fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (stable-fixes). - fbmon: prevent division by zero in fb_videomode_from_videomode() (stable-fixes). - firewire: core: use long bus reset on gap count error (stable-fixes). - firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). - firmware: arm_scmi: Make raw debugfs entries non-seekable (git-fixes). - firmware: dmi-id: add a release callback function (git-fixes). - firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). - firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (stable-fixes). - fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) - fs/9p: translate O_TRUNC into OTRUNC (git-fixes) - fs: Fix error checking for d_hash_and_lookup() (git-fixes) - fs: indicate request originates from old mount API (git-fixes) - fs: relax mount_setattr() permission checks (git-fixes) - fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) - ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). - fuse: do not unhash root (bsc#1223946). - fuse: fix root lookup with nonzero generation (bsc#1223945). - geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). - geneve: make sure to pull inner header in geneve_rx() (git-fixes). - gpio: cdev: check for NULL labels when sanitizing them for irqs (git-fixes). - gpio: cdev: fix missed label sanitizing in debounce_setup() (git-fixes). - gpio: cdev: sanitize the label before requesting the interrupt (stable-fixes). - gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). - gpio: tangier: Use correct type for the IRQ chip data (git-fixes). - gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). - gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). - gpiolib: cdev: fix uninitialised kfifo (git-fixes). - gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). - gpiolib: swnode: Remove wrong header inclusion (git-fixes). - gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). - gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (git-fixes). - hwmon: (amc6821) add of_match table (stable-fixes). - hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). - hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). - hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). - hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). - hwmon: (lm70) fix links in doc and comments (git-fixes). - hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). - hwmon: (shtc1) Fix property misspelling (git-fixes). - hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init() (git-fixes). - i2c: cadence: Avoid fifo clear after start (git-fixes). - i2c: pxa: hide unused icr_bits[] variable (git-fixes). - i2c: smbus: fix NULL function pointer dereference (git-fixes). - i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). - i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). - i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). - i40e: Enforce software interrupt during busy-poll exit (git-fixes). - i40e: Fix VF MAC filter removal (git-fixes). - i40e: Fix firmware version comparison function (git-fixes). - i40e: disable NAPI right after disabling irqs when handling xsk_pool (git-fixes). - i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). - i40e: fix vf may be used uninitialized in this function warning (git-fixes). - i915: make inject_virtual_interrupt() void (stable-fixes). - ice: Refactor FW data type and fix bitmap casting issue (git-fixes). - ice: fix enabling RX VLAN filtering (git-fixes). - ice: fix memory corruption bug with suspend and rebuild (git-fixes). - ice: fix stats being updated by way too large values (git-fixes). - ice: fix typo in assignment (git-fixes). - ice: fix uninitialized dplls mutex usage (git-fixes). - ice: reconfig host after changing MSI-X on VF (git-fixes). - ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). - ice: use relative VSI index for VFs instead of PF VSI number (git-fixes). - ice: virtchnl: stop pretending to support RSS over AQ or registers (git-fixes). - ida: make 'ida_dump' static (git-fixes). - idma64: Do not try to serve interrupts when device is powered off (git-fixes). - idpf: disable local BH when scheduling napi for marker packets (git-fixes). - idpf: extend tx watchdog timeout (bsc#1224137). - idpf: fix kernel panic on unknown packet types (git-fixes). - igb: Fix missing time sync events (git-fixes). - igb: extend PTP timestamp adjustments to i211 (git-fixes). - igc: Fix missing time sync events (git-fixes). - igc: Remove stale comment about Tx timestamping (git-fixes). - igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). - iio: accel: mxc4005: Interrupt handling fixes (git-fixes). - iio: adc: stm32: Fixing err code to not indicate success (git-fixes). - iio: core: Leave private pointer NULL when no private data supplied (git-fixes). - iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). - iio: gts-helper: Fix division loop (git-fixes). - iio: pressure: Fixes BME280 SPI driver data (git-fixes). - iio: pressure: dps310: support negative temperature values (git-fixes). - iio:imu: adis16475: Fix sync mode setting (git-fixes). - inet: frags: eliminate kernel-doc warning (git-fixes). - inet_diag: annotate data-races around inet_diag_table[] (git-fixes). - init/main.c: Fix potential static_command_line memory overflow (git-fixes). - init: open /initrd.image with O_LARGEFILE (stable-fixes). - input/touchscreen: imagis: Correct the maximum touch area value (stable-fixes). - intel: legacy: Partial revert of field get conversion (git-fixes). - interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() (git-fixes). - interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). - interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). - interconnect: qcom: sm8550: Enable sync_state (git-fixes). - io_uring: kabi cookie remove (bsc#1217384). - iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) - iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA (git-fixes). - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) - iommu/dma: Trace bounce buffer usage when mapping buffers (git-fixes). - iommu/vt-d: Allocate local memory for page request queue (git-fixes). - iommu/vt-d: Fix wrong use of pasid config (git-fixes). - iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking (git-fixes). - iommu: Map reserved memory as cacheable if device is coherent (git-fixes). - iommufd/iova_bitmap: Bounds check mapped::pages access (git-fixes). - iommufd/iova_bitmap: Consider page offset for the pages to be pinned (git-fixes). - iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (git-fixes). - iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). - iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). - iommufd: Reject non-zero data_type if no data_len is provided (git-fixes). - ionic: set adminq irq affinity (git-fixes). - ipv4: annotate data-races around fi->fib_dead (git-fixes). - irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). - irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). - irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). - irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). - irqchip/gic-v3-its: Prevent double free on error (git-fixes). - irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). - irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). - irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). - irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). - irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). - ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (git-fixes). - ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (git-fixes). - jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). - kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). - kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). - kABI workaround for cs35l56 (git-fixes). - kABI workaround for of driver changes (git-fixes). - kABI: Adjust trace_iterator.wait_index (git-fixes). - kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). - kabi/severities: Remove mitigation-related symbols Those are used by the core kernel to implement CPU vulnerabilities mitigation and are not expected to be consumed by 3rd party users. - kabi/severities: ignore IMS functions They were dropped in previous patches. Noone is supposed to use them. - kabi/severities: ignore TAS2781 symbol drop, it's only locally used - kabi/severities: ignore Wangxun ethernet driver local symbols - kabi/severities: ignore brcmfmac-specific local symbols - kasan, fortify: properly rename memintrinsics (git-fixes). - kasan/test: avoid gcc warning for intentional overflow (git-fixes). - kasan: disable kasan_non_canonical_hook() for HW tags (git-fixes). - kasan: print the original fault addr when access invalid shadow (git-fixes). - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 (stable-fixes). - kconfig: fix infinite loop when expanding a macro at the end of file (git-fixes). - kexec: do syscore_shutdown() in kernel_kexec (git-fixes). - kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). - kselftest: Add a ksft_perror() helper (stable-fixes). - kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). - leds: pwm: Disable PWM when going to suspend (git-fixes). - lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). - libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). - libperf evlist: Avoid out-of-bounds access (git-fixes). - libsubcmd: Fix parse-options memory leak (git-fixes). - livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) - lsm: fix the logic in security_inode_getsecctx() (git-fixes). - mac802154: fix llsec key resources release in mac802154_llsec_key_del (git-fixes). - maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). - md/dm-raid: do not call md_reap_sync_thread() directly (jsc#PED-7542). - md/raid1-10: add a helper raid1_check_read_range() (jsc#PED-7542). - md/raid1-10: factor out a new helper raid1_should_read_first() (jsc#PED-7542). - md/raid1: factor out choose_bb_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out choose_slow_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). - md/raid1: factor out helpers to choose the best rdev from read_balance() (jsc#PED-7542). - md/raid1: factor out read_first_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out the code to manage sequential IO (jsc#PED-7542). - md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). - md/raid1: record nonrot rdevs while adding/removing rdevs to conf (jsc#PED-7542). - md: Do not clear MD_CLOSING when the raid is about to stop (jsc#PED-7542). - md: add a new helper rdev_has_badblock() (jsc#PED-7542). - md: add a new helper reshape_interrupted() (jsc#PED-7542). - md: changed the switch of RAID_VERSION to if (jsc#PED-7542). - md: check mddev->pers before calling md_set_readonly() (jsc#PED-7542). - md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). - md: clean up openers check in do_md_stop() and md_set_readonly() (jsc#PED-7542). - md: do not clear MD_RECOVERY_FROZEN for new dm-raid until resume (jsc#PED-7542). - md: export helper md_is_rdwr() (jsc#PED-7542). - md: export helpers to stop sync_thread (jsc#PED-7542). - md: factor out a helper to sync mddev (jsc#PED-7542). - md: fix kmemleak of rdev->serial (jsc#PED-7542). - md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). - md: merge the check of capabilities into md_ioctl_valid() (jsc#PED-7542). - md: preserve KABI in struct md_personality (jsc#PED-7542). - md: remove redundant check of 'mddev->sync_thread' (jsc#PED-7542). - md: remove redundant md_wakeup_thread() (jsc#PED-7542). - md: return directly before setting did_set_md_closing (jsc#PED-7542). - md: sync blockdev before stopping raid or setting readonly (jsc#PED-7542). - md: use RCU lock to protect traversal in md_spares_need_change() (jsc#PED-7542). - media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). - media: cadence: csi2rx: use match fwnode for media link (git-fixes). - media: cec: core: remove length check of Timer Status (stable-fixes). - media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). - media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). - media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). - media: ipu3-cio2: Request IRQ earlier (git-fixes). - media: mc: Fix flags handling when creating pad links (stable-fixes). - media: mc: Fix graph walk in media_pipeline_start (git-fixes). - media: mc: Rename pad variable to clarify intent (stable-fixes). - media: mc: mark the media devnode as registered from the, start (git-fixes). - media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). - media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). - media: rkisp1: Fix IRQ handling due to shared interrupts (stable-fixes). - media: sta2x11: fix irq handler cast (stable-fixes). - media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). - media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). - media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). - media: v4l2-subdev: Fix stream handling for crop API (git-fixes). - media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). - mei: me: add arrow lake point H DID (stable-fixes). - mei: me: add arrow lake point S DID (stable-fixes). - mei: me: add lunar lake point M DID (stable-fixes). - mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). - mlxbf_gige: call request_irq() after NAPI initialized (git-fixes). - mlxbf_gige: stop PHY during open() error paths (git-fixes). - mlxbf_gige: stop interface during shutdown (git-fixes). - mlxsw: Use refcount_t for reference counting (git-fixes). - mm,page_owner: Defer enablement of static branch (bsc#1222366). - mm,page_owner: Fix accounting of pages when migrating (bsc#1222366). - mm,page_owner: Fix printing of stack records (bsc#1222366). - mm,page_owner: Fix refcount imbalance (bsc#1222366). - mm,page_owner: Update metadata for tail pages (bsc#1222366). - mm,page_owner: check for null stack_record before bumping its refcount (bsc#1222366). - mm,page_owner: drop unnecessary check (bsc#1222366). - mm,page_owner: fix recursion (bsc#1222366). - mm/slab: make __free(kfree) accept error pointers (git-fixes). - mm: memcg: do not periodically flush stats when memcg is disabled (bsc#1222525). - mm: memcg: use larger batches for proactive reclaim (bsc#1222522). - mm: page_owner: fix wrong information in dump_page_owner (git-fixes). - mm_init kABI workaround (git-fixes). - mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). - mmc: core: Avoid negative index with array access (git-fixes). - mmc: core: Initialize mmc_blk_ioc_data (git-fixes). - mmc: davinci: Do not strip remove function when driver is builtin (git-fixes). - mmc: omap: fix broken slot switch lookup (git-fixes). - mmc: omap: fix deferred probe (git-fixes). - mmc: omap: restore original power up/down steps (git-fixes). - mmc: sdhci-msm: pervent access to suspended controller (git-fixes). - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode (git-fixes). - mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). - mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). - mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). - mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). - mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). - modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS (stable-fixes). - mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). - mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). - mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). - mptcp: move __mptcp_error_report in protocol.c (git-fixes). - mptcp: process pending subflow error on close (git-fixes). - mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). - mtd: diskonchip: work around ubsan link failure (stable-fixes). - mtd: rawnand: hynix: fixed typo (git-fixes). - mtd: spinand: Add support for 5-byte IDs (stable-fixes). - net/mlx5: Correctly compare pkt reformat ids (git-fixes). - net/mlx5: E-switch, Change flow rule destination checking (git-fixes). - net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). - net/mlx5: Fix fw reporter diagnose output (git-fixes). - net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). - net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). - net/mlx5: Properly link new fs rules into the tree (git-fixes). - net/mlx5: Register devlink first under devlink lock (git-fixes). - net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). - net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). - net/mlx5: offset comp irq index in name by one (git-fixes). - net/mlx5e: Change the warning when ignore_flow_level is not supported (git-fixes). - net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). - net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). - net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). - net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). - net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). - net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (git-fixes). - net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (git-fixes). - net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). - net/smc: fix documentation of buffer sizes (git-fixes). - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). - net/x25: fix incorrect parameter validation in the x25_getsockopt() function (git-fixes). - net: NSH: fix kernel-doc notation warning (git-fixes). - net: Use sockaddr_storage for getsockopt(SO_PEERNAME) (git-fixes). - net: add netdev_lockdep_set_classes() to virtual drivers (git-fixes). - net: annotate data-races around sk->sk_bind_phc (git-fixes). - net: annotate data-races around sk->sk_forward_alloc (git-fixes). - net: annotate data-races around sk->sk_lingertime (git-fixes). - net: annotate data-races around sk->sk_tsflags (git-fixes). - net: bonding: remove kernel-doc comment marker (git-fixes). - net: cfg802154: fix kernel-doc notation warnings (git-fixes). - net: dsa: microchip: fix register write order in ksz8_ind_write8() (git-fixes). - net: dsa: mt7530: fix handling of all link-local frames (git-fixes). - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (git-fixes). - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (git-fixes). - net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). - net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). - net: ena: Fix incorrect descriptor free behavior (git-fixes). - net: ena: Fix potential sign extension issue (git-fixes). - net: ena: Move XDP code to its new files (git-fixes). - net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). - net: ena: Remove ena_select_queue (git-fixes). - net: ena: Set tx_info->xdpf value to NULL (git-fixes). - net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). - net: ena: Wrong missing IO completions check order (git-fixes). - net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). - net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (git-fixes). - net: fec: Set mac_managed_pm during probe (git-fixes). - net: hns3: fix index limit to support all queue stats (git-fixes). - net: hns3: fix kernel crash when 1588 is received on HIP08 devices (git-fixes). - net: hns3: fix kernel crash when devlink reload during pf initialization (git-fixes). - net: hns3: fix port duplex configure error in IMP reset (git-fixes). - net: hns3: fix wrong judgment condition issue (git-fixes). - net: hns3: mark unexcuted loopback test result as UNEXECUTED (git-fixes). - net: hns3: tracing: fix hclgevf trace event strings (git-fixes). - net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (git-fixes). - net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). - net: ks8851: Inline ks8851_rx_skb() (git-fixes). - net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (git-fixes). - net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips (git-fixes). - net: libwx: fix memory leak on free page (git-fixes). - net: ll_temac: platform_get_resource replaced by wrong function (git-fixes). - net: llc: fix kernel-doc notation warnings (git-fixes). - net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (git-fixes). - net: nfc: remove inappropriate attrs check (stable-fixes). - net: pcs: xpcs: Return EINVAL in the internal methods (git-fixes). - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (git-fixes). - net: phy: micrel: Fix potential null pointer dereference (git-fixes). - net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping (git-fixes). - net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (stable-fixes). - net: ravb: Always process TX descriptor ring (git-fixes). - net: ravb: Let IP-specific receive function to interrogate descriptors (git-fixes). - net: smsc95xx: add support for SYS TEC USB-SPEmodule1 (git-fixes). - net: sparx5: Fix use after free inside sparx5_del_mact_entry (git-fixes). - net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). - net: sparx5: flower: fix fragment flags handling (git-fixes). - net: stmmac: Fix incorrect dereference in interrupt handlers (git-fixes). - net: stmmac: dwmac-starfive: Add support for JH7100 SoC (git-fixes). - net: stmmac: fix rx queue priority assignment (git-fixes). - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (git-fixes). - net: tcp: fix unexcepted socket die when snd_wnd is 0 (git-fixes). - net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). - net: tls: fix returned read length with async decrypt (bsc#1221858). - net: tls: fix use-after-free with partial reads and async (bsc#1221858). - net: usb: ax88179_178a: avoid the interface always configured as random address (git-fixes). - net: usb: ax88179_178a: avoid writing the mac address before first reading (git-fixes). - net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). - net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). - net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). - net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). - net: usb: sr9700: stop lying about skb->truesize (git-fixes). - net: veth: do not manipulate GRO when using XDP (git-fixes). - net: wwan: t7xx: Split 64bit accesses to fix alignment issues (git-fixes). - net:usb:qmi_wwan: support Rolling modules (stable-fixes). - netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). - netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). - netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). - nf_conntrack: fix -Wunused-const-variable= (git-fixes). - nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). - nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). - nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (git-fixes). - nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). - nfp: flower: handle acti_netdevs allocation failure (git-fixes). - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (git-fixes). - nfsd: Fix a regression in nfsd_setattr() (git-fixes). - nfsd: do not call locks_release_private() twice concurrently (git-fixes). - nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). - nilfs2: fix OOB in nilfs_set_de_type (git-fixes). - nilfs2: fix out-of-range warning (git-fixes). - nilfs2: fix potential bug in end_buffer_async_write (git-fixes). - nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). - nilfs2: fix use-after-free of timer for log writer thread (git-fixes). - nilfs2: make superblock data array index computation sparse friendly (git-fixes). - nouveau/dmem: handle kcalloc() allocation failure (git-fixes). - nouveau/gsp: do not check devinit disable on GSP (git-fixes). - nouveau/uvmm: fix addr/range calcs for remap operations (git-fixes). - nouveau: fix devinit paths to only handle display on GSP (git-fixes). - nouveau: fix function cast warning (git-fixes). - nouveau: fix instmem race condition around ptr stores (git-fixes). - nouveau: lock the client object tree (stable-fixes). - nouveau: reset the bo resource bus info after an eviction (git-fixes). - nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal (jsc#PED-5853). - nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). - nvdimm: make nvdimm_bus_type const (jsc#PED-5853). - nvme-fc: do not wait in vain when unloading module (git-fixes). - nvme-multipath: fix io accounting on failover (git-fixes). - nvme-pci: Add quirk for broken MSIs (git-fixes). - nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). - nvme: fix multipath batched completion accounting (git-fixes). - nvme: fix reconnection fail due to reserved tag allocation (git-fixes). - nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). - nvmet-fc: abort command when there is no binding (git-fixes). - nvmet-fc: defer cleanup using RCU properly (git-fixes). - nvmet-fc: hold reference on hostport match (git-fixes). - nvmet-fc: release reference on target port (git-fixes). - nvmet-fcloop: swap the list_add_tail arguments (git-fixes). - nvmet-tcp: fix nvme tcp ida memory leak (git-fixes).++ kernel-source-azure.spec (revision 4)%define git_commit ba2f81d0ba1ad117dc6a5494a21d358f354126d7Release: &lt;RELEASE>.gba2f81d - nvmet: fix ns enable/disable possible hang (git-fixes). - octeontx2-af: Add array index check (git-fixes). - octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). - octeontx2-af: Fix devlink params (git-fixes). - octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). - octeontx2-af: Use matching wake_up API variant in CGX command interface (git-fixes). - octeontx2-af: Use separate handlers for interrupts (git-fixes). - octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). - octeontx2-pf: Send UP messages to VF only when VF is up (git-fixes). - octeontx2-pf: Use default max_active works instead of one (git-fixes). - octeontx2-pf: Wait till detach_resources msg is complete (git-fixes). - octeontx2-pf: check negative error code in otx2_open() (git-fixes). - octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). - octeontx2: Detect the mbox up or down message via register (git-fixes). - of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). - of: module: add buffer overflow check in of_modalias() (git-fixes). - of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). - of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). - of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). - of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). - of: property: fix typo in io-channels (git-fixes). - of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). - of: unittest: Fix compile in the non-dynamic case (git-fixes). - overflow: Allow non-type arg to type_max() and type_min() (stable-fixes). - peci: linux/peci.h: fix Excess kernel-doc description warning (git-fixes). - perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). - perf annotate: Get rid of duplicate --group option item (git-fixes). - perf auxtrace: Fix multiple use of --itrace option (git-fixes). - perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). - perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). - perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). - perf daemon: Fix file leak in daemon_session__control (git-fixes). - perf docs: Document bpf event modifier (git-fixes). - perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). - perf expr: Fix "has_event" function for metric style events (git-fixes). - perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). - perf jevents: Drop or simplify small integer values (git-fixes). - perf list: fix short description for some cache events (git-fixes). - perf lock contention: Add a missing NULL check (git-fixes). - perf metric: Do not remove scale from counts (git-fixes). - perf pmu: Count sys and cpuid JSON events separately (git fixes). - perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). - perf pmu: Treat the msr pmu as software (git-fixes). - perf print-events: make is_event_supported() more robust (git-fixes). - perf probe: Add missing libgen.h header needed for using basename() (git-fixes). - perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). - perf record: Fix debug message placement for test consumption (git-fixes). - perf record: Fix possible incorrect free in record__switch_output() (git-fixes). - perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). - perf sched timehist: Fix -g/--call-graph option failure (git-fixes). - perf script: Show also errors for --insn-trace option (git-fixes). - perf srcline: Add missed addr2line closes (git-fixes). - perf stat: Avoid metric-only segv (git-fixes). - perf stat: Do not display metric header for non-leader uncore events (git-fixes). - perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). - perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). - perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). - perf tests: Apply attributes to all events in object code reading test (git-fixes). - perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). - perf tests: Make data symbol test wait for perf to start (bsc#1220045). - perf tests: Skip data symbol test if buf1 symbol is missing (bsc#1220045). - perf thread: Fixes to thread__new() related to initializing comm (git-fixes). - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). - perf top: Uniform the event name for the hybrid machine (git-fixes). - perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). - perf ui browser: Avoid SEGV on title (git fixes). - perf ui browser: Do not save pointer to stack memory (git-fixes). - perf vendor events amd: Add Zen 4 memory controller events (git-fixes). - perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). - perf/x86/amd/core: Avoid register reset when CPU is dead (git-fixes). - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later (git-fixes). - perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). - perf/x86/amd/lbr: Use freeze based on availability (git-fixes). - perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). - perf/x86/intel: Expose existence of callback support to KVM (git-fixes). - perf/x86: Fix out of range data (git-fixes). - phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). - phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). - phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). - phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). - phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). - phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). - phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). - pinctrl/meson: fix typo in PDM's pin name (git-fixes). - pinctrl: armada-37xx: remove an unused variable (git-fixes). - pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). - pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). - pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). - pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). - pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). - pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). - pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). - pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (stable-fixes). - platform/chrome: cros_ec_uart: properly fix race condition (git-fixes). - platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). - platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). - platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). - platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (stable-fixes). - platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name (stable-fixes). - platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). - power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). - power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). - powerpc/crypto/chacha-p10: Fix failure on non Power10 (bsc#1218205). - powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (git-fixes). - powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). - powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). - powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). - powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). - powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). - powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). - ppdev: Add an error check in register_device (git-fixes). - prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). - printk: Add this_cpu_in_panic() (bsc#1225607). - printk: Adjust mapping for 32bit seq macros (bsc#1225607). - printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). - printk: Consolidate console deferred printing (bsc#1225607). - printk: Disable passing console lock owner completely during panic() (bsc#1225607). - printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). - printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). - printk: Keep non-panic-CPUs out of console lock (bsc#1225607). - printk: Let no_printk() use _printk() (bsc#1225618). - printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). - printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). - printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). - printk: Wait for all reserved records with pr_flush() (bsc#1225607). - printk: nbcon: Relocate 32bit seq macros (bsc#1225607). - printk: ringbuffer: Clarify special lpos values (bsc#1225607). - printk: ringbuffer: Cleanup reader terminology (bsc#1225607). - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). - printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). - proc/kcore: do not try to access unaccepted memory (git-fixes). - pstore/zone: Add a null pointer check to the psz_kmsg_read (stable-fixes). - pstore: inode: Convert mutex usage to guard(mutex) (stable-fixes). - pstore: inode: Only d_invalidate() is needed (git-fixes). - pwm: img: fix pwm clock lookup (git-fixes). - qibfs: fix dentry leak (git-fixes) - r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (git-fixes). - r8169: skip DASH fw status checks when DASH is disabled (git-fixes). - random: handle creditable entropy from atomic process context (git-fixes). - regmap: Add regmap_read_bypassed() (git-fixes). - regmap: kunit: Ensure that changed bytes are actually different (stable-fixes). - regmap: maple: Fix cache corruption in regcache_maple_drop() (git-fixes). - regmap: maple: Fix uninitialized symbol 'ret' warnings (git-fixes). - regulator: bd71828: Do not overwrite runtime voltages (git-fixes). - regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). - regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). - regulator: core: fix debugfs creation regression (git-fixes). - regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). - regulator: tps65132: Add of_match table (stable-fixes). - remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). - remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). - remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). - remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). - remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (git-fixes). - remoteproc: virtio: Fix wdg cannot recovery remote processor (git-fixes). - ring-buffer: Do not set shortest_full when full target is hit (git-fixes). - ring-buffer: Fix a race between readers and resize checks (git-fixes). - ring-buffer: Fix full_waiters_pending in poll (git-fixes). - ring-buffer: Fix resetting of shortest_full (git-fixes). - ring-buffer: Fix waking up ring buffer readers (git-fixes). - ring-buffer: Make wake once of ring_buffer_wait() more robust (git-fixes). - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (git-fixes). - ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). - rtc: mt6397: select IRQ_DOMAIN instead of depending on it (git-fixes). - s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). - s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). - s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). - s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). - s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). - s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). - s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). - s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). - s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). - s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). - s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). - s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). - s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). - s390/vtime: fix average steal time calculation (git-fixes bsc#1221783). - s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). - sched-fair-Add-EAS-checks-before-updating-root_domain-overutilized.patch. - sched-fair-Combine-EAS-check-with-overutilized-access.patch. - sched-fair-Introduce-is_rd_overutilized-helper-function-to-access-root_domain-overutilized.patch. - sched/balancing: Rename newidle_balance() => sched_balance_newidle() (bsc#1222173). - sched/fair: Check root_domain::overload value before update (bsc#1222173). - sched/fair: Use helper functions to access root_domain::overload (bsc#1222173). - sched/psi: Select KERNFS as needed (git-fixes). - sched/topology: Optimize topology_span_sane() (bsc#1225053). - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn (git-fixes). - scsi: core: Consult supported VPD page list prior to fetching page (git-fixes). - scsi: core: Fix unremoved procfs host directory regression (git-fixes). - scsi: csiostor: Avoid function pointer casts (git-fixes). - scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() (git-fixes). - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() (git-fixes). - scsi: libsas: Fix disk not being scanned in after being removed (git-fixes). - scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). - scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). - scsi: lpfc: Change lpfc_hba hba_flag member into a bitmask (bsc#1225842). Refresh: - patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch - scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). - scsi: lpfc: Copyright updates for 14.4.0.1 patches (bsc#1221777). - scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (bsc#1221777). - scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). - scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (bsc#1221777). - scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (bsc#1221777). - scsi: lpfc: Define types in a union for generic void *context3 ptr (bsc#1221777). - scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). - scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (bsc#1221777). - scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1221777). - scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (bsc#1221777 bsc#1217959). - scsi: lpfc: Remove unnecessary log message in queuecommand path (bsc#1221777). - scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (bsc#1221777). - scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). - scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). - scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). - scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (bsc#1221777). - scsi: lpfc: Use a dedicated lock for ras_fwlog state (bsc#1221777). - scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() (git-fixes). - scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (git-fixes). - scsi: mylex: Fix sysfs buffer lengths (git-fixes). - scsi: qla2xxx: Change debug message during driver unload (bsc1221816). - scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). - scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). - scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). - scsi: qla2xxx: Fix double free of fcport (bsc1221816). - scsi: qla2xxx: Fix double free of the ha->vp_map pointer (bsc1221816). - scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (git-fixes). - scsi: qla2xxx: NVME|FCP prefer flag not being honored (bsc1221816). - scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). - scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). - scsi: qla2xxx: Update manufacturer detail (bsc1221816). - scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). - scsi: sd: Unregister device if device_add_disk() failed in sd_probe() (git-fixes). - scsi: sg: Avoid race in error handling & drop bogus warn (git-fixes). - scsi: sg: Avoid sg device teardown race (git-fixes). - scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). - sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (git-fixes). - selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). - selftests/bpf: add edge case backtracking logic test (bsc#1225756). - selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). - selftests/ftrace: Fix event filter target_func selection (stable-fixes). - selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). - selftests/kcmp: remove unused open mode (git-fixes). - selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). - selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). - selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). - selftests/powerpc/papr-vpd: Fix missing variable initialization (jsc#PED-4486 git-fixes). - selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). - selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). - selftests: default to host arch for LLVM builds (git-fixes). - selftests: forwarding: Fix ping failure due to short timeout (git-fixes). - selftests: kselftest: Fix build failure with NOLIBC (git-fixes). - selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). - selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). - selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). - selftests: net: move amt to socat for better compatibility (git-fixes). - selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). - selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). - selftests: timers: Fix abs() warning in posix_timers test (git-fixes). - selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). - selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). - selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). - selinux: avoid dereference of garbage after mount failure (git-fixes). - selinux: introduce an initial SID for early boot processes (bsc#1208593). - serial/pmac_zilog: Remove flawed mitigation for rx irq flood (git-fixes). - serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). - serial: 8250_dw: Revert: Do not reclock if already at correct rate (git-fixes). - serial: 8250_exar: Do not remove GPIO device on suspend (git-fixes). - serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). - serial: Lock console when calling into driver before registration (git-fixes). - serial: core: Fix atomicity violation in uart_tiocmget (git-fixes). - serial: core: only stop transmit when HW fifo is empty (git-fixes). - serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). - serial: max3100: Fix bitwise types (git-fixes). - serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). - serial: max310x: fix NULL pointer dereference in I2C instantiation (git-fixes). - serial: max310x: fix syntax error in IRQ error message (git-fixes). - serial: mxs-auart: add spinlock around changing cts state (git-fixes). - serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). - serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). - serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). - serial: stm32: Reset .throttled state in .startup() (git-fixes). - series.conf: cleanup Fix subsection header to silence series_insert error. - slimbus: core: Remove usage of the deprecated ida_simple_xx() API (git-fixes). - slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). - smb3: show beginning time for per share stats (bsc#1225172). - smb: client: ensure to try all targets when finding nested links (bsc#1225172). - smb: client: fix mount when dns_resolver key is not available (git-fixes, bsc#1225172). - smb: client: fix parsing of SMB3.1.1 POSIX create context (git-fixes, bsc#1225172). - smb: client: get rid of dfs code dep in namespace.c (bsc#1225172). - smb: client: get rid of dfs naming in automount code (bsc#1225172). - smb: client: introduce DFS_CACHE_TGT_LIST() (bsc#1225172). - smb: client: reduce stack usage in cifs_try_adding_channels() (bsc#1225172). - smb: client: remove extra @chan_count check in __cifs_put_smb_ses() (bsc#1225172). - smb: client: rename cifs_dfs_ref.c to namespace.c (bsc#1225172). - soc: fsl: qbman: Always disable interrupts when taking cgr_lock (git-fixes). - soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). - soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). - soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (stable-fixes). - soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). - soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). - soc: qcom: pmic_glink: notify clients about the current state (git-fixes). - soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). - sock_diag: annotate data-races around sock_diag_handlers[family] (git-fixes). - soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). - speakup: Avoid crash on very long word (git-fixes). - speakup: Fix 8bit characters from direct synth (git-fixes). - speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). - spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). - spi: fix null pointer dereference within spi_sync (git-fixes). - spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). - spi: intel-pci: Add support for Lunar Lake-M SPI serial flash (stable-fixes). - spi: lm70llp: fix links in doc and comments (git-fixes). - spi: lpspi: Avoid potential use-after-free in probe() (git-fixes). - spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (git-fixes). - spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). - spi: spi-fsl-lpspi: remove redundant spi_controller_put call (git-fixes). - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (git-fixes). - spi: stm32: Do not warn about spurious interrupts (git-fixes). - spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). - spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). - staging: vc04_services: changen strncpy() to strscpy_pad() (stable-fixes). - staging: vc04_services: fix information leak in create_component() (git-fixes). - staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). - stmmac: Clear variable when destroying workqueue (git-fixes). - supported.conf: support tcp_dctcp module (jsc#PED-8111) - swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) - swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) - swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) - swiotlb: use the calculated number of areas (git-fixes). - thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). - thermal/drivers/tsens: Fix null pointer dereference (git-fixes). - thermal/of: Assume polling-delay(-passive) 0 when absent (stable-fixes). - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (git-fixes). - thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). - thunderbolt: Do not create DisplayPort tunnels on adapters of the same router (git-fixes). - thunderbolt: Fix wake configurations after device unplug (stable-fixes). - thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). - thunderbolt: Introduce tb_port_reset() (stable-fixes). - thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). - thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). - tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). - tls: do not skip over different type records from the rx_list (bsc#1221858). - tls: fix peeking with sync+async decryption (bsc#1221858). - tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). - tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). - tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). - tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). - tools/power/turbostat: Fix uncore frequency file string (bsc#1221765). - tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). - tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (git-fixes). - tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). - tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). - tracing: Have saved_cmdlines arrays all in one allocation (git-fixes). - tracing: Remove precision vsnprintf() check from print event (git-fixes). - tracing: Use .flush() call to wake up readers (git-fixes). - tracing: hide unused ftrace_event_id_fops (git-fixes). - tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). - tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (git-fixes). - tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). - ubifs: Queue up space reservation tasks if retrying many times (git-fixes). - ubifs: Remove unreachable code in dbg_check_ltab_lnum (git-fixes). - ubifs: Set page uptodate in the correct place (git-fixes). - ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed (git-fixes). - ubifs: fix sort function prototype (git-fixes). - usb: Disable USB3 LPM at shutdown (stable-fixes). - usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). - usb: aqc111: stop lying about skb->truesize (git-fixes). - usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor (git-fixes). - usb: cdc-wdm: close race between read and workqueue (git-fixes). - usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). - usb: dwc2: gadget: LPM flow fix (git-fixes). - usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). - usb: dwc2: host: Fix dereference issue in DDMA completion flow (git-fixes). - usb: dwc2: host: Fix hibernation flow (git-fixes). - usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). - usb: dwc3-am62: Disable wakeup at remove (git-fixes). - usb: dwc3-am62: Rename private data (git-fixes). - usb: dwc3-am62: fix module unload/reload behavior (git-fixes). - usb: dwc3: Properly set system wakeup (git-fixes). - usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). - usb: dwc3: core: Prevent phy suspend during init (Git-fixes). - usb: dwc3: pci: Drop duplicate ID (git-fixes). - usb: fotg210: Add missing kernel doc description (git-fixes). - usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). - usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). - usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). - usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (git-fixes). - usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). - usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). - usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR (stable-fixes). - usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). - usb: ohci: Prevent missed ohci interrupts (git-fixes). - usb: phy: generic: Get the vbus supply (git-fixes). - usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (stable-fixes). - usb: typec: Return size of buffer if pd_set operation succeeds (git-fixes). - usb: typec: tcpci: add generic tcpci fallback compatible (stable-fixes). - usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). - usb: typec: tcpm: Correct port source pdo array in pd_set callback (git-fixes). - usb: typec: tcpm: Correct the PDO counting in pd_set (git-fixes). - usb: typec: tcpm: Update PD of Type-C port upon pd_set (git-fixes). - usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() (git-fixes). - usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). - usb: typec: tipd: fix event checking for tps6598x (git-fixes). - usb: typec: ucsi: Ack unsupported commands (stable-fixes). - usb: typec: ucsi: Check for notifications after init (git-fixes). - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock (git-fixes). - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (stable-fixes). - usb: typec: ucsi: Fix connector check on init (git-fixes). - usb: typec: ucsi: Fix race between typec_switch and role_switch (git-fixes). - usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). - usb: typec: ucsi: always register a link to USB PD device (git-fixes). - usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). - usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). - usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). - usb: udc: remove warning when queue disabled ep (stable-fixes). - usb: xhci-plat: Do not include xhci.h (stable-fixes). - usb: xhci: Add error handling in xhci_map_urb_for_dma (git-fixes). - usb: xhci: Implement xhci_handshake_check_state() helper. - usb: xhci: correct return value in case of STS_HCE (git-fixes). - vboxsf: Avoid an spurious warning if load_nls_xxx() fails (git-fixes). - vboxsf: explicitly deny setlease attempts (stable-fixes). - vdpa/mlx5: Allow CVQ size changes (git-fixes). - vdpa_sim: reset must not run (git-fixes). - veth: try harder when allocating queue memory (git-fixes). - vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). - vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). - virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). - virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). - virtio_net: Do not send RSS key if it is not supported (git-fixes). - vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). - vsock/virtio: fix packet delivery to tap device (git-fixes). - watchdog: bd9576: Drop "always-running" property (git-fixes). - watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). - watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (git-fixes). - watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). - wifi: ar5523: enable proper endpoint verification (git-fixes). - wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). - wifi: ath10k: poll service ready message before failing (git-fixes). - wifi: ath10k: populate board data for WCN3990 (git-fixes). - wifi: ath11k: decrease MHI channel buffer length to 8KB (bsc#1207948). - wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). - wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). - wifi: ath9k: fix LNA selection in ath_ant_try_scan() (stable-fixes). - wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro (stable-fixes). - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info (git-fixes). - wifi: brcmfmac: add per-vendor feature detection callback (stable-fixes). - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password (stable-fixes). - wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). - wifi: carl9170: add a proper sanity check for endpoints (git-fixes). - wifi: carl9170: re-fix fortified-memset warning (git-fixes). - wifi: cfg80211: check A-MSDU format more carefully (stable-fixes). - wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). - wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). - wifi: iwlwifi: fw: do not always use FW dump trig (git-fixes). - wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). - wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). - wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). - wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). - wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). - wifi: iwlwifi: mvm: include link ID when releasing frames (git-fixes). - wifi: iwlwifi: mvm: init vif works only once (git-fixes). - wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). - wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). - wifi: iwlwifi: mvm: rfi: fix potential response leaks (git-fixes). - wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). - wifi: iwlwifi: mvm: use correct address 3 in A-MSDU (stable-fixes). - wifi: iwlwifi: pcie: Add the PCI device id for new hardware (stable-fixes). - wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). - wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). - wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (stable-fixes). - wifi: mac80211: clean up assignments to pointer cache (stable-fixes). - wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). - wifi: mac80211: fix prep_connection error path (stable-fixes). - wifi: mac80211: fix unaligned le16 access (git-fixes). - wifi: mac80211: only call drv_sta_rc_update for uploaded stations (stable-fixes). - wifi: mac80211: remove link before AP (git-fixes). - wifi: mac80211_hwsim: init peer measurement result (git-fixes). - wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). - wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). - wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). - wifi: mt76: mt7996: add locking for accessing mapped registers (stable-fixes). - wifi: mt76: mt7996: disable AMSDU for non-data frames (stable-fixes). - wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). - wifi: nl80211: do not free NULL coalescing rule (git-fixes). - wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU (stable-fixes). - wifi: rtw89: fix null pointer access when abort scan (stable-fixes). - wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). - wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor (stable-fixes). - wireguard: netlink: access device through ctx instead of peer (git-fixes). - wireguard: netlink: check for dangling peer via is_dead instead of empty list (git-fixes). - wireguard: receive: annotate data-race around receiving_counter.counter (git-fixes). - x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). - x86/bugs: Fix BHI retpoline check (git-fixes). - x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). - x86/bugs: Remove default case for fully switched enums (git-fixes). - x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). - x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). - x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). - x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). - x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). - x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). - x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). - x86/hyperv: Use per cpu initial stack for vtl context (git-fixes). - x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). - x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). - x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). - x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). - x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). - x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). - x86/purgatory: Switch to the position-independent small code model (git-fixes). - x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). - x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). - x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). - x86/srso: Disentangle rethunk-dependent options (git-fixes). - x86/srso: Fix unret validation dependencies (git-fixes). - x86/srso: Improve i-cache locality for alias mitigation (git-fixes). - x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). - x86/srso: Remove 'pred_cmd' label (git-fixes). - x86/srso: Unexport untraining functions (git-fixes). - x86/xen: Add some null pointer checking to smp.c (git-fixes). - x86/xen: attempt to inflate the memory balloon on PVH (git-fixes). - xdp, bonding: Fix feature flags when there are no slave devs anymore (git-fixes). - xen-netfront: Add missing skb_mark_for_recycle (git-fixes). - xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). - xen/events: fix error code in xen_bind_pirq_msi_to_irq() (git-fixes). - xen/events: increment refcnt only if event channel is refcounted (git-fixes). - xen/events: modify internal [un]bind interfaces (git-fixes). - xen/events: reduce externally visible helper functions (git-fixes). - xen/events: remove some simple helpers from events_base.c (git-fixes). - xen/evtchn: avoid WARN() when unbinding an event channel (git-fixes). - xen: evtchn: Allow shared registration of IRQ handers (git-fixes). - xfs: add lock protection when remove perag from radix tree (git-fixes). - xfs: allow extent free intents to be retried (git-fixes). - xfs: fix perag leak when growfs fails (git-fixes). - xfs: force all buffers to be written during btree bulk load (git-fixes). - xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). - xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). - xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). - xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). - xfs: use xfs_defer_pending objects to recover intent items (git-fixes). - xhci: Simplify event ring dequeue pointer update for port change events (git-fixes). - xhci: add helper that checks for unhandled events on a event ring (git-fixes). - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event() (git-fixes). - xhci: simplify event ring dequeue tracking for transfer events (git-fixes). - 9p: add missing locking around taking dentry fid list (git-fixes) - accel/ivpu: Fix deadlock in context_xa (git-fixes). - ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). - ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). - ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). - ACPI: CPPC: Fix access width used for PCC registers (git-fixes). - ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). - ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). - ACPI: disable -Wstringop-truncation (git-fixes). - ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). - ACPI: LPSS: Advertise number of chip selects via property (git-fixes). - ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (stable-fixes). - ACPI: resource: Do IRQ override on Lunnen Ground laptops (stable-fixes). - ACPI: scan: Do not increase dep_unmet for already met dependencies (git-fixes). - ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS (stable-fixes). - ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (git-fixes). - admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). - ahci: asm1064: asm1166: do not limit reported ports (git-fixes). - ahci: asm1064: correct count of reported ports (stable-fixes). - ALSA: aoa: avoid false-positive format truncation warning (git-fixes). - ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). - ALSA: core: Remove debugfs at disconnection (git-fixes). - ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (stable-fixes). - ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). - ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). - ALSA: hda: clarify Copyright information (stable-fixes). - ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). - ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). - ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). - ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). - ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). - ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). - ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (stable-fixes). - ALSA: hda: cs35l41: Update DSP1RX5/6 Sources for DSP config (stable-fixes). - ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). - ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). - ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). - ALSA: hda: cs35l56: Set the init_done flag before component_add() (git-fixes). - ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). - ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). - ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). - ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). - ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC (stable-fixes). - ALSA: hda/realtek - Fix inactive headset mic jack (stable-fixes). - ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). - ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). - ALSA: hda/realtek: Add quirk for HP SnowWhite laptops (stable-fixes). - ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 (stable-fixes). - ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 (stable-fixes). - ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). - ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N (stable-fixes). - ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). - ALSA: hda/realtek: Add quirks for some Clevo laptops (stable-fixes). - ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 models (stable-fixes). - ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). - ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). - ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR (stable-fixes). - ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). - ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). - ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). - ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). - ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). - ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). - ALSA: hda/realtek: fix the hp playback volume issue for LG machines (stable-fixes). - ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 (git-fixes). - ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound (stable-fixes). - ALSA: hda/realtek: Update Panasonic CF-SZ6 quirk to support headset with microphone (git-fixes). - ALSA: hda/tas2781: add locks to kcontrols (git-fixes). - ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 (stable-fixes). - ALSA: hda/tas2781: correct the register for pow calibrated data (git-fixes). - ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). - ALSA: line6: Zero-initialize message buffers (stable-fixes). - ALSA: scarlett2: Add correct product series name to messages (stable-fixes). - ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). - ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). - ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). - ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). - ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). - ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). - ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). - ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). - ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). - ALSA: seq: Fix yet another spot for system message conversion (git-fixes). - ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages (git-fixes). - ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (git-fixes). - ALSA: timer: Set lower bound of start tick time (stable-fixes). - ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). - ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). - ALSA: ump: Set default protocol when not given explicitly (git-fixes). - ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). - ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). - ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). - amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). - amdkfd: use calloc instead of kzalloc to avoid integer overflow (stable-fixes). - arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) - arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) - ARM: 9381/1: kasan: clear stale stack poison (git-fixes). - ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). - ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). - ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). - ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). - ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). - arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). - arm64: bpf: fix 32bit unconditional bswap (git-fixes). - arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) - arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) - arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) - arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) - arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) - arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) - arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) - arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) - arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) - arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) - arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) - arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) - arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) - arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) - arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) - arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) - arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) - arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) - arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). - arm64: tegra: Correct Tegra132 I2C alias (git-fixes) - arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) - arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). - arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) - arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) - asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). - ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). - ASoC: amd: acp: fix for acp_init function error handling (git-fixes). - ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (stable-fixes). - ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" (stable-fixes). - ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). - ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config (git-fixes). - ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). - ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). - ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). - ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). - ASoC: Intel: avs: Fix potential integer overflow (git-fixes). - ASoC: Intel: avs: Populate board selection with new I2S entries (stable-fixes). - ASoC: Intel: avs: Set name of control as in topology (git-fixes). - ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). - ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). - ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). - ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops (stable-fixes). - ASoC: Intel: Disable route checks for Skylake boards (git-fixes). - ASoC: kirkwood: Fix potential NULL dereference (git-fixes). - ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). - ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). - ASoC: meson: axg-card: make links nonatomic (git-fixes). - ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). - ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). - ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). - ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). - ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (git-fixes). - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates (git-fixes). - ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). - ASoC: rt5645: Make LattePanda board DMI match more precise (stable-fixes). - ASoC: rt5682-sdw: fix locking sequence (git-fixes). - ASoC: rt711-sdca: fix locking sequence (git-fixes). - ASoC: rt711-sdw: fix locking sequence (git-fixes). - ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). - ASoC: rt715-sdca: volume step modification (git-fixes). - ASoC: rt715: add vendor clear control register (git-fixes). - ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). - ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). - ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). - ASoC: soc-core.c: Skip dummy codec when adding platforms (stable-fixes). - ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). - ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). - ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). - ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). - ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). - ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). - ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend (stable-fixes). - ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). - ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). - ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). - ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). - ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). - ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). - ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). - ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). - ASoC: tlv320adc3xxx: Do not strip remove function when driver is builtin (git-fixes). - ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). - ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). - ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() (git-fixes). - ata: libata-core: Allow command duration limits detection for ACS-4 drives (git-fixes). - ata: pata_legacy: make legacy_exit() work again (git-fixes). - ata: sata_gemini: Check clk_enable() result (stable-fixes). - ata: sata_mv: Fix PCI device ID table declaration compilation warning (git-fixes). - ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (git-fixes). - autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). - ax25: Fix netdev refcount issue (git-fixes). - ax25: Fix reference count leak issue of net_device (git-fixes). - ax25: Fix reference count leak issues of ax25_dev (git-fixes). - ax25: fix use-after-free bugs caused by ax25_ds_del_timer (git-fixes). - batman-adv: Avoid infinite loop trying to resize local TT (git-fixes). - bitops: add missing prototype check (git-fixes). - blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). - blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). - block: fix q->blkg_list corruption during disk rebind (bsc#1223591). - Bluetooth: Add new quirk for broken read key length on ATS2851 (stable-fixes). - Bluetooth: add quirk for broken address properties (git-fixes). - Bluetooth: btintel: Fix null ptr deref in btintel_read_version (stable-fixes). - Bluetooth: btintel: Fixe build regression (git-fixes). - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). - Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). - Bluetooth: Fix memory leak in hci_req_sync_complete() (git-fixes). - Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). - Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). - Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). - Bluetooth: hci_core: Cancel request on command timeout (stable-fixes). - Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). - Bluetooth: hci_event: set the conn encrypted before conn establishes (stable-fixes). - Bluetooth: hci_sock: Fix not validating setsockopt user input (git-fixes). - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync (git-fixes). - Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY (git-fixes). - Bluetooth: hci_sync: Use QoS to determine which PHY to scan (stable-fixes). - Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). - Bluetooth: ISO: Align broadcast sync_timeout with connection timeout (stable-fixes). - Bluetooth: ISO: Do not reject BT_ISO_QOS if parameters are unset (git-fixes). - Bluetooth: l2cap: Do not double set the HCI_CONN_MGMT_CONNECTED bit (git-fixes). - Bluetooth: L2CAP: Fix not validating setsockopt user input (git-fixes). - Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). - Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). - Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). - Bluetooth: mgmt: Fix limited discoverable off timeout (stable-fixes). - Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). - Bluetooth: qca: add missing firmware sanity checks (git-fixes). - Bluetooth: qca: fix device-address endianness (git-fixes). - Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). - Bluetooth: qca: fix firmware check error path (git-fixes). - Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). - Bluetooth: qca: fix NVM configuration parsing (git-fixes). - Bluetooth: RFCOMM: Fix not validating setsockopt user input (git-fixes). - Bluetooth: SCO: Fix not validating setsockopt user input (git-fixes). - bnx2x: Fix firmware version string character counts (git-fixes). - bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). - bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). - bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). - bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) - bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). - bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). - bootmem: use kmemleak_free_part_phys in free_bootmem_page (git-fixes). - bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). - bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) - bpf, arm64: Fix incorrect runtime stats (git-fixes) - bpf, scripts: Correct GPL license name (git-fixes). - bpf: fix precision backtracking instruction iteration (bsc#1225756). - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). - bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). - btrfs: add a helper to read the superblock metadata_uuid (git-fixes) - btrfs: add and use helper to check if block group is used (bsc#1220120). - btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). - btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). - btrfs: always clear PERTRANS metadata during commit (git-fixes) - btrfs: always print transaction aborted messages with an error level (git-fixes) - btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). - btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). - btrfs: assert delayed node locked when removing delayed item (git-fixes) - btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). - btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). - btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). - btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). - btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) - btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) - btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) - btrfs: do not allow non subvolume root targets for snapshot (git-fixes) - btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) - btrfs: do not delete unused block group if it may be used soon (bsc#1220120). - btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). - btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) - btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). - btrfs: do not warn if discard range is not aligned to sector (git-fixes) - btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). - btrfs: error out when COWing block using a stale transaction (git-fixes) - btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) - btrfs: error when COWing block from a root that is being deleted (git-fixes) - btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) - btrfs: fail priority metadata ticket with real fs error (bsc#1220120). - btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) - btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) - btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). - btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) - btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) - btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) - btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) - btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) - btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). - btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). - btrfs: fix race when refilling delayed refs block reserve (git-fixes) - btrfs: fix start transaction qgroup rsv double free (git-fixes) - btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). - btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) Dropped hunk in selftests (test_case_7), 92e1229b204d6. - btrfs: free qgroup rsv on io failure (git-fixes) - btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) - btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). - btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) - btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). - btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). - btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). - btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). - btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). - btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). - btrfs: make error messages more clear when getting a chunk map (git-fixes) - btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). - btrfs: make find_free_dev_extent() static (bsc#1220120). - btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). - btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). - btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). - btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). - btrfs: output extra debug info if we failed to find an inline backref (git-fixes) - btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). - btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) - btrfs: print available space across all block groups when dumping space info (bsc#1220120). - btrfs: print available space for a block group when dumping a space info (bsc#1220120). - btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). - btrfs: print target number of bytes when dumping free space (bsc#1220120). - btrfs: qgroup: always free reserved space for extent records (bsc#1216196). - btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) - btrfs: record delayed inode root in transaction (git-fixes) - btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) - btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) - btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). - btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). - btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). - btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). - btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). - btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). - btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). - btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). - btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). - btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) - btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). - btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). - btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). - btrfs: send: ensure send_fd is writable (git-fixes) - btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) - btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) - btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) - btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). - btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). - btrfs: store the error that turned the fs into error state (bsc#1220120). - btrfs: sysfs: validate scrub_speed_max value (git-fixes) - btrfs: tree-checker: fix inline ref size in error messages (git-fixes) - btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). - btrfs: update documentation for add_new_free_space() (bsc#1220120). - btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). - btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). - btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). - btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). - btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). - btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) - btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) - btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). - bus: mhi: ep: check the correct variable in mhi_ep_register_controller() (git-fixes). - ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). - ceph: stop copying to iter at EOF on sync reads (bsc#1222606). - certs: Add ECDSA signature verification self-test (bsc#1222777). - certs: Move RSA self-test data to separate file (bsc#1222777). - clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). - clk: Get runtime PM before walking tree during disable_unused (git-fixes). - clk: Get runtime PM before walking tree for clk_summary (git-fixes). - clk: Initialize struct clk_core kref earlier (stable-fixes). - clk: mediatek: Do a runtime PM get on controllers during probe (git-fixes). - clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). - clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). - clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). - clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). - clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). - clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). - clk: qcom: reset: Commonize the de/assert functions (stable-fixes). - clk: qcom: reset: Ensure write completion on reset de/assertion (git-fixes). - clk: Remove prepare_lock hold assertion in __clk_release() (git-fixes). - clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). - clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). - clk: rs9: fix wrong default value for clock amplitude (git-fixes). - clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). - clk: Show active consumers of clocks in debugfs (stable-fixes). - clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). - clocksource/drivers/arm_global_timer: Fix maximum prescaler value (git-fixes). - clocksource/drivers/imx: Fix -Wunused-but-set-variable warning (git-fixes). - comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). - coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) - coresight: trbe: Allocate platform data per device (bsc#1220587) - coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) - counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). - cppc_cpufreq: Fix possible null pointer dereference (git-fixes). - cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). - cpufreq: exit() callback is optional (git-fixes). - cpumask: Add for_each_cpu_from() (bsc#1225053). - crypto: bcm - Fix pointer arithmetic (git-fixes). - crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). - crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). - crypto: ccp - drop platform ifdef checks (git-fixes). - crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). - crypto: ecdsa - Fix module auto-load on add-key (git-fixes). - crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). - crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). - crypto: qat - fix ring to service map for dcc in 4xxx (git-fixes). - crypto: qat - improve error logging to be consistent across features (git-fixes). - crypto: qat - relocate and rename get_service_enabled() (stable-fixes). - crypto: qat - specify firmware files for 402xx (git-fixes). - crypto: rsa - add a check for allocation failure (bsc#1222775). - crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). - crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). - crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). - cxl/acpi: Fix load failures due to single window creation failure (git-fixes). - cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window (git-fixes). - cxl/trace: Properly initialize cxl_poison region name (git-fixes). - dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n (jsc#PED-5853). - dax/bus.c: replace driver-core lock usage by a local rwsem (jsc#PED-5853). - dax/bus.c: replace several sprintf() with sysfs_emit() (jsc#PED-5853). - device-dax: make dax_bus_type const (jsc#PED-5853). - dlm: fix user space lkb refcounting (git-fixes). - dm crypt: remove redundant state settings after waking up (jsc#PED-7542). - dm thin: add braces around conditional code that spans lines (jsc#PED-7542). - dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). - dm-integrity: set max_integrity_segments in dm_integrity_io_hints (jsc#PED-7542). - dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). - dm-raid: add a new helper prepare_suspend() in md_personality (jsc#PED-7542). - dm-raid: really frozen sync_thread during suspend (jsc#PED-7542). - dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape (bsc#1219596) - dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list (jsc#PED-7542). - dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). - dma-buf: Fix NULL pointer dereference in sanitycheck() (git-fixes). - dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). - dma-mapping: benchmark: fix node id validation (git-fixes). - dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). - dma: xilinx_dpdma: Fix locking (git-fixes). - dmaengine: axi-dmac: fix possible race in remove() (git-fixes). - dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). - dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). - dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). - dmaengine: owl: fix register access functions (git-fixes). - dmaengine: tegra186: Fix residual calculation (git-fixes). - driver core: Introduce device_link_wait_removal() (stable-fixes). - drivers/nvme: Add quirks for device 126f:2262 (git-fixes). - drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). - drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). - drm: Check output polling initialized before disabling (stable-fixes). - drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (stable-fixes). - drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). - drm: nv04: Fix out of bounds access (git-fixes). - drm: panel-orientation-quirks: Add quirk for GPD Win Mini (stable-fixes). - drm: vc4: Fix possible null pointer dereference (git-fixes). - drm: zynqmp_dpsub: Always register bridge (git-fixes). - drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). - drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() (stable-fixes). - drm/amd/display: Add dml2 copy functions (stable-fixes). - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active (stable-fixes). - drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). - drm/amd/display: Change default size for dummy plane in DML2 (stable-fixes). - drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). - drm/amd/display: Enable colorspace property for MST connectors (git-fixes). - drm/amd/display: Fix bounds check for dcn35 DcfClocks (git-fixes). - drm/amd/display: fix disable otg wa logic in DCN316 (stable-fixes). - drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). - drm/amd/display: Fix idle check for shared firmware state (stable-fixes). - drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). - drm/amd/display: fix input states translation error for dcn35 & dcn351 (stable-fixes). - drm/amd/display: Fix nanosec stat overflow (stable-fixes). - drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). - drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). - drm/amd/display: handle range offsets in VRR ranges (stable-fixes). - drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). - drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). - drm/amd/display: Override min required DCFCLK in dml1_validate (stable-fixes). - drm/amd/display: Prevent crash when disable stream (stable-fixes). - drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 (stable-fixes). - drm/amd/display: Remove MPC rate control logic from DCN30 and above (stable-fixes). - drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). - drm/amd/display: Return the correct HDCP error code (stable-fixes). - drm/amd/display: Send DTBCLK disable message on first commit (git-fixes). - drm/amd/display: Set DCN351 BB and IP the same as DCN35 (stable-fixes). - drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST (stable-fixes). - drm/amd/display: Update odm when ODM combine is changed on an otg master pipe with no plane (stable-fixes). - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). - drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 (stable-fixes). - drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). - drm/amdgpu: always force full reset for SOC21 (stable-fixes). - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (stable-fixes). - drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). - drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). - drm/amdgpu: Enable gpu reset for S3 abort cases on Raven series (stable-fixes). - drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). - drm/amdgpu: fix deadlock while reading mqd from debugfs (git-fixes). - drm/amdgpu: fix doorbell regression (git-fixes). - drm/amdgpu: fix incorrect number of active RBs for gfx11 (stable-fixes). - drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). - drm/amdgpu: fix mmhub client id out-of-bounds access (git-fixes). - drm/amdgpu: fix use-after-free bug (stable-fixes). - drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). - drm/amdgpu: fix visible VRAM handling during faults (git-fixes). - drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). - drm/amdgpu: make damage clips support configurable (stable-fixes). - drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). - drm/amdgpu: Refine IB schedule error logging (stable-fixes). - drm/amdgpu: remove invalid resource->start check v2 (git-fixes). - drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). - drm/amdgpu: validate the parameters of bo mapping operations more clearly (git-fixes). - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects' (git-fixes). - drm/amdgpu/pm: Check the validity of overdiver power limit (git-fixes). - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit (git-fixes). - drm/amdgpu/pm: Fix the error of pwm1_enable setting (stable-fixes). - drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). - drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). - drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). - drm/amdkfd: Fix memory leak in create_process failure (git-fixes). - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 (stable-fixes). - drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). - drm/amdkfd: Reset GPU on queue preemption failure (stable-fixes). - drm/arm/malidp: fix a possible null pointer dereference (git-fixes). - drm/ast: Fix soft lockup (git-fixes). - drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: anx7625: Update audio status while detecting (git-fixes). - drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). - drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). - drm/buddy: check range allocation matches alignment (stable-fixes). - drm/ci: update device type for volteer devices (git-fixes). - drm/client: Fully protect modes[] with dev->mode_config.mutex (stable-fixes). - drm/connector: Add \n to message about demoting connector force-probes (git-fixes). - drm/display: fix typo (git-fixes). - drm/exynos: do not return negative values from .get_modes() (stable-fixes). - drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). - drm/gma500: Remove lid code (git-fixes). - drm/i915: Disable live M/N updates when using bigjoiner (stable-fixes). - drm/i915: Disable port sync when bigjoiner is used (stable-fixes). - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() (git-fixes). - drm/i915: Fix audio component initialization (git-fixes). - drm/i915: Include the PLL name in the debug messages (stable-fixes). - drm/i915: Pre-populate the cursor physical dma address (git-fixes). - drm/i915: Replace a memset() with zero initialization (stable-fixes). - drm/i915: Stop printing pipe name as hex (stable-fixes). - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs (stable-fixes). - drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports (stable-fixes). - drm/i915: Use named initializers for DPLL info (stable-fixes). - drm/i915/audio: Fix audio time stamp programming for DP (stable-fixes). - drm/i915/bios: Fix parsing backlight BDB data (git-fixes). - drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). - drm/i915/cdclk: Fix CDCLK programming order when pipes are active (git-fixes). - drm/i915/display: Use i915_gem_object_get_dma_address to get dma address (stable-fixes). - drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY &lt; 13 (git-fixes). - drm/i915/dp: Remove support for UHBR13.5 (git-fixes). - drm/i915/dpt: Make DPT object unshrinkable (git-fixes). - drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly (git-fixes). - drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). - drm/i915/gt: Disable HW load balancing for CCS (git-fixes). - drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). - drm/i915/gt: Do not generate the command streamer for all the CCS (git-fixes). - drm/i915/gt: Enable only one CCS for compute workload (git-fixes). - drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). - drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). - drm/i915/guc: avoid FIELD_PREP warning (git-fixes). - drm/i915/hwmon: Fix locking inversion in sysfs getter (git-fixes). - drm/i915/lspcon: Separate function to set expected mode (bsc#1193599). - drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). - drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). - drm/i915/mst: Reject FEC+MST on ICL (git-fixes). - drm/i915/mtl: Update workaround 14018575942 (git-fixes). - drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). - drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). - drm/imx/ipuv3: do not return negative values from .get_modes() (stable-fixes). - drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). - drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). - drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). - drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). - drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). - drm/meson: dw-hdmi: power up phy on device init (git-fixes). - drm/meson: gate px_clk when setting rate (git-fixes). - drm/meson: vclk: fix calculation of 59.94 fractional rates (git-fixes). - drm/msm: Add newlines to some debug prints (git-fixes). - drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). - drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). - drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). - drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). - drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (git-fixes). - drm/msm/dpu: Add callback function pointer check before its call (git-fixes). - drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). - drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). - drm/msm/dpu: do not allow overriding data from catalog (git-fixes). - drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible (git-fixes). - drm/msm/dpu: use devres-managed allocation for MDP TOP (stable-fixes). - drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). - drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). - drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). - drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). - drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). - drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). - drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). - drm/panel: do not return negative error codes from drm_panel_get_modes() (stable-fixes). - drm/panel: ili9341: Respect deferred probe (git-fixes). - drm/panel: ili9341: Use predefined error codes (git-fixes). - drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). - drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). - drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). - drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). - drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: visionox-rm69299: do not unregister DSI device (git-fixes). - drm/panfrost: fix power transition timeout warnings (git-fixes). - drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() (git-fixes). - drm/prime: Unbreak virtgpu dma-buf export (git-fixes). - drm/probe-helper: warn about negative .get_modes() (stable-fixes). - drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` (git-fixes). - drm/qxl: remove unused variable from `qxl_process_single_command()` (git-fixes). - drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). - drm/radeon: silence UBSAN warning (v3) (stable-fixes). - drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). - drm/rockchip: vop2: Remove AR30 and AB30 format support (git-fixes). - drm/sched: fix null-ptr-deref in init entity (git-fixes). - drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). - drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). - drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). - drm/vc4: do not check if plane->state->fb == state->fb (stable-fixes). - drm/vc4: hdmi: do not return negative values from .get_modes() (stable-fixes). - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed (git-fixes). - drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). - drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). - drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). - drm/vmwgfx: Fix Legacy Display Unit (git-fixes). - drm/vmwgfx: Fix prime import/export (git-fixes). - drm/vmwgfx: Sort primary plane formats by order of preference (git-fixes). - dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) - dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). - dyndbg: fix old BUG_ON in >control parser (stable-fixes). - e1000e: Minor flow correction in e1000_shutdown function (git-fixes). - e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). - e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). - ecryptfs: Fix buffer size for tag 66 packet (git-fixes) - ecryptfs: Reject casefold directory inodes (git-fixes) - EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). - efi: disable mirror feature during crashkernel (stable-fixes). - efi: fix panic in kdump kernel (git-fixes). - efi: libstub: only free priv.runtime_map when allocated (git-fixes). - efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). - efi/unaccepted: touch soft lockup during memory accept (git-fixes). - extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). - fast_dput(): handle underflows gracefully (git-fixes) - fat: fix uninitialized field in nostale filehandles (git-fixes) - fbdev: fix incorrect address computation in deferred IO (git-fixes). - fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). - fbdev: sh7760fb: allow modular build (git-fixes). - fbdev: shmobile: fix snprintf truncation (git-fixes). - fbdev: sisfb: hide unused variables (git-fixes). - fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (stable-fixes). - fbmon: prevent division by zero in fb_videomode_from_videomode() (stable-fixes). - firewire: core: use long bus reset on gap count error (stable-fixes). - firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). - firmware: arm_scmi: Make raw debugfs entries non-seekable (git-fixes). - firmware: dmi-id: add a release callback function (git-fixes). - firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). - firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (stable-fixes). - fs: Fix error checking for d_hash_and_lookup() (git-fixes) - fs: indicate request originates from old mount API (git-fixes) - fs: relax mount_setattr() permission checks (git-fixes) - fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) - fs/9p: translate O_TRUNC into OTRUNC (git-fixes) - fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) - ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). - fuse: do not unhash root (bsc#1223946). - fuse: fix root lookup with nonzero generation (bsc#1223945). - geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). - geneve: make sure to pull inner header in geneve_rx() (git-fixes). - gpio: cdev: check for NULL labels when sanitizing them for irqs (git-fixes). - gpio: cdev: fix missed label sanitizing in debounce_setup() (git-fixes). - gpio: cdev: sanitize the label before requesting the interrupt (stable-fixes). - gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). - gpio: tangier: Use correct type for the IRQ chip data (git-fixes). - gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). - gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). - gpiolib: cdev: fix uninitialised kfifo (git-fixes). - gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). - gpiolib: swnode: Remove wrong header inclusion (git-fixes). - gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). - gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (git-fixes). - HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). - HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). - HID: input: avoid polling stylus battery on Chromebook Pompom (stable-fixes). - HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). - HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). - HID: logitech-dj: allow mice to use all types of reports (git-fixes). - HID: multitouch: Add required quirk for Synaptics 0xcddc device (stable-fixes). - hwmon: (amc6821) add of_match table (stable-fixes). - hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). - hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). - hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). - hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). - hwmon: (lm70) fix links in doc and comments (git-fixes). - hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). - hwmon: (shtc1) Fix property misspelling (git-fixes). - hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init() (git-fixes). - i2c: acpi: Unbind mux adapters before delete (git-fixes). - i2c: cadence: Avoid fifo clear after start (git-fixes). - i2c: pxa: hide unused icr_bits[] variable (git-fixes). - i2c: smbus: fix NULL function pointer dereference (git-fixes). - i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). - i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). - i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). - i40e: disable NAPI right after disabling irqs when handling xsk_pool (git-fixes). - i40e: Enforce software interrupt during busy-poll exit (git-fixes). - i40e: Fix firmware version comparison function (git-fixes). - i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). - i40e: Fix VF MAC filter removal (git-fixes). - i40e: fix vf may be used uninitialized in this function warning (git-fixes). - i915: make inject_virtual_interrupt() void (stable-fixes). - IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) - ice: fix enabling RX VLAN filtering (git-fixes). - ice: fix memory corruption bug with suspend and rebuild (git-fixes). - ice: fix stats being updated by way too large values (git-fixes). - ice: fix typo in assignment (git-fixes). - ice: fix uninitialized dplls mutex usage (git-fixes). - ice: reconfig host after changing MSI-X on VF (git-fixes). - ice: Refactor FW data type and fix bitmap casting issue (git-fixes). - ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). - ice: use relative VSI index for VFs instead of PF VSI number (git-fixes). - ice: virtchnl: stop pretending to support RSS over AQ or registers (git-fixes). - ida: make 'ida_dump' static (git-fixes). - idma64: Do not try to serve interrupts when device is powered off (git-fixes). - idpf: disable local BH when scheduling napi for marker packets (git-fixes). - idpf: extend tx watchdog timeout (bsc#1224137). - idpf: fix kernel panic on unknown packet types (git-fixes). - igb: extend PTP timestamp adjustments to i211 (git-fixes). - igb: Fix missing time sync events (git-fixes). - igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). - igc: Fix missing time sync events (git-fixes). - igc: Remove stale comment about Tx timestamping (git-fixes). - iio: accel: mxc4005: Interrupt handling fixes (git-fixes). - iio: adc: stm32: Fixing err code to not indicate success (git-fixes). - iio: core: Leave private pointer NULL when no private data supplied (git-fixes). - iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). - iio: gts-helper: Fix division loop (git-fixes). - iio: pressure: dps310: support negative temperature values (git-fixes). - iio: pressure: Fixes BME280 SPI driver data (git-fixes). - iio:imu: adis16475: Fix sync mode setting (git-fixes). - inet_diag: annotate data-races around inet_diag_table[] (git-fixes). - inet: frags: eliminate kernel-doc warning (git-fixes). - init: open /initrd.image with O_LARGEFILE (stable-fixes). - init/main.c: Fix potential static_command_line memory overflow (git-fixes). - Input: allocate keycode for Display refresh rate toggle (stable-fixes). - Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). - Input: gpio_keys_polled - suppress deferred probe error for gpio (stable-fixes). - Input: imagis - use FIELD_GET where applicable (stable-fixes). - Input: ims-pcu - fix printf string overflow (git-fixes). - Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). - Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails (stable-fixes). - Input: xpad - add additional HyperX Controller Identifiers (stable-fixes). - Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). - input/touchscreen: imagis: Correct the maximum touch area value (stable-fixes). - intel: legacy: Partial revert of field get conversion (git-fixes). - interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() (git-fixes). - interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). - interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). - interconnect: qcom: sm8550: Enable sync_state (git-fixes). - io_uring: kabi cookie remove (bsc#1217384). - iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) - iommu: Map reserved memory as cacheable if device is coherent (git-fixes). - iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA (git-fixes). - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) - iommu/dma: Trace bounce buffer usage when mapping buffers (git-fixes). - iommu/vt-d: Allocate local memory for page request queue (git-fixes). - iommu/vt-d: Fix wrong use of pasid config (git-fixes). - iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking (git-fixes). - iommu/vt-d: Update iotlb in nested domain attach (git-fixes). - iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). - iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). - iommufd: Reject non-zero data_type if no data_len is provided (git-fixes). - iommufd/iova_bitmap: Bounds check mapped::pages access (git-fixes). - iommufd/iova_bitmap: Consider page offset for the pages to be pinned (git-fixes). - iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (git-fixes). - ionic: set adminq irq affinity (git-fixes). - ipv4: annotate data-races around fi->fib_dead (git-fixes). - irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). - irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). - irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). - irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). - irqchip/gic-v3-its: Prevent double free on error (git-fixes). - irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). - irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). - irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). - irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). - irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). - ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (git-fixes). - ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (git-fixes). - jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). - kabi/severities: ignore brcmfmac-specific local symbols - kabi/severities: ignore IMS functions They were dropped in previous patches. Noone is supposed to use them. - kabi/severities: ignore TAS2781 symbol drop, it's only locally used - kabi/severities: ignore Wangxun ethernet driver local symbols - kabi/severities: Remove mitigation-related symbols Those are used by the core kernel to implement CPU vulnerabilities mitigation and are not expected to be consumed by 3rd party users. - kasan, fortify: properly rename memintrinsics (git-fixes). - kasan: disable kasan_non_canonical_hook() for HW tags (git-fixes). - kasan: print the original fault addr when access invalid shadow (git-fixes). - kasan/test: avoid gcc warning for intentional overflow (git-fixes). - kexec: do syscore_shutdown() in kernel_kexec (git-fixes). - KEYS: trusted: Do not use WARN when encode fails (git-fixes). - KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). - kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). - kselftest: Add a ksft_perror() helper (stable-fixes). - kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). - KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). - KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). - KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). - KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). - KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). - KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). - KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). - KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). - KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). - KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). - KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). - KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). - KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). - KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). - KVM: x86: Update KVM_SW_PROTECTED_VM docs to make it clear they're a WIP (git-fixes). - KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). - KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). - KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). - KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). - KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). - KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). - KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). - KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). - KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). - KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). - KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). - KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). - KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). - KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). - KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). - KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). - KVM: x86/xen: improve accuracy of Xen timers (git-fixes). - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). - KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). - leds: pwm: Disable PWM when going to suspend (git-fixes). - lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). - libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). - libsubcmd: Fix parse-options memory leak (git-fixes). - livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) - lsm: fix the logic in security_inode_getsecctx() (git-fixes). - mac802154: fix llsec key resources release in mac802154_llsec_key_del (git-fixes). - maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). - md: add a new helper rdev_has_badblock() (jsc#PED-7542). - md: add a new helper reshape_interrupted() (jsc#PED-7542). - md: changed the switch of RAID_VERSION to if (jsc#PED-7542). - md: check mddev->pers before calling md_set_readonly() (jsc#PED-7542). - md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). - md: clean up openers check in do_md_stop() and md_set_readonly() (jsc#PED-7542). - md: Do not clear MD_CLOSING when the raid is about to stop (jsc#PED-7542). - md: do not clear MD_RECOVERY_FROZEN for new dm-raid until resume (jsc#PED-7542). - md: export helper md_is_rdwr() (jsc#PED-7542). - md: export helpers to stop sync_thread (jsc#PED-7542). - md: factor out a helper to sync mddev (jsc#PED-7542). - md: fix kmemleak of rdev->serial (jsc#PED-7542). - md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). - md: merge the check of capabilities into md_ioctl_valid() (jsc#PED-7542). - md: preserve KABI in struct md_personality (jsc#PED-7542). - md: remove redundant check of 'mddev->sync_thread' (jsc#PED-7542). - md: remove redundant md_wakeup_thread() (jsc#PED-7542). - md: return directly before setting did_set_md_closing (jsc#PED-7542). - md: sync blockdev before stopping raid or setting readonly (jsc#PED-7542). - md: use RCU lock to protect traversal in md_spares_need_change() (jsc#PED-7542). - md/dm-raid: do not call md_reap_sync_thread() directly (jsc#PED-7542). - md/raid1-10: add a helper raid1_check_read_range() (jsc#PED-7542). - md/raid1-10: factor out a new helper raid1_should_read_first() (jsc#PED-7542). - md/raid1: factor out choose_bb_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out choose_slow_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). - md/raid1: factor out helpers to choose the best rdev from read_balance() (jsc#PED-7542). - md/raid1: factor out read_first_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out the code to manage sequential IO (jsc#PED-7542). - md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). - md/raid1: record nonrot rdevs while adding/removing rdevs to conf (jsc#PED-7542). - media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). - media: cadence: csi2rx: use match fwnode for media link (git-fixes). - media: cec: core: remove length check of Timer Status (stable-fixes). - media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). - media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). - media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). - media: ipu3-cio2: Request IRQ earlier (git-fixes). - media: mc: Fix flags handling when creating pad links (stable-fixes). - media: mc: Fix graph walk in media_pipeline_start (git-fixes). - media: mc: mark the media devnode as registered from the, start (git-fixes). - media: mc: Rename pad variable to clarify intent (stable-fixes). - media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). - media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). - media: rkisp1: Fix IRQ handling due to shared interrupts (stable-fixes). - media: sta2x11: fix irq handler cast (stable-fixes). - media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). - media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). - media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). - media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). - media: v4l2-subdev: Fix stream handling for crop API (git-fixes). - mei: me: add arrow lake point H DID (stable-fixes). - mei: me: add arrow lake point S DID (stable-fixes). - mei: me: add lunar lake point M DID (stable-fixes). - mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). - mlxbf_gige: call request_irq() after NAPI initialized (git-fixes). - mlxbf_gige: stop interface during shutdown (git-fixes). - mlxbf_gige: stop PHY during open() error paths (git-fixes). - mlxsw: Use refcount_t for reference counting (git-fixes). - mm_init kABI workaround (git-fixes). - mm,page_owner: check for null stack_record before bumping its refcount (bsc#1222366). - mm,page_owner: Defer enablement of static branch (bsc#1222366). - mm,page_owner: drop unnecessary check (bsc#1222366). - mm,page_owner: Fix accounting of pages when migrating (bsc#1222366). - mm,page_owner: Fix printing of stack records (bsc#1222366). - mm,page_owner: fix recursion (bsc#1222366). - mm,page_owner: Fix refcount imbalance (bsc#1222366). - mm,page_owner: Update metadata for tail pages (bsc#1222366). - mm: memcg: do not periodically flush stats when memcg is disabled (bsc#1222525). - mm: memcg: use larger batches for proactive reclaim (bsc#1222522). - mm: page_owner: fix wrong information in dump_page_owner (git-fixes). - mm/slab: make __free(kfree) accept error pointers (git-fixes). - mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). - mmc: core: Avoid negative index with array access (git-fixes). - mmc: core: Initialize mmc_blk_ioc_data (git-fixes). - mmc: davinci: Do not strip remove function when driver is builtin (git-fixes). - mmc: omap: fix broken slot switch lookup (git-fixes). - mmc: omap: fix deferred probe (git-fixes). - mmc: omap: restore original power up/down steps (git-fixes). - mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). - mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). - mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). - mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). - mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). - mmc: sdhci-msm: pervent access to suspended controller (git-fixes). - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode (git-fixes). - modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS (stable-fixes). - mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). - mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). - mptcp: move __mptcp_error_report in protocol.c (git-fixes). - mptcp: process pending subflow error on close (git-fixes). - mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). - mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). - mtd: diskonchip: work around ubsan link failure (stable-fixes). - mtd: rawnand: hynix: fixed typo (git-fixes). - mtd: spinand: Add support for 5-byte IDs (stable-fixes). - net: add netdev_lockdep_set_classes() to virtual drivers (git-fixes). - net: annotate data-races around sk->sk_bind_phc (git-fixes). - net: annotate data-races around sk->sk_forward_alloc (git-fixes). - net: annotate data-races around sk->sk_lingertime (git-fixes). - net: annotate data-races around sk->sk_tsflags (git-fixes). - net: bonding: remove kernel-doc comment marker (git-fixes). - net: cfg802154: fix kernel-doc notation warnings (git-fixes). - net: dsa: microchip: fix register write order in ksz8_ind_write8() (git-fixes). - net: dsa: mt7530: fix handling of all link-local frames (git-fixes). - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (git-fixes). - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (git-fixes). - net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). - net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). - net: ena: Fix incorrect descriptor free behavior (git-fixes). - net: ena: Fix potential sign extension issue (git-fixes). - net: ena: Move XDP code to its new files (git-fixes). - net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). - net: ena: Remove ena_select_queue (git-fixes). - net: ena: Set tx_info->xdpf value to NULL (git-fixes). - net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). - net: ena: Wrong missing IO completions check order (git-fixes). - net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). - net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (git-fixes). - net: fec: Set mac_managed_pm during probe (git-fixes). - net: hns3: fix index limit to support all queue stats (git-fixes). - net: hns3: fix kernel crash when 1588 is received on HIP08 devices (git-fixes). - net: hns3: fix kernel crash when devlink reload during pf initialization (git-fixes). - net: hns3: fix port duplex configure error in IMP reset (git-fixes). - net: hns3: fix wrong judgment condition issue (git-fixes). - net: hns3: mark unexcuted loopback test result as UNEXECUTED (git-fixes). - net: hns3: tracing: fix hclgevf trace event strings (git-fixes). - net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (git-fixes). - net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). - net: ks8851: Inline ks8851_rx_skb() (git-fixes). - net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (git-fixes). - net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips (git-fixes). - net: libwx: fix memory leak on free page (git-fixes). - net: ll_temac: platform_get_resource replaced by wrong function (git-fixes). - net: llc: fix kernel-doc notation warnings (git-fixes). - net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (git-fixes). - net: nfc: remove inappropriate attrs check (stable-fixes). - net: NSH: fix kernel-doc notation warning (git-fixes). - net: pcs: xpcs: Return EINVAL in the internal methods (git-fixes). - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (git-fixes). - net: phy: micrel: Fix potential null pointer dereference (git-fixes). - net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping (git-fixes). - net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (stable-fixes). - net: ravb: Always process TX descriptor ring (git-fixes). - net: ravb: Always update error counters (git-fixes). - net: ravb: Let IP-specific receive function to interrogate descriptors (git-fixes). - net: smsc95xx: add support for SYS TEC USB-SPEmodule1 (git-fixes). - net: sparx5: Fix use after free inside sparx5_del_mact_entry (git-fixes). - net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). - net: sparx5: flower: fix fragment flags handling (git-fixes). - net: stmmac: dwmac-starfive: Add support for JH7100 SoC (git-fixes). - net: stmmac: Fix incorrect dereference in interrupt handlers (git-fixes). - net: stmmac: fix rx queue priority assignment (git-fixes). - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (git-fixes). - net: tcp: fix unexcepted socket die when snd_wnd is 0 (git-fixes). - net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). - net: tls: fix returned read length with async decrypt (bsc#1221858). - net: tls: fix use-after-free with partial reads and async (bsc#1221858). - net: usb: ax88179_178a: avoid the interface always configured as random address (git-fixes). - net: usb: ax88179_178a: avoid writing the mac address before first reading (git-fixes). - net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). - net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). - net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). - net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). - net: usb: sr9700: stop lying about skb->truesize (git-fixes). - net: Use sockaddr_storage for getsockopt(SO_PEERNAME) (git-fixes). - net: veth: do not manipulate GRO when using XDP (git-fixes). - net: wwan: t7xx: Split 64bit accesses to fix alignment issues (git-fixes). - net:usb:qmi_wwan: support Rolling modules (stable-fixes). - net/mlx5: Correctly compare pkt reformat ids (git-fixes). - net/mlx5: E-switch, Change flow rule destination checking (git-fixes). - net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). - net/mlx5: Fix fw reporter diagnose output (git-fixes). - net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). - net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). - net/mlx5: offset comp irq index in name by one (git-fixes). - net/mlx5: Properly link new fs rules into the tree (git-fixes). - net/mlx5: Register devlink first under devlink lock (git-fixes). - net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). - net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). - net/mlx5e: Change the warning when ignore_flow_level is not supported (git-fixes). - net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). - net/mlx5e: Fix MACsec state loss upon state update in offload path (git-fixes). - net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). - net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). - net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). - net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). - net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (git-fixes). - net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (git-fixes). - net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). - net/smc: fix documentation of buffer sizes (git-fixes). - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). - net/x25: fix incorrect parameter validation in the x25_getsockopt() function (git-fixes). - netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). - netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). - netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). - nf_conntrack: fix -Wunused-const-variable= (git-fixes). - nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). - nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). - nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (git-fixes). - nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). - NFC: trf7970a: disable all regulators on removal (git-fixes). - nfp: flower: handle acti_netdevs allocation failure (git-fixes). - NFS: Fix an off by one in root_nfs_cat() (git-fixes). - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt (git-fixes). - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (git-fixes). - NFS: Read unlock folio on nfs_page_create_from_folio() error (git-fixes). - NFSD: change LISTXATTRS cookie encoding to big-endian (git-fixes). - NFSD: Convert the callback workqueue to use delayed_work (git-fixes). - nfsd: do not call locks_release_private() twice concurrently (git-fixes). - nfsd: Fix a regression in nfsd_setattr() (git-fixes). - NFSD: fix LISTXATTRS returning a short list with eof=TRUE (git-fixes). - NFSD: fix LISTXATTRS returning more bytes than maxcount (git-fixes). - NFSD: Fix nfsd_clid_class use of __string_len() macro (git-fixes). - NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). - NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down (git-fixes). - NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). - NFSD: Retransmit callbacks after client reconnects (git-fixes). - nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). - NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). - NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (git-fixes). - nilfs2: fix OOB in nilfs_set_de_type (git-fixes). - nilfs2: fix out-of-range warning (git-fixes). - nilfs2: fix potential bug in end_buffer_async_write (git-fixes). - nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). - nilfs2: fix use-after-free of timer for log writer thread (git-fixes). - nilfs2: make superblock data array index computation sparse friendly (git-fixes). - nouveau: fix devinit paths to only handle display on GSP (git-fixes). - nouveau: fix function cast warning (git-fixes). - nouveau: fix instmem race condition around ptr stores (git-fixes). - nouveau: lock the client object tree (stable-fixes). - nouveau: reset the bo resource bus info after an eviction (git-fixes). - nouveau/dmem: handle kcalloc() allocation failure (git-fixes). - nouveau/gsp: do not check devinit disable on GSP (git-fixes). - nouveau/uvmm: fix addr/range calcs for remap operations (git-fixes). - nvdimm: make nvdimm_bus_type const (jsc#PED-5853). - nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). - nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal (jsc#PED-5853). - nvme-fc: do not wait in vain when unloading module (git-fixes). - nvme-pci: Add quirk for broken MSIs (git-fixes). - nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). - nvme: fix reconnection fail due to reserved tag allocation (git-fixes). - nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). - nvmet-fc: abort command when there is no binding (git-fixes). - nvmet-fc: avoid deadlock on delete association path (git-fixes). - nvmet-fc: defer cleanup using RCU properly (git-fixes). - nvmet-fc: hold reference on hostport match (git-fixes). - nvmet-fc: release reference on target port (git-fixes). - nvmet-fc: take ref count on tgtport before delete assoc (git-fixes). - nvmet-fcloop: swap the list_add_tail arguments (git-fixes). - nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). - octeontx2-af: Add array index check (git-fixes). - octeontx2-af: Fix devlink params (git-fixes). - octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). - octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). - Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). - octeontx2-af: Use matching wake_up API variant in CGX command interface (git-fixes). - octeontx2-af: Use separate handlers for interrupts (git-fixes). - octeontx2-pf: check negative error code in otx2_open() (git-fixes). - octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). - octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). - octeontx2-pf: Send UP messages to VF only when VF is up (git-fixes). - octeontx2-pf: Use default max_active works instead of one (git-fixes). - octeontx2-pf: Wait till detach_resources msg is complete (git-fixes). - octeontx2: Detect the mbox up or down message via register (git-fixes). - of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). - of: module: add buffer overflow check in of_modalias() (git-fixes). - of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). - of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). - of: property: fix typo in io-channels (git-fixes). - of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). - of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). - of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). - of: unittest: Fix compile in the non-dynamic case (git-fixes). - PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). - PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (stable-fixes). - PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). - PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). - PCI: Fix typos in docs and comments (stable-fixes). - PCI: hv: Fix ring buffer size calculation (git-fixes). - PCI: Make link retraining use RMW accessors for changing LNKCTL (git-fixes). - PCI: qcom: Add support for sa8775p SoC (git-fixes). - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p (git-fixes). - PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). - PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). - PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). - PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). - PCI: switchtec: Use normal comment style (stable-fixes). - PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). - PCI/AER: Block runtime suspend when handling errors (stable-fixes). - PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (stable-fixes). - PCI/DPC: Use FIELD_GET() (stable-fixes). - PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). - PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). - PCI/PM: Drain runtime-idle callbacks before driver removal (stable-fixes). - peci: linux/peci.h: fix Excess kernel-doc description warning (git-fixes). - perf tests: Make data symbol test wait for perf to start (bsc#1220045). - perf tests: Skip data symbol test if buf1 symbol is missing (bsc#1220045). - perf/x86/amd/core: Avoid register reset when CPU is dead (git-fixes). - perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and later (git-fixes). - perf/x86/amd/lbr: Use freeze based on availability (git-fixes). - perf/x86/intel: Expose existence of callback support to KVM (git-fixes). - phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). - phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). - phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). - phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). - phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). - phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). - phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). - pinctrl: armada-37xx: remove an unused variable (git-fixes). - pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). - pinctrl: core: delete incorrect free in pinctrl_enable() (git-fixes). - pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). - pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). - pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). - pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). - pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). - pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (stable-fixes). - pinctrl/meson: fix typo in PDM's pin name (git-fixes). - platform/chrome: cros_ec_uart: properly fix race condition (git-fixes). - platform/x86: intel-vbtn: Update tablet mode switch at end of probe (git-fixes). - platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). - platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (stable-fixes). - platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name (stable-fixes). - platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). - platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). - platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). - PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). - PM: s2idle: Make sure CPUs will wakeup directly on resume (git-fixes). - power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). - power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). - powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). - powerpc/crypto/chacha-p10: Fix failure on non Power10 (bsc#1218205). - powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (git-fixes). - powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). - powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). - ppdev: Add an error check in register_device (git-fixes). - prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). - printk: Add this_cpu_in_panic() (bsc#1225607). - printk: Adjust mapping for 32bit seq macros (bsc#1225607). - printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). - printk: Consolidate console deferred printing (bsc#1225607). - printk: Disable passing console lock owner completely during panic() (bsc#1225607). - printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). - printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). - printk: Keep non-panic-CPUs out of console lock (bsc#1225607). - printk: Let no_printk() use _printk() (bsc#1225618). - printk: nbcon: Relocate 32bit seq macros (bsc#1225607). - printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). - printk: ringbuffer: Clarify special lpos values (bsc#1225607). - printk: ringbuffer: Cleanup reader terminology (bsc#1225607). - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). - printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). - printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). - printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). - printk: Wait for all reserved records with pr_flush() (bsc#1225607). - proc/kcore: do not try to access unaccepted memory (git-fixes). - pstore: inode: Convert mutex usage to guard(mutex) (stable-fixes). - pstore: inode: Only d_invalidate() is needed (git-fixes). - pstore/zone: Add a null pointer check to the psz_kmsg_read (stable-fixes). - pwm: img: fix pwm clock lookup (git-fixes). - qibfs: fix dentry leak (git-fixes) - r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (git-fixes). - r8169: skip DASH fw status checks when DASH is disabled (git-fixes). - random: handle creditable entropy from atomic process context (git-fixes). - RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). - RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). - RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). - RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) - RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) - RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) - RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) - RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) - RDMA/hns: Fix GMV table pagesize (git-fixes) - RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) - RDMA/hns: Fix UAF for cq async event (git-fixes) - RDMA/hns: Modify the print level of CQE error (git-fixes) - RDMA/hns: Use complete parentheses in macros (git-fixes) - RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) - RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). - RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) - RDMA/mlx5: Change check for cacheable mkeys (git-fixes) - RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) - RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) - RDMA/rxe: Allow good work requests to be executed (git-fixes) - RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) - RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) - RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) - regmap: Add regmap_read_bypassed() (git-fixes). - regmap: kunit: Ensure that changed bytes are actually different (stable-fixes). - regmap: maple: Fix cache corruption in regcache_maple_drop() (git-fixes). - regmap: maple: Fix uninitialized symbol 'ret' warnings (git-fixes). - regulator: bd71828: Do not overwrite runtime voltages (git-fixes). - regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). - regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). - regulator: core: fix debugfs creation regression (git-fixes). - regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). - regulator: tps65132: Add of_match table (stable-fixes). - remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). - remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). - remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). - remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). - remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (git-fixes). - remoteproc: virtio: Fix wdg cannot recovery remote processor (git-fixes). - Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release streams for first CPU DAI" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for SoundWire DAIs" (stable-fixes). - Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()" (stable-fixes). - Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR" (stable-fixes). - Revert "drm/amd/display: fix USB-C flag update after enc10 feature init" (stable-fixes). - Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" (stable-fixes). - Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" (git-fixes). - Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()" (stable-fixes). - Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). - Revert "iommu/amd: Enable PCI/IMS" (git-fixes). - Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). - Revert "net/mlx5: Block entering switchdev mode with ns inconsistency" (git-fixes). - Revert "net/mlx5e: Check the number of elements before walk TC rhashtable" (git-fixes). - Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" (git-fixes). - Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). - Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). - Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) It caused a regression on ALP-current branch, kernel-obs-qa build failed. - Revert "thermal: core: Do not update trip points inside the hysteresis range" (git-fixes). - Revert "usb: cdc-wdm: close race between read and workqueue" (git-fixes). - Revert "usb: phy: generic: Get the vbus supply" (git-fixes). - ring-buffer: Do not set shortest_full when full target is hit (git-fixes). - ring-buffer: Fix a race between readers and resize checks (git-fixes). - ring-buffer: Fix full_waiters_pending in poll (git-fixes). - ring-buffer: Fix resetting of shortest_full (git-fixes). - ring-buffer: Fix waking up ring buffer readers (git-fixes). - ring-buffer: Make wake once of ring_buffer_wait() more robust (git-fixes). - ring-buffer: Only update pages_touched when a new page is touched (git-fixes). - ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (git-fixes). - rtc: mt6397: select IRQ_DOMAIN instead of depending on it (git-fixes). - s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). - s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). - s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). - s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). - s390/cpum_cf: make crypto counters upward compatible across machine types (bsc#1224348). - s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). - s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). - s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). - s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). - s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). - s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). - s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). - s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). - s390/vtime: fix average steal time calculation (git-fixes bsc#1221783). - s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). - sched/balancing: Rename newidle_balance() => sched_balance_newidle() (bsc#1222173). - sched/fair: Check root_domain::overload value before update (bsc#1222173). - sched/fair: Use helper functions to access root_domain::overload (bsc#1222173). - sched/psi: Select KERNFS as needed (git-fixes). - sched/topology: Optimize topology_span_sane() (bsc#1225053). - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn (git-fixes). - scsi: core: Consult supported VPD page list prior to fetching page (git-fixes). - scsi: core: Fix unremoved procfs host directory regression (git-fixes). - scsi: csiostor: Avoid function pointer casts (git-fixes). - scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() (git-fixes). - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() (git-fixes). - scsi: libsas: Fix disk not being scanned in after being removed (git-fixes). - scsi: lpfc: Copyright updates for 14.4.0.1 patches (bsc#1221777). - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (bsc#1221777). - scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). - scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (bsc#1221777). - scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (bsc#1221777). - scsi: lpfc: Define types in a union for generic void *context3 ptr (bsc#1221777). - scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (bsc#1221777). - scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1221777). - scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (bsc#1221777 bsc#1217959). - scsi: lpfc: Remove unnecessary log message in queuecommand path (bsc#1221777). - scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (bsc#1221777). - scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). - scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (bsc#1221777). - scsi: lpfc: Use a dedicated lock for ras_fwlog state (bsc#1221777). - scsi: mpi3mr: Reduce stack usage in mpi3mr_refresh_sas_ports() (git-fixes). - scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (git-fixes). - scsi: mylex: Fix sysfs buffer lengths (git-fixes). - scsi: qla2xxx: Change debug message during driver unload (bsc1221816). - scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). - scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). - scsi: qla2xxx: Fix double free of fcport (bsc1221816). - scsi: qla2xxx: Fix double free of the ha->vp_map pointer (bsc1221816). - scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). - scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (git-fixes). - scsi: qla2xxx: NVME|FCP prefer flag not being honored (bsc1221816). - scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). - scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). - scsi: qla2xxx: Update manufacturer detail (bsc1221816). - scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). - scsi: sd: Unregister device if device_add_disk() failed in sd_probe() (git-fixes). - scsi: sg: Avoid race in error handling & drop bogus warn (git-fixes). - scsi: sg: Avoid sg device teardown race (git-fixes). - scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). - sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (git-fixes). - selftests: default to host arch for LLVM builds (git-fixes). - selftests: forwarding: Fix ping failure due to short timeout (git-fixes). - selftests: kselftest: Fix build failure with NOLIBC (git-fixes). - selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). - selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). - selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). - selftests: net: move amt to socat for better compatibility (git-fixes). - selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). - selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). - selftests: timers: Fix abs() warning in posix_timers test (git-fixes). - selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). - selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). - selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). - selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). - selftests/bpf: add edge case backtracking logic test (bsc#1225756). - selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). - selftests/ftrace: Fix event filter target_func selection (stable-fixes). - selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). - selftests/kcmp: remove unused open mode (git-fixes). - selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). - selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). - selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). - selftests/powerpc/papr-vpd: Fix missing variable initialization (jsc#PED-4486 git-fixes). - selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). - selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). - selinux: avoid dereference of garbage after mount failure (git-fixes). - selinux: introduce an initial SID for early boot processes (bsc#1208593). - serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). - serial: 8250_dw: Revert: Do not reclock if already at correct rate (git-fixes). - serial: 8250_exar: Do not remove GPIO device on suspend (git-fixes). - serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). - serial: core: Fix atomicity violation in uart_tiocmget (git-fixes). - serial: core: only stop transmit when HW fifo is empty (git-fixes). - serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). - serial: Lock console when calling into driver before registration (git-fixes). - serial: max3100: Fix bitwise types (git-fixes). - serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). - serial: max3100: Update uart_driver_registered on driver removal (git-fixes). - serial: max310x: fix NULL pointer dereference in I2C instantiation (git-fixes). - serial: max310x: fix syntax error in IRQ error message (git-fixes). - serial: mxs-auart: add spinlock around changing cts state (git-fixes). - serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). - serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). - serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). - serial: stm32: Reset .throttled state in .startup() (git-fixes). - serial/pmac_zilog: Remove flawed mitigation for rx irq flood (git-fixes). - SEV: disable SEV-ES DebugSwap by default (git-fixes). - slimbus: core: Remove usage of the deprecated ida_simple_xx() API (git-fixes). - slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). - soc: fsl: qbman: Always disable interrupts when taking cgr_lock (git-fixes). - soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). - soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). - soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (stable-fixes). - soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). - soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). - soc: qcom: pmic_glink: notify clients about the current state (git-fixes). - soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). - sock_diag: annotate data-races around sock_diag_handlers[family] (git-fixes). - soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). - speakup: Avoid crash on very long word (git-fixes). - speakup: Fix 8bit characters from direct synth (git-fixes). - speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). - spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). - spi: fix null pointer dereference within spi_sync (git-fixes). - spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs (git-fixes). - spi: intel-pci: Add support for Lunar Lake-M SPI serial flash (stable-fixes). - spi: lm70llp: fix links in doc and comments (git-fixes). - spi: lpspi: Avoid potential use-after-free in probe() (git-fixes). - spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (git-fixes). - spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). - spi: spi-fsl-lpspi: remove redundant spi_controller_put call (git-fixes). - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (git-fixes). - spi: stm32: Do not warn about spurious interrupts (git-fixes). - spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). - spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). - staging: vc04_services: changen strncpy() to strscpy_pad() (stable-fixes). - staging: vc04_services: fix information leak in create_component() (git-fixes). - staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). - stmmac: Clear variable when destroying workqueue (git-fixes). - SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). - SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). - supported.conf: support tcp_dctcp module (jsc#PED-8111) - swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) - swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) - swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) - swiotlb: use the calculated number of areas (git-fixes). - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (git-fixes). - thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). - thermal/drivers/tsens: Fix null pointer dereference (git-fixes). - thermal/of: Assume polling-delay(-passive) 0 when absent (stable-fixes). - thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). - thunderbolt: Do not create DisplayPort tunnels on adapters of the same router (git-fixes). - thunderbolt: Fix wake configurations after device unplug (stable-fixes). - thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). - thunderbolt: Introduce tb_port_reset() (stable-fixes). - thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). - thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). - tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). - tls: do not skip over different type records from the rx_list (bsc#1221858). - tls: fix peeking with sync+async decryption (bsc#1221858). - tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). - tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). - tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). - tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). - tools/power/turbostat: Fix uncore frequency file string (bsc#1221765). - tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). - tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). - tracing: Have saved_cmdlines arrays all in one allocation (git-fixes). - tracing: hide unused ftrace_event_id_fops (git-fixes). - tracing: Remove precision vsnprintf() check from print event (git-fixes). - tracing: Use .flush() call to wake up readers (git-fixes). - tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (git-fixes). - tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). - tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). - tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (git-fixes). - tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). - ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed (git-fixes). - ubifs: fix sort function prototype (git-fixes). - ubifs: Queue up space reservation tasks if retrying many times (git-fixes). - ubifs: Remove unreachable code in dbg_check_ltab_lnum (git-fixes). - ubifs: Set page uptodate in the correct place (git-fixes). - usb: aqc111: stop lying about skb->truesize (git-fixes). - usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor (git-fixes). - usb: cdc-wdm: close race between read and workqueue (git-fixes). - USB: core: Add hub_get() and hub_put() routines (stable-fixes). - USB: core: Fix access violation during port device removal (git-fixes). - USB: core: Fix deadlock in port "disable" sysfs attribute (stable-fixes). - USB: core: Fix deadlock in usb_deauthorize_interface() (git-fixes). - usb: Disable USB3 LPM at shutdown (stable-fixes). - usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). - usb: dwc2: gadget: LPM flow fix (git-fixes). - usb: dwc2: host: Fix dereference issue in DDMA completion flow (git-fixes). - usb: dwc2: host: Fix hibernation flow (git-fixes). - usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). - usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). - usb: dwc3-am62: Disable wakeup at remove (git-fixes). - usb: dwc3-am62: fix module unload/reload behavior (git-fixes). - usb: dwc3-am62: Rename private data (git-fixes). - usb: dwc3: core: Prevent phy suspend during init (Git-fixes). - usb: dwc3: pci: Drop duplicate ID (git-fixes). - usb: dwc3: Properly set system wakeup (git-fixes). - usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). - usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). - usb: fotg210: Add missing kernel doc description (git-fixes). - usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). - usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). - usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). - usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (git-fixes). - usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). - usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). - usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR (stable-fixes). - usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). - usb: ohci: Prevent missed ohci interrupts (git-fixes). - usb: phy: generic: Get the vbus supply (git-fixes). - USB: serial: add device ID for VeriFone adapter (stable-fixes). - USB: serial: cp210x: add ID for MGP Instruments PDS100 (stable-fixes). - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (stable-fixes). - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (stable-fixes). - USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). - USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). - USB: serial: option: add MeiG Smart SLM320 product (stable-fixes). - USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). - USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). - USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). - USB: serial: option: support Quectel EM060K sub-models (stable-fixes). - usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (stable-fixes). - usb: typec: Return size of buffer if pd_set operation succeeds (git-fixes). - usb: typec: tcpci: add generic tcpci fallback compatible (stable-fixes). - usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). - usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). - usb: typec: tcpm: Correct port source pdo array in pd_set callback (git-fixes). - usb: typec: tcpm: Correct the PDO counting in pd_set (git-fixes). - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() (git-fixes). - usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). - usb: typec: tcpm: Update PD of Type-C port upon pd_set (git-fixes). - usb: typec: tipd: fix event checking for tps6598x (git-fixes). - usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). - usb: typec: ucsi: Ack unsupported commands (stable-fixes). - usb: typec: ucsi: always register a link to USB PD device (git-fixes). - usb: typec: ucsi: Check for notifications after init (git-fixes). - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock (git-fixes). - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (stable-fixes). - usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). - usb: typec: ucsi: Fix connector check on init (git-fixes). - usb: typec: ucsi: Fix race between typec_switch and role_switch (git-fixes). - usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). - usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). - USB: UAS: return ENODEV when submit urbs fail with device not attached (stable-fixes). - usb: udc: remove warning when queue disabled ep (stable-fixes). - usb: xhci-plat: Do not include xhci.h (stable-fixes). - usb: xhci: Add error handling in xhci_map_urb_for_dma (git-fixes). - usb: xhci: correct return value in case of STS_HCE (git-fixes). - usb: xhci: Implement xhci_handshake_check_state() helper. - vboxsf: Avoid an spurious warning if load_nls_xxx() fails (git-fixes). - vboxsf: explicitly deny setlease attempts (stable-fixes). - vdpa_sim: reset must not run (git-fixes). - vdpa/mlx5: Allow CVQ size changes (git-fixes). - veth: try harder when allocating queue memory (git-fixes). - vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). - vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). - virtio_net: Do not send RSS key if it is not supported (git-fixes). - virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). - virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). - VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). - VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). - vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). - vsock/virtio: fix packet delivery to tap device (git-fixes). - watchdog: bd9576: Drop "always-running" property (git-fixes). - watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). - watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (git-fixes). - watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). - wifi: ar5523: enable proper endpoint verification (git-fixes). - wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). - wifi: ath10k: poll service ready message before failing (git-fixes). - wifi: ath10k: populate board data for WCN3990 (git-fixes). - wifi: ath11k: decrease MHI channel buffer length to 8KB (bsc#1207948). - wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). - wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). - wifi: ath12k: Update Qualcomm Innovation Center, Inc. copyrights (stable-fixes). - wifi: ath9k: fix LNA selection in ath_ant_try_scan() (stable-fixes). - wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro (stable-fixes). - wifi: brcmfmac: add per-vendor feature detection callback (stable-fixes). - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password (stable-fixes). - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info (git-fixes). - wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). - wifi: carl9170: add a proper sanity check for endpoints (git-fixes). - wifi: carl9170: re-fix fortified-memset warning (git-fixes). - wifi: cfg80211: check A-MSDU format more carefully (stable-fixes). - wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). - wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). - wifi: iwlwifi: fw: do not always use FW dump trig (git-fixes). - wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). - wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). - wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). - wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). - wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). - wifi: iwlwifi: mvm: include link ID when releasing frames (git-fixes). - wifi: iwlwifi: mvm: init vif works only once (git-fixes). - wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). - wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). - wifi: iwlwifi: mvm: rfi: fix potential response leaks (git-fixes). - wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). - wifi: iwlwifi: mvm: use correct address 3 in A-MSDU (stable-fixes). - wifi: iwlwifi: pcie: Add the PCI device id for new hardware (stable-fixes). - wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). - wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). - wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). - wifi: mac80211_hwsim: init peer measurement result (git-fixes). - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (stable-fixes). - wifi: mac80211: clean up assignments to pointer cache (stable-fixes). - wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). - wifi: mac80211: fix prep_connection error path (stable-fixes). - wifi: mac80211: fix unaligned le16 access (git-fixes). - wifi: mac80211: only call drv_sta_rc_update for uploaded stations (stable-fixes). - wifi: mac80211: remove link before AP (git-fixes). - wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). - wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). - wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). - wifi: mt76: mt7996: add locking for accessing mapped registers (stable-fixes). - wifi: mt76: mt7996: disable AMSDU for non-data frames (stable-fixes). - wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). - wifi: nl80211: do not free NULL coalescing rule (git-fixes). - wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU (stable-fixes). - wifi: rtw89: fix null pointer access when abort scan (stable-fixes). - wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). - wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor (stable-fixes). - wireguard: netlink: access device through ctx instead of peer (git-fixes). - wireguard: netlink: check for dangling peer via is_dead instead of empty list (git-fixes). - wireguard: receive: annotate data-race around receiving_counter.counter (git-fixes). - x86/bugs: Fix BHI retpoline check (git-fixes). - x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). - x86/bugs: Remove default case for fully switched enums (git-fixes). - x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). - x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). - x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). - x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). - x86/CPU/AMD: Update the Zenbleed microcode revisions (git-fixes). - x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). - x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). - x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). - x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). - x86/hyperv: Use per cpu initial stack for vtl context (git-fixes). - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). - x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). - x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). - x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). - x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). - x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). - x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). - x86/purgatory: Switch to the position-independent small code model (git-fixes). - x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). - x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). - x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). - x86/srso: Disentangle rethunk-dependent options (git-fixes). - x86/srso: Fix unret validation dependencies (git-fixes). - x86/srso: Improve i-cache locality for alias mitigation (git-fixes). - x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). - x86/srso: Remove 'pred_cmd' label (git-fixes). - x86/srso: Unexport untraining functions (git-fixes). - x86/xen: Add some null pointer checking to smp.c (git-fixes). - x86/xen: attempt to inflate the memory balloon on PVH (git-fixes). - xdp, bonding: Fix feature flags when there are no slave devs anymore (git-fixes). - xen-netfront: Add missing skb_mark_for_recycle (git-fixes). - xen: evtchn: Allow shared registration of IRQ handers (git-fixes). - xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). - xen/events: fix error code in xen_bind_pirq_msi_to_irq() (git-fixes). - xen/events: increment refcnt only if event channel is refcounted (git-fixes). - xen/events: modify internal [un]bind interfaces (git-fixes). - xen/events: reduce externally visible helper functions (git-fixes). - xen/events: remove some simple helpers from events_base.c (git-fixes). - xen/evtchn: avoid WARN() when unbinding an event channel (git-fixes). - xfs: add lock protection when remove perag from radix tree (git-fixes). - xfs: allow extent free intents to be retried (git-fixes). - xfs: fix perag leak when growfs fails (git-fixes). - xfs: force all buffers to be written during btree bulk load (git-fixes). - xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). - xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). - xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). - xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). - xfs: use xfs_defer_pending objects to recover intent items (git-fixes). - xhci: add helper that checks for unhandled events on a event ring (git-fixes). - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event() (git-fixes). - xhci: Simplify event ring dequeue pointer update for port change events (git-fixes). - xhci: simplify event ring dequeue tracking for transfer events (git-fixes). - xhci: update event ring dequeue pointer position to controller correctly (git-fixes). Altered because we cannot take the multiple interrupter code cluster-md-kmp-azure-6.4.0-150600.8.5.4.x86_64.rpm True dlm-kmp-azure-6.4.0-150600.8.5.4.x86_64.rpm True gfs2-kmp-azure-6.4.0-150600.8.5.4.x86_64.rpm True kernel-azure-6.4.0-150600.8.5.4.nosrc.rpm True kernel-azure-6.4.0-150600.8.5.4.x86_64.rpm True kernel-azure-devel-6.4.0-150600.8.5.4.x86_64.rpm True kernel-azure-extra-6.4.0-150600.8.5.4.x86_64.rpm True kernel-azure-livepatch-devel-6.4.0-150600.8.5.4.x86_64.rpm True kernel-azure-optional-6.4.0-150600.8.5.4.x86_64.rpm True kernel-azure-vdso-6.4.0-150600.8.5.4.x86_64.rpm True kernel-devel-azure-6.4.0-150600.8.5.4.noarch.rpm True kernel-source-azure-6.4.0-150600.8.5.4.noarch.rpm True kernel-source-azure-6.4.0-150600.8.5.4.src.rpm True kernel-syms-azure-6.4.0-150600.8.5.1.src.rpm True kernel-syms-azure-6.4.0-150600.8.5.1.x86_64.rpm True kselftests-kmp-azure-6.4.0-150600.8.5.4.x86_64.rpm True ocfs2-kmp-azure-6.4.0-150600.8.5.4.x86_64.rpm True reiserfs-kmp-azure-6.4.0-150600.8.5.4.x86_64.rpm True cluster-md-kmp-azure-6.4.0-150600.8.5.4.aarch64.rpm True dlm-kmp-azure-6.4.0-150600.8.5.4.aarch64.rpm True gfs2-kmp-azure-6.4.0-150600.8.5.4.aarch64.rpm True kernel-azure-6.4.0-150600.8.5.4.aarch64.rpm True kernel-azure-devel-6.4.0-150600.8.5.4.aarch64.rpm True kernel-azure-extra-6.4.0-150600.8.5.4.aarch64.rpm True kernel-azure-livepatch-devel-6.4.0-150600.8.5.4.aarch64.rpm True kernel-azure-optional-6.4.0-150600.8.5.4.aarch64.rpm True kernel-syms-azure-6.4.0-150600.8.5.1.aarch64.rpm True kselftests-kmp-azure-6.4.0-150600.8.5.4.aarch64.rpm True ocfs2-kmp-azure-6.4.0-150600.8.5.4.aarch64.rpm True reiserfs-kmp-azure-6.4.0-150600.8.5.4.aarch64.rpm True openSUSE-SLE-15.6-2024-2024 Recommended update for jitterentropy moderate SUSE Updates openSUSE-SLE 15.6 This update for jitterentropy fixes the following issues: - Fixed a stack corruption on s390x: [bsc#1209627] * Output size of the STCKE command on s390x is 16 bytes, compared to 8 bytes of the STCK command. Fix a stack corruption in the s390x version of jent_get_nstime(). Add some more detailed information on the STCKE command. Updated to 3.4.1 * add FIPS 140 hints to man page * simplify the test tool to search for optimal configurations * fix: jent_loop_shuffle: re-add setting the time that was lost with 3.4.0 * enhancement: add ARM64 assembler code to read high-res timer jitterentropy-3.4.1-150000.1.12.1.src.rpm jitterentropy-devel-3.4.1-150000.1.12.1.x86_64.rpm jitterentropy-devel-32bit-3.4.1-150000.1.12.1.x86_64.rpm jitterentropy-devel-static-3.4.1-150000.1.12.1.x86_64.rpm libjitterentropy3-3.4.1-150000.1.12.1.x86_64.rpm libjitterentropy3-32bit-3.4.1-150000.1.12.1.x86_64.rpm jitterentropy-devel-3.4.1-150000.1.12.1.s390x.rpm jitterentropy-devel-static-3.4.1-150000.1.12.1.s390x.rpm libjitterentropy3-3.4.1-150000.1.12.1.s390x.rpm jitterentropy-devel-3.4.1-150000.1.12.1.ppc64le.rpm jitterentropy-devel-static-3.4.1-150000.1.12.1.ppc64le.rpm libjitterentropy3-3.4.1-150000.1.12.1.ppc64le.rpm jitterentropy-devel-3.4.1-150000.1.12.1.aarch64.rpm jitterentropy-devel-static-3.4.1-150000.1.12.1.aarch64.rpm libjitterentropy3-3.4.1-150000.1.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-2255 Recommended update for Java moderate SUSE Updates openSUSE-SLE 15.6 This update for Java fixes the following issues: maven-file-management: - Use sisu-plexus instead of plexus-containers-container-default - Added dependency on plexus-xml where relevant - Removed unnecessary dependency on xmvn tools and parent pom maven-shared-io: - Do not add PROVIDED dependency on plexus-container-default - Use sisu-plexus instead of plexus-containers-container-default - Removed unnecessary dependency on xmvn tools and parent pom maven2: - Use sisu-plexus instead of plexus-containers-container-default - Fixed build with both sisu-plexus and plexus-containers-container-default - Require the new plexus-xml package to fix build maven-shared-utils was updated to version 3.3.4: - Use the org.eclipse.sisu:org.eclipse.sisu.plexus artifact in order to avoid conflict/choise of providers - Checked exception converted to raw runtime - PrettyPrintXmlWriter output is platform dependent - Deprecated StringUtils.unifyLineSeparator - Fixed environment variable with null value - Dependencies upgraded: * Upgraded Jansi to 2.0.1 * Upgraded Jansi to 2.2.0 plexus-ant-factory: - Use the org.eclipse.sisu:org.eclipse.sisu.plexus to avoid conflict/choise of providers - Use sisu-plexus instead of plexus-containers-container-default - Fixed the code to build both with sisu-plexus and plexus-containers-container-default. plexus-bsh-factory: - Use the org.eclipse.sisu:org.eclipse.sisu.plexus to avoid conflict/choise of providers - Use sisu-plexus instead of plexus-containers-container-default plexus-cli: - Use the org.eclipse.sisu:org.eclipse.sisu.plexus artifact to avoid conflict/choise of providers plexus-i18n: - Use sisu-plexus instead of plexus-containers-container-default plexus-resources: - Use the org.eclipse.sisu:org.eclipse.sisu.plexus artifact to avoid conflict/choise of providers - Use sisu-plexus instead of plexus-containers-container-default plexus-sec-dispatcher: - Removed unnecessary dependency on plexus-containers-container-default - Add dependency on plexus-xml where relevant - Build with source and target levels 8 plexus-velocity: - Use the org.eclipse.sisu:org.eclipse.sisu.plexus artifact to avoid conflict/choise of providers - Use sisu-plexus instead of plexus-containers-container-default tesla-polyglot: - Fixed build with maven-plugin-plugin - Fixed build with snakeyaml 2.2 maven-artifact-2.2.1-150200.3.7.3.noarch.rpm maven-artifact-manager-2.2.1-150200.3.7.3.noarch.rpm maven-file-management-3.0.0-150200.3.7.3.noarch.rpm maven-file-management-3.0.0-150200.3.7.3.src.rpm maven-file-management-javadoc-3.0.0-150200.3.7.3.noarch.rpm maven-model-2.2.1-150200.3.7.3.noarch.rpm maven-monitor-2.2.1-150200.3.7.3.noarch.rpm maven-plugin-descriptor-2.2.1-150200.3.7.3.noarch.rpm maven-plugin-registry-2.2.1-150200.3.7.3.noarch.rpm maven-profile-2.2.1-150200.3.7.3.noarch.rpm maven-project-2.2.1-150200.3.7.3.noarch.rpm maven-settings-2.2.1-150200.3.7.3.noarch.rpm maven-shared-io-3.0.0-150200.3.7.2.noarch.rpm maven-shared-io-3.0.0-150200.3.7.2.src.rpm maven-shared-io-javadoc-3.0.0-150200.3.7.2.noarch.rpm maven-shared-utils-3.3.4-150200.3.7.2.noarch.rpm maven-shared-utils-3.3.4-150200.3.7.2.src.rpm maven-shared-utils-javadoc-3.3.4-150200.3.7.2.noarch.rpm maven-toolchain-2.2.1-150200.3.7.3.noarch.rpm maven2-2.2.1-150200.3.7.3.src.rpm maven2-javadoc-2.2.1-150200.3.7.3.noarch.rpm plexus-ant-factory-1.0~a2.1-150200.3.7.2.noarch.rpm plexus-ant-factory-1.0~a2.1-150200.3.7.2.src.rpm plexus-ant-factory-javadoc-1.0~a2.1-150200.3.7.2.noarch.rpm plexus-bsh-factory-1.0~a7-150200.3.7.2.noarch.rpm plexus-bsh-factory-1.0~a7-150200.3.7.2.src.rpm plexus-bsh-factory-javadoc-1.0~a7-150200.3.7.2.noarch.rpm plexus-cli-1.6-150200.3.7.2.noarch.rpm plexus-cli-1.6-150200.3.7.2.src.rpm plexus-cli-javadoc-1.6-150200.3.7.2.noarch.rpm plexus-i18n-1.0~beta10-150200.3.7.2.noarch.rpm plexus-i18n-1.0~beta10-150200.3.7.2.src.rpm plexus-i18n-javadoc-1.0~beta10-150200.3.7.2.noarch.rpm plexus-resources-1.0~a7-150200.3.7.3.noarch.rpm plexus-resources-1.0~a7-150200.3.7.3.src.rpm plexus-resources-javadoc-1.0~a7-150200.3.7.3.noarch.rpm plexus-sec-dispatcher-2.0-150200.3.7.3.noarch.rpm plexus-sec-dispatcher-2.0-150200.3.7.3.src.rpm plexus-sec-dispatcher-javadoc-2.0-150200.3.7.3.noarch.rpm plexus-velocity-1.2-150200.3.7.2.noarch.rpm plexus-velocity-1.2-150200.3.7.2.src.rpm plexus-velocity-javadoc-1.2-150200.3.7.2.noarch.rpm tesla-polyglot-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-0.4.5-150200.3.7.2.src.rpm tesla-polyglot-atom-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-common-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-common-0.4.5-150200.3.7.2.src.rpm tesla-polyglot-common-javadoc-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-groovy-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-java-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-javadoc-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-maven-plugin-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-translate-plugin-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-xml-0.4.5-150200.3.7.2.noarch.rpm tesla-polyglot-yaml-0.4.5-150200.3.7.2.noarch.rpm openSUSE-SLE-15.6-2024-2620 Recommended update for ant, lucene, mysql-connector-java, univocity-parsers moderate SUSE Updates openSUSE-SLE 15.6 This update for ant, lucene, mysql-connector-java, univocity-parsers fixes the following issues: ant: - Add forgotten open-test-reporting/events to ant.d/junitlauncher lucene was updated from version 8.5.0 to 8.11.2: - API Changes: * SimpleFSDirectory is deprecated in favor of NIOFSDirectory. * Removed ability to set DocumentsWriterPerThreadPool on IndexWriterConfig. The DocumentsWriterPerThreadPool is a packaged protected final class which made it impossible to customize. * MergeScheduler#merge doesn't accept a parameter if a new merge was found anymore. * SortFields are now responsible for writing themselves into index headers if they are used as index sorts. * Deprecate SimpleBindings#add(SortField). * MergeScheduler is now decoupled from IndexWriter. Instead it accepts a MergeSource interface that offers the basic methods to acquire pending merges, run the merge and do accounting around it. * QueryVisitor.consumeTermsMatching() now takes a Supplier<ByteRunAutomaton> to enable queries that build large automata to provide them lazily. TermsInSetQuery switches to using this method to report matching terms. * DocValues.emptySortedNumeric() no longer takes a maxDoc parameter * CodecUtil#checkFooter(IndexInput, Throwable) now throws a CorruptIndexException if checksums mismatch or if checksums can't be verified. * TieredMergePolicy#setMaxMergeAtOnceExplicit is deprecated and the number of segments that get merged via explicit merges is unlimited by default. * Lucene's facet module's DocValuesOrdinalsReader.decode method is now public, making it easier for applications to decode facet ordinals into their corresponding labels * Field comparators for numeric fields and _doc were moved to their own package. TopFieldCollector sets TotalHits.relation to GREATER_THAN_OR_EQUAL_TO, as soon as the requested total hits threshold is reached, even though in some cases no skipping optimization is applied and all hits are collected. * IndexingChain now accepts individual primitives rather than a DocumentsWriterPerThread instance in order to create a new DocConsumer. * Removed deprecation warning from IndexWriter#getFieldNames(). * Change the getValue method from IntTaxonomyFacets to be protected instead of private. Users can now access the count of an ordinal directly without constructing an extra FacetLabel. Also use variable length arguments for the getOrdinal call in TaxonomyReader. * DrillSideways allows sub-classes to provide "drill down" FacetsCollectors. They may provide a null collector if they choose to bypass "drill down" facet collection. * Add a new Directory reader open API from indexCommit and a custom comparator for sorting leaf readers * Replaced the ScoreCachingWrappingScorer ctor with a static factory method that ensures unnecessary wrapping doesn't occur. - New Features: * Grouping by range based on values from DoubleValuesSource and LongValuesSource * Add IndexWriter merge-on-commit feature to selectively merge small segments on commit, subject to a configurable timeout, to improve search performance by reducing the number of small segments for searching * Add IndexWriter merge-on-refresh feature to selectively merge small segments on getReader, subject to a configurable timeout, to improve search performance by reducing the number of small segments for searching. * Doc values now allow configuring how to trade compression for retrieval speed. * Add FacetsConfig option to control which drill-down terms are indexed for a FacetLabel * RegExpQuery added case insensitive matching option. * Add CJKWidthCharFilter and its factory * Add utility class to retrieve facet labels from the taxonomy index for a facet field so such fields do not also have to be redundantly stored * Allow sorting an index after it was created. With SortingCodecReader, existing unsorted segments can be wrapped and merged into a fresh index using IndexWriter#addIndices API. * Custom order for leaves in IndexReader and IndexWriter * Added smoothingScore method and default implementation to Scorable abstract class. The smoothing score allows scorers to calculate a score for a document where the search term or subquery is not present. The smoothing score acts like an idf so that documents that do not have terms or subqueries that are more frequent in the index are not penalized as much as documents that do not have less frequent terms or subqueries and prevents scores which are the product or terms or subqueries from going to zero. Added the implementation of the Indri AND and the IndriDirichletSimilarity from the academic Indri search engine: http://www.lemurproject.org/indri.php. * New LatLonPoint query that accepts an array of LatLonGeometries. * New XYPoint query that accepts an array of XYGeometries. * TypeAsSynonymFilter has been enhanced support ignoring some types, and to allow the generated synonyms to copy some or all flags from the original token * A token filter to drop tokens that match all specified flags. * PatternTypingFilter has been added to allow setting a type attribute on tokens based on a configured set of regular expressions * FeatureField supports newLinearQuery that for scoring uses raw indexed values of features without any transformation. * LatLonPoint query support for spatial relationships. * New tool for creating a deterministic index to enable benchmarking changes on a consistent multi-segment index even when they require re-indexing. * New facet counting implementation for general string doc value fields (SortedSetDocValues / SortedDocValues) not created through FacetsConfig * The SimpleText codec now writes skip lists. * Analyzer and stemmer for Telugu language - Improvements: * Use same code-path for updateDocuments and updateDocument in IndexWriter and DocumentsWriter. * Update dictionary version for Ukrainian analyzer to 4.9.1 * PerFieldDocValuesFormat should not get the DocValuesFormat on a field that has no doc values. * Removed ThreadState abstraction from DocumentsWriter which allows pooling of DWPT directly and improves the approachability of the IndexWriter code. * Add an ID to SegmentCommitInfo in order to compare commits for equality and make snapshots incremental on generational files. * TotalHits' relation will be EQUAL_TO when the number of hits is lower than TopDocsColector's numHits * Metadata of the terms dictionary moved to its own file, with the '.tmd' extension. This allows checksums of metadata to be verified when opening indices and helps saveseeks when opening an index. * SegmentInfos#readCommit now always returns a CorruptIndexException if the content of the file is invalid. * Make FunctionScoreQuery use ScoreMode.COMPLETE for creating the inner query weight when ScoreMode.TOP_DOCS is requested. * Make FacetsConfig.DELIM_CHAR publicly accessible * UniformSplit supports encodable fields metadata. * Improved truncation detection for points. * Let MultiCollector handle minCompetitiveScore * Add a new ExpressionValueSource which will enforce only one value per name per hit in dependencies, ExpressionFunctionValues will no longer recompute already computed values * Fix CheckIndex to print an invalid non-zero norm as unsigned long when detecting corruption. * FieldInfo#checkConsistency called twice from Lucene50(60)FieldInfosFormat#read; Removed the (redundant?) assert and do these checks for real. * In BooleanQuery rewrite, always remove MatchAllDocsQuery filter clauses when possible. * Improve coverage for Asserting* test classes: make sure to handle singleton doc values, and sometimes exercise Weight#scorer instead of Weight#bulkScorer for top-level queries. * Include StoredFieldsWriter in DWPT accounting to ensure that it's heap consumption is taken into account when IndexWriter stalls or should flush DWPTs. * Include TermVectorsWriter in DWPT accounting to ensure that it's heap consumption is taken into account when IndexWriter stalls or should flush DWPTs. * In query shapes over shape fields, skip points while traversing the BKD tree when the relationship with the document is already known. * Use more compact datastructures to represent sorted doc-values in memory when sorting a segment before flush and in SortingCodecReader. * WordDelimiterGraphFilter should order tokens at the same position by endOffset to emit longer tokens first. The same graph is produced. * Optimize facet counting for single-valued SSDV / StringValueFacetCounts. * GlobalOrdinalsWithScore should not compute occurrences when the provided min is 1. * ICUNormalizer2CharFilter no longer requires normalization-inert characters as boundaries for incremental processing, vastly improving worst-case performance. * ExitableTermsEnum should sample timeout and interruption check before calling next(). * Make CheckIndex concurrent by parallelizing index check across segments. * Add compression to terms dict from SortedSet/Sorted DocValues. * Binary doc values fields now expose their configured compression mode in the attributes of the field info. * BM25FQuery was extended to handle similarities beyond BM25Similarity. It was renamed to CombinedFieldQuery to reflect its more general scope. * Reduce index size by increasing allowable exceptions in PForUtil from 3 to 7. * Hunspell support improvements: add API for spell-checking and suggestions, support compound words, fix various behavior differences between Java and C++ implementations, improve performance * The BEST_SPEED compression mode now trades more compression ratio in exchange of faster reads. * Enable bulk merge for stored fields with index sort. * Allow DrillSideways users to provide their own CollectorManager without also requiring them to provide an ExecutorService. * Extend DrillSideways to support exposing FacetCollectors directly. * Support for multi-value fields in LongRangeFacetCounts and DoubleRangeFacetCounts. * Added QueryProfilerIndexSearcher and ProfilerCollector to support debugging query execution strategy and timing. * Operations.getCommonSuffix/Prefix(Automaton) is now much more efficient, from a worst case exponential down to quadratic cost in the number of states + transitions in the Automaton. These methods no longer use the costly determinize method, removing the risk of TooComplexToDeterminizeException * Operations.determinize now throws TooComplexToDeterminizeException based on too much "effort" spent determinizing rather than a precise state count on the resulting returned automaton, to better handle adversarial cases like det(rev(regexp("(.*a){2000}"))) that spend lots of effort but result in smallish eventual returned automata. * Stop sorting determinize powersets unnecessarily. * Evaluate score in DrillSidewaysScorer.doQueryFirstScoring * Decrease default for LRUQueryCache's skipCacheFactor to 10. This prevents caching a query clause when it is much more expensive than running the top-level query. * Make QueryCache respect Accountable queries - Optimizations: * UniformSplit keeps FST off-heap. * DoubleValuesSource and QueryValueSource now use a TwoPhaseIterator if one is provided by the Query. * UsageTrackingQueryCachingPolicy no longer caches DocValuesFieldExistsQuery. * FST.Arc.BitTable reads directly FST bytes. Arc is lightweight again and FSTEnum traversal faster. * Fail precommit on unparameterised log messages and examine for wasted work/objects * Speed up geometry queries by specialising Component2D spatial operations. Instead of using a generic relate method for all relations, we use specialize methods for each one. In addition, the type of triangle is computed at deserialization time, therefore we can be more selective when decoding points of a triangle. * Build always trees with full leaves and lower the default value for maxPointsPerLeafNode to 512. * Points now write their index in a separate file. * Add an ability for field comparators to skip non-competitive documents. Creating a TopFieldCollector with totalHitsThreshold less than Integer.MAX_VALUE instructs Lucene to skip non-competitive documents whenever possible. For numeric sort fields the skipping functionality works when the same field is indexed both with doc values and points. To indicate that the same data is stored in these points and doc values SortField#setCanUsePoints method should be used. * ConstantValuesSource now shares a single DoubleValues instance across all segments * Stored fields now get higer compression ratios on highly compressible data. * FunctionMatchQuery now accepts a "matchCost" optimization hint. * Indexing with an index sort is now faster by not compressing temporary representations of the data. * Enhance DocComparator to provide an iterator over competitive documents when searching with "after". This iterator can quickly position on the desired "after" document skipping all documents and segments before "after". * QueryParser: re-use the LookaheadSuccess exception. * WANDScorer now supports queries that have a 'minimumNumberShouldMatch' configured. * Reduced memory usage for OrdinalMap when a segment has all values. * Faster decoding of postings for some numbers of bits per value. * Substantially improve RAM efficiency of how MemoryIndex stores postings in memory, and reduced a bit of RAM overhead in IndexWriter's internal postings book-keeping * Speed up merging of stored fields and term vectors for smaller segments. * Performance improvement for BKD index building * Improved memory efficiency of IndexWriter's RAM buffer, in particular in the case of many fields and many indexing threads. * Lucene90DocValuesFormat was using too many bits per value when compressing via gcd, unnecessarily wasting index storage. * Rewrite empty DisjunctionMaxQuery to MatchNoDocsQuery. * Slightly faster segment merging for sorted indices. * Improve IntroSorter with 3-ways partitioning * FacetsCollector will not request scores if it does not use them - Bugs fixed: * Fix corruption of the new gen field infos when doc values updates are applied on a segment created externally and added to the index with IndexWriter#addIndexes(Directory). * Holding levenshtein automata on FuzzyQuery can end up blowing up query caches which use query objects as cache keys, so building the automata is now delayed to search time again. * Fix wrong NGramFilterFactory argument name for preserveOriginal option * DocValuesRewriteMethod.visit wasn't visiting its embedded query * DocTermsIndexDocValues assumed it was operating on a SortedDocValues (single valued) field when it could be multi-valued used with a SortedSetSelector * Ensure IW processes all internal events before it closes itself on a rollback. * Return default value from objectVal when doc doesn't match the query in QueryValueSource * Fix for potential NPE in TermFilteredPresearcher for empty fields * Wait for #addIndexes merges when aborting merges. * Ensure CMS updates it's thread accounting datastructures consistently. CMS today releases it's lock after finishing a merge before it re-acquires it to update the thread accounting datastructures. This causes threading issues where concurrently finishing threads fail to pick up pending merges causing potential thread starvation on forceMerge calls * Single-document monitor runs were using the less efficient MultiDocumentBatch implementation. * Fix equality check in ExpressionValueSource#rewrite. This fixes rewriting of inner value sources. * IndexWriter incorrectly calls closeMergeReaders twice when the merged segment is 100% deleted. * Tessellator might build illegal polygons when several holes share the shame vertex. * Tessellator might build illegal polygons when several holes share are connected to the same vertex. * Fix ordered intervals over interleaved terms * The UnifiedHighlighter was closing the underlying reader when there were multiple term-vector fields. This was a regression in 8.6.0. * Prevent DWPTDeleteQueue from referencing itself and leaking memory. The queue passed an implicit this reference to the next queue instance on flush which leaked about 500byte of memory on each full flush, commit or getReader call. * Fix a regression where the unified highlighter didn't produce highlights on fuzzy queries that correspond to exact matches. * Fix NRTCachingDirectory to use Directory#fileLength to check if a file already exists instead of opening an IndexInput on the file which might throw a AccessDeniedException in some Directory implementations. * Fixed a bug in IndexSortSortedNumericDocValuesRangeQuery where it could violate the DocIdSetIterator contract. * Include field in ComplexPhraseQuery's toString() * Fix TermRangeQuery when there is no upper bound and the lower bound is the empty string excluded. This would previously match no strings at all while it should match all non-empty strings. * Fix NPE in SpanWeight#explain when no scoring is required and SpanWeight has null Similarity.SimScorer. * DocumentsWriter was only stalling threads for 1 second allowing documents to be indexed even the DocumentsWriter wasn't able to keep up flushing. Unless IW can't make progress due to an ill behaving DWPT this issue was barely noticeable. * Japanese tokenizer should discard the compound token instead of disabling the decomposition of long tokens when discardCompoundToken is activated. * Make Component2D#withinPoint implementations consistent with ShapeQuery logic. * Wrap boolean queries generated by shape fields with a Constant score query. * Fix per-field memory leak in IndexWriter.deleteAll(). Reset next available internal field number to 0 on FieldInfos.clear(), to avoid wasting FieldInfo references. * BM25FQuery - Mask encoded norm long value in array lookup. * When encoding triangles in ShapeField, make sure generated triangles are CCW by rotating triangle points before checking triangle orientation. * Fix deadlock in TermsEnum.EMPTY that occurs when trying to initialize TermsEnum and BaseTermsEnum at the same time * NPE on a degenerate query in MinimumShouldMatchIntervalsSource $MinimumMatchesIterator.getSubMatches(). * DoubleValuesSource.fromQuery (also used by FunctionScoreQuery.boostByQuery) could throw an exception when the query implements TwoPhaseIterator and when the score is requested repeatedly. * BytesRefHash.equals/find is now thread safe, fixing a Luwak/Monitor bug causing registered queries to sometimes fail to match. * Fix Circle2D intersectsLine t-value (distance) range clamp * Fixed parameter use in RadixSelector. * LongValueFacetCounts should count each document at most once when determining the total count for a dimension. Prior to this fix, multi-value docs could contribute a > 1 count to the dimension count. * Fixed performance regression for boolean queries that configure a minimum number of matching clauses. * FlattenGraphFilter is now more robust when handling incoming holes in the input token graph * Duplicate long values in a document field should only be counted once when using SortedNumericDocValuesFields * Do not throw NullPointerException while trying to handle another exception in ReplicaNode.start * Fix DrillSideways correctness bug * Fix edge case failure in TestStringValueFacetCounts * CombinedFieldQuery can fail with an exception when document is missing some fields. * Respect ignoreCase in CommonGramsFilterFactory * DocComparator should not skip docs with the same docID on multiple sorts with search after * Fix CombinedFieldQuery equals and hashCode, which ensures query rewrites don't drop CombinedFieldQuery clauses. * Correct CombinedFieldQuery scoring when there is a single field. * Counting bug fixed in StringValueFacetCounts. * Ensure DrillSidewaysQuery instances never get cached. * Skip deleted docs when accumulating facet counts for all docs * KoreanTokenizer should check the max backtrace gap on whitespaces. * Sort optimization can wrongly skip the first document of each segment * MultiCollector now handles single leaf collector that wants to skip low-scoring hits but the combined score mode doesn't allow it * Missing calculating the bytes used of DocsWithFieldSet in NormValuesWriter * Missing calculating the bytes used of DocsWithFieldSet and currentValues in SortedSetDocValuesWriter * Sort optimization with search_after can wrongly skip documents whose values are equal to the last value of the previous page * Sort optimization with a chunked bulk scorer can wrongly skip documents * ConcurrentSortedSetDocValuesFacetCounts shouldn't share liveDocs Bits across threads * NumericLeafComparator to define getPointValues * Ensure that the minimum competitive score does not decrease in concurrent search * Highlighter: WeightedSpanTermExtractor.extractWeightedSpanTerms to Query#rewrite multiple times if necessary * Make sure SparseFixedBitSet#or updates ramBytesUsed - Documentation: * Add a performance warning to AttributeSource.captureState javadocs - Changes in runtime behaviour: * SortingCodecReader now doesn't cache doc values fields anymore. Previously, SortingCodecReader used to cache all doc values fields after they were loaded into memory. This reader should only be used to sort segments after the fact using IndexWriter#addIndices. * Other changes: * Always keep FST off-heap. FSTLoadMode, Reader attributes and openedFromWriter removed. * Checksums of the terms index are now verified when LeafReader#checkIntegrity is called rather than when opening the index. * Update Javadoc about normalizeEntry in the Kuromoji DictionaryBuilder. * Make TestLatLonMultiPolygonShapeQueries more resilient for CONTAINS queries. * Adjust TestLucene60PointsFormat#testEstimatePointCount2Dims so it does not fail when a point is shared by multiple leaves. * ByteBufferIndexInput was refactored to work on top of the ByteBuffer API. * Make LineFileDocs's random seeking more efficient, making tests using LineFileDocs faster * Refactors SimpleBindings to improve type safety and cycle detection * Change the way the multi-dimensional BKD tree builder generates the intermediate tree representation to be equal to the one dimensional case to avoid unnecessary tree and leaves rotation. * poll_mirrors.py release script can handle HTTPS mirrors. * Fix or suppress 13 resource leak precommit warnings in lucene/replicator * Always keep BKD index off-heap. BKD reader does not implement Accountable any more. * Refactor BKD point configuration into its own class. * Make TestXYMultiPolygonShapeQueries more resilient for CONTAINS queries. * Move LockFactory stress test to be a unit/integration test. * Removes some unused code and replaces the Point implementation on ShapeField/ShapeQuery random tests. * Removed the pure Maven build. It is no longer possible to build artifacts using Maven (this feature was no longer working correctly). Due to migration to Gradle for Lucene/Solr 9.0, the maintenance of the Maven build was no longer reasonable. POM files are generated for deployment to Maven Central only. Please use "ant generate-maven-artifacts" to produce and deploy artifacts to any repository. * Migrate Maven tasks to use "maven-resolver-ant-tasks" instead of the no longer maintained "maven-ant-tasks". * Upgrade jetty to 9.4.41 * Fix WANDScorer assertion error. * Add docs/links to GermanAnalyzer describing how to decompound nouns * Update Jetty to 9.4.34 mysql-connector-java was updated to version 8.4.0: - Removed OpenTelemetry support, which was added upstream - Avoid producing dupplicate maven data - Changes in version 8.4.0: * Added support for VECTOR data type. * Fixed tests failing due to removal of deprecated features. * Fixed join condition for retrieval of imported primary keys. * GPL License Exception Update. * Updated SyntaxRegressionTest.java. * Replaced StringBuffer with StringBuilder in ValueEncoders * Fixed DatabaseMetaData that specifies incorrect extra name characters. * Fixed setting the FetchSize on a Statement object does not affect. * Fixed GETPARAMETERBINDINGS() ON A PS RETURNS NPE WHEN NOT ALL PARAMETERS ARE BOUND. * Removed support for FIDO authentication * Only call Messages.getString(...) when it's needed (when the SQLException is thrown) * CLIENT HANG WHEN LOADBALANCESTRATEGY IS BESTRESPONSETIME. - Includes changes from 8.3.0: * Fixed redundant "Reset stmt" when setting useServerPrepStmts&cachePrepStmts to true * Fixed COMMENT PARSING IS NOT PROPER IN CONNECTOR JDBC. * Fixed setting a large timeout leads to errors when executing SQL. * Upgrade 3rd party libraries and tools. * Upgrade Protocol Buffers dependency to protobuf*java-3.25.1. * Fixed issue with mysql-connector-j 8.0.33 connector (XDEVAPI) - getsession is slow. * Fixed CallableStatement::getParameterMetaData reports incorrect parameterCount. * Fixed executeUpdate throws SQLException on queries that are only comments. * getWarnings() of StatementImpl contains all warnings. * Fixed Unexpected list of permitted ciphers. * Fixed jdbc.MysqlParameterMetadata#isNullable doesnt check whether to be simple. * Fixed Parameter metadata inferred incorrectly when procedure or function doesn't exist. * Fixed execution of a stored procedure if exists function with same name. - Changes in version 8.2.0: * Added the missing implementation for Connection.releaseSavepoint() * Connector/J now supports WebAuthn Authentication. See Connecting Using Web Authentication (WebAuthn) Authentication for details. * The auto-deserialization function for BLOB objects, deprecated since release 8.1.0, is now removed. * The SessionStateChanges objects failed to provide proper values for section state changes. This was because Connector/J parsed the OK_Packet incorrectly, and this patch fixes the issue. * Using javax.sql.rowset.CachedRowSet#getDate() or javax.sql.rowset.CachedRowSet#getTimestamp() on DATETIME fields resulted in a ClassCastException. It was because the default return type of DATETIME fields by ResultSet.getObject() was java.time.LocalDateTime instead of java.sql.Timestamp. To prevent the exception, a new connection property, treatMysqlDatetimeAsTimestamp, now allows the return type of DATETIME by ResultSet.getObject() to be changed to java.sql.Timestamp * Obtaining a connection from a MysqlConnectionPoolDataSource made Connector/J reset its connection state unless the connection property paranoid was set to be true. During the reset, the autocommit mode of the session was restored to the default value specified on the server by the system variable autocommit, while the JDBC specification mandates that autocommit be always enabled for a freshly created connection. With this patch, the connection reset will always enable autocommit in the situation. - Changes in version 8.1.0: * Deprecated autoDeserialize feature. * Fix KeyManagementException: FIPS mode: only SunJSSE TrustManagers may be used. * Fixed Issue in JDBC PreparedStatement on adding NO_BACKSLASH_ESCAPES in sql_mode. univocity-parsers: - Add Automatic-Module-Name to the manifest ant-1.10.14-150200.4.28.1.noarch.rpm ant-1.10.14-150200.4.28.1.src.rpm ant-antlr-1.10.14-150200.4.28.1.noarch.rpm ant-antlr-1.10.14-150200.4.28.1.src.rpm ant-apache-bcel-1.10.14-150200.4.28.1.noarch.rpm ant-apache-bsf-1.10.14-150200.4.28.1.noarch.rpm ant-apache-log4j-1.10.14-150200.4.28.1.noarch.rpm ant-apache-oro-1.10.14-150200.4.28.1.noarch.rpm ant-apache-regexp-1.10.14-150200.4.28.1.noarch.rpm ant-apache-resolver-1.10.14-150200.4.28.1.noarch.rpm ant-apache-xalan2-1.10.14-150200.4.28.1.noarch.rpm ant-commons-logging-1.10.14-150200.4.28.1.noarch.rpm ant-commons-net-1.10.14-150200.4.28.1.noarch.rpm ant-imageio-1.10.14-150200.4.28.1.noarch.rpm ant-jakartamail-1.10.14-150200.4.28.1.noarch.rpm ant-javamail-1.10.14-150200.4.28.1.noarch.rpm ant-jdepend-1.10.14-150200.4.28.1.noarch.rpm ant-jmf-1.10.14-150200.4.28.1.noarch.rpm ant-jsch-1.10.14-150200.4.28.1.noarch.rpm ant-junit-1.10.14-150200.4.28.1.noarch.rpm ant-junit-1.10.14-150200.4.28.1.src.rpm ant-junit5-1.10.14-150200.4.28.1.noarch.rpm ant-junit5-1.10.14-150200.4.28.1.src.rpm ant-manual-1.10.14-150200.4.28.1.noarch.rpm ant-scripts-1.10.14-150200.4.28.1.noarch.rpm ant-swing-1.10.14-150200.4.28.1.noarch.rpm ant-testutil-1.10.14-150200.4.28.1.noarch.rpm ant-xz-1.10.14-150200.4.28.1.noarch.rpm lucene-8.11.2-150200.4.7.1.src.rpm lucene-analyzers-common-8.11.2-150200.4.7.1.noarch.rpm lucene-analyzers-smartcn-8.11.2-150200.4.7.1.noarch.rpm lucene-analyzers-stempel-8.11.2-150200.4.7.1.noarch.rpm lucene-backward-codecs-8.11.2-150200.4.7.1.noarch.rpm lucene-classification-8.11.2-150200.4.7.1.noarch.rpm lucene-codecs-8.11.2-150200.4.7.1.noarch.rpm lucene-core-8.11.2-150200.4.7.1.noarch.rpm lucene-grouping-8.11.2-150200.4.7.1.noarch.rpm lucene-highlighter-8.11.2-150200.4.7.1.noarch.rpm lucene-join-8.11.2-150200.4.7.1.noarch.rpm lucene-memory-8.11.2-150200.4.7.1.noarch.rpm lucene-misc-8.11.2-150200.4.7.1.x86_64.rpm lucene-monitor-8.11.2-150200.4.7.1.noarch.rpm lucene-queries-8.11.2-150200.4.7.1.noarch.rpm lucene-queryparser-8.11.2-150200.4.7.1.noarch.rpm lucene-sandbox-8.11.2-150200.4.7.1.noarch.rpm lucene-spatial3d-8.11.2-150200.4.7.1.noarch.rpm mysql-connector-java-8.4.0-150200.3.21.1.noarch.rpm mysql-connector-java-8.4.0-150200.3.21.1.src.rpm univocity-parsers-2.9.1-150200.3.7.8.noarch.rpm univocity-parsers-2.9.1-150200.3.7.8.src.rpm univocity-parsers-javadoc-2.9.1-150200.3.7.8.noarch.rpm lucene-misc-8.11.2-150200.4.7.1.s390x.rpm lucene-misc-8.11.2-150200.4.7.1.ppc64le.rpm lucene-misc-8.11.2-150200.4.7.1.aarch64.rpm openSUSE-SLE-15.6-2024-1924 Recommended update for obs-service-replace_using_package_version moderate SUSE Updates openSUSE-SLE 15.6 This update for obs-service-replace_using_package_version fixes the following issues: obs-service-replace_using_package_version was updated to version 1702495728.72fe58b: - Changes in version 1702495728.72fe58b: * Bump version: 0.0.8 to 0.0.9 * Bump actions/setup-python from 4.7.1 to 5.0.0 * Workaround integration test failures due to PEP 668 marker * Bump actions/setup-python from 4.6.1 to 4.7.1 * Bump actions/checkout from 3 to 4 * Report the package name that is missing (#56) * Bump pytest-container from 0.1.1 to 0.2.0 * Drop mock dependency, stdlib has it * Bump actions/setup-python from 4.5.0 to 4.6.1 * Bump version: 0.0.7 to 0.0.8 - Changes in version 1681202780.6d8bb3c: * Run unit & install test only for the system python * Add python 3.11 tox environment * Switch to using rpm.labelCompare instead of parse_version * Fix copyright strings * Fix test_find_package_version * Bump mock from 4.0.3 to 5.0.1 * Bump pytest-xdist from 2.5.0 to 3.0.2 * Bump tox from 3.25.1 to 3.28.0 * Bump Gr1N/setup-poetry from 7 to 8 * Bump pytest-container from 0.0.2 to 0.1.1 * Bump actions/setup-python from 4.3.0 to 4.5.0 - Changes in version 1680160876.6dcaef0: * Bump version: 0.0.6 to 0.0.7 * Fix default value for empty or missing version * Bump flake8 from 5.0.1 to 5.0.4 - Changes in version 1668090256.71deb28: * Bump version: 0.0.5 to 0.0.6 * Link to the official poetry installation guide * Update replace_using_package_version.service * Update README.md * Update integration_tests/test_version_extraction.py * Update replace_using_package_version.service * Attempt to read version from obsinfo if no version is found * Add Leap 15.4 & SLE 15 SP4 to the CI - Changes in version 1668085498.ab6de1e: * Bump version: 0.0.4 to 0.0.5 * Remove the rpm signkeys in the CI environment * Adapt tests to mock subprocess.check_output * Ignore stderr on successful command executions - Changes in version 1667988064.d72b7ba: * Bump version: 0.0.3 to 0.0.4 * Update obs-service-replace_using_package_version.spec * Adapt spec to the current project setup * Bump actions/setup-python from 3 to 4.3.0 * Bump pytest-cov from 3.0.0 to 4.0.0 * Bump flake8 from 4.0.1 to 5.0.1 * Bump tox from 3.24.5 to 3.25.1 * Bump actions/cache from 2 to 3 * Bump actions/checkout from 2 to 3 * Bump actions/setup-python from 2 to 3 * Bump pytest from 6.2.5 to 7.0.1 * Switch from custom run_command to using check_output * Remove additional space from pyproject.toml * Replace travis CI badge with GitHub Actions badge * Make the file parameter default to the build recipe * Add integration tests using pytest_container * Bump coverage from 6.3 to 6.3.1 * Switch from travis-ci to github actions * Remove trailing whitespace * Switch to poetry instead of using setup.py * Correct spelling & gramar in .service * Add missing closing description element to .service * Follow the python package naming conventions obs-service-replace_using_package_version-0.0.9-150000.3.9.1.noarch.rpm obs-service-replace_using_package_version-0.0.9-150000.3.9.1.src.rpm openSUSE-SLE-15.6-2024-1944 Security update for webkit2gtk3 important SUSE Updates openSUSE-SLE 15.6 This update for webkit2gtk3 fixes the following issues: - Update to version 2.44.2 (bsc#1225071): - CVE-2024-23252: Fixed a vulnerability where processed web content may lead to a denial-of-service. (bsc#1222010) - CVE-2024-23254: Fixed a vulnerability where a malicious website may exfiltrate audio data cross-origin. (bsc#1222010) - CVE-2024-23263: Fixed a vulnerability where processed maliciously crafted web content may prevent Content Security Policy from being enforced. (bsc#1222010) - CVE-2024-23280: Fixed a vulnerability where a maliciously crafted webpage may be able to fingerprint the user. (bsc#1222010) - CVE-2024-23284: Fixed a vulnerability where processed maliciously crafted web content may prevent Content Security Policy from being enforced. (bsc#1222010) - CVE-2023-42950: Fixed a vulnerability where processed maliciously crafted web content may lead to arbitrary code execution. (bsc#1222010) - CVE-2023-42956: Fixed a vulnerability where processed web content may lead to a denial-of-service. (bsc#1222010) - CVE-2023-42843: Fixed a vulnerability where visiting a malicious website may lead to address bar spoofing. (bsc#1222010) - CVE-2024-27834: Fixed a vulnerability where an attacker with arbitrary read and write capability may be able to bypass Pointer Authentication. (bsc#1225071) WebKitGTK-4.0-lang-2.44.2-150600.12.3.1.noarch.rpm WebKitGTK-4.1-lang-2.44.2-150600.12.3.1.noarch.rpm WebKitGTK-6.0-lang-2.44.2-150600.12.3.1.noarch.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.3.1.x86_64.rpm libjavascriptcoregtk-4_0-18-32bit-2.44.2-150600.12.3.1.x86_64.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.3.1.x86_64.rpm libjavascriptcoregtk-4_1-0-32bit-2.44.2-150600.12.3.1.x86_64.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.3.1.x86_64.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.3.1.x86_64.rpm libwebkit2gtk-4_0-37-32bit-2.44.2-150600.12.3.1.x86_64.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.3.1.x86_64.rpm libwebkit2gtk-4_1-0-32bit-2.44.2-150600.12.3.1.x86_64.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.3.1.x86_64.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.3.1.x86_64.rpm webkit-jsc-4-2.44.2-150600.12.3.1.x86_64.rpm webkit-jsc-4.1-2.44.2-150600.12.3.1.x86_64.rpm webkit-jsc-6.0-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk3-2.44.2-150600.12.3.1.src.rpm webkit2gtk3-devel-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk3-soup2-2.44.2-150600.12.3.1.src.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk4-2.44.2-150600.12.3.1.src.rpm webkit2gtk4-devel-2.44.2-150600.12.3.1.x86_64.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.3.1.x86_64.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.3.1.x86_64.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.3.1.s390x.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.3.1.s390x.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.3.1.s390x.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.3.1.s390x.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.3.1.s390x.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.3.1.s390x.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.3.1.s390x.rpm webkit-jsc-4-2.44.2-150600.12.3.1.s390x.rpm webkit-jsc-4.1-2.44.2-150600.12.3.1.s390x.rpm webkit-jsc-6.0-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk3-devel-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk4-devel-2.44.2-150600.12.3.1.s390x.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.3.1.s390x.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.3.1.s390x.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.3.1.ppc64le.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.3.1.ppc64le.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.3.1.ppc64le.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.3.1.ppc64le.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.3.1.ppc64le.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.3.1.ppc64le.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.3.1.ppc64le.rpm webkit-jsc-4-2.44.2-150600.12.3.1.ppc64le.rpm webkit-jsc-4.1-2.44.2-150600.12.3.1.ppc64le.rpm webkit-jsc-6.0-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk3-devel-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk4-devel-2.44.2-150600.12.3.1.ppc64le.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.3.1.ppc64le.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.3.1.ppc64le.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.3.1.aarch64.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.3.1.aarch64.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.3.1.aarch64.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.3.1.aarch64.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.3.1.aarch64.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.3.1.aarch64.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.3.1.aarch64.rpm webkit-jsc-4-2.44.2-150600.12.3.1.aarch64.rpm webkit-jsc-4.1-2.44.2-150600.12.3.1.aarch64.rpm webkit-jsc-6.0-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk3-devel-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk4-devel-2.44.2-150600.12.3.1.aarch64.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.3.1.aarch64.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1958 Recommended update for bcc moderate SUSE Updates openSUSE-SLE 15.6 This update for bcc fixes the following issue: - Remove bcc-devel's requirement on llvm-devel bcc-0.29.1-150600.5.3.2.src.rpm bcc-devel-0.29.1-150600.5.3.2.x86_64.rpm bcc-docs-0.29.1-150600.5.3.2.noarch.rpm bcc-examples-0.29.1-150600.5.3.2.noarch.rpm bcc-tools-0.29.1-150600.5.3.2.x86_64.rpm libbcc0-0.29.1-150600.5.3.2.x86_64.rpm python3-bcc-0.29.1-150600.5.3.2.noarch.rpm bcc-devel-0.29.1-150600.5.3.2.s390x.rpm bcc-tools-0.29.1-150600.5.3.2.s390x.rpm libbcc0-0.29.1-150600.5.3.2.s390x.rpm bcc-devel-0.29.1-150600.5.3.2.ppc64le.rpm bcc-tools-0.29.1-150600.5.3.2.ppc64le.rpm libbcc0-0.29.1-150600.5.3.2.ppc64le.rpm bcc-devel-0.29.1-150600.5.3.2.aarch64.rpm bcc-tools-0.29.1-150600.5.3.2.aarch64.rpm libbcc0-0.29.1-150600.5.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-1987 Security update for skopeo important SUSE Updates openSUSE-SLE 15.6 This update for skopeo fixes the following issues: - Update to version 1.14.4: - CVE-2024-3727: Fixed a vulnerability that allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, resource exhaustion, local path traversal and other attacks. (bsc#1224123) skopeo-1.14.4-150300.11.11.1.src.rpm skopeo-1.14.4-150300.11.11.1.x86_64.rpm skopeo-bash-completion-1.14.4-150300.11.11.1.noarch.rpm skopeo-fish-completion-1.14.4-150300.11.11.1.noarch.rpm skopeo-zsh-completion-1.14.4-150300.11.11.1.noarch.rpm skopeo-1.14.4-150300.11.11.1.s390x.rpm skopeo-1.14.4-150300.11.11.1.ppc64le.rpm skopeo-1.14.4-150300.11.11.1.aarch64.rpm openSUSE-SLE-15.6-2024-1942 Recommended update for gnome-control-center moderate SUSE Updates openSUSE-SLE 15.6 This update for gnome-control-center fixes the following issue: - Add info page to toolbar view instead of navigation page to prevent hiding close button (bsc#1222099) gnome-control-center-45.2-150600.4.3.2.src.rpm gnome-control-center-45.2-150600.4.3.2.x86_64.rpm gnome-control-center-color-45.2-150600.4.3.2.noarch.rpm gnome-control-center-devel-45.2-150600.4.3.2.noarch.rpm gnome-control-center-goa-45.2-150600.4.3.2.noarch.rpm gnome-control-center-lang-45.2-150600.4.3.2.noarch.rpm gnome-control-center-user-faces-45.2-150600.4.3.2.noarch.rpm gnome-control-center-45.2-150600.4.3.2.s390x.rpm gnome-control-center-45.2-150600.4.3.2.ppc64le.rpm gnome-control-center-45.2-150600.4.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-1994 Recommended update for iputils moderate SUSE Updates openSUSE-SLE 15.6 This update for iputils fixes the following issue: - After upstream merged the fix, update git commit hashes. iputils-20221126-150500.3.8.2.src.rpm iputils-20221126-150500.3.8.2.x86_64.rpm iputils-20221126-150500.3.8.2.s390x.rpm iputils-20221126-150500.3.8.2.ppc64le.rpm iputils-20221126-150500.3.8.2.aarch64.rpm openSUSE-SLE-15.6-2024-2006 Recommended update for ethtool moderate SUSE Updates openSUSE-SLE 15.6 This update for ethtool fixes the following issues: - ethtool was upgraded to version 6.4 (jsc#PED-5946, jsc#PED-8451): * For the full list of changes between 5.14 and 6.4 see upstream changelog (file NEWS) - Fixed SFP module diagnostic information (bsc#1222079) - Additional bug fixes (bsc#1224590): * Added missing header files for source distribution * Fixed SFF-8472 transceiver module identification * Allow nl_sset return -EOPNOTSUPP to fallback to do_sset * Fixed netlink support for coalesce tx aggr params * Fixed bug in rmgr when searching for empty slot ethtool-6.4-150600.7.3.2.src.rpm ethtool-6.4-150600.7.3.2.x86_64.rpm ethtool-6.4-150600.7.3.2.s390x.rpm ethtool-6.4-150600.7.3.2.ppc64le.rpm ethtool-6.4-150600.7.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-1959 Recommended update for libserf moderate SUSE Updates openSUSE-SLE 15.6 This update for libserf fixes the following issues: - Fix build with openSSL 3 by removing usage of ERR_GET_FUNC (bsc#1221211) libserf-1-1-1.3.9-150600.18.3.2.x86_64.rpm libserf-1.3.9-150600.18.3.2.src.rpm libserf-devel-1.3.9-150600.18.3.2.x86_64.rpm libserf-1-1-1.3.9-150600.18.3.2.s390x.rpm libserf-devel-1.3.9-150600.18.3.2.s390x.rpm libserf-1-1-1.3.9-150600.18.3.2.ppc64le.rpm libserf-devel-1.3.9-150600.18.3.2.ppc64le.rpm libserf-1-1-1.3.9-150600.18.3.2.aarch64.rpm libserf-devel-1.3.9-150600.18.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-1965 Recommended update for kiwi-templates-Minimal-s390x moderate SUSE Updates openSUSE-SLE 15.6 This update for kiwi-templates-Minimal-s390x fixes the following issues: - Add "rw" to the kernel cmdline of remaining flavors - [s390x] firewalld is not running after firstboot kiwi-templates-Minimal-s390x-15.6-150600.5.4.3.noarch.rpm kiwi-templates-Minimal-s390x-15.6-150600.5.4.3.src.rpm openSUSE-SLE-15.6-2024-2585 Security update for kernel-firmware-nvidia-gspx-G06 important SUSE Updates openSUSE-SLE 15.6 This update for kernel-firmware-nvidia-gspx-G06 fixes the following issues: Update to version 555.42.06 for CUDA. Security Update 550.90.07: - CVE-2024-0090: Fixed out of bounds write (bsc#1223356). - CVE-2024-0092: Fixed incorrect exception handling (bsc#1223356). - CVE-2024-0091: Fixed untrusted pointer dereference (bsc#1223356). Changes in kernel-firmware-nvidia-gspx-G06: - Update to 550.100 (bsc#1227575) - Add a second flavor to be used by the kernel module versions used by CUDA. The firmware targetting CUDA contains '-cuda' in its name to track its versions separately from the graphics firmware. (bsc#1227417) Changes in nvidia-open-driver-G06-signed: - Update to 550.100 (bsc#1227575) * Fixed a bug that caused OpenGL triple buffering to behave like double buffering. - To avoid issues with missing dependencies when no CUDA repo is present make the dependecy to nvidia-compute-G06 conditional. - CUDA is not available for Tumbleweed, exclude the build of the cuda flavor. - preamble: let the -cuda flavor KMP require the -cuda flavor firmware - Add a second flavor for building the kernel module versions used by CUDA. The kmp targetting CUDA contains '-cuda' in its name to track its versions separately from the graphics kmp. (bsc#1227417) - Provide the meta package nv-prefer-signed-open-driver to make sure the latest available SUSE-build open driver is installed - independent of the latest available open driver version in he CUDA repository. Rationale: The package cuda-runtime provides the link between CUDA and the kernel driver version through a Requires: cuda-drivers >= %version This implies that a CUDA version will run withany kernel driver version equal or higher than a base version. nvidia-compute-G06 provides the glue layer between CUDA and a specific version of he kernel driver both by providing a set of base libraries and by requiring a specific kernel version. 'cuda-drivers' (provided by nvidia-compute-utils-G06) requires an unversioned nvidia-compute-G06. With this, the resolver will install the latest available and applicable nvidia-compute-G06. nv-prefer-signed-open-driver then represents the latest available open driver version and restricts the nvidia-compute-G06 version to it. (bsc#1227419) kernel-firmware-nvidia-gspx-G06-550.100-150600.3.7.1.nosrc.rpm kernel-firmware-nvidia-gspx-G06-550.100-150600.3.7.1.x86_64.rpm kernel-firmware-nvidia-gspx-G06-cuda-555.42.06-150600.3.7.1.nosrc.rpm kernel-firmware-nvidia-gspx-G06-cuda-555.42.06-150600.3.7.1.x86_64.rpm nv-prefer-signed-open-driver-555.42.06-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-550.100-150600.3.7.1.src.rpm nvidia-open-driver-G06-signed-azure-devel-550.100-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-cuda-555.42.06-150600.3.7.1.src.rpm nvidia-open-driver-G06-signed-cuda-azure-devel-555.42.06-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-cuda-default-devel-555.42.06-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-cuda-kmp-azure-555.42.06_k6.4.0_150600.8.5-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-cuda-kmp-default-555.42.06_k6.4.0_150600.23.7-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-default-devel-550.100-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-kmp-azure-550.100_k6.4.0_150600.8.5-150600.3.7.1.x86_64.rpm nvidia-open-driver-G06-signed-kmp-default-550.100_k6.4.0_150600.23.7-150600.3.7.1.x86_64.rpm kernel-firmware-nvidia-gspx-G06-550.100-150600.3.7.1.aarch64.rpm kernel-firmware-nvidia-gspx-G06-cuda-555.42.06-150600.3.7.1.aarch64.rpm nv-prefer-signed-open-driver-555.42.06-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-64kb-devel-550.100-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-cuda-64kb-devel-555.42.06-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-cuda-default-devel-555.42.06-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-cuda-kmp-64kb-555.42.06_k6.4.0_150600.23.7-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-cuda-kmp-default-555.42.06_k6.4.0_150600.23.7-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-default-devel-550.100-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-kmp-64kb-550.100_k6.4.0_150600.23.7-150600.3.7.1.aarch64.rpm nvidia-open-driver-G06-signed-kmp-default-550.100_k6.4.0_150600.23.7-150600.3.7.1.aarch64.rpm openSUSE-SLE-15.6-2024-1966 Security update for aws-nitro-enclaves-cli moderate SUSE Updates openSUSE-SLE 15.6 This update for aws-nitro-enclaves-cli fixes the following issues: - CVE-2023-50711: Fixed out of bounds memory accesses in embedded vmm-sys-util (bsc#1218501). aws-nitro-enclaves-binaryblobs-upstream-1.3.0~git1.db34c02-150600.10.3.1.x86_64.rpm aws-nitro-enclaves-cli-1.3.0~git1.db34c02-150600.10.3.1.src.rpm aws-nitro-enclaves-cli-1.3.0~git1.db34c02-150600.10.3.1.x86_64.rpm system-group-ne-1.3.0~git1.db34c02-150600.10.3.1.x86_64.rpm aws-nitro-enclaves-binaryblobs-upstream-1.3.0~git1.db34c02-150600.10.3.1.aarch64.rpm aws-nitro-enclaves-cli-1.3.0~git1.db34c02-150600.10.3.1.aarch64.rpm system-group-ne-1.3.0~git1.db34c02-150600.10.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1969 Security update for go1.21 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.21 fixes the following issues: go1.21.11 release (bsc#1212475). - CVE-2024-24789: Fixed mishandling of corrupt central directory record in archive/zip (bsc#1225973). - CVE-2024-24790: Fixed unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (bsc#1225974). go1.21-1.21.11-150000.1.36.1.src.rpm go1.21-1.21.11-150000.1.36.1.x86_64.rpm go1.21-doc-1.21.11-150000.1.36.1.x86_64.rpm go1.21-race-1.21.11-150000.1.36.1.x86_64.rpm go1.21-1.21.11-150000.1.36.1.s390x.rpm go1.21-doc-1.21.11-150000.1.36.1.s390x.rpm go1.21-race-1.21.11-150000.1.36.1.s390x.rpm go1.21-1.21.11-150000.1.36.1.ppc64le.rpm go1.21-doc-1.21.11-150000.1.36.1.ppc64le.rpm go1.21-race-1.21.11-150000.1.36.1.ppc64le.rpm go1.21-1.21.11-150000.1.36.1.aarch64.rpm go1.21-doc-1.21.11-150000.1.36.1.aarch64.rpm go1.21-race-1.21.11-150000.1.36.1.aarch64.rpm openSUSE-SLE-15.6-2024-1970 Security update for go1.22 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.22 fixes the following issues: go1.21.11 release (bsc#1212475). - CVE-2024-24789: Fixed mishandling of corrupt central directory record in archive/zip (bsc#1225973). - CVE-2024-24790: Fixed unexpected behavior from Is methods for IPv4-mapped IPv6 addresses (bsc#1225974). go1.22-1.22.4-150000.1.18.1.src.rpm go1.22-1.22.4-150000.1.18.1.x86_64.rpm go1.22-doc-1.22.4-150000.1.18.1.x86_64.rpm go1.22-race-1.22.4-150000.1.18.1.x86_64.rpm go1.22-1.22.4-150000.1.18.1.s390x.rpm go1.22-doc-1.22.4-150000.1.18.1.s390x.rpm go1.22-race-1.22.4-150000.1.18.1.s390x.rpm go1.22-1.22.4-150000.1.18.1.ppc64le.rpm go1.22-doc-1.22.4-150000.1.18.1.ppc64le.rpm go1.22-race-1.22.4-150000.1.18.1.ppc64le.rpm go1.22-1.22.4-150000.1.18.1.aarch64.rpm go1.22-doc-1.22.4-150000.1.18.1.aarch64.rpm go1.22-race-1.22.4-150000.1.18.1.aarch64.rpm openSUSE-SLE-15.6-2024-2066 Security update for openssl-3 important SUSE Updates openSUSE-SLE 15.6 This update for openssl-3 fixes the following issues: Security issues fixed: - CVE-2024-4603: Check DSA parameters for excessive sizes before validating (bsc#1224388) - CVE-2024-4741: Fixed a use-after-free with SSL_free_buffers. (bsc#1225551) Other issues fixed: - Enable livepatching support (bsc#1223428) - Fix HDKF key derivation (bsc#1225291, gh#openssl/openssl#23448, + gh#openssl/openssl#23456) libopenssl-3-devel-3.1.4-150600.5.7.1.x86_64.rpm libopenssl-3-devel-32bit-3.1.4-150600.5.7.1.x86_64.rpm libopenssl-3-fips-provider-3.1.4-150600.5.7.1.x86_64.rpm libopenssl-3-fips-provider-32bit-3.1.4-150600.5.7.1.x86_64.rpm libopenssl3-3.1.4-150600.5.7.1.x86_64.rpm libopenssl3-32bit-3.1.4-150600.5.7.1.x86_64.rpm openssl-3-3.1.4-150600.5.7.1.src.rpm openssl-3-3.1.4-150600.5.7.1.x86_64.rpm openssl-3-doc-3.1.4-150600.5.7.1.noarch.rpm libopenssl-3-devel-3.1.4-150600.5.7.1.s390x.rpm libopenssl-3-fips-provider-3.1.4-150600.5.7.1.s390x.rpm libopenssl3-3.1.4-150600.5.7.1.s390x.rpm openssl-3-3.1.4-150600.5.7.1.s390x.rpm libopenssl-3-devel-3.1.4-150600.5.7.1.ppc64le.rpm libopenssl-3-fips-provider-3.1.4-150600.5.7.1.ppc64le.rpm libopenssl3-3.1.4-150600.5.7.1.ppc64le.rpm openssl-3-3.1.4-150600.5.7.1.ppc64le.rpm libopenssl-3-devel-3.1.4-150600.5.7.1.aarch64.rpm libopenssl-3-fips-provider-3.1.4-150600.5.7.1.aarch64.rpm libopenssl3-3.1.4-150600.5.7.1.aarch64.rpm openssl-3-3.1.4-150600.5.7.1.aarch64.rpm openSUSE-SLE-15.6-2024-1941 Security update for sssd important SUSE Updates openSUSE-SLE 15.6 This update for sssd fixes the following issues: - CVE-2023-3758: Fixed race condition during authorization leads to GPO policies functioning inconsistently (bsc#1223100). The following non-security bugs were fixed: - Use the name from the cached entries when updating them to avoid capitalization problems (bsc#1223050). - Extend sssctl command line tool to manage the cached GPOs; (jsc#PED-7677). libipa_hbac-devel-2.9.3-150600.3.3.1.x86_64.rpm libipa_hbac0-2.9.3-150600.3.3.1.x86_64.rpm libnfsidmap-sss-2.9.3-150600.3.3.1.x86_64.rpm libsss_certmap-devel-2.9.3-150600.3.3.1.x86_64.rpm libsss_certmap0-2.9.3-150600.3.3.1.x86_64.rpm libsss_idmap-devel-2.9.3-150600.3.3.1.x86_64.rpm libsss_idmap0-2.9.3-150600.3.3.1.x86_64.rpm libsss_nss_idmap-devel-2.9.3-150600.3.3.1.x86_64.rpm libsss_nss_idmap0-2.9.3-150600.3.3.1.x86_64.rpm libsss_simpleifp-devel-2.9.3-150600.3.3.1.x86_64.rpm libsss_simpleifp0-2.9.3-150600.3.3.1.x86_64.rpm python3-ipa_hbac-2.9.3-150600.3.3.1.x86_64.rpm python3-sss-murmur-2.9.3-150600.3.3.1.x86_64.rpm python3-sss_nss_idmap-2.9.3-150600.3.3.1.x86_64.rpm python3-sssd-config-2.9.3-150600.3.3.1.x86_64.rpm sssd-2.9.3-150600.3.3.1.src.rpm sssd-2.9.3-150600.3.3.1.x86_64.rpm sssd-ad-2.9.3-150600.3.3.1.x86_64.rpm sssd-dbus-2.9.3-150600.3.3.1.x86_64.rpm sssd-ipa-2.9.3-150600.3.3.1.x86_64.rpm sssd-kcm-2.9.3-150600.3.3.1.x86_64.rpm sssd-krb5-2.9.3-150600.3.3.1.x86_64.rpm sssd-krb5-common-2.9.3-150600.3.3.1.x86_64.rpm sssd-ldap-2.9.3-150600.3.3.1.x86_64.rpm sssd-proxy-2.9.3-150600.3.3.1.x86_64.rpm sssd-tools-2.9.3-150600.3.3.1.x86_64.rpm sssd-winbind-idmap-2.9.3-150600.3.3.1.x86_64.rpm libipa_hbac-devel-2.9.3-150600.3.3.1.s390x.rpm libipa_hbac0-2.9.3-150600.3.3.1.s390x.rpm libnfsidmap-sss-2.9.3-150600.3.3.1.s390x.rpm libsss_certmap-devel-2.9.3-150600.3.3.1.s390x.rpm libsss_certmap0-2.9.3-150600.3.3.1.s390x.rpm libsss_idmap-devel-2.9.3-150600.3.3.1.s390x.rpm libsss_idmap0-2.9.3-150600.3.3.1.s390x.rpm libsss_nss_idmap-devel-2.9.3-150600.3.3.1.s390x.rpm libsss_nss_idmap0-2.9.3-150600.3.3.1.s390x.rpm libsss_simpleifp-devel-2.9.3-150600.3.3.1.s390x.rpm libsss_simpleifp0-2.9.3-150600.3.3.1.s390x.rpm python3-ipa_hbac-2.9.3-150600.3.3.1.s390x.rpm python3-sss-murmur-2.9.3-150600.3.3.1.s390x.rpm python3-sss_nss_idmap-2.9.3-150600.3.3.1.s390x.rpm python3-sssd-config-2.9.3-150600.3.3.1.s390x.rpm sssd-2.9.3-150600.3.3.1.s390x.rpm sssd-ad-2.9.3-150600.3.3.1.s390x.rpm sssd-dbus-2.9.3-150600.3.3.1.s390x.rpm sssd-ipa-2.9.3-150600.3.3.1.s390x.rpm sssd-kcm-2.9.3-150600.3.3.1.s390x.rpm sssd-krb5-2.9.3-150600.3.3.1.s390x.rpm sssd-krb5-common-2.9.3-150600.3.3.1.s390x.rpm sssd-ldap-2.9.3-150600.3.3.1.s390x.rpm sssd-proxy-2.9.3-150600.3.3.1.s390x.rpm sssd-tools-2.9.3-150600.3.3.1.s390x.rpm sssd-winbind-idmap-2.9.3-150600.3.3.1.s390x.rpm libipa_hbac-devel-2.9.3-150600.3.3.1.ppc64le.rpm libipa_hbac0-2.9.3-150600.3.3.1.ppc64le.rpm libnfsidmap-sss-2.9.3-150600.3.3.1.ppc64le.rpm libsss_certmap-devel-2.9.3-150600.3.3.1.ppc64le.rpm libsss_certmap0-2.9.3-150600.3.3.1.ppc64le.rpm libsss_idmap-devel-2.9.3-150600.3.3.1.ppc64le.rpm libsss_idmap0-2.9.3-150600.3.3.1.ppc64le.rpm libsss_nss_idmap-devel-2.9.3-150600.3.3.1.ppc64le.rpm libsss_nss_idmap0-2.9.3-150600.3.3.1.ppc64le.rpm libsss_simpleifp-devel-2.9.3-150600.3.3.1.ppc64le.rpm libsss_simpleifp0-2.9.3-150600.3.3.1.ppc64le.rpm python3-ipa_hbac-2.9.3-150600.3.3.1.ppc64le.rpm python3-sss-murmur-2.9.3-150600.3.3.1.ppc64le.rpm python3-sss_nss_idmap-2.9.3-150600.3.3.1.ppc64le.rpm python3-sssd-config-2.9.3-150600.3.3.1.ppc64le.rpm sssd-2.9.3-150600.3.3.1.ppc64le.rpm sssd-ad-2.9.3-150600.3.3.1.ppc64le.rpm sssd-dbus-2.9.3-150600.3.3.1.ppc64le.rpm sssd-ipa-2.9.3-150600.3.3.1.ppc64le.rpm sssd-kcm-2.9.3-150600.3.3.1.ppc64le.rpm sssd-krb5-2.9.3-150600.3.3.1.ppc64le.rpm sssd-krb5-common-2.9.3-150600.3.3.1.ppc64le.rpm sssd-ldap-2.9.3-150600.3.3.1.ppc64le.rpm sssd-proxy-2.9.3-150600.3.3.1.ppc64le.rpm sssd-tools-2.9.3-150600.3.3.1.ppc64le.rpm sssd-winbind-idmap-2.9.3-150600.3.3.1.ppc64le.rpm libipa_hbac-devel-2.9.3-150600.3.3.1.aarch64.rpm libipa_hbac0-2.9.3-150600.3.3.1.aarch64.rpm libnfsidmap-sss-2.9.3-150600.3.3.1.aarch64.rpm libsss_certmap-devel-2.9.3-150600.3.3.1.aarch64.rpm libsss_certmap0-2.9.3-150600.3.3.1.aarch64.rpm libsss_idmap-devel-2.9.3-150600.3.3.1.aarch64.rpm libsss_idmap0-2.9.3-150600.3.3.1.aarch64.rpm libsss_nss_idmap-devel-2.9.3-150600.3.3.1.aarch64.rpm libsss_nss_idmap0-2.9.3-150600.3.3.1.aarch64.rpm libsss_simpleifp-devel-2.9.3-150600.3.3.1.aarch64.rpm libsss_simpleifp0-2.9.3-150600.3.3.1.aarch64.rpm python3-ipa_hbac-2.9.3-150600.3.3.1.aarch64.rpm python3-sss-murmur-2.9.3-150600.3.3.1.aarch64.rpm python3-sss_nss_idmap-2.9.3-150600.3.3.1.aarch64.rpm python3-sssd-config-2.9.3-150600.3.3.1.aarch64.rpm sssd-2.9.3-150600.3.3.1.aarch64.rpm sssd-ad-2.9.3-150600.3.3.1.aarch64.rpm sssd-dbus-2.9.3-150600.3.3.1.aarch64.rpm sssd-ipa-2.9.3-150600.3.3.1.aarch64.rpm sssd-kcm-2.9.3-150600.3.3.1.aarch64.rpm sssd-krb5-2.9.3-150600.3.3.1.aarch64.rpm sssd-krb5-common-2.9.3-150600.3.3.1.aarch64.rpm sssd-ldap-2.9.3-150600.3.3.1.aarch64.rpm sssd-proxy-2.9.3-150600.3.3.1.aarch64.rpm sssd-tools-2.9.3-150600.3.3.1.aarch64.rpm sssd-winbind-idmap-2.9.3-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1971 Security update for frr important SUSE Updates openSUSE-SLE 15.6 This update for frr fixes the following issues: - CVE-2024-34088: Fixed null pointer via get_edge() function can trigger a denial of service (bsc#1223786). - CVE-2024-31951: Fixed buffer overflow in ospf_te_parse_ext_link (bsc#1222528). - CVE-2024-31950: Fixed buffer overflow and daemon crash in ospf_te_parse_ri (bsc#1222526). frr-8.4-150500.4.23.1.src.rpm frr-8.4-150500.4.23.1.x86_64.rpm frr-devel-8.4-150500.4.23.1.x86_64.rpm libfrr0-8.4-150500.4.23.1.x86_64.rpm libfrr_pb0-8.4-150500.4.23.1.x86_64.rpm libfrrcares0-8.4-150500.4.23.1.x86_64.rpm libfrrfpm_pb0-8.4-150500.4.23.1.x86_64.rpm libfrrospfapiclient0-8.4-150500.4.23.1.x86_64.rpm libfrrsnmp0-8.4-150500.4.23.1.x86_64.rpm libfrrzmq0-8.4-150500.4.23.1.x86_64.rpm libmlag_pb0-8.4-150500.4.23.1.x86_64.rpm frr-8.4-150500.4.23.1.s390x.rpm frr-devel-8.4-150500.4.23.1.s390x.rpm libfrr0-8.4-150500.4.23.1.s390x.rpm libfrr_pb0-8.4-150500.4.23.1.s390x.rpm libfrrcares0-8.4-150500.4.23.1.s390x.rpm libfrrfpm_pb0-8.4-150500.4.23.1.s390x.rpm libfrrospfapiclient0-8.4-150500.4.23.1.s390x.rpm libfrrsnmp0-8.4-150500.4.23.1.s390x.rpm libfrrzmq0-8.4-150500.4.23.1.s390x.rpm libmlag_pb0-8.4-150500.4.23.1.s390x.rpm frr-8.4-150500.4.23.1.ppc64le.rpm frr-devel-8.4-150500.4.23.1.ppc64le.rpm libfrr0-8.4-150500.4.23.1.ppc64le.rpm libfrr_pb0-8.4-150500.4.23.1.ppc64le.rpm libfrrcares0-8.4-150500.4.23.1.ppc64le.rpm libfrrfpm_pb0-8.4-150500.4.23.1.ppc64le.rpm libfrrospfapiclient0-8.4-150500.4.23.1.ppc64le.rpm libfrrsnmp0-8.4-150500.4.23.1.ppc64le.rpm libfrrzmq0-8.4-150500.4.23.1.ppc64le.rpm libmlag_pb0-8.4-150500.4.23.1.ppc64le.rpm frr-8.4-150500.4.23.1.aarch64.rpm frr-devel-8.4-150500.4.23.1.aarch64.rpm libfrr0-8.4-150500.4.23.1.aarch64.rpm libfrr_pb0-8.4-150500.4.23.1.aarch64.rpm libfrrcares0-8.4-150500.4.23.1.aarch64.rpm libfrrfpm_pb0-8.4-150500.4.23.1.aarch64.rpm libfrrospfapiclient0-8.4-150500.4.23.1.aarch64.rpm libfrrsnmp0-8.4-150500.4.23.1.aarch64.rpm libfrrzmq0-8.4-150500.4.23.1.aarch64.rpm libmlag_pb0-8.4-150500.4.23.1.aarch64.rpm openSUSE-SLE-15.6-2024-1937 Security update for python-docker moderate SUSE Updates openSUSE-SLE 15.6 This update for python-docker fixes the following issues: - CVE-2024-35195: Fixed missing certificate verification (bsc#1224788). python-docker-7.0.0-150400.8.7.1.src.rpm python311-docker-7.0.0-150400.8.7.1.noarch.rpm openSUSE-SLE-15.6-2024-2032 Security update for mariadb moderate SUSE Updates openSUSE-SLE 15.6 This update for mariadb fixes the following issues: - CVE-2024-21096: Fixed mysqldump unspecified vulnerability (bsc#1225983). - Update to 10.11.8. libmariadbd-devel-10.11.8-150600.4.3.1.x86_64.rpm libmariadbd19-10.11.8-150600.4.3.1.x86_64.rpm mariadb-10.11.8-150600.4.3.1.src.rpm mariadb-10.11.8-150600.4.3.1.x86_64.rpm mariadb-bench-10.11.8-150600.4.3.1.x86_64.rpm mariadb-client-10.11.8-150600.4.3.1.x86_64.rpm mariadb-errormessages-10.11.8-150600.4.3.1.noarch.rpm mariadb-galera-10.11.8-150600.4.3.1.x86_64.rpm mariadb-rpm-macros-10.11.8-150600.4.3.1.x86_64.rpm mariadb-test-10.11.8-150600.4.3.1.x86_64.rpm mariadb-tools-10.11.8-150600.4.3.1.x86_64.rpm libmariadbd-devel-10.11.8-150600.4.3.1.s390x.rpm libmariadbd19-10.11.8-150600.4.3.1.s390x.rpm mariadb-10.11.8-150600.4.3.1.s390x.rpm mariadb-bench-10.11.8-150600.4.3.1.s390x.rpm mariadb-client-10.11.8-150600.4.3.1.s390x.rpm mariadb-galera-10.11.8-150600.4.3.1.s390x.rpm mariadb-rpm-macros-10.11.8-150600.4.3.1.s390x.rpm mariadb-test-10.11.8-150600.4.3.1.s390x.rpm mariadb-tools-10.11.8-150600.4.3.1.s390x.rpm libmariadbd-devel-10.11.8-150600.4.3.1.ppc64le.rpm libmariadbd19-10.11.8-150600.4.3.1.ppc64le.rpm mariadb-10.11.8-150600.4.3.1.ppc64le.rpm mariadb-bench-10.11.8-150600.4.3.1.ppc64le.rpm mariadb-client-10.11.8-150600.4.3.1.ppc64le.rpm mariadb-galera-10.11.8-150600.4.3.1.ppc64le.rpm mariadb-rpm-macros-10.11.8-150600.4.3.1.ppc64le.rpm mariadb-test-10.11.8-150600.4.3.1.ppc64le.rpm mariadb-tools-10.11.8-150600.4.3.1.ppc64le.rpm libmariadbd-devel-10.11.8-150600.4.3.1.aarch64.rpm libmariadbd19-10.11.8-150600.4.3.1.aarch64.rpm mariadb-10.11.8-150600.4.3.1.aarch64.rpm mariadb-bench-10.11.8-150600.4.3.1.aarch64.rpm mariadb-client-10.11.8-150600.4.3.1.aarch64.rpm mariadb-galera-10.11.8-150600.4.3.1.aarch64.rpm mariadb-rpm-macros-10.11.8-150600.4.3.1.aarch64.rpm mariadb-test-10.11.8-150600.4.3.1.aarch64.rpm mariadb-tools-10.11.8-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1952 Recommended update for socat moderate SUSE Updates openSUSE-SLE 15.6 This update for socat fixes the following issues: Update to 1.8.0.0: * Support for network namespaces (option netns) * TCP client now automatically tries all addresses (IPv4 and IPv6) provided by nameserver until success * Implementation of POSIX message queue (mq) control and access on Linux (addresses POSIXMQ-READ and following) * New wrapper script socat-chain.sh allows to stack two addresses, e.g.HTTP proxy connect over SSL * New script socat-mux.sh allows n-to-1 / 1-to-n communications * New script socat-broker.sh allows group communications * Experimental socks5 client feature * Address ACCEPT-FD for systemd "inetd" mode * UDP-Lite and DCCP address types * Addresses SOCKETPAIR and SHELL * New option bind-tmpname allows forked off children to bind UNIX domain client sockets to random unique pathes * New option retrieve-vlan (with INTERFACE addresses) now makes kernel keep VLAN tags in incoming packets * Simple statistics output with Socat option --statistics and with SIGUSR1 * A couple of new options, many fixes and corrections, see file CHANGES - Note: This version introduces "socat1", linking to "socat" Update to 1.7.4.4: * FIX: In error.c msg2() there was a stack overflow on long messages: The terminating \0 Byte was written behind the last position. * FIX: UDP-RECVFROM with fork sometimes terminated when multiple packets arrived. * FIX: a couple of weaknesses and errors when accessing invalid or incompatible file system entries with UNIX domain, file, and generic addresses. * FIX: bad parser error message on "socat /tmp/x\"x/x -" Update to 1.7.4.3: * fixes the TCP_INFO issue that broke building on non-Linux platforms. Update to version 1.7.4.2: * Fixes a lot of bugs, e.g., for options -r and -R. * Further bugfixes, see the CHANGES file Update to 1.7.4.1: Security: * Buffer size option (-b) is internally doubled for CR-CRLF conversion, but not checked for integer overflow. This could lead to heap based buffer overflow, assuming the attacker could provide this parameter. * Many further bugfixes and new features, see the CHANGES file Update to version 1.7.3.4: * bugfix release, see the CHANGES file for all changes Update to version 1.7.3.3: * bugfix release, see the CHANGES file for all changes - We HAVE_SSLv23_*_method, just not as functions, but macros add the relevant defines in the command line so support for autonegotiation of the highest TLS version is restored. socat-1.8.0.0-150600.20.3.1.src.rpm socat-1.8.0.0-150600.20.3.1.x86_64.rpm socat-1.8.0.0-150600.20.3.1.s390x.rpm socat-1.8.0.0-150600.20.3.1.ppc64le.rpm socat-1.8.0.0-150600.20.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2215 Recommended update for python-azure-agent moderate SUSE Updates openSUSE-SLE 15.6 This update for python-azure-agent fixes the following issue: - Use the -Z option for mv and cp in the posttrans to properly handle SELinux context (bsc#1225946) python-azure-agent-2.9.1.1-150100.3.37.3.noarch.rpm python-azure-agent-2.9.1.1-150100.3.37.3.src.rpm python-azure-agent-config-default-2.9.1.1-150100.3.37.3.noarch.rpm python-azure-agent-config-hpc-2.9.1.1-150100.3.37.3.noarch.rpm python-azure-agent-config-micro-2.9.1.1-150100.3.37.3.noarch.rpm python-azure-agent-config-server-2.9.1.1-150100.3.37.3.noarch.rpm python-azure-agent-test-2.9.1.1-150100.3.37.3.noarch.rpm openSUSE-SLE-15.6-2024-2222 Recommended update for cloud-init important SUSE Updates openSUSE-SLE 15.6 This update for cloud-init fixes the following issues: - Brute force approach to skip renames if the device is already present (bsc#1219680) - Handle the existence of /usr/etc/sudoers to search for the expected include location (bsc#1223469) - Do not enable cloud-init on systems where there is no DMI just because no data source has been found. No data source means cloud-init will not run. cloud-init-23.3-150100.8.82.3.src.rpm cloud-init-23.3-150100.8.82.3.x86_64.rpm cloud-init-config-suse-23.3-150100.8.82.3.x86_64.rpm cloud-init-doc-23.3-150100.8.82.3.x86_64.rpm cloud-init-23.3-150100.8.82.3.s390x.rpm cloud-init-config-suse-23.3-150100.8.82.3.s390x.rpm cloud-init-doc-23.3-150100.8.82.3.s390x.rpm cloud-init-23.3-150100.8.82.3.ppc64le.rpm cloud-init-config-suse-23.3-150100.8.82.3.ppc64le.rpm cloud-init-doc-23.3-150100.8.82.3.ppc64le.rpm cloud-init-23.3-150100.8.82.3.aarch64.rpm cloud-init-config-suse-23.3-150100.8.82.3.aarch64.rpm cloud-init-doc-23.3-150100.8.82.3.aarch64.rpm openSUSE-SLE-15.6-2024-1943 Security update for util-linux important SUSE Updates openSUSE-SLE 15.6 This update for util-linux fixes the following issues: - CVE-2024-28085: Properly neutralize escape sequences in wall to avoid potential account takeover. (bsc#1221831) libblkid-devel-2.39.3-150600.4.3.1.x86_64.rpm libblkid-devel-32bit-2.39.3-150600.4.3.1.x86_64.rpm libblkid-devel-static-2.39.3-150600.4.3.1.x86_64.rpm libblkid1-2.39.3-150600.4.3.1.x86_64.rpm libblkid1-32bit-2.39.3-150600.4.3.1.x86_64.rpm libfdisk-devel-2.39.3-150600.4.3.1.x86_64.rpm libfdisk-devel-32bit-2.39.3-150600.4.3.1.x86_64.rpm libfdisk-devel-static-2.39.3-150600.4.3.1.x86_64.rpm libfdisk1-2.39.3-150600.4.3.1.x86_64.rpm libfdisk1-32bit-2.39.3-150600.4.3.1.x86_64.rpm libmount-devel-2.39.3-150600.4.3.1.x86_64.rpm libmount-devel-32bit-2.39.3-150600.4.3.1.x86_64.rpm libmount-devel-static-2.39.3-150600.4.3.1.x86_64.rpm libmount1-2.39.3-150600.4.3.1.x86_64.rpm libmount1-32bit-2.39.3-150600.4.3.1.x86_64.rpm libsmartcols-devel-2.39.3-150600.4.3.1.x86_64.rpm libsmartcols-devel-32bit-2.39.3-150600.4.3.1.x86_64.rpm libsmartcols-devel-static-2.39.3-150600.4.3.1.x86_64.rpm libsmartcols1-2.39.3-150600.4.3.1.x86_64.rpm libsmartcols1-32bit-2.39.3-150600.4.3.1.x86_64.rpm libuuid-devel-2.39.3-150600.4.3.1.x86_64.rpm libuuid-devel-32bit-2.39.3-150600.4.3.1.x86_64.rpm libuuid-devel-static-2.39.3-150600.4.3.1.x86_64.rpm libuuid1-2.39.3-150600.4.3.1.x86_64.rpm libuuid1-32bit-2.39.3-150600.4.3.1.x86_64.rpm python-libmount-2.39.3-150600.4.3.1.src.rpm python3-libmount-2.39.3-150600.4.3.1.x86_64.rpm util-linux-2.39.3-150600.4.3.1.src.rpm util-linux-2.39.3-150600.4.3.1.x86_64.rpm util-linux-lang-2.39.3-150600.4.3.1.noarch.rpm util-linux-systemd-2.39.3-150600.4.3.1.src.rpm util-linux-systemd-2.39.3-150600.4.3.1.x86_64.rpm util-linux-tty-tools-2.39.3-150600.4.3.1.x86_64.rpm uuidd-2.39.3-150600.4.3.1.x86_64.rpm libblkid-devel-2.39.3-150600.4.3.1.s390x.rpm libblkid-devel-static-2.39.3-150600.4.3.1.s390x.rpm libblkid1-2.39.3-150600.4.3.1.s390x.rpm libfdisk-devel-2.39.3-150600.4.3.1.s390x.rpm libfdisk-devel-static-2.39.3-150600.4.3.1.s390x.rpm libfdisk1-2.39.3-150600.4.3.1.s390x.rpm libmount-devel-2.39.3-150600.4.3.1.s390x.rpm libmount-devel-static-2.39.3-150600.4.3.1.s390x.rpm libmount1-2.39.3-150600.4.3.1.s390x.rpm libsmartcols-devel-2.39.3-150600.4.3.1.s390x.rpm libsmartcols-devel-static-2.39.3-150600.4.3.1.s390x.rpm libsmartcols1-2.39.3-150600.4.3.1.s390x.rpm libuuid-devel-2.39.3-150600.4.3.1.s390x.rpm libuuid-devel-static-2.39.3-150600.4.3.1.s390x.rpm libuuid1-2.39.3-150600.4.3.1.s390x.rpm python3-libmount-2.39.3-150600.4.3.1.s390x.rpm util-linux-2.39.3-150600.4.3.1.s390x.rpm util-linux-systemd-2.39.3-150600.4.3.1.s390x.rpm util-linux-tty-tools-2.39.3-150600.4.3.1.s390x.rpm uuidd-2.39.3-150600.4.3.1.s390x.rpm libblkid-devel-2.39.3-150600.4.3.1.ppc64le.rpm libblkid-devel-static-2.39.3-150600.4.3.1.ppc64le.rpm libblkid1-2.39.3-150600.4.3.1.ppc64le.rpm libfdisk-devel-2.39.3-150600.4.3.1.ppc64le.rpm libfdisk-devel-static-2.39.3-150600.4.3.1.ppc64le.rpm libfdisk1-2.39.3-150600.4.3.1.ppc64le.rpm libmount-devel-2.39.3-150600.4.3.1.ppc64le.rpm libmount-devel-static-2.39.3-150600.4.3.1.ppc64le.rpm libmount1-2.39.3-150600.4.3.1.ppc64le.rpm libsmartcols-devel-2.39.3-150600.4.3.1.ppc64le.rpm libsmartcols-devel-static-2.39.3-150600.4.3.1.ppc64le.rpm libsmartcols1-2.39.3-150600.4.3.1.ppc64le.rpm libuuid-devel-2.39.3-150600.4.3.1.ppc64le.rpm libuuid-devel-static-2.39.3-150600.4.3.1.ppc64le.rpm libuuid1-2.39.3-150600.4.3.1.ppc64le.rpm python3-libmount-2.39.3-150600.4.3.1.ppc64le.rpm util-linux-2.39.3-150600.4.3.1.ppc64le.rpm util-linux-systemd-2.39.3-150600.4.3.1.ppc64le.rpm util-linux-tty-tools-2.39.3-150600.4.3.1.ppc64le.rpm uuidd-2.39.3-150600.4.3.1.ppc64le.rpm libblkid-devel-2.39.3-150600.4.3.1.aarch64.rpm libblkid-devel-static-2.39.3-150600.4.3.1.aarch64.rpm libblkid1-2.39.3-150600.4.3.1.aarch64.rpm libfdisk-devel-2.39.3-150600.4.3.1.aarch64.rpm libfdisk-devel-static-2.39.3-150600.4.3.1.aarch64.rpm libfdisk1-2.39.3-150600.4.3.1.aarch64.rpm libmount-devel-2.39.3-150600.4.3.1.aarch64.rpm libmount-devel-static-2.39.3-150600.4.3.1.aarch64.rpm libmount1-2.39.3-150600.4.3.1.aarch64.rpm libsmartcols-devel-2.39.3-150600.4.3.1.aarch64.rpm libsmartcols-devel-static-2.39.3-150600.4.3.1.aarch64.rpm libsmartcols1-2.39.3-150600.4.3.1.aarch64.rpm libuuid-devel-2.39.3-150600.4.3.1.aarch64.rpm libuuid-devel-static-2.39.3-150600.4.3.1.aarch64.rpm libuuid1-2.39.3-150600.4.3.1.aarch64.rpm python3-libmount-2.39.3-150600.4.3.1.aarch64.rpm util-linux-2.39.3-150600.4.3.1.aarch64.rpm util-linux-systemd-2.39.3-150600.4.3.1.aarch64.rpm util-linux-tty-tools-2.39.3-150600.4.3.1.aarch64.rpm uuidd-2.39.3-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1938 Security update for python-docker moderate SUSE Updates openSUSE-SLE 15.6 This update for python-docker fixes the following issues: - CVE-2024-35195: Fix failure with updated python-requests. (bsc#1224788) python-docker-4.2.0-150200.3.5.1.src.rpm python3-docker-4.2.0-150200.3.5.1.noarch.rpm openSUSE-SLE-15.6-2024-1974 Security update for rmt-server moderate SUSE Updates openSUSE-SLE 15.6 This update for rmt-server fixes the following issues: - Update to version 2.17 - CVE-2024-28103: Fixed Permissions-Policy that was only served on responses with an HTML related Content-Type. (bsc#1225997) rmt-server-2.17-150500.3.16.1.src.rpm rmt-server-2.17-150500.3.16.1.x86_64.rpm rmt-server-config-2.17-150500.3.16.1.x86_64.rpm rmt-server-pubcloud-2.17-150500.3.16.1.x86_64.rpm rmt-server-2.17-150500.3.16.1.s390x.rpm rmt-server-config-2.17-150500.3.16.1.s390x.rpm rmt-server-pubcloud-2.17-150500.3.16.1.s390x.rpm rmt-server-2.17-150500.3.16.1.ppc64le.rpm rmt-server-config-2.17-150500.3.16.1.ppc64le.rpm rmt-server-pubcloud-2.17-150500.3.16.1.ppc64le.rpm rmt-server-2.17-150500.3.16.1.aarch64.rpm rmt-server-config-2.17-150500.3.16.1.aarch64.rpm rmt-server-pubcloud-2.17-150500.3.16.1.aarch64.rpm openSUSE-SLE-15.6-2024-2078 Feature update for rabbitmq-server313, erlang26, elixir115 important SUSE Updates openSUSE-SLE 15.6 This update for rabbitmq-server313, erlang26, elixir115 fixes the following issues: rabbitmq-server was implemented with a parallel versioned RPM package at version 3.13.1 (jsc#PED-8414): - Security issues fixed: * CVE-2021-22116: Fixed improper input validation that may lead to Denial of Sercice (DoS) attacks (bsc#1186203) * CVE-2021-32718, CVE-2021-32719: Fixed potential for JavaScript code execution in the management UI (bsc#1187818, bsc#1187819) * CVE-2022-31008: Fixed encryption key used to encrypt the URI was seeded with a predictable secret (bsc#1205267) * CVE-2023-46118: Fixed HTTP API vulnerability for denial of service (DoS) attacks with very large messages (bsc#1216582) - Other bugs fixed: * Fixed RabbitMQ maintenance status issue (bsc#1199431) * Provide user/group for RPM 4.19 (bsc#1219532) * Fixed `rabbitmqctl` command for `add_user` (bsc#1222591) * Added hardening to systemd service(s) (bsc#1181400) * Use /run instead of deprecated /var/run in tmpfiles.conf (bsc#1185075) - For the full list of upstream changes of this update between version 3.8.11 and 3.13.1 please consult: * https://www.rabbitmq.com/release-information erlang26: - Provide RPM package as it's a dependency of rabbitmq-server313 (jsc#PED-8414) elixir115: - Provide RPM package as needed in some cases by rabbitmq-server313 (jsc#PED-8414) elixir115-1.15.7-150300.7.5.1.noarch.rpm elixir115-1.15.7-150300.7.5.1.src.rpm elixir115-doc-1.15.7-150300.7.5.1.noarch.rpm erlang-rabbitmq-client313-3.13.1-150600.13.5.3.x86_64.rpm erlang26-26.2.1-150300.7.5.1.src.rpm erlang26-26.2.1-150300.7.5.1.x86_64.rpm erlang26-debugger-26.2.1-150300.7.5.1.x86_64.rpm erlang26-debugger-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-dialyzer-26.2.1-150300.7.5.1.x86_64.rpm erlang26-dialyzer-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-diameter-26.2.1-150300.7.5.1.x86_64.rpm erlang26-diameter-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-doc-26.2.1-150300.7.5.1.x86_64.rpm erlang26-epmd-26.2.1-150300.7.5.1.x86_64.rpm erlang26-et-26.2.1-150300.7.5.1.x86_64.rpm erlang26-et-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-jinterface-26.2.1-150300.7.5.1.x86_64.rpm erlang26-jinterface-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-observer-26.2.1-150300.7.5.1.x86_64.rpm erlang26-observer-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-reltool-26.2.1-150300.7.5.1.x86_64.rpm erlang26-reltool-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-src-26.2.1-150300.7.5.1.x86_64.rpm erlang26-wx-26.2.1-150300.7.5.1.x86_64.rpm erlang26-wx-src-26.2.1-150300.7.5.1.x86_64.rpm rabbitmq-server313-3.13.1-150600.13.5.3.src.rpm rabbitmq-server313-3.13.1-150600.13.5.3.x86_64.rpm rabbitmq-server313-plugins-3.13.1-150600.13.5.3.x86_64.rpm erlang-rabbitmq-client313-3.13.1-150600.13.5.3.s390x.rpm erlang26-26.2.1-150300.7.5.1.s390x.rpm erlang26-debugger-26.2.1-150300.7.5.1.s390x.rpm erlang26-debugger-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-dialyzer-26.2.1-150300.7.5.1.s390x.rpm erlang26-dialyzer-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-diameter-26.2.1-150300.7.5.1.s390x.rpm erlang26-diameter-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-doc-26.2.1-150300.7.5.1.s390x.rpm erlang26-epmd-26.2.1-150300.7.5.1.s390x.rpm erlang26-et-26.2.1-150300.7.5.1.s390x.rpm erlang26-et-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-jinterface-26.2.1-150300.7.5.1.s390x.rpm erlang26-jinterface-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-observer-26.2.1-150300.7.5.1.s390x.rpm erlang26-observer-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-reltool-26.2.1-150300.7.5.1.s390x.rpm erlang26-reltool-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-src-26.2.1-150300.7.5.1.s390x.rpm erlang26-wx-26.2.1-150300.7.5.1.s390x.rpm erlang26-wx-src-26.2.1-150300.7.5.1.s390x.rpm rabbitmq-server313-3.13.1-150600.13.5.3.s390x.rpm rabbitmq-server313-plugins-3.13.1-150600.13.5.3.s390x.rpm erlang-rabbitmq-client313-3.13.1-150600.13.5.3.ppc64le.rpm erlang26-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-debugger-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-debugger-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-dialyzer-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-dialyzer-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-diameter-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-diameter-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-doc-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-epmd-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-et-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-et-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-jinterface-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-jinterface-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-observer-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-observer-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-reltool-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-reltool-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-src-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-wx-26.2.1-150300.7.5.1.ppc64le.rpm erlang26-wx-src-26.2.1-150300.7.5.1.ppc64le.rpm rabbitmq-server313-3.13.1-150600.13.5.3.ppc64le.rpm rabbitmq-server313-plugins-3.13.1-150600.13.5.3.ppc64le.rpm erlang-rabbitmq-client313-3.13.1-150600.13.5.3.aarch64.rpm erlang26-26.2.1-150300.7.5.1.aarch64.rpm erlang26-debugger-26.2.1-150300.7.5.1.aarch64.rpm erlang26-debugger-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-dialyzer-26.2.1-150300.7.5.1.aarch64.rpm erlang26-dialyzer-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-diameter-26.2.1-150300.7.5.1.aarch64.rpm erlang26-diameter-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-doc-26.2.1-150300.7.5.1.aarch64.rpm erlang26-epmd-26.2.1-150300.7.5.1.aarch64.rpm erlang26-et-26.2.1-150300.7.5.1.aarch64.rpm erlang26-et-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-jinterface-26.2.1-150300.7.5.1.aarch64.rpm erlang26-jinterface-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-observer-26.2.1-150300.7.5.1.aarch64.rpm erlang26-observer-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-reltool-26.2.1-150300.7.5.1.aarch64.rpm erlang26-reltool-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-src-26.2.1-150300.7.5.1.aarch64.rpm erlang26-wx-26.2.1-150300.7.5.1.aarch64.rpm erlang26-wx-src-26.2.1-150300.7.5.1.aarch64.rpm rabbitmq-server313-3.13.1-150600.13.5.3.aarch64.rpm rabbitmq-server313-plugins-3.13.1-150600.13.5.3.aarch64.rpm openSUSE-SLE-15.6-2024-2076 Security update for gdk-pixbuf important SUSE Updates openSUSE-SLE 15.6 This update for gdk-pixbuf fixes the following issues: gdk-pixbuf was updated to version 2.42.12: - Security issues fixed: * CVE-2022-48622: Fixed vulnerability where a crafted .ani file could allow an attacker to overwrite heap metadata, leading to a denial of service or code execution attack to a denial of service or code execution attack (bsc#1219276) - Changes in version 2.42.12: + ani: Reject files with multiple INA or IART chunks, + ani: validate chunk size, + Updated translations. - Enable other image loaders such as xpm and xbm (bsc#1223903) - Changes in version 2.42.11: + Disable fringe loaders by default. + Introspection fixes. + Updated translations. - Changes in version 2.42.10: + Search for rst2man.py. + Update the memory size limit for JPEG images. + Updated translations. - Fixed loading of larger images - Avoid Bash specific syntax in baselibs postscript (bsc#1195391) gdk-pixbuf-2.42.12-150600.3.3.1.src.rpm gdk-pixbuf-devel-2.42.12-150600.3.3.1.x86_64.rpm gdk-pixbuf-devel-32bit-2.42.12-150600.3.3.1.x86_64.rpm gdk-pixbuf-lang-2.42.12-150600.3.3.1.noarch.rpm gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.x86_64.rpm gdk-pixbuf-query-loaders-32bit-2.42.12-150600.3.3.1.x86_64.rpm gdk-pixbuf-thumbnailer-2.42.12-150600.3.3.1.x86_64.rpm libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.x86_64.rpm libgdk_pixbuf-2_0-0-32bit-2.42.12-150600.3.3.1.x86_64.rpm typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.x86_64.rpm typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.x86_64.rpm gdk-pixbuf-devel-2.42.12-150600.3.3.1.s390x.rpm gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.s390x.rpm gdk-pixbuf-thumbnailer-2.42.12-150600.3.3.1.s390x.rpm libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.s390x.rpm typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.s390x.rpm typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.s390x.rpm gdk-pixbuf-devel-2.42.12-150600.3.3.1.ppc64le.rpm gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.ppc64le.rpm gdk-pixbuf-thumbnailer-2.42.12-150600.3.3.1.ppc64le.rpm libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.ppc64le.rpm typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.ppc64le.rpm typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.ppc64le.rpm gdk-pixbuf-devel-2.42.12-150600.3.3.1.aarch64.rpm gdk-pixbuf-query-loaders-2.42.12-150600.3.3.1.aarch64.rpm gdk-pixbuf-thumbnailer-2.42.12-150600.3.3.1.aarch64.rpm libgdk_pixbuf-2_0-0-2.42.12-150600.3.3.1.aarch64.rpm typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.3.1.aarch64.rpm typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-1989 Security update for cdi-apiserver-container, cdi-cloner-container, cdi-controller-container, cdi-importer-container, cdi-operator-container, cdi-uploadproxy-container, cdi-uploadserver-container, containerized-data-importer important SUSE Updates openSUSE-SLE 15.6 This update for cdi-apiserver-container, cdi-cloner-container, cdi-controller-container, cdi-importer-container, cdi-operator-container, cdi-uploadproxy-container, cdi-uploadserver-container, containerized-data-importer fixes the following issues: - Bump github.com/containers/image/v5 (bsc#1224119, CVE-2024-3727) - Remove SLE15 SP4 from the distro check (end of general support) - Add LABEL with source URL containerized-data-importer-1.58.0-150600.3.3.2.src.rpm containerized-data-importer-api-1.58.0-150600.3.3.2.x86_64.rpm containerized-data-importer-cloner-1.58.0-150600.3.3.2.x86_64.rpm containerized-data-importer-controller-1.58.0-150600.3.3.2.x86_64.rpm containerized-data-importer-importer-1.58.0-150600.3.3.2.x86_64.rpm containerized-data-importer-manifests-1.58.0-150600.3.3.2.x86_64.rpm containerized-data-importer-operator-1.58.0-150600.3.3.2.x86_64.rpm containerized-data-importer-uploadproxy-1.58.0-150600.3.3.2.x86_64.rpm containerized-data-importer-uploadserver-1.58.0-150600.3.3.2.x86_64.rpm obs-service-cdi_containers_meta-1.58.0-150600.3.3.2.x86_64.rpm openSUSE-SLE-15.6-2024-1981 Security update for iperf moderate SUSE Updates openSUSE-SLE 15.6 This update for iperf fixes the following issues: - Update to version 3.17.1 - CVE-2024-26306: Fixed a vulnerability that could led to marvin attack if the authentication option is used. (bsc#1224262) iperf-3.17.1-150000.3.9.1.src.rpm iperf-3.17.1-150000.3.9.1.x86_64.rpm iperf-devel-3.17.1-150000.3.9.1.x86_64.rpm libiperf0-3.17.1-150000.3.9.1.x86_64.rpm iperf-3.17.1-150000.3.9.1.s390x.rpm iperf-devel-3.17.1-150000.3.9.1.s390x.rpm libiperf0-3.17.1-150000.3.9.1.s390x.rpm iperf-3.17.1-150000.3.9.1.ppc64le.rpm iperf-devel-3.17.1-150000.3.9.1.ppc64le.rpm libiperf0-3.17.1-150000.3.9.1.ppc64le.rpm iperf-3.17.1-150000.3.9.1.aarch64.rpm iperf-devel-3.17.1-150000.3.9.1.aarch64.rpm libiperf0-3.17.1-150000.3.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-1997 Recommended update for e2fsprogs moderate SUSE Updates openSUSE-SLE 15.6 This update for e2fsprogs fixes the following issues: - EA Inode handling fixes: - e2fsck: add more checks for ea inode consistency (bsc#1223596) - e2fsck: fix golden output of several tests (bsc#1223596) e2fsprogs-1.47.0-150600.4.3.2.src.rpm e2fsprogs-1.47.0-150600.4.3.2.x86_64.rpm e2fsprogs-devel-1.47.0-150600.4.3.2.x86_64.rpm e2fsprogs-scrub-1.47.0-150600.4.3.2.x86_64.rpm fuse2fs-1.47.0-150600.4.3.2.src.rpm fuse2fs-1.47.0-150600.4.3.2.x86_64.rpm libcom_err-devel-1.47.0-150600.4.3.2.x86_64.rpm libcom_err-devel-32bit-1.47.0-150600.4.3.2.x86_64.rpm libcom_err-devel-static-1.47.0-150600.4.3.2.x86_64.rpm libcom_err2-1.47.0-150600.4.3.2.x86_64.rpm libcom_err2-32bit-1.47.0-150600.4.3.2.x86_64.rpm libext2fs-devel-1.47.0-150600.4.3.2.x86_64.rpm libext2fs-devel-32bit-1.47.0-150600.4.3.2.x86_64.rpm libext2fs-devel-static-1.47.0-150600.4.3.2.x86_64.rpm libext2fs2-1.47.0-150600.4.3.2.x86_64.rpm libext2fs2-32bit-1.47.0-150600.4.3.2.x86_64.rpm e2fsprogs-1.47.0-150600.4.3.2.s390x.rpm e2fsprogs-devel-1.47.0-150600.4.3.2.s390x.rpm e2fsprogs-scrub-1.47.0-150600.4.3.2.s390x.rpm fuse2fs-1.47.0-150600.4.3.2.s390x.rpm libcom_err-devel-1.47.0-150600.4.3.2.s390x.rpm libcom_err-devel-static-1.47.0-150600.4.3.2.s390x.rpm libcom_err2-1.47.0-150600.4.3.2.s390x.rpm libext2fs-devel-1.47.0-150600.4.3.2.s390x.rpm libext2fs-devel-static-1.47.0-150600.4.3.2.s390x.rpm libext2fs2-1.47.0-150600.4.3.2.s390x.rpm e2fsprogs-1.47.0-150600.4.3.2.ppc64le.rpm e2fsprogs-devel-1.47.0-150600.4.3.2.ppc64le.rpm e2fsprogs-scrub-1.47.0-150600.4.3.2.ppc64le.rpm fuse2fs-1.47.0-150600.4.3.2.ppc64le.rpm libcom_err-devel-1.47.0-150600.4.3.2.ppc64le.rpm libcom_err-devel-static-1.47.0-150600.4.3.2.ppc64le.rpm libcom_err2-1.47.0-150600.4.3.2.ppc64le.rpm libext2fs-devel-1.47.0-150600.4.3.2.ppc64le.rpm libext2fs-devel-static-1.47.0-150600.4.3.2.ppc64le.rpm libext2fs2-1.47.0-150600.4.3.2.ppc64le.rpm e2fsprogs-1.47.0-150600.4.3.2.aarch64.rpm e2fsprogs-devel-1.47.0-150600.4.3.2.aarch64.rpm e2fsprogs-scrub-1.47.0-150600.4.3.2.aarch64.rpm fuse2fs-1.47.0-150600.4.3.2.aarch64.rpm libcom_err-devel-1.47.0-150600.4.3.2.aarch64.rpm libcom_err-devel-static-1.47.0-150600.4.3.2.aarch64.rpm libcom_err2-1.47.0-150600.4.3.2.aarch64.rpm libext2fs-devel-1.47.0-150600.4.3.2.aarch64.rpm libext2fs-devel-static-1.47.0-150600.4.3.2.aarch64.rpm libext2fs2-1.47.0-150600.4.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2016 Recommended update for linuxrc moderate SUSE Updates openSUSE-SLE 15.6 This update for linuxrc fixes the following issues: - merge gh#openSUSE/linuxrc#333 - add 'repo' URL scheme to linuxrc (jsc#SLE-22578, jsc#SLE-24584) - ensure the device is passed to hd and disk Zypp schemes (jsc#SLE-22578, jsc#SLE-24584) - add relative flag to url struct - add 'repo' URL scheme to linuxrc (jsc#SLE-22578, jsc#SLE-24584, bsc#1223326) linuxrc-7.0.32.8-150600.3.3.3.src.rpm linuxrc-7.0.32.8-150600.3.3.3.x86_64.rpm linuxrc-7.0.32.8-150600.3.3.3.s390x.rpm linuxrc-7.0.32.8-150600.3.3.3.ppc64le.rpm linuxrc-7.0.32.8-150600.3.3.3.aarch64.rpm openSUSE-SLE-15.6-2024-2084 Recommended update for perf moderate SUSE Updates openSUSE-SLE 15.6 This update for perf fixes the following issues: - perf ui browser: Avoid SEGV on title (git fixes) - perf pmu: Count sys and cpuid JSON events separately (git fixes) - perf stat: Don't display metric header for non-leader uncore events (git-fixes) - perf daemon: Fix file leak in daemon_session__control (git-fixes) - perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes) - perf thread: Fixes to thread__new() related to initializing comm (git-fixes) - perf report: Avoid SEGV in report__setup_sample_type() (git-fixes) - perf ui browser: Don't save pointer to stack memory (git-fixes) - perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes) - perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes) - perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes) - perf docs: Document bpf event modifier (git-fixes) - perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes) - perf record: Fix debug message placement for test consumption (git-fixes) - perf tests: Apply attributes to all events in object code reading test (git-fixes) - perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes) - perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes) - perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes) - perf sched timehist: Fix -g/--call-graph option failure (git-fixes) - perf annotate: Get rid of duplicate --group option item (git-fixes) - perf probe: Add missing libgen.h header needed for using basename() (git-fixes) - perf record: Delete session after stopping sideband thread (git-fixes) - perf auxtrace: Fix multiple use of --itrace option (git-fixes) - perf script: Show also errors for --insn-trace option (git-fixes) - perf lock contention: Add a missing NULL check (git-fixes) - perf vendor events amd: Fix Zen 4 cache latency events (git-fixes) - libperf evlist: Avoid out-of-bounds access (git-fixes) - perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes) - perf print-events: make is_event_supported() more robust (git-fixes) - perf list: fix short description for some cache events (git-fixes) - perf metric: Don't remove scale from counts (git-fixes) - perf stat: Avoid metric-only segv (git-fixes) - perf expr: Fix "has_event" function for metric style events (git-fixes) - perf srcline: Add missed addr2line closes (git-fixes) - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes) - perf bpf: Clean up the generated/copied vmlinux.h (git-fixes) - perf jevents: Drop or simplify small integer values (git-fixes) - perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes) - perf pmu: Treat the msr pmu as software (git-fixes). - perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes) - perf record: Fix possible incorrect free in record__switch_output() (git-fixes) - perf vendor events amd: Add Zen 4 memory controller events (git-fixes) - perf top: Uniform the event name for the hybrid machine (git-fixes) - perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes) perf-6.4.0.git22305.596cd3fdbd-150600.3.3.2.src.rpm perf-6.4.0.git22305.596cd3fdbd-150600.3.3.2.x86_64.rpm perf-bash-completion-6.4.0.git22305.596cd3fdbd-150600.3.3.2.x86_64.rpm perf-devel-6.4.0.git22305.596cd3fdbd-150600.3.3.2.x86_64.rpm perf-gtk-6.4.0.git22305.596cd3fdbd-150600.3.3.2.x86_64.rpm perf-6.4.0.git22305.596cd3fdbd-150600.3.3.2.s390x.rpm perf-bash-completion-6.4.0.git22305.596cd3fdbd-150600.3.3.2.s390x.rpm perf-devel-6.4.0.git22305.596cd3fdbd-150600.3.3.2.s390x.rpm perf-gtk-6.4.0.git22305.596cd3fdbd-150600.3.3.2.s390x.rpm perf-6.4.0.git22305.596cd3fdbd-150600.3.3.2.ppc64le.rpm perf-bash-completion-6.4.0.git22305.596cd3fdbd-150600.3.3.2.ppc64le.rpm perf-devel-6.4.0.git22305.596cd3fdbd-150600.3.3.2.ppc64le.rpm perf-gtk-6.4.0.git22305.596cd3fdbd-150600.3.3.2.ppc64le.rpm perf-6.4.0.git22305.596cd3fdbd-150600.3.3.2.aarch64.rpm perf-bash-completion-6.4.0.git22305.596cd3fdbd-150600.3.3.2.aarch64.rpm perf-devel-6.4.0.git22305.596cd3fdbd-150600.3.3.2.aarch64.rpm perf-gtk-6.4.0.git22305.596cd3fdbd-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2195 Security update for hdf5 important SUSE Updates openSUSE-SLE 15.6 This update for hdf5 fixes the following issues: - Fix bsc#1224158 - this fixes: CVE-2024-29158, CVE-2024-29161, CVE-2024-29166, CVE-2024-32608, CVE-2024-32610, CVE-2024-32614, CVE-2024-32619, CVE-2024-32620, CVE-2024-33873, CVE-2024-33874, CVE-2024-33875 Additionally, these fixes resolve crashes triggered by the reproducers for CVE-2017-17507, CVE-2018-11205. These crashes appear to be unrelated to the original problems. This update also ships several missing PackageHub packages for 15 SP5 and 15 SP6. hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.src.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.x86_64.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.17.1.x86_64.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.17.1.x86_64.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.17.1.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.src.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.src.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.src.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.src.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.17.2.x86_64.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.17.1.x86_64.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.x86_64.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.x86_64.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.x86_64.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.x86_64.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.x86_64.rpm libmca_common_dstore1-3.2.3-150300.3.10.1.x86_64.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.2.1.x86_64.rpm libopenmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.x86_64.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.x86_64.rpm libpmix2-3.2.3-150300.3.10.1.x86_64.rpm lua51-luaposix-34.1.1-150200.3.5.1.src.rpm lua51-luaposix-34.1.1-150200.3.5.1.x86_64.rpm lua51-luaterm-0.07-150000.5.5.1.src.rpm lua51-luaterm-0.07-150000.5.5.1.x86_64.rpm lua53-luaposix-34.1.1-150200.3.5.1.src.rpm lua53-luaposix-34.1.1-150200.3.5.1.x86_64.rpm lua53-luaterm-0.07-150000.5.5.1.src.rpm lua53-luaterm-0.07-150000.5.5.1.x86_64.rpm luaposix-doc-34.1.1-150200.3.5.1.noarch.rpm mpich-4.1.2-150600.3.2.1.src.rpm mpich-4.1.2-150600.3.2.1.x86_64.rpm mpich-devel-4.1.2-150600.3.2.1.x86_64.rpm mpich-gnu-hpc-4.1.2-150600.3.2.1.x86_64.rpm mpich-gnu-hpc-devel-4.1.2-150600.3.2.1.x86_64.rpm mpich-gnu-hpc-devel-static-4.1.2-150600.3.2.1.x86_64.rpm mpich-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.noarch.rpm mpich-ofi-4.1.2-150600.3.2.1.src.rpm mpich-ofi-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi-devel-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi-gnu-hpc-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi-gnu-hpc-devel-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi-gnu-hpc-devel-static-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.noarch.rpm mpich-ofi_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.src.rpm mpich-ofi_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.x86_64.rpm mpich-ofi_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.x86_64.rpm mpich-ofi_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.x86_64.rpm mpich-ofi_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.x86_64.rpm mpich-ofi_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.src.rpm mpich-ofi_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.x86_64.rpm mpich-ofi_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.x86_64.rpm mpich_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.src.rpm mpich_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.x86_64.rpm mpich_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.x86_64.rpm mpich_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.x86_64.rpm mpich_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.x86_64.rpm mpich_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.src.rpm mpich_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.x86_64.rpm mpich_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.x86_64.rpm mpich_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.x86_64.rpm mpich_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.x86_64.rpm mvapich2-2.3.7-150600.9.2.1.src.rpm mvapich2-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-devel-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-devel-static-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-doc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-gnu-hpc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-gnu-hpc-devel-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-gnu-hpc-doc-2.3.7-150600.9.2.1.noarch.rpm mvapich2-gnu-hpc-macros-devel-2.3.7-150600.9.2.1.noarch.rpm mvapich2-psm-2.3.7-150500.3.2.1.src.rpm mvapich2-psm-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm-devel-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm-devel-static-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm-doc-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm-gnu-hpc-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm-gnu-hpc-devel-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm-gnu-hpc-doc-2.3.7-150500.3.2.1.noarch.rpm mvapich2-psm-gnu-hpc-macros-devel-2.3.7-150500.3.2.1.noarch.rpm mvapich2-psm2-2.3.7-150600.9.2.1.src.rpm mvapich2-psm2-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2-devel-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2-devel-static-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2-doc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2-gnu-hpc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2-gnu-hpc-devel-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2-gnu-hpc-doc-2.3.7-150600.9.2.1.noarch.rpm mvapich2-psm2-gnu-hpc-macros-devel-2.3.7-150600.9.2.1.noarch.rpm mvapich2-psm2_2_3_7-gnu-hpc-2.3.7-150600.9.2.1.src.rpm mvapich2-psm2_2_3_7-gnu-hpc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2_2_3_7-gnu-hpc-devel-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2_2_3_7-gnu-hpc-devel-static-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2_2_3_7-gnu-hpc-doc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm2_2_3_7-gnu-hpc-macros-devel-2.3.7-150600.9.2.1.x86_64.rpm mvapich2-psm_2_3_7-gnu-hpc-2.3.7-150500.3.2.1.src.rpm mvapich2-psm_2_3_7-gnu-hpc-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm_2_3_7-gnu-hpc-devel-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm_2_3_7-gnu-hpc-devel-static-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm_2_3_7-gnu-hpc-doc-2.3.7-150500.3.2.1.x86_64.rpm mvapich2-psm_2_3_7-gnu-hpc-macros-devel-2.3.7-150500.3.2.1.x86_64.rpm mvapich2_2_3_7-gnu-hpc-2.3.7-150600.9.2.1.src.rpm mvapich2_2_3_7-gnu-hpc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2_2_3_7-gnu-hpc-devel-2.3.7-150600.9.2.1.x86_64.rpm mvapich2_2_3_7-gnu-hpc-devel-static-2.3.7-150600.9.2.1.x86_64.rpm mvapich2_2_3_7-gnu-hpc-doc-2.3.7-150600.9.2.1.x86_64.rpm mvapich2_2_3_7-gnu-hpc-macros-devel-2.3.7-150600.9.2.1.x86_64.rpm openmpi4-4.1.6-150600.3.2.1.src.rpm openmpi4-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-config-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-devel-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-docs-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-gnu-hpc-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-gnu-hpc-devel-4.1.6-150600.3.2.1.noarch.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-gnu-hpc-docs-4.1.6-150600.3.2.1.noarch.rpm openmpi4-gnu-hpc-macros-devel-4.1.6-150600.3.2.1.noarch.rpm openmpi4-libs-32bit-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-libs-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-macros-devel-4.1.6-150600.3.2.1.x86_64.rpm openmpi4-testsuite-4.1.6-150600.3.2.1.noarch.rpm openmpi4-testsuite-4.1.6-150600.3.2.1.src.rpm openmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.src.rpm openmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.x86_64.rpm openmpi_4_1_4-gnu-hpc-devel-4.1.4-150500.3.2.1.x86_64.rpm openmpi_4_1_4-gnu-hpc-devel-static-4.1.4-150500.3.2.1.x86_64.rpm openmpi_4_1_4-gnu-hpc-docs-4.1.4-150500.3.2.1.x86_64.rpm openmpi_4_1_4-gnu-hpc-macros-devel-4.1.4-150500.3.2.1.x86_64.rpm openmpi_4_1_4-gnu-hpc-testsuite-4.1.4-150500.3.2.1.noarch.rpm openmpi_4_1_4-gnu-hpc-testsuite-4.1.4-150500.3.2.1.src.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.src.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.x86_64.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.2.1.x86_64.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.2.1.x86_64.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.2.1.x86_64.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.2.1.x86_64.rpm openmpi_4_1_6-gnu-hpc-testsuite-4.1.6-150600.3.2.1.noarch.rpm openmpi_4_1_6-gnu-hpc-testsuite-4.1.6-150600.3.2.1.src.rpm pmix-3.2.3-150300.3.10.1.src.rpm pmix-3.2.3-150300.3.10.1.x86_64.rpm pmix-devel-3.2.3-150300.3.10.1.x86_64.rpm pmix-headers-3.2.3-150300.3.10.1.noarch.rpm pmix-mca-params-3.2.3-150300.3.10.1.noarch.rpm pmix-plugin-munge-3.2.3-150300.3.10.1.x86_64.rpm pmix-plugins-3.2.3-150300.3.10.1.x86_64.rpm pmix-test-3.2.3-150300.3.10.1.x86_64.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.s390x.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.17.1.s390x.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.17.1.s390x.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.17.1.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.17.2.s390x.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.17.1.s390x.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.s390x.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.s390x.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.s390x.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.s390x.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.s390x.rpm libmca_common_dstore1-3.2.3-150300.3.10.1.s390x.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.2.1.s390x.rpm libopenmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.s390x.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.s390x.rpm libpmix2-3.2.3-150300.3.10.1.s390x.rpm lua51-luaposix-34.1.1-150200.3.5.1.s390x.rpm lua51-luaterm-0.07-150000.5.5.1.s390x.rpm lua53-luaposix-34.1.1-150200.3.5.1.s390x.rpm lua53-luaterm-0.07-150000.5.5.1.s390x.rpm mpich-4.1.2-150600.3.2.1.s390x.rpm mpich-devel-4.1.2-150600.3.2.1.s390x.rpm mpich-gnu-hpc-4.1.2-150600.3.2.1.s390x.rpm mpich-gnu-hpc-devel-4.1.2-150600.3.2.1.s390x.rpm mpich-gnu-hpc-devel-static-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi-devel-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi-gnu-hpc-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi-gnu-hpc-devel-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi-gnu-hpc-devel-static-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.s390x.rpm mpich-ofi_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.s390x.rpm mpich-ofi_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.s390x.rpm mpich-ofi_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.s390x.rpm mpich-ofi_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.s390x.rpm mpich-ofi_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.s390x.rpm mpich_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.s390x.rpm mpich_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.s390x.rpm mpich_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.s390x.rpm mpich_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.s390x.rpm mpich_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.s390x.rpm mpich_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.s390x.rpm mpich_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.s390x.rpm mpich_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.s390x.rpm mvapich2-2.3.7-150600.9.2.1.s390x.rpm mvapich2-devel-2.3.7-150600.9.2.1.s390x.rpm mvapich2-devel-static-2.3.7-150600.9.2.1.s390x.rpm mvapich2-doc-2.3.7-150600.9.2.1.s390x.rpm mvapich2-gnu-hpc-2.3.7-150600.9.2.1.s390x.rpm mvapich2-gnu-hpc-devel-2.3.7-150600.9.2.1.s390x.rpm mvapich2_2_3_7-gnu-hpc-2.3.7-150600.9.2.1.s390x.rpm mvapich2_2_3_7-gnu-hpc-devel-2.3.7-150600.9.2.1.s390x.rpm mvapich2_2_3_7-gnu-hpc-devel-static-2.3.7-150600.9.2.1.s390x.rpm mvapich2_2_3_7-gnu-hpc-doc-2.3.7-150600.9.2.1.s390x.rpm mvapich2_2_3_7-gnu-hpc-macros-devel-2.3.7-150600.9.2.1.s390x.rpm openmpi4-4.1.6-150600.3.2.1.s390x.rpm openmpi4-config-4.1.6-150600.3.2.1.s390x.rpm openmpi4-devel-4.1.6-150600.3.2.1.s390x.rpm openmpi4-docs-4.1.6-150600.3.2.1.s390x.rpm openmpi4-gnu-hpc-4.1.6-150600.3.2.1.s390x.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.2.1.s390x.rpm openmpi4-libs-4.1.6-150600.3.2.1.s390x.rpm openmpi4-macros-devel-4.1.6-150600.3.2.1.s390x.rpm openmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.s390x.rpm openmpi_4_1_4-gnu-hpc-devel-4.1.4-150500.3.2.1.s390x.rpm openmpi_4_1_4-gnu-hpc-devel-static-4.1.4-150500.3.2.1.s390x.rpm openmpi_4_1_4-gnu-hpc-docs-4.1.4-150500.3.2.1.s390x.rpm openmpi_4_1_4-gnu-hpc-macros-devel-4.1.4-150500.3.2.1.s390x.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.s390x.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.2.1.s390x.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.2.1.s390x.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.2.1.s390x.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.2.1.s390x.rpm pmix-3.2.3-150300.3.10.1.s390x.rpm pmix-devel-3.2.3-150300.3.10.1.s390x.rpm pmix-plugin-munge-3.2.3-150300.3.10.1.s390x.rpm pmix-plugins-3.2.3-150300.3.10.1.s390x.rpm pmix-test-3.2.3-150300.3.10.1.s390x.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.ppc64le.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.17.1.ppc64le.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.17.1.ppc64le.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.17.1.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.17.2.ppc64le.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.17.1.ppc64le.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.ppc64le.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.ppc64le.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.ppc64le.rpm libmca_common_dstore1-3.2.3-150300.3.10.1.ppc64le.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.2.1.ppc64le.rpm libopenmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.ppc64le.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.ppc64le.rpm libpmix2-3.2.3-150300.3.10.1.ppc64le.rpm lua51-luaposix-34.1.1-150200.3.5.1.ppc64le.rpm lua51-luaterm-0.07-150000.5.5.1.ppc64le.rpm lua53-luaposix-34.1.1-150200.3.5.1.ppc64le.rpm lua53-luaterm-0.07-150000.5.5.1.ppc64le.rpm mpich-4.1.2-150600.3.2.1.ppc64le.rpm mpich-devel-4.1.2-150600.3.2.1.ppc64le.rpm mpich-gnu-hpc-4.1.2-150600.3.2.1.ppc64le.rpm mpich-gnu-hpc-devel-4.1.2-150600.3.2.1.ppc64le.rpm mpich-gnu-hpc-devel-static-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi-devel-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi-gnu-hpc-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi-gnu-hpc-devel-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi-gnu-hpc-devel-static-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.ppc64le.rpm mpich-ofi_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.ppc64le.rpm mpich-ofi_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.ppc64le.rpm mpich-ofi_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.ppc64le.rpm mpich-ofi_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.ppc64le.rpm mpich-ofi_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.ppc64le.rpm mpich_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.ppc64le.rpm mpich_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.ppc64le.rpm mpich_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.ppc64le.rpm mpich_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.ppc64le.rpm mpich_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.ppc64le.rpm mpich_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.ppc64le.rpm mpich_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.ppc64le.rpm mpich_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.ppc64le.rpm mvapich2-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2-devel-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2-devel-static-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2-doc-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2-gnu-hpc-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2-gnu-hpc-devel-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2_2_3_7-gnu-hpc-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2_2_3_7-gnu-hpc-devel-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2_2_3_7-gnu-hpc-devel-static-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2_2_3_7-gnu-hpc-doc-2.3.7-150600.9.2.1.ppc64le.rpm mvapich2_2_3_7-gnu-hpc-macros-devel-2.3.7-150600.9.2.1.ppc64le.rpm openmpi4-4.1.6-150600.3.2.1.ppc64le.rpm openmpi4-config-4.1.6-150600.3.2.1.ppc64le.rpm openmpi4-devel-4.1.6-150600.3.2.1.ppc64le.rpm openmpi4-docs-4.1.6-150600.3.2.1.ppc64le.rpm openmpi4-gnu-hpc-4.1.6-150600.3.2.1.ppc64le.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.2.1.ppc64le.rpm openmpi4-libs-4.1.6-150600.3.2.1.ppc64le.rpm openmpi4-macros-devel-4.1.6-150600.3.2.1.ppc64le.rpm openmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.ppc64le.rpm openmpi_4_1_4-gnu-hpc-devel-4.1.4-150500.3.2.1.ppc64le.rpm openmpi_4_1_4-gnu-hpc-devel-static-4.1.4-150500.3.2.1.ppc64le.rpm openmpi_4_1_4-gnu-hpc-docs-4.1.4-150500.3.2.1.ppc64le.rpm openmpi_4_1_4-gnu-hpc-macros-devel-4.1.4-150500.3.2.1.ppc64le.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.ppc64le.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.2.1.ppc64le.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.2.1.ppc64le.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.2.1.ppc64le.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.2.1.ppc64le.rpm pmix-3.2.3-150300.3.10.1.ppc64le.rpm pmix-devel-3.2.3-150300.3.10.1.ppc64le.rpm pmix-plugin-munge-3.2.3-150300.3.10.1.ppc64le.rpm pmix-plugins-3.2.3-150300.3.10.1.ppc64le.rpm pmix-test-3.2.3-150300.3.10.1.ppc64le.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.aarch64.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.17.1.aarch64.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.17.1.aarch64.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.17.1.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.17.2.aarch64.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.17.1.aarch64.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.aarch64.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.aarch64.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.aarch64.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.aarch64.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.17.1.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.17.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.17.2.aarch64.rpm libmca_common_dstore1-3.2.3-150300.3.10.1.aarch64.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.2.1.aarch64.rpm libopenmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.aarch64.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.aarch64.rpm libpmix2-3.2.3-150300.3.10.1.aarch64.rpm lua51-luaposix-34.1.1-150200.3.5.1.aarch64.rpm lua51-luaterm-0.07-150000.5.5.1.aarch64.rpm lua53-luaposix-34.1.1-150200.3.5.1.aarch64.rpm lua53-luaterm-0.07-150000.5.5.1.aarch64.rpm mpich-4.1.2-150600.3.2.1.aarch64.rpm mpich-devel-4.1.2-150600.3.2.1.aarch64.rpm mpich-gnu-hpc-4.1.2-150600.3.2.1.aarch64.rpm mpich-gnu-hpc-devel-4.1.2-150600.3.2.1.aarch64.rpm mpich-gnu-hpc-devel-static-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi-devel-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi-gnu-hpc-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi-gnu-hpc-devel-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi-gnu-hpc-devel-static-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.aarch64.rpm mpich-ofi_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.aarch64.rpm mpich-ofi_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.aarch64.rpm mpich-ofi_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.aarch64.rpm mpich-ofi_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.aarch64.rpm mpich-ofi_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.aarch64.rpm mpich_4_0_2-gnu-hpc-4.0.2-150500.3.2.1.aarch64.rpm mpich_4_0_2-gnu-hpc-devel-4.0.2-150500.3.2.1.aarch64.rpm mpich_4_0_2-gnu-hpc-devel-static-4.0.2-150500.3.2.1.aarch64.rpm mpich_4_0_2-gnu-hpc-macros-devel-4.0.2-150500.3.2.1.aarch64.rpm mpich_4_1_2-gnu-hpc-4.1.2-150600.3.2.1.aarch64.rpm mpich_4_1_2-gnu-hpc-devel-4.1.2-150600.3.2.1.aarch64.rpm mpich_4_1_2-gnu-hpc-devel-static-4.1.2-150600.3.2.1.aarch64.rpm mpich_4_1_2-gnu-hpc-macros-devel-4.1.2-150600.3.2.1.aarch64.rpm mvapich2-2.3.7-150600.9.2.1.aarch64.rpm mvapich2-devel-2.3.7-150600.9.2.1.aarch64.rpm mvapich2-devel-static-2.3.7-150600.9.2.1.aarch64.rpm mvapich2-doc-2.3.7-150600.9.2.1.aarch64.rpm mvapich2-gnu-hpc-2.3.7-150600.9.2.1.aarch64.rpm mvapich2-gnu-hpc-devel-2.3.7-150600.9.2.1.aarch64.rpm mvapich2_2_3_7-gnu-hpc-2.3.7-150600.9.2.1.aarch64.rpm mvapich2_2_3_7-gnu-hpc-devel-2.3.7-150600.9.2.1.aarch64.rpm mvapich2_2_3_7-gnu-hpc-devel-static-2.3.7-150600.9.2.1.aarch64.rpm mvapich2_2_3_7-gnu-hpc-doc-2.3.7-150600.9.2.1.aarch64.rpm mvapich2_2_3_7-gnu-hpc-macros-devel-2.3.7-150600.9.2.1.aarch64.rpm openmpi4-4.1.6-150600.3.2.1.aarch64.rpm openmpi4-config-4.1.6-150600.3.2.1.aarch64.rpm openmpi4-devel-4.1.6-150600.3.2.1.aarch64.rpm openmpi4-docs-4.1.6-150600.3.2.1.aarch64.rpm openmpi4-gnu-hpc-4.1.6-150600.3.2.1.aarch64.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.2.1.aarch64.rpm openmpi4-libs-4.1.6-150600.3.2.1.aarch64.rpm openmpi4-macros-devel-4.1.6-150600.3.2.1.aarch64.rpm openmpi_4_1_4-gnu-hpc-4.1.4-150500.3.2.1.aarch64.rpm openmpi_4_1_4-gnu-hpc-devel-4.1.4-150500.3.2.1.aarch64.rpm openmpi_4_1_4-gnu-hpc-devel-static-4.1.4-150500.3.2.1.aarch64.rpm openmpi_4_1_4-gnu-hpc-docs-4.1.4-150500.3.2.1.aarch64.rpm openmpi_4_1_4-gnu-hpc-macros-devel-4.1.4-150500.3.2.1.aarch64.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.2.1.aarch64.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.2.1.aarch64.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.2.1.aarch64.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.2.1.aarch64.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.2.1.aarch64.rpm pmix-3.2.3-150300.3.10.1.aarch64.rpm pmix-devel-3.2.3-150300.3.10.1.aarch64.rpm pmix-plugin-munge-3.2.3-150300.3.10.1.aarch64.rpm pmix-plugins-3.2.3-150300.3.10.1.aarch64.rpm pmix-test-3.2.3-150300.3.10.1.aarch64.rpm openSUSE-SLE-15.6-2024-2519 Recommended update for salt moderate SUSE Updates openSUSE-SLE 15.6 This update for salt fixes the following issues: - Speed up salt.matcher.confirm_top by using __context__ - Do not call the async wrapper calls with the separate thread - Prevent OOM with high amount of batch async calls (bsc#1216063) - Add missing contextvars dependency in salt.version - Skip tests for unsupported algorithm on old OpenSSL version - Remove redundant `_file_find` call to the master - Prevent possible exception in tornado.concurrent.Future._set_done - Make reactor engine less blocking the EventPublisher - Make salt-master self recoverable on killing EventPublisher - Improve broken events catching and reporting - Make logging calls lighter - Remove unused import causing delays on starting salt-master - Mark python3-CherryPy as recommended package for the testsuite python3-salt-3006.0-150500.4.38.2.x86_64.rpm True python3-salt-testsuite-3006.0-150500.4.38.1.x86_64.rpm True salt-3006.0-150500.4.38.2.src.rpm True salt-3006.0-150500.4.38.2.x86_64.rpm True salt-api-3006.0-150500.4.38.2.x86_64.rpm True salt-bash-completion-3006.0-150500.4.38.2.noarch.rpm True salt-cloud-3006.0-150500.4.38.2.x86_64.rpm True salt-doc-3006.0-150500.4.38.2.x86_64.rpm True salt-fish-completion-3006.0-150500.4.38.2.noarch.rpm True salt-master-3006.0-150500.4.38.2.x86_64.rpm True salt-minion-3006.0-150500.4.38.2.x86_64.rpm True salt-proxy-3006.0-150500.4.38.2.x86_64.rpm True salt-ssh-3006.0-150500.4.38.2.x86_64.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.38.2.x86_64.rpm True salt-syndic-3006.0-150500.4.38.2.x86_64.rpm True salt-test-3006.0-150500.4.38.1.src.rpm True salt-transactional-update-3006.0-150500.4.38.2.x86_64.rpm True salt-zsh-completion-3006.0-150500.4.38.2.noarch.rpm True python3-salt-3006.0-150500.4.38.2.s390x.rpm True python3-salt-testsuite-3006.0-150500.4.38.1.s390x.rpm True salt-3006.0-150500.4.38.2.s390x.rpm True salt-api-3006.0-150500.4.38.2.s390x.rpm True salt-cloud-3006.0-150500.4.38.2.s390x.rpm True salt-doc-3006.0-150500.4.38.2.s390x.rpm True salt-master-3006.0-150500.4.38.2.s390x.rpm True salt-minion-3006.0-150500.4.38.2.s390x.rpm True salt-proxy-3006.0-150500.4.38.2.s390x.rpm True salt-ssh-3006.0-150500.4.38.2.s390x.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.38.2.s390x.rpm True salt-syndic-3006.0-150500.4.38.2.s390x.rpm True salt-transactional-update-3006.0-150500.4.38.2.s390x.rpm True python3-salt-3006.0-150500.4.38.2.ppc64le.rpm True python3-salt-testsuite-3006.0-150500.4.38.1.ppc64le.rpm True salt-3006.0-150500.4.38.2.ppc64le.rpm True salt-api-3006.0-150500.4.38.2.ppc64le.rpm True salt-cloud-3006.0-150500.4.38.2.ppc64le.rpm True salt-doc-3006.0-150500.4.38.2.ppc64le.rpm True salt-master-3006.0-150500.4.38.2.ppc64le.rpm True salt-minion-3006.0-150500.4.38.2.ppc64le.rpm True salt-proxy-3006.0-150500.4.38.2.ppc64le.rpm True salt-ssh-3006.0-150500.4.38.2.ppc64le.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.38.2.ppc64le.rpm True salt-syndic-3006.0-150500.4.38.2.ppc64le.rpm True salt-transactional-update-3006.0-150500.4.38.2.ppc64le.rpm True python3-salt-3006.0-150500.4.38.2.aarch64.rpm True python3-salt-testsuite-3006.0-150500.4.38.1.aarch64.rpm True salt-3006.0-150500.4.38.2.aarch64.rpm True salt-api-3006.0-150500.4.38.2.aarch64.rpm True salt-cloud-3006.0-150500.4.38.2.aarch64.rpm True salt-doc-3006.0-150500.4.38.2.aarch64.rpm True salt-master-3006.0-150500.4.38.2.aarch64.rpm True salt-minion-3006.0-150500.4.38.2.aarch64.rpm True salt-proxy-3006.0-150500.4.38.2.aarch64.rpm True salt-ssh-3006.0-150500.4.38.2.aarch64.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.38.2.aarch64.rpm True salt-syndic-3006.0-150500.4.38.2.aarch64.rpm True salt-transactional-update-3006.0-150500.4.38.2.aarch64.rpm True openSUSE-SLE-15.6-2024-2071 Recommended update for mksusecd moderate SUSE Updates openSUSE-SLE 15.6 This update for mksusecd fixes the following issues: - Fix --no-joliet option and add warning about too long Joliet file names - Add more mkisofs log output in verbosity level 3 - Ensure mksusecd error code is preserved - Add info about Joliet file name limit to man page - Fix integrating software modules containing debuginfo packages (bsc#1226047) - Increase initrd xz compression level - Enforce de-duplication in mkisofs - Deal with systems where /tmp is a symlink (bsc#1221603) - Support usrmerged kmod package (bsc#1221603) - Handle compressed firmware files (bsc#1214789) - Allow also xz and zstd compression in repodata (bsc#1218706) - Allow --instsys option for Live media - Calculate EFI boot image size correctly - If initrd/kernel are in two different location on the medium, update in both locations - isohybrid: remove outdated 1024 cylinders warning - Default to GPT if source ISO uses it - Add --signature-file option and rewrite signature embedding - Fix --instsys option handling (bsc#1213606) - Add --rescue option to allow modifying the rescue system - Add --volume1 option to allow setting separate labels for both ISO file systems (bsc#1213185) mksusecd-2.18-150600.3.3.1.src.rpm mksusecd-2.18-150600.3.3.1.x86_64.rpm mksusecd-2.18-150600.3.3.1.s390x.rpm mksusecd-2.18-150600.3.3.1.ppc64le.rpm mksusecd-2.18-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2067 Security update for xdg-desktop-portal important SUSE Updates openSUSE-SLE 15.6 This update for xdg-desktop-portal fixes the following issues: - CVE-2024-32462: Fix arbitrary code execution outside bwrap sandbox by checking that the first commandline item doesn't start with whitespaces or a hyphen. (bsc#1223110) xdg-desktop-portal-1.18.2-150600.4.3.1.src.rpm xdg-desktop-portal-1.18.2-150600.4.3.1.x86_64.rpm xdg-desktop-portal-devel-1.18.2-150600.4.3.1.x86_64.rpm xdg-desktop-portal-lang-1.18.2-150600.4.3.1.noarch.rpm xdg-desktop-portal-1.18.2-150600.4.3.1.s390x.rpm xdg-desktop-portal-devel-1.18.2-150600.4.3.1.s390x.rpm xdg-desktop-portal-1.18.2-150600.4.3.1.ppc64le.rpm xdg-desktop-portal-devel-1.18.2-150600.4.3.1.ppc64le.rpm xdg-desktop-portal-1.18.2-150600.4.3.1.aarch64.rpm xdg-desktop-portal-devel-1.18.2-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2214 Recommended update for util-linux moderate SUSE Updates openSUSE-SLE 15.6 This update for util-linux fixes the following issue: - Fix hang of lscpu -e (bsc#1225598) libblkid-devel-2.39.3-150600.4.6.2.x86_64.rpm libblkid-devel-32bit-2.39.3-150600.4.6.2.x86_64.rpm libblkid-devel-static-2.39.3-150600.4.6.2.x86_64.rpm libblkid1-2.39.3-150600.4.6.2.x86_64.rpm libblkid1-32bit-2.39.3-150600.4.6.2.x86_64.rpm libfdisk-devel-2.39.3-150600.4.6.2.x86_64.rpm libfdisk-devel-32bit-2.39.3-150600.4.6.2.x86_64.rpm libfdisk-devel-static-2.39.3-150600.4.6.2.x86_64.rpm libfdisk1-2.39.3-150600.4.6.2.x86_64.rpm libfdisk1-32bit-2.39.3-150600.4.6.2.x86_64.rpm libmount-devel-2.39.3-150600.4.6.2.x86_64.rpm libmount-devel-32bit-2.39.3-150600.4.6.2.x86_64.rpm libmount-devel-static-2.39.3-150600.4.6.2.x86_64.rpm libmount1-2.39.3-150600.4.6.2.x86_64.rpm libmount1-32bit-2.39.3-150600.4.6.2.x86_64.rpm libsmartcols-devel-2.39.3-150600.4.6.2.x86_64.rpm libsmartcols-devel-32bit-2.39.3-150600.4.6.2.x86_64.rpm libsmartcols-devel-static-2.39.3-150600.4.6.2.x86_64.rpm libsmartcols1-2.39.3-150600.4.6.2.x86_64.rpm libsmartcols1-32bit-2.39.3-150600.4.6.2.x86_64.rpm libuuid-devel-2.39.3-150600.4.6.2.x86_64.rpm libuuid-devel-32bit-2.39.3-150600.4.6.2.x86_64.rpm libuuid-devel-static-2.39.3-150600.4.6.2.x86_64.rpm libuuid1-2.39.3-150600.4.6.2.x86_64.rpm libuuid1-32bit-2.39.3-150600.4.6.2.x86_64.rpm python-libmount-2.39.3-150600.4.6.2.src.rpm python3-libmount-2.39.3-150600.4.6.2.x86_64.rpm util-linux-2.39.3-150600.4.6.2.src.rpm util-linux-2.39.3-150600.4.6.2.x86_64.rpm util-linux-lang-2.39.3-150600.4.6.2.noarch.rpm util-linux-systemd-2.39.3-150600.4.6.2.src.rpm util-linux-systemd-2.39.3-150600.4.6.2.x86_64.rpm util-linux-tty-tools-2.39.3-150600.4.6.2.x86_64.rpm uuidd-2.39.3-150600.4.6.2.x86_64.rpm libblkid-devel-2.39.3-150600.4.6.2.s390x.rpm libblkid-devel-static-2.39.3-150600.4.6.2.s390x.rpm libblkid1-2.39.3-150600.4.6.2.s390x.rpm libfdisk-devel-2.39.3-150600.4.6.2.s390x.rpm libfdisk-devel-static-2.39.3-150600.4.6.2.s390x.rpm libfdisk1-2.39.3-150600.4.6.2.s390x.rpm libmount-devel-2.39.3-150600.4.6.2.s390x.rpm libmount-devel-static-2.39.3-150600.4.6.2.s390x.rpm libmount1-2.39.3-150600.4.6.2.s390x.rpm libsmartcols-devel-2.39.3-150600.4.6.2.s390x.rpm libsmartcols-devel-static-2.39.3-150600.4.6.2.s390x.rpm libsmartcols1-2.39.3-150600.4.6.2.s390x.rpm libuuid-devel-2.39.3-150600.4.6.2.s390x.rpm libuuid-devel-static-2.39.3-150600.4.6.2.s390x.rpm libuuid1-2.39.3-150600.4.6.2.s390x.rpm python3-libmount-2.39.3-150600.4.6.2.s390x.rpm util-linux-2.39.3-150600.4.6.2.s390x.rpm util-linux-systemd-2.39.3-150600.4.6.2.s390x.rpm util-linux-tty-tools-2.39.3-150600.4.6.2.s390x.rpm uuidd-2.39.3-150600.4.6.2.s390x.rpm libblkid-devel-2.39.3-150600.4.6.2.ppc64le.rpm libblkid-devel-static-2.39.3-150600.4.6.2.ppc64le.rpm libblkid1-2.39.3-150600.4.6.2.ppc64le.rpm libfdisk-devel-2.39.3-150600.4.6.2.ppc64le.rpm libfdisk-devel-static-2.39.3-150600.4.6.2.ppc64le.rpm libfdisk1-2.39.3-150600.4.6.2.ppc64le.rpm libmount-devel-2.39.3-150600.4.6.2.ppc64le.rpm libmount-devel-static-2.39.3-150600.4.6.2.ppc64le.rpm libmount1-2.39.3-150600.4.6.2.ppc64le.rpm libsmartcols-devel-2.39.3-150600.4.6.2.ppc64le.rpm libsmartcols-devel-static-2.39.3-150600.4.6.2.ppc64le.rpm libsmartcols1-2.39.3-150600.4.6.2.ppc64le.rpm libuuid-devel-2.39.3-150600.4.6.2.ppc64le.rpm libuuid-devel-static-2.39.3-150600.4.6.2.ppc64le.rpm libuuid1-2.39.3-150600.4.6.2.ppc64le.rpm python3-libmount-2.39.3-150600.4.6.2.ppc64le.rpm util-linux-2.39.3-150600.4.6.2.ppc64le.rpm util-linux-systemd-2.39.3-150600.4.6.2.ppc64le.rpm util-linux-tty-tools-2.39.3-150600.4.6.2.ppc64le.rpm uuidd-2.39.3-150600.4.6.2.ppc64le.rpm libblkid-devel-2.39.3-150600.4.6.2.aarch64.rpm libblkid-devel-static-2.39.3-150600.4.6.2.aarch64.rpm libblkid1-2.39.3-150600.4.6.2.aarch64.rpm libfdisk-devel-2.39.3-150600.4.6.2.aarch64.rpm libfdisk-devel-static-2.39.3-150600.4.6.2.aarch64.rpm libfdisk1-2.39.3-150600.4.6.2.aarch64.rpm libmount-devel-2.39.3-150600.4.6.2.aarch64.rpm libmount-devel-static-2.39.3-150600.4.6.2.aarch64.rpm libmount1-2.39.3-150600.4.6.2.aarch64.rpm libsmartcols-devel-2.39.3-150600.4.6.2.aarch64.rpm libsmartcols-devel-static-2.39.3-150600.4.6.2.aarch64.rpm libsmartcols1-2.39.3-150600.4.6.2.aarch64.rpm libuuid-devel-2.39.3-150600.4.6.2.aarch64.rpm libuuid-devel-static-2.39.3-150600.4.6.2.aarch64.rpm libuuid1-2.39.3-150600.4.6.2.aarch64.rpm python3-libmount-2.39.3-150600.4.6.2.aarch64.rpm util-linux-2.39.3-150600.4.6.2.aarch64.rpm util-linux-systemd-2.39.3-150600.4.6.2.aarch64.rpm util-linux-tty-tools-2.39.3-150600.4.6.2.aarch64.rpm uuidd-2.39.3-150600.4.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2061 Security update for MozillaFirefox important SUSE Updates openSUSE-SLE 15.6 This update for MozillaFirefox fixes the following issues: - Update to version 115.12.0 ESR (bsc#1226027) - CVE-2024-5702: Use-after-free in networking - CVE-2024-5688: Use-after-free in JavaScript object transplant - CVE-2024-5690: External protocol handlers leaked by timing attack - CVE-2024-5691: Sandboxed iframes were able to bypass sandbox restrictions to open a new window - CVE-2024-5692: Bypass of file name restrictions during saving - CVE-2024-5693: Cross-Origin Image leak via Offscreen Canvas - CVE-2024-5696: Memory Corruption in Text Fragments - CVE-2024-5700: Memory safety bugs fixed in Firefox 127, Firefox ESR 115.12, and Thunderbird 115.12 MozillaFirefox-115.12.0-150200.152.140.2.src.rpm MozillaFirefox-115.12.0-150200.152.140.2.x86_64.rpm MozillaFirefox-branding-upstream-115.12.0-150200.152.140.2.x86_64.rpm MozillaFirefox-devel-115.12.0-150200.152.140.2.noarch.rpm MozillaFirefox-translations-common-115.12.0-150200.152.140.2.x86_64.rpm MozillaFirefox-translations-other-115.12.0-150200.152.140.2.x86_64.rpm MozillaFirefox-115.12.0-150200.152.140.2.s390x.rpm MozillaFirefox-branding-upstream-115.12.0-150200.152.140.2.s390x.rpm MozillaFirefox-translations-common-115.12.0-150200.152.140.2.s390x.rpm MozillaFirefox-translations-other-115.12.0-150200.152.140.2.s390x.rpm MozillaFirefox-115.12.0-150200.152.140.2.ppc64le.rpm MozillaFirefox-branding-upstream-115.12.0-150200.152.140.2.ppc64le.rpm MozillaFirefox-translations-common-115.12.0-150200.152.140.2.ppc64le.rpm MozillaFirefox-translations-other-115.12.0-150200.152.140.2.ppc64le.rpm MozillaFirefox-115.12.0-150200.152.140.2.aarch64.rpm MozillaFirefox-branding-upstream-115.12.0-150200.152.140.2.aarch64.rpm MozillaFirefox-translations-common-115.12.0-150200.152.140.2.aarch64.rpm MozillaFirefox-translations-other-115.12.0-150200.152.140.2.aarch64.rpm openSUSE-SLE-15.6-2024-2064 Security update for python-Authlib important SUSE Updates openSUSE-SLE 15.6 This update for python-Authlib fixes the following issues: - Update to version 1.3.1 - CVE-2024-37568: Fixed algorithm confusion with asymmetric public keys. (bsc#1226138) python-Authlib-1.3.1-150600.3.3.1.src.rpm python311-Authlib-1.3.1-150600.3.3.1.noarch.rpm openSUSE-SLE-15.6-2024-2056 Security update for libaom important SUSE Updates openSUSE-SLE 15.6 This update for libaom fixes the following issues: - CVE-2024-5171: Fixed heap buffer overflow in img_alloc_helper() caused by integer overflow (bsc#1226020). aom-tools-3.7.1-150600.3.3.1.x86_64.rpm libaom-3.7.1-150600.3.3.1.src.rpm libaom-devel-3.7.1-150600.3.3.1.x86_64.rpm libaom-devel-doc-3.7.1-150600.3.3.1.noarch.rpm libaom-devel-doc-3.7.1-150600.3.3.1.src.rpm libaom3-3.7.1-150600.3.3.1.x86_64.rpm libaom3-32bit-3.7.1-150600.3.3.1.x86_64.rpm aom-tools-3.7.1-150600.3.3.1.s390x.rpm libaom-devel-3.7.1-150600.3.3.1.s390x.rpm libaom3-3.7.1-150600.3.3.1.s390x.rpm aom-tools-3.7.1-150600.3.3.1.ppc64le.rpm libaom-devel-3.7.1-150600.3.3.1.ppc64le.rpm libaom3-3.7.1-150600.3.3.1.ppc64le.rpm aom-tools-3.7.1-150600.3.3.1.aarch64.rpm libaom-devel-3.7.1-150600.3.3.1.aarch64.rpm libaom3-3.7.1-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2044 Recommended update for netavark moderate SUSE Updates openSUSE-SLE 15.6 This update for netavark and aardvark-dns fixes the following issues: - Update to version 1.11.0 - Remove redundant source: cargo_config aardvark-dns-1.11.0-150500.3.6.1.src.rpm aardvark-dns-1.11.0-150500.3.6.1.x86_64.rpm netavark-1.11.0-150500.3.6.1.src.rpm netavark-1.11.0-150500.3.6.1.x86_64.rpm aardvark-dns-1.11.0-150500.3.6.1.s390x.rpm netavark-1.11.0-150500.3.6.1.s390x.rpm aardvark-dns-1.11.0-150500.3.6.1.ppc64le.rpm netavark-1.11.0-150500.3.6.1.ppc64le.rpm aardvark-dns-1.11.0-150500.3.6.1.aarch64.rpm netavark-1.11.0-150500.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-1996 Recommended update for python-grpcio moderate SUSE Updates openSUSE-SLE 15.6 This update for python-grpcio fixes the following issues: - Update fork in 15 SP6 (bsc#1226102) - Version update in SLE 15 SP4 and later (jsc#PED-6697) - Build setup using aarch64 kernels, this release contains refinements, improvements, and bug fixes (bsc#1208794) python-grpcio-1.60.1-150600.16.3.3.src.rpm python311-grpcio-1.60.1-150600.16.3.3.x86_64.rpm python311-grpcio-1.60.1-150600.16.3.3.s390x.rpm python311-grpcio-1.60.1-150600.16.3.3.ppc64le.rpm python311-grpcio-1.60.1-150600.16.3.3.aarch64.rpm openSUSE-SLE-15.6-2024-2031 Security update for podman important SUSE Updates openSUSE-SLE 15.6 This update for podman fixes the following issues: - Update to version 4.9.5 - CVE-2024-3727: Fixed a flaw that allowed attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks. (bsc#1224122) - CVE-2024-24786: Fixed an infinite loop in protojson. (bsc#1226136) podman-4.9.5-150500.3.12.1.src.rpm podman-4.9.5-150500.3.12.1.x86_64.rpm podman-docker-4.9.5-150500.3.12.1.noarch.rpm podman-remote-4.9.5-150500.3.12.1.x86_64.rpm podmansh-4.9.5-150500.3.12.1.x86_64.rpm podman-4.9.5-150500.3.12.1.s390x.rpm podman-remote-4.9.5-150500.3.12.1.s390x.rpm podmansh-4.9.5-150500.3.12.1.s390x.rpm podman-4.9.5-150500.3.12.1.ppc64le.rpm podman-remote-4.9.5-150500.3.12.1.ppc64le.rpm podmansh-4.9.5-150500.3.12.1.ppc64le.rpm podman-4.9.5-150500.3.12.1.aarch64.rpm podman-remote-4.9.5-150500.3.12.1.aarch64.rpm podmansh-4.9.5-150500.3.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-2040 Security update for booth important SUSE Updates openSUSE-SLE 15.6 This update for booth fixes the following issues: - CVE-2024-3049: Fixed a vulnerability where a specially crafted hash can lead to invalid HMAC being accepted by Booth server. (bsc#1226032) booth-1.1+git0.09b0074-150600.3.3.1.src.rpm booth-1.1+git0.09b0074-150600.3.3.1.x86_64.rpm booth-test-1.1+git0.09b0074-150600.3.3.1.x86_64.rpm booth-1.1+git0.09b0074-150600.3.3.1.s390x.rpm booth-test-1.1+git0.09b0074-150600.3.3.1.s390x.rpm booth-1.1+git0.09b0074-150600.3.3.1.ppc64le.rpm booth-test-1.1+git0.09b0074-150600.3.3.1.ppc64le.rpm booth-1.1+git0.09b0074-150600.3.3.1.aarch64.rpm booth-test-1.1+git0.09b0074-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2029 Security update for python-scikit-learn moderate SUSE Updates openSUSE-SLE 15.6 This update for python-scikit-learn fixes the following issues: -CVE-2024-5206: Fixed a possible sensitive data leak in TfidfVectorizer. (bsc#1226185) python-scikit-learn-0.23.2-150300.3.3.1.src.rpm python3-scikit-learn-0.23.2-150300.3.3.1.x86_64.rpm python3-scikit-learn-0.23.2-150300.3.3.1.s390x.rpm python3-scikit-learn-0.23.2-150300.3.3.1.ppc64le.rpm python3-scikit-learn-0.23.2-150300.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2038 Security update for php8 important SUSE Updates openSUSE-SLE 15.6 This update for php8 fixes the following issues: - CVE-2024-5458: Fixed an issue that allows to bypass filters in filter_var FILTER_VALIDATE_URL. (bsc#1226073) apache2-mod_php7-7.4.33-150400.4.37.1.src.rpm apache2-mod_php7-7.4.33-150400.4.37.1.x86_64.rpm php7-7.4.33-150400.4.37.1.src.rpm php7-7.4.33-150400.4.37.1.x86_64.rpm php7-bcmath-7.4.33-150400.4.37.1.x86_64.rpm php7-bz2-7.4.33-150400.4.37.1.x86_64.rpm php7-calendar-7.4.33-150400.4.37.1.x86_64.rpm php7-cli-7.4.33-150400.4.37.1.x86_64.rpm php7-ctype-7.4.33-150400.4.37.1.x86_64.rpm php7-curl-7.4.33-150400.4.37.1.x86_64.rpm php7-dba-7.4.33-150400.4.37.1.x86_64.rpm php7-devel-7.4.33-150400.4.37.1.x86_64.rpm php7-dom-7.4.33-150400.4.37.1.x86_64.rpm php7-embed-7.4.33-150400.4.37.1.src.rpm php7-embed-7.4.33-150400.4.37.1.x86_64.rpm php7-enchant-7.4.33-150400.4.37.1.x86_64.rpm php7-exif-7.4.33-150400.4.37.1.x86_64.rpm php7-fastcgi-7.4.33-150400.4.37.1.src.rpm php7-fastcgi-7.4.33-150400.4.37.1.x86_64.rpm php7-fileinfo-7.4.33-150400.4.37.1.x86_64.rpm php7-fpm-7.4.33-150400.4.37.1.src.rpm php7-fpm-7.4.33-150400.4.37.1.x86_64.rpm php7-ftp-7.4.33-150400.4.37.1.x86_64.rpm php7-gd-7.4.33-150400.4.37.1.x86_64.rpm php7-gettext-7.4.33-150400.4.37.1.x86_64.rpm php7-gmp-7.4.33-150400.4.37.1.x86_64.rpm php7-iconv-7.4.33-150400.4.37.1.x86_64.rpm php7-intl-7.4.33-150400.4.37.1.x86_64.rpm php7-json-7.4.33-150400.4.37.1.x86_64.rpm php7-ldap-7.4.33-150400.4.37.1.x86_64.rpm php7-mbstring-7.4.33-150400.4.37.1.x86_64.rpm php7-mysql-7.4.33-150400.4.37.1.x86_64.rpm php7-odbc-7.4.33-150400.4.37.1.x86_64.rpm php7-opcache-7.4.33-150400.4.37.1.x86_64.rpm php7-openssl-7.4.33-150400.4.37.1.x86_64.rpm php7-pcntl-7.4.33-150400.4.37.1.x86_64.rpm php7-pdo-7.4.33-150400.4.37.1.x86_64.rpm php7-pgsql-7.4.33-150400.4.37.1.x86_64.rpm php7-phar-7.4.33-150400.4.37.1.x86_64.rpm php7-posix-7.4.33-150400.4.37.1.x86_64.rpm php7-readline-7.4.33-150400.4.37.1.x86_64.rpm php7-shmop-7.4.33-150400.4.37.1.x86_64.rpm php7-snmp-7.4.33-150400.4.37.1.x86_64.rpm php7-soap-7.4.33-150400.4.37.1.x86_64.rpm php7-sockets-7.4.33-150400.4.37.1.x86_64.rpm php7-sodium-7.4.33-150400.4.37.1.x86_64.rpm php7-sqlite-7.4.33-150400.4.37.1.x86_64.rpm php7-sysvmsg-7.4.33-150400.4.37.1.x86_64.rpm php7-sysvsem-7.4.33-150400.4.37.1.x86_64.rpm php7-sysvshm-7.4.33-150400.4.37.1.x86_64.rpm php7-test-7.4.33-150400.4.37.1.src.rpm php7-test-7.4.33-150400.4.37.1.x86_64.rpm php7-tidy-7.4.33-150400.4.37.1.x86_64.rpm php7-tokenizer-7.4.33-150400.4.37.1.x86_64.rpm php7-xmlreader-7.4.33-150400.4.37.1.x86_64.rpm php7-xmlrpc-7.4.33-150400.4.37.1.x86_64.rpm php7-xmlwriter-7.4.33-150400.4.37.1.x86_64.rpm php7-xsl-7.4.33-150400.4.37.1.x86_64.rpm php7-zip-7.4.33-150400.4.37.1.x86_64.rpm php7-zlib-7.4.33-150400.4.37.1.x86_64.rpm apache2-mod_php7-7.4.33-150400.4.37.1.s390x.rpm php7-7.4.33-150400.4.37.1.s390x.rpm php7-bcmath-7.4.33-150400.4.37.1.s390x.rpm php7-bz2-7.4.33-150400.4.37.1.s390x.rpm php7-calendar-7.4.33-150400.4.37.1.s390x.rpm php7-cli-7.4.33-150400.4.37.1.s390x.rpm php7-ctype-7.4.33-150400.4.37.1.s390x.rpm php7-curl-7.4.33-150400.4.37.1.s390x.rpm php7-dba-7.4.33-150400.4.37.1.s390x.rpm php7-devel-7.4.33-150400.4.37.1.s390x.rpm php7-dom-7.4.33-150400.4.37.1.s390x.rpm php7-embed-7.4.33-150400.4.37.1.s390x.rpm php7-enchant-7.4.33-150400.4.37.1.s390x.rpm php7-exif-7.4.33-150400.4.37.1.s390x.rpm php7-fastcgi-7.4.33-150400.4.37.1.s390x.rpm php7-fileinfo-7.4.33-150400.4.37.1.s390x.rpm php7-fpm-7.4.33-150400.4.37.1.s390x.rpm php7-ftp-7.4.33-150400.4.37.1.s390x.rpm php7-gd-7.4.33-150400.4.37.1.s390x.rpm php7-gettext-7.4.33-150400.4.37.1.s390x.rpm php7-gmp-7.4.33-150400.4.37.1.s390x.rpm php7-iconv-7.4.33-150400.4.37.1.s390x.rpm php7-intl-7.4.33-150400.4.37.1.s390x.rpm php7-json-7.4.33-150400.4.37.1.s390x.rpm php7-ldap-7.4.33-150400.4.37.1.s390x.rpm php7-mbstring-7.4.33-150400.4.37.1.s390x.rpm php7-mysql-7.4.33-150400.4.37.1.s390x.rpm php7-odbc-7.4.33-150400.4.37.1.s390x.rpm php7-opcache-7.4.33-150400.4.37.1.s390x.rpm php7-openssl-7.4.33-150400.4.37.1.s390x.rpm php7-pcntl-7.4.33-150400.4.37.1.s390x.rpm php7-pdo-7.4.33-150400.4.37.1.s390x.rpm php7-pgsql-7.4.33-150400.4.37.1.s390x.rpm php7-phar-7.4.33-150400.4.37.1.s390x.rpm php7-posix-7.4.33-150400.4.37.1.s390x.rpm php7-readline-7.4.33-150400.4.37.1.s390x.rpm php7-shmop-7.4.33-150400.4.37.1.s390x.rpm php7-snmp-7.4.33-150400.4.37.1.s390x.rpm php7-soap-7.4.33-150400.4.37.1.s390x.rpm php7-sockets-7.4.33-150400.4.37.1.s390x.rpm php7-sodium-7.4.33-150400.4.37.1.s390x.rpm php7-sqlite-7.4.33-150400.4.37.1.s390x.rpm php7-sysvmsg-7.4.33-150400.4.37.1.s390x.rpm php7-sysvsem-7.4.33-150400.4.37.1.s390x.rpm php7-sysvshm-7.4.33-150400.4.37.1.s390x.rpm php7-test-7.4.33-150400.4.37.1.s390x.rpm php7-tidy-7.4.33-150400.4.37.1.s390x.rpm php7-tokenizer-7.4.33-150400.4.37.1.s390x.rpm php7-xmlreader-7.4.33-150400.4.37.1.s390x.rpm php7-xmlrpc-7.4.33-150400.4.37.1.s390x.rpm php7-xmlwriter-7.4.33-150400.4.37.1.s390x.rpm php7-xsl-7.4.33-150400.4.37.1.s390x.rpm php7-zip-7.4.33-150400.4.37.1.s390x.rpm php7-zlib-7.4.33-150400.4.37.1.s390x.rpm apache2-mod_php7-7.4.33-150400.4.37.1.ppc64le.rpm php7-7.4.33-150400.4.37.1.ppc64le.rpm php7-bcmath-7.4.33-150400.4.37.1.ppc64le.rpm php7-bz2-7.4.33-150400.4.37.1.ppc64le.rpm php7-calendar-7.4.33-150400.4.37.1.ppc64le.rpm php7-cli-7.4.33-150400.4.37.1.ppc64le.rpm php7-ctype-7.4.33-150400.4.37.1.ppc64le.rpm php7-curl-7.4.33-150400.4.37.1.ppc64le.rpm php7-dba-7.4.33-150400.4.37.1.ppc64le.rpm php7-devel-7.4.33-150400.4.37.1.ppc64le.rpm php7-dom-7.4.33-150400.4.37.1.ppc64le.rpm php7-embed-7.4.33-150400.4.37.1.ppc64le.rpm php7-enchant-7.4.33-150400.4.37.1.ppc64le.rpm php7-exif-7.4.33-150400.4.37.1.ppc64le.rpm php7-fastcgi-7.4.33-150400.4.37.1.ppc64le.rpm php7-fileinfo-7.4.33-150400.4.37.1.ppc64le.rpm php7-fpm-7.4.33-150400.4.37.1.ppc64le.rpm php7-ftp-7.4.33-150400.4.37.1.ppc64le.rpm php7-gd-7.4.33-150400.4.37.1.ppc64le.rpm php7-gettext-7.4.33-150400.4.37.1.ppc64le.rpm php7-gmp-7.4.33-150400.4.37.1.ppc64le.rpm php7-iconv-7.4.33-150400.4.37.1.ppc64le.rpm php7-intl-7.4.33-150400.4.37.1.ppc64le.rpm php7-json-7.4.33-150400.4.37.1.ppc64le.rpm php7-ldap-7.4.33-150400.4.37.1.ppc64le.rpm php7-mbstring-7.4.33-150400.4.37.1.ppc64le.rpm php7-mysql-7.4.33-150400.4.37.1.ppc64le.rpm php7-odbc-7.4.33-150400.4.37.1.ppc64le.rpm php7-opcache-7.4.33-150400.4.37.1.ppc64le.rpm php7-openssl-7.4.33-150400.4.37.1.ppc64le.rpm php7-pcntl-7.4.33-150400.4.37.1.ppc64le.rpm php7-pdo-7.4.33-150400.4.37.1.ppc64le.rpm php7-pgsql-7.4.33-150400.4.37.1.ppc64le.rpm php7-phar-7.4.33-150400.4.37.1.ppc64le.rpm php7-posix-7.4.33-150400.4.37.1.ppc64le.rpm php7-readline-7.4.33-150400.4.37.1.ppc64le.rpm php7-shmop-7.4.33-150400.4.37.1.ppc64le.rpm php7-snmp-7.4.33-150400.4.37.1.ppc64le.rpm php7-soap-7.4.33-150400.4.37.1.ppc64le.rpm php7-sockets-7.4.33-150400.4.37.1.ppc64le.rpm php7-sodium-7.4.33-150400.4.37.1.ppc64le.rpm php7-sqlite-7.4.33-150400.4.37.1.ppc64le.rpm php7-sysvmsg-7.4.33-150400.4.37.1.ppc64le.rpm php7-sysvsem-7.4.33-150400.4.37.1.ppc64le.rpm php7-sysvshm-7.4.33-150400.4.37.1.ppc64le.rpm php7-test-7.4.33-150400.4.37.1.ppc64le.rpm php7-tidy-7.4.33-150400.4.37.1.ppc64le.rpm php7-tokenizer-7.4.33-150400.4.37.1.ppc64le.rpm php7-xmlreader-7.4.33-150400.4.37.1.ppc64le.rpm php7-xmlrpc-7.4.33-150400.4.37.1.ppc64le.rpm php7-xmlwriter-7.4.33-150400.4.37.1.ppc64le.rpm php7-xsl-7.4.33-150400.4.37.1.ppc64le.rpm php7-zip-7.4.33-150400.4.37.1.ppc64le.rpm php7-zlib-7.4.33-150400.4.37.1.ppc64le.rpm apache2-mod_php7-7.4.33-150400.4.37.1.aarch64.rpm php7-7.4.33-150400.4.37.1.aarch64.rpm php7-bcmath-7.4.33-150400.4.37.1.aarch64.rpm php7-bz2-7.4.33-150400.4.37.1.aarch64.rpm php7-calendar-7.4.33-150400.4.37.1.aarch64.rpm php7-cli-7.4.33-150400.4.37.1.aarch64.rpm php7-ctype-7.4.33-150400.4.37.1.aarch64.rpm php7-curl-7.4.33-150400.4.37.1.aarch64.rpm php7-dba-7.4.33-150400.4.37.1.aarch64.rpm php7-devel-7.4.33-150400.4.37.1.aarch64.rpm php7-dom-7.4.33-150400.4.37.1.aarch64.rpm php7-embed-7.4.33-150400.4.37.1.aarch64.rpm php7-enchant-7.4.33-150400.4.37.1.aarch64.rpm php7-exif-7.4.33-150400.4.37.1.aarch64.rpm php7-fastcgi-7.4.33-150400.4.37.1.aarch64.rpm php7-fileinfo-7.4.33-150400.4.37.1.aarch64.rpm php7-fpm-7.4.33-150400.4.37.1.aarch64.rpm php7-ftp-7.4.33-150400.4.37.1.aarch64.rpm php7-gd-7.4.33-150400.4.37.1.aarch64.rpm php7-gettext-7.4.33-150400.4.37.1.aarch64.rpm php7-gmp-7.4.33-150400.4.37.1.aarch64.rpm php7-iconv-7.4.33-150400.4.37.1.aarch64.rpm php7-intl-7.4.33-150400.4.37.1.aarch64.rpm php7-json-7.4.33-150400.4.37.1.aarch64.rpm php7-ldap-7.4.33-150400.4.37.1.aarch64.rpm php7-mbstring-7.4.33-150400.4.37.1.aarch64.rpm php7-mysql-7.4.33-150400.4.37.1.aarch64.rpm php7-odbc-7.4.33-150400.4.37.1.aarch64.rpm php7-opcache-7.4.33-150400.4.37.1.aarch64.rpm php7-openssl-7.4.33-150400.4.37.1.aarch64.rpm php7-pcntl-7.4.33-150400.4.37.1.aarch64.rpm php7-pdo-7.4.33-150400.4.37.1.aarch64.rpm php7-pgsql-7.4.33-150400.4.37.1.aarch64.rpm php7-phar-7.4.33-150400.4.37.1.aarch64.rpm php7-posix-7.4.33-150400.4.37.1.aarch64.rpm php7-readline-7.4.33-150400.4.37.1.aarch64.rpm php7-shmop-7.4.33-150400.4.37.1.aarch64.rpm php7-snmp-7.4.33-150400.4.37.1.aarch64.rpm php7-soap-7.4.33-150400.4.37.1.aarch64.rpm php7-sockets-7.4.33-150400.4.37.1.aarch64.rpm php7-sodium-7.4.33-150400.4.37.1.aarch64.rpm php7-sqlite-7.4.33-150400.4.37.1.aarch64.rpm php7-sysvmsg-7.4.33-150400.4.37.1.aarch64.rpm php7-sysvsem-7.4.33-150400.4.37.1.aarch64.rpm php7-sysvshm-7.4.33-150400.4.37.1.aarch64.rpm php7-test-7.4.33-150400.4.37.1.aarch64.rpm php7-tidy-7.4.33-150400.4.37.1.aarch64.rpm php7-tokenizer-7.4.33-150400.4.37.1.aarch64.rpm php7-xmlreader-7.4.33-150400.4.37.1.aarch64.rpm php7-xmlrpc-7.4.33-150400.4.37.1.aarch64.rpm php7-xmlwriter-7.4.33-150400.4.37.1.aarch64.rpm php7-xsl-7.4.33-150400.4.37.1.aarch64.rpm php7-zip-7.4.33-150400.4.37.1.aarch64.rpm php7-zlib-7.4.33-150400.4.37.1.aarch64.rpm openSUSE-SLE-15.6-2024-2046 Recommended update for php8 moderate SUSE Updates openSUSE-SLE 15.6 This update for php8 fixes the following issues: - version update and bug fix release - Use the system default cipher list instead of hardcoded values by using crypto-policies (bsc#1211301) - modified patches apache2-mod_php8-8.2.20-150600.3.3.1.src.rpm apache2-mod_php8-8.2.20-150600.3.3.1.x86_64.rpm php8-8.2.20-150600.3.3.1.src.rpm php8-8.2.20-150600.3.3.1.x86_64.rpm php8-bcmath-8.2.20-150600.3.3.1.x86_64.rpm php8-bz2-8.2.20-150600.3.3.1.x86_64.rpm php8-calendar-8.2.20-150600.3.3.1.x86_64.rpm php8-cli-8.2.20-150600.3.3.1.x86_64.rpm php8-ctype-8.2.20-150600.3.3.1.x86_64.rpm php8-curl-8.2.20-150600.3.3.1.x86_64.rpm php8-dba-8.2.20-150600.3.3.1.x86_64.rpm php8-devel-8.2.20-150600.3.3.1.x86_64.rpm php8-dom-8.2.20-150600.3.3.1.x86_64.rpm php8-embed-8.2.20-150600.3.3.1.src.rpm php8-embed-8.2.20-150600.3.3.1.x86_64.rpm php8-enchant-8.2.20-150600.3.3.1.x86_64.rpm php8-exif-8.2.20-150600.3.3.1.x86_64.rpm php8-fastcgi-8.2.20-150600.3.3.1.src.rpm php8-fastcgi-8.2.20-150600.3.3.1.x86_64.rpm php8-ffi-8.2.20-150600.3.3.1.x86_64.rpm php8-fileinfo-8.2.20-150600.3.3.1.x86_64.rpm php8-fpm-8.2.20-150600.3.3.1.src.rpm php8-fpm-8.2.20-150600.3.3.1.x86_64.rpm php8-fpm-apache-8.2.20-150600.3.3.1.noarch.rpm php8-ftp-8.2.20-150600.3.3.1.x86_64.rpm php8-gd-8.2.20-150600.3.3.1.x86_64.rpm php8-gettext-8.2.20-150600.3.3.1.x86_64.rpm php8-gmp-8.2.20-150600.3.3.1.x86_64.rpm php8-iconv-8.2.20-150600.3.3.1.x86_64.rpm php8-intl-8.2.20-150600.3.3.1.x86_64.rpm php8-ldap-8.2.20-150600.3.3.1.x86_64.rpm php8-mbstring-8.2.20-150600.3.3.1.x86_64.rpm php8-mysql-8.2.20-150600.3.3.1.x86_64.rpm php8-odbc-8.2.20-150600.3.3.1.x86_64.rpm php8-opcache-8.2.20-150600.3.3.1.x86_64.rpm php8-openssl-8.2.20-150600.3.3.1.x86_64.rpm php8-pcntl-8.2.20-150600.3.3.1.x86_64.rpm php8-pdo-8.2.20-150600.3.3.1.x86_64.rpm php8-pgsql-8.2.20-150600.3.3.1.x86_64.rpm php8-phar-8.2.20-150600.3.3.1.x86_64.rpm php8-posix-8.2.20-150600.3.3.1.x86_64.rpm php8-readline-8.2.20-150600.3.3.1.x86_64.rpm php8-shmop-8.2.20-150600.3.3.1.x86_64.rpm php8-snmp-8.2.20-150600.3.3.1.x86_64.rpm php8-soap-8.2.20-150600.3.3.1.x86_64.rpm php8-sockets-8.2.20-150600.3.3.1.x86_64.rpm php8-sodium-8.2.20-150600.3.3.1.x86_64.rpm php8-sqlite-8.2.20-150600.3.3.1.x86_64.rpm php8-sysvmsg-8.2.20-150600.3.3.1.x86_64.rpm php8-sysvsem-8.2.20-150600.3.3.1.x86_64.rpm php8-sysvshm-8.2.20-150600.3.3.1.x86_64.rpm php8-test-8.2.20-150600.3.3.1.src.rpm php8-test-8.2.20-150600.3.3.1.x86_64.rpm php8-tidy-8.2.20-150600.3.3.1.x86_64.rpm php8-tokenizer-8.2.20-150600.3.3.1.x86_64.rpm php8-xmlreader-8.2.20-150600.3.3.1.x86_64.rpm php8-xmlwriter-8.2.20-150600.3.3.1.x86_64.rpm php8-xsl-8.2.20-150600.3.3.1.x86_64.rpm php8-zip-8.2.20-150600.3.3.1.x86_64.rpm php8-zlib-8.2.20-150600.3.3.1.x86_64.rpm apache2-mod_php8-8.2.20-150600.3.3.1.s390x.rpm php8-8.2.20-150600.3.3.1.s390x.rpm php8-bcmath-8.2.20-150600.3.3.1.s390x.rpm php8-bz2-8.2.20-150600.3.3.1.s390x.rpm php8-calendar-8.2.20-150600.3.3.1.s390x.rpm php8-cli-8.2.20-150600.3.3.1.s390x.rpm php8-ctype-8.2.20-150600.3.3.1.s390x.rpm php8-curl-8.2.20-150600.3.3.1.s390x.rpm php8-dba-8.2.20-150600.3.3.1.s390x.rpm php8-devel-8.2.20-150600.3.3.1.s390x.rpm php8-dom-8.2.20-150600.3.3.1.s390x.rpm php8-embed-8.2.20-150600.3.3.1.s390x.rpm php8-enchant-8.2.20-150600.3.3.1.s390x.rpm php8-exif-8.2.20-150600.3.3.1.s390x.rpm php8-fastcgi-8.2.20-150600.3.3.1.s390x.rpm php8-ffi-8.2.20-150600.3.3.1.s390x.rpm php8-fileinfo-8.2.20-150600.3.3.1.s390x.rpm php8-fpm-8.2.20-150600.3.3.1.s390x.rpm php8-ftp-8.2.20-150600.3.3.1.s390x.rpm php8-gd-8.2.20-150600.3.3.1.s390x.rpm php8-gettext-8.2.20-150600.3.3.1.s390x.rpm php8-gmp-8.2.20-150600.3.3.1.s390x.rpm php8-iconv-8.2.20-150600.3.3.1.s390x.rpm php8-intl-8.2.20-150600.3.3.1.s390x.rpm php8-ldap-8.2.20-150600.3.3.1.s390x.rpm php8-mbstring-8.2.20-150600.3.3.1.s390x.rpm php8-mysql-8.2.20-150600.3.3.1.s390x.rpm php8-odbc-8.2.20-150600.3.3.1.s390x.rpm php8-opcache-8.2.20-150600.3.3.1.s390x.rpm php8-openssl-8.2.20-150600.3.3.1.s390x.rpm php8-pcntl-8.2.20-150600.3.3.1.s390x.rpm php8-pdo-8.2.20-150600.3.3.1.s390x.rpm php8-pgsql-8.2.20-150600.3.3.1.s390x.rpm php8-phar-8.2.20-150600.3.3.1.s390x.rpm php8-posix-8.2.20-150600.3.3.1.s390x.rpm php8-readline-8.2.20-150600.3.3.1.s390x.rpm php8-shmop-8.2.20-150600.3.3.1.s390x.rpm php8-snmp-8.2.20-150600.3.3.1.s390x.rpm php8-soap-8.2.20-150600.3.3.1.s390x.rpm php8-sockets-8.2.20-150600.3.3.1.s390x.rpm php8-sodium-8.2.20-150600.3.3.1.s390x.rpm php8-sqlite-8.2.20-150600.3.3.1.s390x.rpm php8-sysvmsg-8.2.20-150600.3.3.1.s390x.rpm php8-sysvsem-8.2.20-150600.3.3.1.s390x.rpm php8-sysvshm-8.2.20-150600.3.3.1.s390x.rpm php8-test-8.2.20-150600.3.3.1.s390x.rpm php8-tidy-8.2.20-150600.3.3.1.s390x.rpm php8-tokenizer-8.2.20-150600.3.3.1.s390x.rpm php8-xmlreader-8.2.20-150600.3.3.1.s390x.rpm php8-xmlwriter-8.2.20-150600.3.3.1.s390x.rpm php8-xsl-8.2.20-150600.3.3.1.s390x.rpm php8-zip-8.2.20-150600.3.3.1.s390x.rpm php8-zlib-8.2.20-150600.3.3.1.s390x.rpm apache2-mod_php8-8.2.20-150600.3.3.1.ppc64le.rpm php8-8.2.20-150600.3.3.1.ppc64le.rpm php8-bcmath-8.2.20-150600.3.3.1.ppc64le.rpm php8-bz2-8.2.20-150600.3.3.1.ppc64le.rpm php8-calendar-8.2.20-150600.3.3.1.ppc64le.rpm php8-cli-8.2.20-150600.3.3.1.ppc64le.rpm php8-ctype-8.2.20-150600.3.3.1.ppc64le.rpm php8-curl-8.2.20-150600.3.3.1.ppc64le.rpm php8-dba-8.2.20-150600.3.3.1.ppc64le.rpm php8-devel-8.2.20-150600.3.3.1.ppc64le.rpm php8-dom-8.2.20-150600.3.3.1.ppc64le.rpm php8-embed-8.2.20-150600.3.3.1.ppc64le.rpm php8-enchant-8.2.20-150600.3.3.1.ppc64le.rpm php8-exif-8.2.20-150600.3.3.1.ppc64le.rpm php8-fastcgi-8.2.20-150600.3.3.1.ppc64le.rpm php8-ffi-8.2.20-150600.3.3.1.ppc64le.rpm php8-fileinfo-8.2.20-150600.3.3.1.ppc64le.rpm php8-fpm-8.2.20-150600.3.3.1.ppc64le.rpm php8-ftp-8.2.20-150600.3.3.1.ppc64le.rpm php8-gd-8.2.20-150600.3.3.1.ppc64le.rpm php8-gettext-8.2.20-150600.3.3.1.ppc64le.rpm php8-gmp-8.2.20-150600.3.3.1.ppc64le.rpm php8-iconv-8.2.20-150600.3.3.1.ppc64le.rpm php8-intl-8.2.20-150600.3.3.1.ppc64le.rpm php8-ldap-8.2.20-150600.3.3.1.ppc64le.rpm php8-mbstring-8.2.20-150600.3.3.1.ppc64le.rpm php8-mysql-8.2.20-150600.3.3.1.ppc64le.rpm php8-odbc-8.2.20-150600.3.3.1.ppc64le.rpm php8-opcache-8.2.20-150600.3.3.1.ppc64le.rpm php8-openssl-8.2.20-150600.3.3.1.ppc64le.rpm php8-pcntl-8.2.20-150600.3.3.1.ppc64le.rpm php8-pdo-8.2.20-150600.3.3.1.ppc64le.rpm php8-pgsql-8.2.20-150600.3.3.1.ppc64le.rpm php8-phar-8.2.20-150600.3.3.1.ppc64le.rpm php8-posix-8.2.20-150600.3.3.1.ppc64le.rpm php8-readline-8.2.20-150600.3.3.1.ppc64le.rpm php8-shmop-8.2.20-150600.3.3.1.ppc64le.rpm php8-snmp-8.2.20-150600.3.3.1.ppc64le.rpm php8-soap-8.2.20-150600.3.3.1.ppc64le.rpm php8-sockets-8.2.20-150600.3.3.1.ppc64le.rpm php8-sodium-8.2.20-150600.3.3.1.ppc64le.rpm php8-sqlite-8.2.20-150600.3.3.1.ppc64le.rpm php8-sysvmsg-8.2.20-150600.3.3.1.ppc64le.rpm php8-sysvsem-8.2.20-150600.3.3.1.ppc64le.rpm php8-sysvshm-8.2.20-150600.3.3.1.ppc64le.rpm php8-test-8.2.20-150600.3.3.1.ppc64le.rpm php8-tidy-8.2.20-150600.3.3.1.ppc64le.rpm php8-tokenizer-8.2.20-150600.3.3.1.ppc64le.rpm php8-xmlreader-8.2.20-150600.3.3.1.ppc64le.rpm php8-xmlwriter-8.2.20-150600.3.3.1.ppc64le.rpm php8-xsl-8.2.20-150600.3.3.1.ppc64le.rpm php8-zip-8.2.20-150600.3.3.1.ppc64le.rpm php8-zlib-8.2.20-150600.3.3.1.ppc64le.rpm apache2-mod_php8-8.2.20-150600.3.3.1.aarch64.rpm php8-8.2.20-150600.3.3.1.aarch64.rpm php8-bcmath-8.2.20-150600.3.3.1.aarch64.rpm php8-bz2-8.2.20-150600.3.3.1.aarch64.rpm php8-calendar-8.2.20-150600.3.3.1.aarch64.rpm php8-cli-8.2.20-150600.3.3.1.aarch64.rpm php8-ctype-8.2.20-150600.3.3.1.aarch64.rpm php8-curl-8.2.20-150600.3.3.1.aarch64.rpm php8-dba-8.2.20-150600.3.3.1.aarch64.rpm php8-devel-8.2.20-150600.3.3.1.aarch64.rpm php8-dom-8.2.20-150600.3.3.1.aarch64.rpm php8-embed-8.2.20-150600.3.3.1.aarch64.rpm php8-enchant-8.2.20-150600.3.3.1.aarch64.rpm php8-exif-8.2.20-150600.3.3.1.aarch64.rpm php8-fastcgi-8.2.20-150600.3.3.1.aarch64.rpm php8-ffi-8.2.20-150600.3.3.1.aarch64.rpm php8-fileinfo-8.2.20-150600.3.3.1.aarch64.rpm php8-fpm-8.2.20-150600.3.3.1.aarch64.rpm php8-ftp-8.2.20-150600.3.3.1.aarch64.rpm php8-gd-8.2.20-150600.3.3.1.aarch64.rpm php8-gettext-8.2.20-150600.3.3.1.aarch64.rpm php8-gmp-8.2.20-150600.3.3.1.aarch64.rpm php8-iconv-8.2.20-150600.3.3.1.aarch64.rpm php8-intl-8.2.20-150600.3.3.1.aarch64.rpm php8-ldap-8.2.20-150600.3.3.1.aarch64.rpm php8-mbstring-8.2.20-150600.3.3.1.aarch64.rpm php8-mysql-8.2.20-150600.3.3.1.aarch64.rpm php8-odbc-8.2.20-150600.3.3.1.aarch64.rpm php8-opcache-8.2.20-150600.3.3.1.aarch64.rpm php8-openssl-8.2.20-150600.3.3.1.aarch64.rpm php8-pcntl-8.2.20-150600.3.3.1.aarch64.rpm php8-pdo-8.2.20-150600.3.3.1.aarch64.rpm php8-pgsql-8.2.20-150600.3.3.1.aarch64.rpm php8-phar-8.2.20-150600.3.3.1.aarch64.rpm php8-posix-8.2.20-150600.3.3.1.aarch64.rpm php8-readline-8.2.20-150600.3.3.1.aarch64.rpm php8-shmop-8.2.20-150600.3.3.1.aarch64.rpm php8-snmp-8.2.20-150600.3.3.1.aarch64.rpm php8-soap-8.2.20-150600.3.3.1.aarch64.rpm php8-sockets-8.2.20-150600.3.3.1.aarch64.rpm php8-sodium-8.2.20-150600.3.3.1.aarch64.rpm php8-sqlite-8.2.20-150600.3.3.1.aarch64.rpm php8-sysvmsg-8.2.20-150600.3.3.1.aarch64.rpm php8-sysvsem-8.2.20-150600.3.3.1.aarch64.rpm php8-sysvshm-8.2.20-150600.3.3.1.aarch64.rpm php8-test-8.2.20-150600.3.3.1.aarch64.rpm php8-tidy-8.2.20-150600.3.3.1.aarch64.rpm php8-tokenizer-8.2.20-150600.3.3.1.aarch64.rpm php8-xmlreader-8.2.20-150600.3.3.1.aarch64.rpm php8-xmlwriter-8.2.20-150600.3.3.1.aarch64.rpm php8-xsl-8.2.20-150600.3.3.1.aarch64.rpm php8-zip-8.2.20-150600.3.3.1.aarch64.rpm php8-zlib-8.2.20-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2142 Recommended update for scap-security-guide moderate SUSE Updates openSUSE-SLE 15.6 This update for scap-security-guide fixes the following issues: scap-security-guid was updated to 0.1.73 (jsc#ECO-3319) - CMP 2417: Implement PCI-DSS v4.0 outline for OpenShift (#11651) - Update all RHEL ANSSI BP028 profiles to be aligned with configuration recommendations version 2.0 - Generate rule references from control files (#11540) - Initial implementation of STIG V1R1 profile for Ubuntu 22.04 LTS (#11820) scap-security-guide-0.1.73-150000.1.81.1.noarch.rpm scap-security-guide-0.1.73-150000.1.81.1.src.rpm scap-security-guide-debian-0.1.73-150000.1.81.1.noarch.rpm scap-security-guide-redhat-0.1.73-150000.1.81.1.noarch.rpm scap-security-guide-ubuntu-0.1.73-150000.1.81.1.noarch.rpm openSUSE-SLE-15.6-2024-2086 Recommended update for gcc13 moderate SUSE Updates openSUSE-SLE 15.6 This update for gcc13 fixes the following issues: Update to GCC 13.3 release - Removed Fiji support from the GCN offload compiler as that is requiring Code Object version 3 which is no longer supported by llvm18. - Avoid combine spending too much compile-time and memory doing nothing on s390x. [bsc#1188441] - Make requirement to lld version specific to avoid requiring the meta-package. cpp13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-aarch64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-aarch64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-arm-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-arm-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-arm-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-arm-none-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-arm-none-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-avr-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-avr-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-bpf-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-bpf-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-epiphany-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-epiphany-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-hppa-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-hppa-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-hppa-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-hppa-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-hppa-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-m68k-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-m68k-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-m68k-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-mips-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-mips-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-mips-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-nvptx-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-nvptx-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-nvptx-newlib13-devel-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-ppc64-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-ppc64-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-ppc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-ppc64le-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-ppc64le-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-pru-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-pru-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-riscv64-elf-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-riscv64-elf-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-riscv64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-riscv64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-rx-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-rx-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-s390x-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.src.rpm cross-s390x-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-sparc-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-sparc-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-sparc64-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-sparc64-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-sparc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.x86_64.rpm cross-sparcv9-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-13.3.0+git8781-150000.1.12.1.src.rpm gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-PIE-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-ada-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-ada-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-c++-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-c++-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-d-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-d-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-fortran-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-fortran-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-go-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-go-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-info-13.3.0+git8781-150000.1.12.1.noarch.rpm gcc13-locale-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-m2-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-m2-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-obj-c++-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-obj-c++-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-objc-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-objc-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm gcc13-testresults-13.3.0+git8781-150000.1.12.1.src.rpm gcc13-testresults-13.3.0+git8781-150000.1.12.1.x86_64.rpm libada13-13.3.0+git8781-150000.1.12.1.x86_64.rpm libada13-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libasan8-13.3.0+git8781-150000.1.12.1.x86_64.rpm libasan8-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libatomic1-13.3.0+git8781-150000.1.12.1.x86_64.rpm libatomic1-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgcc_s1-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgcc_s1-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgdruntime4-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgdruntime4-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgfortran5-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgfortran5-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgo22-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgo22-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgomp1-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgomp1-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgphobos4-13.3.0+git8781-150000.1.12.1.x86_64.rpm libgphobos4-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libhwasan0-13.3.0+git8781-150000.1.12.1.x86_64.rpm libitm1-13.3.0+git8781-150000.1.12.1.x86_64.rpm libitm1-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm liblsan0-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2cor18-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2cor18-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2iso18-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2iso18-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2log18-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2log18-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2min18-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2min18-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2pim18-13.3.0+git8781-150000.1.12.1.x86_64.rpm libm2pim18-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libobjc4-13.3.0+git8781-150000.1.12.1.x86_64.rpm libobjc4-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libquadmath0-13.3.0+git8781-150000.1.12.1.x86_64.rpm libquadmath0-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libstdc++6-13.3.0+git8781-150000.1.12.1.x86_64.rpm libstdc++6-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libstdc++6-devel-gcc13-13.3.0+git8781-150000.1.12.1.x86_64.rpm libstdc++6-devel-gcc13-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libstdc++6-locale-13.3.0+git8781-150000.1.12.1.x86_64.rpm libstdc++6-pp-13.3.0+git8781-150000.1.12.1.x86_64.rpm libstdc++6-pp-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm libtsan2-13.3.0+git8781-150000.1.12.1.x86_64.rpm libubsan1-13.3.0+git8781-150000.1.12.1.x86_64.rpm libubsan1-32bit-13.3.0+git8781-150000.1.12.1.x86_64.rpm cpp13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-aarch64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-arm-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-arm-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-arm-none-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-avr-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-bpf-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-epiphany-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-hppa-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-hppa-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-hppa-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-m68k-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-m68k-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-mips-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-mips-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-ppc64-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-ppc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-ppc64le-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-pru-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-riscv64-elf-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-riscv64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-rx-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-sparc-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-sparc64-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-sparc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-sparcv9-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-x86_64-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm cross-x86_64-gcc13-13.3.0+git8781-150000.1.12.1.src.rpm cross-x86_64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-PIE-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-ada-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-ada-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-c++-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-c++-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-d-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-d-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-fortran-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-fortran-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-go-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-go-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-locale-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-m2-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-m2-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-obj-c++-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-obj-c++-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-objc-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-objc-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm gcc13-testresults-13.3.0+git8781-150000.1.12.1.s390x.rpm libada13-13.3.0+git8781-150000.1.12.1.s390x.rpm libada13-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libasan8-13.3.0+git8781-150000.1.12.1.s390x.rpm libasan8-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libatomic1-13.3.0+git8781-150000.1.12.1.s390x.rpm libatomic1-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libgcc_s1-13.3.0+git8781-150000.1.12.1.s390x.rpm libgcc_s1-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libgdruntime4-13.3.0+git8781-150000.1.12.1.s390x.rpm libgdruntime4-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libgfortran5-13.3.0+git8781-150000.1.12.1.s390x.rpm libgfortran5-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libgo22-13.3.0+git8781-150000.1.12.1.s390x.rpm libgo22-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libgomp1-13.3.0+git8781-150000.1.12.1.s390x.rpm libgomp1-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libgphobos4-13.3.0+git8781-150000.1.12.1.s390x.rpm libgphobos4-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libitm1-13.3.0+git8781-150000.1.12.1.s390x.rpm libitm1-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm liblsan0-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2cor18-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2cor18-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2iso18-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2iso18-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2log18-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2log18-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2min18-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2min18-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2pim18-13.3.0+git8781-150000.1.12.1.s390x.rpm libm2pim18-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libobjc4-13.3.0+git8781-150000.1.12.1.s390x.rpm libobjc4-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libstdc++6-13.3.0+git8781-150000.1.12.1.s390x.rpm libstdc++6-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libstdc++6-devel-gcc13-13.3.0+git8781-150000.1.12.1.s390x.rpm libstdc++6-devel-gcc13-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libstdc++6-locale-13.3.0+git8781-150000.1.12.1.s390x.rpm libstdc++6-pp-13.3.0+git8781-150000.1.12.1.s390x.rpm libstdc++6-pp-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm libtsan2-13.3.0+git8781-150000.1.12.1.s390x.rpm libubsan1-13.3.0+git8781-150000.1.12.1.s390x.rpm libubsan1-32bit-13.3.0+git8781-150000.1.12.1.s390x.rpm cpp13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-aarch64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-arm-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-arm-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-arm-none-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-avr-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-bpf-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-epiphany-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-hppa-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-hppa-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-hppa-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-m68k-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-m68k-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-mips-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-mips-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-ppc64-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-ppc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-pru-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-riscv64-elf-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-riscv64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-rx-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-s390x-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-sparc-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-sparc64-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-sparc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-sparcv9-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-x86_64-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cross-x86_64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-PIE-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-ada-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-c++-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-fortran-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-go-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-locale-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-m2-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-obj-c++-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-objc-13.3.0+git8781-150000.1.12.1.ppc64le.rpm gcc13-testresults-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libada13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libasan8-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libatomic1-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libgcc_s1-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libgfortran5-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libgo22-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libgomp1-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libitm1-13.3.0+git8781-150000.1.12.1.ppc64le.rpm liblsan0-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libm2cor18-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libm2iso18-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libm2log18-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libm2min18-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libm2pim18-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libobjc4-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libquadmath0-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libstdc++6-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libstdc++6-devel-gcc13-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libstdc++6-locale-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libstdc++6-pp-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libtsan2-13.3.0+git8781-150000.1.12.1.ppc64le.rpm libubsan1-13.3.0+git8781-150000.1.12.1.ppc64le.rpm cpp13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-arm-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-arm-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-arm-none-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-avr-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-bpf-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-epiphany-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-hppa-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-hppa-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-hppa-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-m68k-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-m68k-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-mips-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-mips-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-ppc64-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-ppc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-ppc64le-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-pru-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-riscv64-elf-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-riscv64-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-rx-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-s390x-gcc13-bootstrap-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-sparc-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-sparc64-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-sparc64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-sparcv9-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-x86_64-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm cross-x86_64-gcc13-icecream-backend-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-PIE-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-ada-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-c++-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-d-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-fortran-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-go-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-locale-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-m2-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-obj-c++-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-objc-13.3.0+git8781-150000.1.12.1.aarch64.rpm gcc13-testresults-13.3.0+git8781-150000.1.12.1.aarch64.rpm libada13-13.3.0+git8781-150000.1.12.1.aarch64.rpm libasan8-13.3.0+git8781-150000.1.12.1.aarch64.rpm libatomic1-13.3.0+git8781-150000.1.12.1.aarch64.rpm libgcc_s1-13.3.0+git8781-150000.1.12.1.aarch64.rpm libgdruntime4-13.3.0+git8781-150000.1.12.1.aarch64.rpm libgfortran5-13.3.0+git8781-150000.1.12.1.aarch64.rpm libgo22-13.3.0+git8781-150000.1.12.1.aarch64.rpm libgomp1-13.3.0+git8781-150000.1.12.1.aarch64.rpm libgphobos4-13.3.0+git8781-150000.1.12.1.aarch64.rpm libhwasan0-13.3.0+git8781-150000.1.12.1.aarch64.rpm libitm1-13.3.0+git8781-150000.1.12.1.aarch64.rpm liblsan0-13.3.0+git8781-150000.1.12.1.aarch64.rpm libm2cor18-13.3.0+git8781-150000.1.12.1.aarch64.rpm libm2iso18-13.3.0+git8781-150000.1.12.1.aarch64.rpm libm2log18-13.3.0+git8781-150000.1.12.1.aarch64.rpm libm2min18-13.3.0+git8781-150000.1.12.1.aarch64.rpm libm2pim18-13.3.0+git8781-150000.1.12.1.aarch64.rpm libobjc4-13.3.0+git8781-150000.1.12.1.aarch64.rpm libstdc++6-13.3.0+git8781-150000.1.12.1.aarch64.rpm libstdc++6-devel-gcc13-13.3.0+git8781-150000.1.12.1.aarch64.rpm libstdc++6-locale-13.3.0+git8781-150000.1.12.1.aarch64.rpm libstdc++6-pp-13.3.0+git8781-150000.1.12.1.aarch64.rpm libtsan2-13.3.0+git8781-150000.1.12.1.aarch64.rpm libubsan1-13.3.0+git8781-150000.1.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-2060 Security update for less important SUSE Updates openSUSE-SLE 15.6 This update for less fixes the following issues: - CVE-2024-32487: Fixed OS command injection via a newline character in the file name. (bsc#1222849) less-643-150600.3.3.1.src.rpm less-643-150600.3.3.1.x86_64.rpm less-643-150600.3.3.1.s390x.rpm less-643-150600.3.3.1.ppc64le.rpm less-643-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2239 Recommended update for systemd critical SUSE Updates openSUSE-SLE 15.6 This update for systemd contains the following fixes: - testsuite: move a misplaced %endif - Do not remove existing configuration files in /etc. If these files were modified on the systemd, that may cause unwanted side effects (bsc#1226415). - Import upstream commit (merge of v254.13) Use the pty slave fd opened from the namespace when transient service is running in a container. This revert the backport of the broken commit until a fix is released in the v254-stable tree. - Import upstream commit (merge of v254.11) For a complete list of changes, visit: https://github.com/openSUSE/systemd/compare/e8d77af4240894da620de74fbc7823aaaa448fef...85db84ee440eac202c4b5507e96e1704269179bc libsystemd0-254.13-150600.4.5.1.x86_64.rpm libsystemd0-32bit-254.13-150600.4.5.1.x86_64.rpm libudev1-254.13-150600.4.5.1.x86_64.rpm libudev1-32bit-254.13-150600.4.5.1.x86_64.rpm systemd-254.13-150600.4.5.1.src.rpm systemd-254.13-150600.4.5.1.x86_64.rpm systemd-32bit-254.13-150600.4.5.1.x86_64.rpm systemd-boot-254.13-150600.4.5.1.x86_64.rpm systemd-container-254.13-150600.4.5.1.x86_64.rpm systemd-coredump-254.13-150600.4.5.1.x86_64.rpm systemd-devel-254.13-150600.4.5.1.x86_64.rpm systemd-doc-254.13-150600.4.5.1.x86_64.rpm systemd-experimental-254.13-150600.4.5.1.x86_64.rpm systemd-homed-254.13-150600.4.5.1.x86_64.rpm systemd-journal-remote-254.13-150600.4.5.1.x86_64.rpm systemd-lang-254.13-150600.4.5.1.noarch.rpm systemd-network-254.13-150600.4.5.1.x86_64.rpm systemd-portable-254.13-150600.4.5.1.x86_64.rpm systemd-sysvcompat-254.13-150600.4.5.1.x86_64.rpm systemd-testsuite-254.13-150600.4.5.1.x86_64.rpm udev-254.13-150600.4.5.1.x86_64.rpm libsystemd0-254.13-150600.4.5.1.s390x.rpm libudev1-254.13-150600.4.5.1.s390x.rpm systemd-254.13-150600.4.5.1.s390x.rpm systemd-container-254.13-150600.4.5.1.s390x.rpm systemd-coredump-254.13-150600.4.5.1.s390x.rpm systemd-devel-254.13-150600.4.5.1.s390x.rpm systemd-doc-254.13-150600.4.5.1.s390x.rpm systemd-experimental-254.13-150600.4.5.1.s390x.rpm systemd-homed-254.13-150600.4.5.1.s390x.rpm systemd-journal-remote-254.13-150600.4.5.1.s390x.rpm systemd-network-254.13-150600.4.5.1.s390x.rpm systemd-portable-254.13-150600.4.5.1.s390x.rpm systemd-sysvcompat-254.13-150600.4.5.1.s390x.rpm systemd-testsuite-254.13-150600.4.5.1.s390x.rpm udev-254.13-150600.4.5.1.s390x.rpm libsystemd0-254.13-150600.4.5.1.ppc64le.rpm libudev1-254.13-150600.4.5.1.ppc64le.rpm systemd-254.13-150600.4.5.1.ppc64le.rpm systemd-container-254.13-150600.4.5.1.ppc64le.rpm systemd-coredump-254.13-150600.4.5.1.ppc64le.rpm systemd-devel-254.13-150600.4.5.1.ppc64le.rpm systemd-doc-254.13-150600.4.5.1.ppc64le.rpm systemd-experimental-254.13-150600.4.5.1.ppc64le.rpm systemd-homed-254.13-150600.4.5.1.ppc64le.rpm systemd-journal-remote-254.13-150600.4.5.1.ppc64le.rpm systemd-network-254.13-150600.4.5.1.ppc64le.rpm systemd-portable-254.13-150600.4.5.1.ppc64le.rpm systemd-sysvcompat-254.13-150600.4.5.1.ppc64le.rpm systemd-testsuite-254.13-150600.4.5.1.ppc64le.rpm udev-254.13-150600.4.5.1.ppc64le.rpm libsystemd0-254.13-150600.4.5.1.aarch64.rpm libudev1-254.13-150600.4.5.1.aarch64.rpm systemd-254.13-150600.4.5.1.aarch64.rpm systemd-boot-254.13-150600.4.5.1.aarch64.rpm systemd-container-254.13-150600.4.5.1.aarch64.rpm systemd-coredump-254.13-150600.4.5.1.aarch64.rpm systemd-devel-254.13-150600.4.5.1.aarch64.rpm systemd-doc-254.13-150600.4.5.1.aarch64.rpm systemd-experimental-254.13-150600.4.5.1.aarch64.rpm systemd-homed-254.13-150600.4.5.1.aarch64.rpm systemd-journal-remote-254.13-150600.4.5.1.aarch64.rpm systemd-network-254.13-150600.4.5.1.aarch64.rpm systemd-portable-254.13-150600.4.5.1.aarch64.rpm systemd-sysvcompat-254.13-150600.4.5.1.aarch64.rpm systemd-testsuite-254.13-150600.4.5.1.aarch64.rpm udev-254.13-150600.4.5.1.aarch64.rpm openSUSE-SLE-15.6-2024-2075 Recommended update for sudo moderate SUSE Updates openSUSE-SLE 15.6 This update for sudo fixes the following issues: - Revert the "Match using canonicalized directories where possible." feature just for SLE-15 This causes a breaking change in behavior for some customers (bsc#1222104, bsc#1226008) sudo-1.9.15p5-150600.3.3.2.src.rpm sudo-1.9.15p5-150600.3.3.2.x86_64.rpm sudo-devel-1.9.15p5-150600.3.3.2.x86_64.rpm sudo-plugin-python-1.9.15p5-150600.3.3.2.x86_64.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.3.2.x86_64.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.3.2.x86_64.rpm sudo-test-1.9.15p5-150600.3.3.2.x86_64.rpm system-group-sudo-1.9.15p5-150600.3.3.2.x86_64.rpm sudo-1.9.15p5-150600.3.3.2.s390x.rpm sudo-devel-1.9.15p5-150600.3.3.2.s390x.rpm sudo-plugin-python-1.9.15p5-150600.3.3.2.s390x.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.3.2.s390x.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.3.2.s390x.rpm sudo-test-1.9.15p5-150600.3.3.2.s390x.rpm system-group-sudo-1.9.15p5-150600.3.3.2.s390x.rpm sudo-1.9.15p5-150600.3.3.2.ppc64le.rpm sudo-devel-1.9.15p5-150600.3.3.2.ppc64le.rpm sudo-plugin-python-1.9.15p5-150600.3.3.2.ppc64le.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.3.2.ppc64le.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.3.2.ppc64le.rpm sudo-test-1.9.15p5-150600.3.3.2.ppc64le.rpm system-group-sudo-1.9.15p5-150600.3.3.2.ppc64le.rpm sudo-1.9.15p5-150600.3.3.2.aarch64.rpm sudo-devel-1.9.15p5-150600.3.3.2.aarch64.rpm sudo-plugin-python-1.9.15p5-150600.3.3.2.aarch64.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.3.2.aarch64.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.3.2.aarch64.rpm sudo-test-1.9.15p5-150600.3.3.2.aarch64.rpm system-group-sudo-1.9.15p5-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2212 Recommended update for release-notes-sled moderate SUSE Updates openSUSE-SLE 15.6 This update for release-notes-sled fixes the following issues: - Version update (bsc#933411) - Added note about intel-gpu-tools removal (jsc#PED-7339) release-notes-sled-15.6.20240612-150600.3.3.3.noarch.rpm release-notes-sled-15.6.20240612-150600.3.3.3.src.rpm openSUSE-SLE-15.6-2024-2582 Recommended update for release-notes-ha moderate SUSE Updates openSUSE-SLE 15.6 This update for release-notes-ha fixes the following issue: - version update, set to maintained (bsc#933411) release-notes-ha-15.6.20240417-150600.3.3.4.noarch.rpm release-notes-ha-15.6.20240417-150600.3.3.4.src.rpm openSUSE-SLE-15.6-2024-2155 Recommended update for libserf moderate SUSE Updates openSUSE-SLE 15.6 This update for libserf fixes the following issues: - The following bugs were affecting SLE but not Tumbleweed: * Fix build with openSSL 3 by removing usage of ERR_GET_FUNC (bsc#1221211) * Fix hanging in subversion by updating libserf (bsc#1224089, bsc#1222854) - general update with these fixes: * Fix handling of invalid chunk lengths in the dechunk bucket * Fix an endless loop in the deflate bucket with truncated input * Fix BIO control handlers to support BIO_CTRL_EOF * Fix a CRT mismatch issue caused by using certain OpenSSL functions - dropping upstream patches - fix Leap 15.4/15.4 build with krb5 GSSAPI - remove superfluous build dependencies - add patch to avoid using removed functionality in an irrelvant place - Autodetect krb5/mit prefix using krb5-config: prepare for future changes on krb5 packaging. - Use %license for license install libserf-1-1-1.3.10-150600.18.8.2.x86_64.rpm libserf-1.3.10-150600.18.8.2.src.rpm libserf-devel-1.3.10-150600.18.8.2.x86_64.rpm libserf-1-1-1.3.10-150600.18.8.2.s390x.rpm libserf-devel-1.3.10-150600.18.8.2.s390x.rpm libserf-1-1-1.3.10-150600.18.8.2.ppc64le.rpm libserf-devel-1.3.10-150600.18.8.2.ppc64le.rpm libserf-1-1-1.3.10-150600.18.8.2.aarch64.rpm libserf-devel-1.3.10-150600.18.8.2.aarch64.rpm openSUSE-SLE-15.6-2024-2059 Security update for openssl-1_1 important SUSE Updates openSUSE-SLE 15.6 This update for openssl-1_1 fixes the following issues: - CVE-2024-4741: Fixed a use-after-free with SSL_free_buffers. (bsc#1225551) libopenssl-1_1-devel-1.1.1w-150600.5.3.1.x86_64.rpm libopenssl-1_1-devel-32bit-1.1.1w-150600.5.3.1.x86_64.rpm libopenssl1_1-1.1.1w-150600.5.3.1.x86_64.rpm libopenssl1_1-32bit-1.1.1w-150600.5.3.1.x86_64.rpm openssl-1_1-1.1.1w-150600.5.3.1.src.rpm openssl-1_1-1.1.1w-150600.5.3.1.x86_64.rpm openssl-1_1-doc-1.1.1w-150600.5.3.1.noarch.rpm libopenssl-1_1-devel-1.1.1w-150600.5.3.1.s390x.rpm libopenssl1_1-1.1.1w-150600.5.3.1.s390x.rpm openssl-1_1-1.1.1w-150600.5.3.1.s390x.rpm libopenssl-1_1-devel-1.1.1w-150600.5.3.1.ppc64le.rpm libopenssl1_1-1.1.1w-150600.5.3.1.ppc64le.rpm openssl-1_1-1.1.1w-150600.5.3.1.ppc64le.rpm libopenssl-1_1-devel-1.1.1w-150600.5.3.1.aarch64.rpm libopenssl1_1-1.1.1w-150600.5.3.1.aarch64.rpm openssl-1_1-1.1.1w-150600.5.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2072 Recommended update for mutter moderate SUSE Updates openSUSE-SLE 15.6 This update for mutter fixes the following issue: - With Qt 6.7 some apps cannot shown on launch, this fixes the initial suspended state to make those windows visible (bsc#1223393) mutter-45.3-150600.5.6.2.src.rpm mutter-45.3-150600.5.6.2.x86_64.rpm mutter-devel-45.3-150600.5.6.2.x86_64.rpm mutter-lang-45.3-150600.5.6.2.noarch.rpm mutter-45.3-150600.5.6.2.s390x.rpm mutter-devel-45.3-150600.5.6.2.s390x.rpm mutter-45.3-150600.5.6.2.ppc64le.rpm mutter-devel-45.3-150600.5.6.2.ppc64le.rpm mutter-45.3-150600.5.6.2.aarch64.rpm mutter-devel-45.3-150600.5.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2653 Recommended update for python-google-cloud-iam moderate SUSE Updates openSUSE-SLE 15.6 This update for python-google-cloud-iam contains the following fixes: - Update to 2.15.0: (bsc#1222995) * Add google.cloud.iam_admin_v1 (#12519) (7e97037), closes (#12540) - Update BuildRequires and Requires from setup.py - update to 2.14.3: * deps: [Many APIs] Require google-api-core>=1.34.1 (#12307) (be87bc4) * fix ValueError in test__validate_universe_domain * Allow users to explicitly configure universe domain python-google-cloud-iam-2.15.0-150400.9.6.2.src.rpm python311-google-cloud-iam-2.15.0-150400.9.6.2.noarch.rpm openSUSE-SLE-15.6-2024-2187 Security update for ntfs-3g_ntfsprogs moderate SUSE Updates openSUSE-SLE 15.6 This update for ntfs-3g_ntfsprogs fixes the following issue: - CVE-2023-52890: fix a use after free in ntfs_uppercase_mbs (bsc#1226007) libntfs-3g-devel-2022.5.17-150000.3.21.1.x86_64.rpm libntfs-3g87-2022.5.17-150000.3.21.1.x86_64.rpm ntfs-3g-2022.5.17-150000.3.21.1.x86_64.rpm ntfs-3g_ntfsprogs-2022.5.17-150000.3.21.1.src.rpm ntfsprogs-2022.5.17-150000.3.21.1.x86_64.rpm ntfsprogs-extra-2022.5.17-150000.3.21.1.x86_64.rpm libntfs-3g-devel-2022.5.17-150000.3.21.1.s390x.rpm libntfs-3g87-2022.5.17-150000.3.21.1.s390x.rpm ntfs-3g-2022.5.17-150000.3.21.1.s390x.rpm ntfsprogs-2022.5.17-150000.3.21.1.s390x.rpm ntfsprogs-extra-2022.5.17-150000.3.21.1.s390x.rpm libntfs-3g-devel-2022.5.17-150000.3.21.1.ppc64le.rpm libntfs-3g87-2022.5.17-150000.3.21.1.ppc64le.rpm ntfs-3g-2022.5.17-150000.3.21.1.ppc64le.rpm ntfsprogs-2022.5.17-150000.3.21.1.ppc64le.rpm ntfsprogs-extra-2022.5.17-150000.3.21.1.ppc64le.rpm libntfs-3g-devel-2022.5.17-150000.3.21.1.aarch64.rpm libntfs-3g87-2022.5.17-150000.3.21.1.aarch64.rpm ntfs-3g-2022.5.17-150000.3.21.1.aarch64.rpm ntfsprogs-2022.5.17-150000.3.21.1.aarch64.rpm ntfsprogs-extra-2022.5.17-150000.3.21.1.aarch64.rpm openSUSE-SLE-15.6-2024-2083 Security update for libarchive important SUSE Updates openSUSE-SLE 15.6 This update for libarchive fixes the following issues: - CVE-2024-20697: Fixed Out of bounds Remote Code Execution Vulnerability (bsc#1225972). - CVE-2024-20696: Fixed heap based out-of-bounds write (bsc#1225971). bsdtar-3.7.2-150600.3.3.1.x86_64.rpm libarchive-3.7.2-150600.3.3.1.src.rpm libarchive-devel-3.7.2-150600.3.3.1.x86_64.rpm libarchive13-3.7.2-150600.3.3.1.x86_64.rpm libarchive13-32bit-3.7.2-150600.3.3.1.x86_64.rpm bsdtar-3.7.2-150600.3.3.1.s390x.rpm libarchive-devel-3.7.2-150600.3.3.1.s390x.rpm libarchive13-3.7.2-150600.3.3.1.s390x.rpm bsdtar-3.7.2-150600.3.3.1.ppc64le.rpm libarchive-devel-3.7.2-150600.3.3.1.ppc64le.rpm libarchive13-3.7.2-150600.3.3.1.ppc64le.rpm bsdtar-3.7.2-150600.3.3.1.aarch64.rpm libarchive-devel-3.7.2-150600.3.3.1.aarch64.rpm libarchive13-3.7.2-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2522 Recommended update for SUSE Manager Client Tools moderate SUSE Updates openSUSE-SLE 15.6 This update fixes the following issues: mgr-push: - Version 5.0.2-0 * Remove unused code from the traditional stack - Version 5.0.1-1 * Bump version to 5.0.0 - Version 4.4.6-1 * Remove unused makefiles - Version 4.4.5-1 * Use http to connect to localhost server * Use bundle CA certificate in rhnpush (bsc#1222731) - Version 4.4.4-1 * remove pylint check at build time - Version 4.4.3-1 * Ensure installation of make for building - Version 4.4.2-1 * Update translations - Version 4.4.1-1 * Bump version to 4.4.0 rhnlib: - Version 5.0.3-1 * Align changelog entries - Version 5.0.2-1 * Apply Black and Pylint to enforce Python style - Version 5.0.1-1 * Specify a packager for Debian like distros - Version 4.4.6-1 * Remove unused makefiles - Version 4.4.5-1 * Use bundle CA certificate in rhnpush (bsc#1222731) - Version 4.4.4-1 * Only use TLSv1+ for SSL connections - Version 4.4.3-1 * Ensure installation of make for building - Version 4.4.2-1 * Update translations - Version 4.4.1-1 * Bump version to 4.4.0 spacecmd: - Version 5.0.8-0 * Update translations - Version 5.0.7-0 * Remove spacewalk-abrt related commands - Version 5.0.6-0 * Update translations - Version 5.0.5-0 * Update translations - Version 5.0.4-1 * Update translations - Version 5.0.3-1 * Revert py2.7-incompatible formatting - Version 5.0.2-1 * Apply Black and Pylint to enforce Python style - Version 5.0.1-1 * Use localhost without ssl when running on the server - Version 4.4.10-1 * Update translations - Version 4.4.9-1 * Update translation strings - Version 4.4.8-1 * Add spacecmd function: cryptokey_update * Bypass traditional systems check on older SUMA instances (bsc#1208612) - Version 4.4.7-1 * remove pylint check at build time - Version 4.4.6-1 * Fix spacecmd not showing any output for softwarechannel_diff - Version 4.4.5-1 * Prevent string api parameters to be parsed as dates if not in ISO-8601 format (bsc#1205759) * Remove python3-simplejson dependency - Version 4.4.4-1 * Update translations - Version 4.4.3-1 * Added two missing options to schedule product migration: allow-vendor-change and remove-products-without-successor (bsc#1204126) * Changed schedule product migration to use the correct API method - Version 4.4.2-1 * Stop always showing help for valid proxy_container_config calls - Version 4.4.1-1 * Improve Proxy FQDN hint message supportutils-plugin-susemanager-client: - Version 5.0.3-0 * Remove rhnsd from client actions and server backend - Version 5.0.2-1 * Port to new supportconfig resource file - Version 5.0.1-1 * Bump version to 5.0.0 - Version 4.4.2-1 * write configured crypto-policy in supportconfig * add cloud and payg checks - Version 4.4.1-1 * Bump version to 4.4.0 uyuni-common-libs: - Version 5.0.4-0 * Move server-only functions out of uyuni.common (bsc#1222325) - Version 5.0.3-0 * Add support for package signature type V4 RSA/SHA512 (bsc#1221465) - Version 5.0.2-1 * Apply Black and Pylint to enforce Python style - Version 5.0.1-1 * Bump version to 5.0.0 - Version 4.4.4-1 * Workaround for python3-debian bug about collecting control file (bsc#1211525, bsc#1208692) * Accept missing rhn.conf file * Use context manager for apache users in fileutils.py. - Version 4.4.3-1 * Ensure installation of make for building. * Use versioned Python during packaging. - Version 4.4.2-1 * Update translations - Version 4.4.1-1 uyuni-tools: - Version 0.1.11-0 * Require Netavark network backend for Podman (bsc#1224081) * Fix --registry option (bsc#1226436) * Copy the server CA certificate to the host * Delete /etc/uyuni/proxy folder during mgrpxy uninstall * Check permissions of /etc/uyuni folder to prevent Squid failures * Correctly prepend default namespace for mgrpxy containers * Re-add Podman extra args for install and migrate - Version 0.1.10-0 * Provide mgrctl to SUSE Linux Enterprise 15 client tools (jsc#PED-7843) spacecmd-5.0.8-150000.3.121.3.noarch.rpm spacecmd-5.0.8-150000.3.121.3.src.rpm supportutils-plugin-susemanager-client-5.0.3-150000.3.24.3.noarch.rpm supportutils-plugin-susemanager-client-5.0.3-150000.3.24.3.src.rpm openSUSE-SLE-15.6-2024-2311 Recommended update for cmake3 moderate SUSE Updates openSUSE-SLE 15.6 This update for cmake3 fixes the following issues: - Needed for Firefox 128 (bsc#1226316) (Dependency chain: cmake3 -> Rust1.78 -> Firefox) - Update to 3.20.0 * The “cmake_path()” command was added for operations on filesystem paths. * The “target_sources()” command now supports targets created by the “add_custom_target()” command. * The “ExternalProject” module “ExternalProject_Add()” function gained a “CONFIGURE_HANDLED_BY_BUILD” option. * “ctest(1)” gained a “–test-dir” option to specify the directory in which to look for tests. - update to 3.19.7: * With :ref:`Visual Studio Generators` for VS 2017 and higher, the :variable:`CMAKE_GENERATOR_TOOLSET` field ``version=`` now accepts three-component MSVC toolset versions such as ``14.28.29910``. See the :variable:`CMAKE_VS_PLATFORM_TOOLSET_VERSION` variable. - cmake 3.19.6: * The cmake-presets(7) feature no longer allows comments in CMakePresets.json or CMakeUserPresets.json files. This was mistakenly allowed by the implementation in 3.19.0 to 3.19.5 - Update to CMake 3.19.5 * FindBoost: Add support for Boost 1.75 * FindCUDAToolkit: Restore use of CUDA_PATH environment variable - cmake 3.19.4: * fixes for other platforms - cmake 3.19.3: * FetchContent: Relative SOURCE_DIR override cannot be a hard error * FindMPI: remove single quotes from include path * FindHDF5: Fix finding both debug and release libs * cmake-gui: Restore linking of Qt resources * cmMakefile: Don't expand bracket arguments in --trace-expand - update to 3.19.2: * various Apple-Silicon support fixes * The CMAKE_ISPC_HEADER_SUFFIX variable and corresponding ISPC_HEADER_SUFFIX target property were added to control the header suffix used by ISPC compiler generated headers. - cmake 3.19.1: * avoid breaking projects relying on using the LANGUAGE property to cause the specified language's compiler to be used * CUDA 11.1 support for Clang. - cmake 3.19.0: * cmake(1) and cmake-gui(1) now recognize CMakePresets.json and CMakeUserPresets.json files * support for ISPC * exctend CUDA language support for Clang * extend cmake-file-ap "codemodel" * cli --install supports --default-directory-permissions * cli supports creating hardlinks * CMake GUI now has an environment variable editor * Multiple cmake commands support new options and subcommands * Multiple variables added or functionalities extended * Multiple new modules and added functionality to existing modules * Compatibility with versions of CMake older than 2.8.12 is now deprecated and will be removed from a future version. Calls to cmake_minimum_required() or cmake_policy() that set the policy version to an older value now issue a deprecation diagnostic. * cmake-gui now requires Qt5 - cmake 3.18.4: * no upstream changelog - update to 3.18.3: * The Compile Features functionality was updated for MSVC 19.28 - reapply this change (bsc#1174581): * Fix setting CMAKE_INSTALL_LIBDIR in cmake macro * This is a relative path, see `cmake --help-module GNUInstallDirs` see also https://gitlab.kitware.com/cmake/cmake/-/issues/20250 https://github.com/arvidn/libtorrent/issues/5125#issuecomment-691559244 - update to 3.18.2: * The default value of :variable:`CMAKE_AUTOMOC_PATH_PREFIX` was changed to ``OFF`` because this feature can break existing projects that have identically named header files in different include directories. This restores compatibility with behavior of CMake 3.15 and below. * The :manual:`Compile Features <cmake-compile-features(7)>` functionality was updated for MSVC 19.27 as mentioned above. - cmake 3.18.1: * Revert undocumented fix in 3.18.0 in the add_test() command for special characters to avoid breaking existing projects that worked around the issue. Will be reintroduced later - update to cmake 3.18.0 * The “CUDA” language can now be compiled using Clang on non-Windows platforms. * “cmake(1)” gained support for profiling of CMake scripts * The “cmake_language()” command was added for meta-operations on scripted or built-in commands, starting with a mode to “CALL” other commands, and “EVAL CODE” to inplace evaluate a CMake script. * The “find_program()”, “find_library()”, “find_path()” and “find_file()” commands gained a new “REQUIRED” option that will stop processing with an error message if nothing is found. * The “CheckLinkerFlag” module has been added to provide a facility to check validity of link flags. * “ccmake(1)” learned to read a “CCMAKE_COLORS” environment variable to customize colors. - DCMAKE_MODULES_INSTALL_DIR should be %{_libdir}/cmake/%{name} - Set CMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} - Use -DCMAKE_SKIP_INSTALL_RPATHS:BOOL=ON instead of completely removing rpaths. bsc#1172331 - cmake 3.17.3: * Selection of the Objective C or C++ compiler now considers the CC or CXX environment variable if the OBJC or OBJCXX environment variable is not set * The FindPkgConfig module now extracts include directories prefixed with -isystem into the *_INCLUDE_DIRS variables and INTERFACE_INCLUDE_DIRECTORIES target properties * FindOpenSSL: Detect OpenSSL 3.0.0 (bsc#1172267) - cmake 3.17.2: * fixes dealing with boost 1.73 - cmake 3.17.1: * The :cpack_gen:`CPack NSIS Generator` now requires NSIS 3.0 or later cmake3-3.20.0-150200.6.3.1.src.rpm cmake3-3.20.0-150200.6.3.1.x86_64.rpm cmake3-full-3.20.0-150200.6.3.1.src.rpm cmake3-full-3.20.0-150200.6.3.1.x86_64.rpm rust-cbindgen-0.26.0+git0-150200.6.3.1.src.rpm rust-cbindgen-0.26.0+git0-150200.6.3.1.x86_64.rpm cmake3-3.20.0-150200.6.3.1.s390x.rpm cmake3-full-3.20.0-150200.6.3.1.s390x.rpm rust-cbindgen-0.26.0+git0-150200.6.3.1.s390x.rpm cmake3-3.20.0-150200.6.3.1.ppc64le.rpm cmake3-full-3.20.0-150200.6.3.1.ppc64le.rpm rust-cbindgen-0.26.0+git0-150200.6.3.1.ppc64le.rpm cmake3-3.20.0-150200.6.3.1.aarch64.rpm cmake3-full-3.20.0-150200.6.3.1.aarch64.rpm rust-cbindgen-0.26.0+git0-150200.6.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2107 Security update for php-composer2 important SUSE Updates openSUSE-SLE 15.6 This update for php-composer2 fixes the following issues: - CVE-2024-35241: Fixed code execution when installing packages in repository with specially crafted branch names (bsc#1226181). - CVE-2024-35242: Fixed command injection via specially crafted branch names during repository cloning (bsc#1226182). php-composer2-2.6.4-150600.3.3.1.noarch.rpm php-composer2-2.6.4-150600.3.3.1.src.rpm openSUSE-SLE-15.6-2024-2104 Recommended update for google-cloud SDK moderate SUSE Updates openSUSE-SLE 15.6 This update for protobuf and python-grpcio fixes the following issue: - Add python311 binaries to Python Module. libprotobuf-lite25_1_0-25.1-150600.16.4.2.x86_64.rpm libprotobuf-lite25_1_0-32bit-25.1-150600.16.4.2.x86_64.rpm libprotobuf25_1_0-25.1-150600.16.4.2.x86_64.rpm libprotobuf25_1_0-32bit-25.1-150600.16.4.2.x86_64.rpm libprotoc25_1_0-25.1-150600.16.4.2.x86_64.rpm libprotoc25_1_0-32bit-25.1-150600.16.4.2.x86_64.rpm protobuf-25.1-150600.16.4.2.src.rpm protobuf-devel-25.1-150600.16.4.2.x86_64.rpm protobuf-java-25.1-150600.16.4.2.x86_64.rpm python-grpcio-1.60.1-150600.16.5.1.src.rpm python311-grpcio-1.60.1-150600.16.5.1.x86_64.rpm python311-protobuf-4.25.1-150600.16.4.2.x86_64.rpm libprotobuf-lite25_1_0-25.1-150600.16.4.2.s390x.rpm libprotobuf25_1_0-25.1-150600.16.4.2.s390x.rpm libprotoc25_1_0-25.1-150600.16.4.2.s390x.rpm protobuf-devel-25.1-150600.16.4.2.s390x.rpm protobuf-java-25.1-150600.16.4.2.s390x.rpm python311-grpcio-1.60.1-150600.16.5.1.s390x.rpm python311-protobuf-4.25.1-150600.16.4.2.s390x.rpm libprotobuf-lite25_1_0-25.1-150600.16.4.2.ppc64le.rpm libprotobuf25_1_0-25.1-150600.16.4.2.ppc64le.rpm libprotoc25_1_0-25.1-150600.16.4.2.ppc64le.rpm protobuf-devel-25.1-150600.16.4.2.ppc64le.rpm protobuf-java-25.1-150600.16.4.2.ppc64le.rpm python311-grpcio-1.60.1-150600.16.5.1.ppc64le.rpm python311-protobuf-4.25.1-150600.16.4.2.ppc64le.rpm libprotobuf-lite25_1_0-25.1-150600.16.4.2.aarch64.rpm libprotobuf25_1_0-25.1-150600.16.4.2.aarch64.rpm libprotoc25_1_0-25.1-150600.16.4.2.aarch64.rpm protobuf-devel-25.1-150600.16.4.2.aarch64.rpm protobuf-java-25.1-150600.16.4.2.aarch64.rpm python311-grpcio-1.60.1-150600.16.5.1.aarch64.rpm python311-protobuf-4.25.1-150600.16.4.2.aarch64.rpm openSUSE-SLE-15.6-2024-2418 Recommended update for crmsh moderate SUSE Updates openSUSE-SLE 15.6 This update for crmsh fixes the following issues: - Version update: * Fix: upgradeutil: refine error handling (bsc#1226147, bsc#1223371) * Dev: ui_resource: Improve completers for 'crm resource' command * Fix: cmd_status: call crm_mon without shell * Dev: log an error when fencing node without stonith device configured and running * Fix: healthcheck: KeyError when local nodename not found in cib (bsc#1223438) * Dev: utils: Add info when property is newly added * Dev: corosync: Show corosync cpg status in `crm corosync status cpg` * Dev: ui_context: ignore requirements when option --help is specified * Dev: ui_context: Skip querying CIB when in a sublevel or help command * Dev: bootstrap: Setup the stage dependency on init and join side (bsc#1175865, bsc#1219940) * Dev: bootstrap: Enhance stage validation * Dev: bash_completion: Enable complete 'id=' on non-interactive mode crmsh-4.6.0+20240617.88b0c50-150600.3.3.2.noarch.rpm crmsh-4.6.0+20240617.88b0c50-150600.3.3.2.src.rpm crmsh-scripts-4.6.0+20240617.88b0c50-150600.3.3.2.noarch.rpm crmsh-test-4.6.0+20240617.88b0c50-150600.3.3.2.noarch.rpm openSUSE-SLE-15.6-2024-2073 Security update for MozillaThunderbird important SUSE Updates openSUSE-SLE 15.6 This update for MozillaThunderbird fixes the following issues: - Update to version 115.12.0 ESR (bsc#1226027) - CVE-2024-5702: Use-after-free in networking - CVE-2024-5688: Use-after-free in JavaScript object transplant - CVE-2024-5690: External protocol handlers leaked by timing attack - CVE-2024-5691: Sandboxed iframes were able to bypass sandbox restrictions to open a new window - CVE-2024-5692: Bypass of file name restrictions during saving - CVE-2024-5693: Cross-Origin Image leak via Offscreen Canvas - CVE-2024-5696: Memory Corruption in Text Fragments - CVE-2024-5700: Memory safety bugs fixed in Firefox 127, Firefox ESR 115.12, and Thunderbird 115.12 MozillaThunderbird-115.12.0-150200.8.163.1.src.rpm MozillaThunderbird-115.12.0-150200.8.163.1.x86_64.rpm MozillaThunderbird-translations-common-115.12.0-150200.8.163.1.x86_64.rpm MozillaThunderbird-translations-other-115.12.0-150200.8.163.1.x86_64.rpm MozillaThunderbird-115.12.0-150200.8.163.1.s390x.rpm MozillaThunderbird-translations-common-115.12.0-150200.8.163.1.s390x.rpm MozillaThunderbird-translations-other-115.12.0-150200.8.163.1.s390x.rpm MozillaThunderbird-115.12.0-150200.8.163.1.ppc64le.rpm MozillaThunderbird-translations-common-115.12.0-150200.8.163.1.ppc64le.rpm MozillaThunderbird-translations-other-115.12.0-150200.8.163.1.ppc64le.rpm MozillaThunderbird-115.12.0-150200.8.163.1.aarch64.rpm MozillaThunderbird-translations-common-115.12.0-150200.8.163.1.aarch64.rpm MozillaThunderbird-translations-other-115.12.0-150200.8.163.1.aarch64.rpm openSUSE-SLE-15.6-2024-2257 Security update for libreoffice important SUSE Updates openSUSE-SLE 15.6 This update for libreoffice fixes the following issues: Libreoffice was updated to version 24.2.4.2: - Release notes: * https://wiki.documentfoundation.org/Releases/24.2.1/RC1 * https://wiki.documentfoundation.org/Releases/24.2.1/RC2 - Security issues fixed: * CVE-2024-3044: Fixed unchecked script execution in graphic on-click binding (bsc#1224279) - Other issues fixed: * Fixed LibreOffice build failures with ICU 75 (bsc#1224309) - Updated bundled dependencies: * curl version update from 8.6.0 to 8.7.1 * gpgme version update from 1.20.0 to 1.23.2 * libassuan version update from 2.5.6 to 2.5.7 * libgpg-error version update from 1.47 to 1.48 libreoffice-24.2.4.2-150500.20.6.5.src.rpm libreoffice-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-base-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-base-drivers-postgresql-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-branding-upstream-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-calc-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-calc-extensions-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-draw-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-filters-optional-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-gdb-pretty-printers-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-glade-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-gnome-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-gtk3-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-icon-themes-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-impress-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-l10n-af-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-am-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ar-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-as-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ast-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-be-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-bg-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-bn-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-bn_IN-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-bo-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-br-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-brx-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-bs-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ca-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ca_valencia-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ckb-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-cs-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-cy-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-da-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-de-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-dgo-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-dsb-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-dz-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-el-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-en-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-en_GB-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-en_ZA-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-eo-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-es-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-et-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-eu-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-fa-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-fi-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-fr-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-fur-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-fy-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ga-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-gd-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-gl-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-gu-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-gug-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-he-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-hi-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-hr-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-hsb-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-hu-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-hy-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-id-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-is-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-it-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ja-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ka-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-kab-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-kk-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-km-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-kmr_Latn-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-kn-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ko-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-kok-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ks-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-lb-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-lo-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-lt-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-lv-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-mai-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-mk-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ml-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-mn-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-mni-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-mr-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-my-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-nb-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ne-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-nl-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-nn-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-nr-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-nso-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-oc-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-om-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-or-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-pa-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-pl-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-pt_BR-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-pt_PT-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ro-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ru-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-rw-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sa_IN-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sat-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sd-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-si-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sid-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sk-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sl-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sq-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sr-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ss-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-st-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sv-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-sw_TZ-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-szl-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ta-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-te-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-tg-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-th-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-tn-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-tr-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ts-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-tt-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ug-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-uk-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-uz-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-ve-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-vec-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-vi-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-xh-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-zh_CN-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-zh_TW-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-l10n-zu-24.2.4.2-150500.20.6.5.noarch.rpm libreoffice-librelogo-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-mailmerge-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-math-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-officebean-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-pyuno-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-qt5-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-sdk-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-sdk-doc-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-writer-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-writer-extensions-24.2.4.2-150500.20.6.5.x86_64.rpm libreofficekit-24.2.4.2-150500.20.6.5.x86_64.rpm libreofficekit-devel-24.2.4.2-150500.20.6.5.x86_64.rpm libreoffice-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-base-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-base-drivers-postgresql-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-calc-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-calc-extensions-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-draw-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-filters-optional-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-gnome-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-gtk3-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-impress-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-librelogo-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-mailmerge-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-math-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-officebean-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-pyuno-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-qt5-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-sdk-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-sdk-doc-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-writer-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-writer-extensions-24.2.4.2-150500.20.6.5.s390x.rpm libreofficekit-24.2.4.2-150500.20.6.5.s390x.rpm libreofficekit-devel-24.2.4.2-150500.20.6.5.s390x.rpm libreoffice-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-base-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-base-drivers-postgresql-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-calc-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-calc-extensions-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-draw-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-filters-optional-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-gnome-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-gtk3-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-impress-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-librelogo-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-mailmerge-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-math-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-officebean-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-pyuno-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-qt5-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-sdk-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-sdk-doc-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-writer-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-writer-extensions-24.2.4.2-150500.20.6.5.ppc64le.rpm libreofficekit-24.2.4.2-150500.20.6.5.ppc64le.rpm libreofficekit-devel-24.2.4.2-150500.20.6.5.ppc64le.rpm libreoffice-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-base-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-base-drivers-postgresql-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-calc-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-calc-extensions-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-draw-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-filters-optional-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-gnome-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-gtk3-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-impress-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-librelogo-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-mailmerge-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-math-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-officebean-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-pyuno-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-qt5-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-sdk-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-sdk-doc-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-writer-24.2.4.2-150500.20.6.5.aarch64.rpm libreoffice-writer-extensions-24.2.4.2-150500.20.6.5.aarch64.rpm libreofficekit-24.2.4.2-150500.20.6.5.aarch64.rpm libreofficekit-devel-24.2.4.2-150500.20.6.5.aarch64.rpm openSUSE-SLE-15.6-2024-2388 Recommended update for ocfs2-tools moderate SUSE Updates openSUSE-SLE 15.6 This update for ocfs2-tools fixes the following issue: - OCFS2 writes delay on large volumes, slow la window lookup from global_bitmap (bsc#1219224) ocfs2-tools-1.8.8-150600.4.3.1.src.rpm ocfs2-tools-1.8.8-150600.4.3.1.x86_64.rpm ocfs2-tools-devel-1.8.8-150600.4.3.1.x86_64.rpm ocfs2-tools-devel-static-1.8.8-150600.4.3.1.x86_64.rpm ocfs2-tools-o2cb-1.8.8-150600.4.3.1.x86_64.rpm ocfs2-tools-1.8.8-150600.4.3.1.s390x.rpm ocfs2-tools-devel-1.8.8-150600.4.3.1.s390x.rpm ocfs2-tools-devel-static-1.8.8-150600.4.3.1.s390x.rpm ocfs2-tools-o2cb-1.8.8-150600.4.3.1.s390x.rpm ocfs2-tools-1.8.8-150600.4.3.1.ppc64le.rpm ocfs2-tools-devel-1.8.8-150600.4.3.1.ppc64le.rpm ocfs2-tools-devel-static-1.8.8-150600.4.3.1.ppc64le.rpm ocfs2-tools-o2cb-1.8.8-150600.4.3.1.ppc64le.rpm ocfs2-tools-1.8.8-150600.4.3.1.aarch64.rpm ocfs2-tools-devel-1.8.8-150600.4.3.1.aarch64.rpm ocfs2-tools-devel-static-1.8.8-150600.4.3.1.aarch64.rpm ocfs2-tools-o2cb-1.8.8-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2194 Feature update for openldap2_5 moderate SUSE Updates openSUSE-SLE 15.6 This update for openldap2_5 fixes the following issues: Added initial OpenLDAP 2.5 version 2.5.17+50, (jsc#PED-7178,jsc#PED-7240) This version is in parallel to the existing openldap 2.4 version. The openldap 2.5 server is also shipped in the openldap2_5 package. libldap-2_5-0-2.5.17+50-150500.11.3.1.x86_64.rpm openldap2_5-2.5.17+50-150500.11.3.1.src.rpm openldap2_5-2.5.17+50-150500.11.3.1.x86_64.rpm openldap2_5-client-2.5.17+50-150500.11.3.1.x86_64.rpm openldap2_5-contrib-2.5.17+50-150500.11.3.1.x86_64.rpm openldap2_5-devel-2.5.17+50-150500.11.3.1.x86_64.rpm openldap2_5-doc-2.5.17+50-150500.11.3.1.noarch.rpm libldap-2_5-0-2.5.17+50-150500.11.3.1.s390x.rpm openldap2_5-2.5.17+50-150500.11.3.1.s390x.rpm openldap2_5-client-2.5.17+50-150500.11.3.1.s390x.rpm openldap2_5-contrib-2.5.17+50-150500.11.3.1.s390x.rpm openldap2_5-devel-2.5.17+50-150500.11.3.1.s390x.rpm libldap-2_5-0-2.5.17+50-150500.11.3.1.ppc64le.rpm openldap2_5-2.5.17+50-150500.11.3.1.ppc64le.rpm openldap2_5-client-2.5.17+50-150500.11.3.1.ppc64le.rpm openldap2_5-contrib-2.5.17+50-150500.11.3.1.ppc64le.rpm openldap2_5-devel-2.5.17+50-150500.11.3.1.ppc64le.rpm libldap-2_5-0-2.5.17+50-150500.11.3.1.aarch64.rpm openldap2_5-2.5.17+50-150500.11.3.1.aarch64.rpm openldap2_5-client-2.5.17+50-150500.11.3.1.aarch64.rpm openldap2_5-contrib-2.5.17+50-150500.11.3.1.aarch64.rpm openldap2_5-devel-2.5.17+50-150500.11.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2179 Recommended update for sssd moderate SUSE Updates openSUSE-SLE 15.6 This update for sssd fixes the following issue: - Reenable pam_sss after upgrade, was removed by sssd-common postun (bsc#1226407) libipa_hbac-devel-2.9.3-150600.3.6.2.x86_64.rpm libipa_hbac0-2.9.3-150600.3.6.2.x86_64.rpm libnfsidmap-sss-2.9.3-150600.3.6.2.x86_64.rpm libsss_certmap-devel-2.9.3-150600.3.6.2.x86_64.rpm libsss_certmap0-2.9.3-150600.3.6.2.x86_64.rpm libsss_idmap-devel-2.9.3-150600.3.6.2.x86_64.rpm libsss_idmap0-2.9.3-150600.3.6.2.x86_64.rpm libsss_nss_idmap-devel-2.9.3-150600.3.6.2.x86_64.rpm libsss_nss_idmap0-2.9.3-150600.3.6.2.x86_64.rpm libsss_simpleifp-devel-2.9.3-150600.3.6.2.x86_64.rpm libsss_simpleifp0-2.9.3-150600.3.6.2.x86_64.rpm python3-ipa_hbac-2.9.3-150600.3.6.2.x86_64.rpm python3-sss-murmur-2.9.3-150600.3.6.2.x86_64.rpm python3-sss_nss_idmap-2.9.3-150600.3.6.2.x86_64.rpm python3-sssd-config-2.9.3-150600.3.6.2.x86_64.rpm sssd-2.9.3-150600.3.6.2.src.rpm sssd-2.9.3-150600.3.6.2.x86_64.rpm sssd-ad-2.9.3-150600.3.6.2.x86_64.rpm sssd-dbus-2.9.3-150600.3.6.2.x86_64.rpm sssd-ipa-2.9.3-150600.3.6.2.x86_64.rpm sssd-kcm-2.9.3-150600.3.6.2.x86_64.rpm sssd-krb5-2.9.3-150600.3.6.2.x86_64.rpm sssd-krb5-common-2.9.3-150600.3.6.2.x86_64.rpm sssd-ldap-2.9.3-150600.3.6.2.x86_64.rpm sssd-proxy-2.9.3-150600.3.6.2.x86_64.rpm sssd-tools-2.9.3-150600.3.6.2.x86_64.rpm sssd-winbind-idmap-2.9.3-150600.3.6.2.x86_64.rpm libipa_hbac-devel-2.9.3-150600.3.6.2.s390x.rpm libipa_hbac0-2.9.3-150600.3.6.2.s390x.rpm libnfsidmap-sss-2.9.3-150600.3.6.2.s390x.rpm libsss_certmap-devel-2.9.3-150600.3.6.2.s390x.rpm libsss_certmap0-2.9.3-150600.3.6.2.s390x.rpm libsss_idmap-devel-2.9.3-150600.3.6.2.s390x.rpm libsss_idmap0-2.9.3-150600.3.6.2.s390x.rpm libsss_nss_idmap-devel-2.9.3-150600.3.6.2.s390x.rpm libsss_nss_idmap0-2.9.3-150600.3.6.2.s390x.rpm libsss_simpleifp-devel-2.9.3-150600.3.6.2.s390x.rpm libsss_simpleifp0-2.9.3-150600.3.6.2.s390x.rpm python3-ipa_hbac-2.9.3-150600.3.6.2.s390x.rpm python3-sss-murmur-2.9.3-150600.3.6.2.s390x.rpm python3-sss_nss_idmap-2.9.3-150600.3.6.2.s390x.rpm python3-sssd-config-2.9.3-150600.3.6.2.s390x.rpm sssd-2.9.3-150600.3.6.2.s390x.rpm sssd-ad-2.9.3-150600.3.6.2.s390x.rpm sssd-dbus-2.9.3-150600.3.6.2.s390x.rpm sssd-ipa-2.9.3-150600.3.6.2.s390x.rpm sssd-kcm-2.9.3-150600.3.6.2.s390x.rpm sssd-krb5-2.9.3-150600.3.6.2.s390x.rpm sssd-krb5-common-2.9.3-150600.3.6.2.s390x.rpm sssd-ldap-2.9.3-150600.3.6.2.s390x.rpm sssd-proxy-2.9.3-150600.3.6.2.s390x.rpm sssd-tools-2.9.3-150600.3.6.2.s390x.rpm sssd-winbind-idmap-2.9.3-150600.3.6.2.s390x.rpm libipa_hbac-devel-2.9.3-150600.3.6.2.ppc64le.rpm libipa_hbac0-2.9.3-150600.3.6.2.ppc64le.rpm libnfsidmap-sss-2.9.3-150600.3.6.2.ppc64le.rpm libsss_certmap-devel-2.9.3-150600.3.6.2.ppc64le.rpm libsss_certmap0-2.9.3-150600.3.6.2.ppc64le.rpm libsss_idmap-devel-2.9.3-150600.3.6.2.ppc64le.rpm libsss_idmap0-2.9.3-150600.3.6.2.ppc64le.rpm libsss_nss_idmap-devel-2.9.3-150600.3.6.2.ppc64le.rpm libsss_nss_idmap0-2.9.3-150600.3.6.2.ppc64le.rpm libsss_simpleifp-devel-2.9.3-150600.3.6.2.ppc64le.rpm libsss_simpleifp0-2.9.3-150600.3.6.2.ppc64le.rpm python3-ipa_hbac-2.9.3-150600.3.6.2.ppc64le.rpm python3-sss-murmur-2.9.3-150600.3.6.2.ppc64le.rpm python3-sss_nss_idmap-2.9.3-150600.3.6.2.ppc64le.rpm python3-sssd-config-2.9.3-150600.3.6.2.ppc64le.rpm sssd-2.9.3-150600.3.6.2.ppc64le.rpm sssd-ad-2.9.3-150600.3.6.2.ppc64le.rpm sssd-dbus-2.9.3-150600.3.6.2.ppc64le.rpm sssd-ipa-2.9.3-150600.3.6.2.ppc64le.rpm sssd-kcm-2.9.3-150600.3.6.2.ppc64le.rpm sssd-krb5-2.9.3-150600.3.6.2.ppc64le.rpm sssd-krb5-common-2.9.3-150600.3.6.2.ppc64le.rpm sssd-ldap-2.9.3-150600.3.6.2.ppc64le.rpm sssd-proxy-2.9.3-150600.3.6.2.ppc64le.rpm sssd-tools-2.9.3-150600.3.6.2.ppc64le.rpm sssd-winbind-idmap-2.9.3-150600.3.6.2.ppc64le.rpm libipa_hbac-devel-2.9.3-150600.3.6.2.aarch64.rpm libipa_hbac0-2.9.3-150600.3.6.2.aarch64.rpm libnfsidmap-sss-2.9.3-150600.3.6.2.aarch64.rpm libsss_certmap-devel-2.9.3-150600.3.6.2.aarch64.rpm libsss_certmap0-2.9.3-150600.3.6.2.aarch64.rpm libsss_idmap-devel-2.9.3-150600.3.6.2.aarch64.rpm libsss_idmap0-2.9.3-150600.3.6.2.aarch64.rpm libsss_nss_idmap-devel-2.9.3-150600.3.6.2.aarch64.rpm libsss_nss_idmap0-2.9.3-150600.3.6.2.aarch64.rpm libsss_simpleifp-devel-2.9.3-150600.3.6.2.aarch64.rpm libsss_simpleifp0-2.9.3-150600.3.6.2.aarch64.rpm python3-ipa_hbac-2.9.3-150600.3.6.2.aarch64.rpm python3-sss-murmur-2.9.3-150600.3.6.2.aarch64.rpm python3-sss_nss_idmap-2.9.3-150600.3.6.2.aarch64.rpm python3-sssd-config-2.9.3-150600.3.6.2.aarch64.rpm sssd-2.9.3-150600.3.6.2.aarch64.rpm sssd-ad-2.9.3-150600.3.6.2.aarch64.rpm sssd-dbus-2.9.3-150600.3.6.2.aarch64.rpm sssd-ipa-2.9.3-150600.3.6.2.aarch64.rpm sssd-kcm-2.9.3-150600.3.6.2.aarch64.rpm sssd-krb5-2.9.3-150600.3.6.2.aarch64.rpm sssd-krb5-common-2.9.3-150600.3.6.2.aarch64.rpm sssd-ldap-2.9.3-150600.3.6.2.aarch64.rpm sssd-proxy-2.9.3-150600.3.6.2.aarch64.rpm sssd-tools-2.9.3-150600.3.6.2.aarch64.rpm sssd-winbind-idmap-2.9.3-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2201 Security update for wget moderate SUSE Updates openSUSE-SLE 15.6 This update for wget fixes the following issues: - CVE-2024-38428: Fix mishandled semicolons in the userinfo subcomponent of a URI. (bsc#1226419) wget-1.20.3-150600.19.3.1.src.rpm wget-1.20.3-150600.19.3.1.x86_64.rpm wget-lang-1.20.3-150600.19.3.1.noarch.rpm wget-1.20.3-150600.19.3.1.s390x.rpm wget-1.20.3-150600.19.3.1.ppc64le.rpm wget-1.20.3-150600.19.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2153 Security update for vte important SUSE Updates openSUSE-SLE 15.6 This update for vte fixes the following issues: - CVE-2024-37535: Fixed a bug that allowed an attacker to cause a denial of service (memory consumption) via a window resize escape. (bsc#1226134) libvte-2_91-0-0.74.2-150600.3.3.1.x86_64.rpm typelib-1_0-Vte-2_91-0.74.2-150600.3.3.1.x86_64.rpm typelib-1_0-Vte-3_91-0.74.2-150600.3.3.1.x86_64.rpm vte-0.74.2-150600.3.3.1.src.rpm vte-devel-0.74.2-150600.3.3.1.x86_64.rpm vte-lang-0.74.2-150600.3.3.1.noarch.rpm vte-tools-0.74.2-150600.3.3.1.x86_64.rpm vte-tools-gtk4-0.74.2-150600.3.3.1.x86_64.rpm libvte-2_91-0-0.74.2-150600.3.3.1.s390x.rpm typelib-1_0-Vte-2_91-0.74.2-150600.3.3.1.s390x.rpm typelib-1_0-Vte-3_91-0.74.2-150600.3.3.1.s390x.rpm vte-devel-0.74.2-150600.3.3.1.s390x.rpm vte-tools-0.74.2-150600.3.3.1.s390x.rpm vte-tools-gtk4-0.74.2-150600.3.3.1.s390x.rpm libvte-2_91-0-0.74.2-150600.3.3.1.ppc64le.rpm typelib-1_0-Vte-2_91-0.74.2-150600.3.3.1.ppc64le.rpm typelib-1_0-Vte-3_91-0.74.2-150600.3.3.1.ppc64le.rpm vte-devel-0.74.2-150600.3.3.1.ppc64le.rpm vte-tools-0.74.2-150600.3.3.1.ppc64le.rpm vte-tools-gtk4-0.74.2-150600.3.3.1.ppc64le.rpm libvte-2_91-0-0.74.2-150600.3.3.1.aarch64.rpm typelib-1_0-Vte-2_91-0.74.2-150600.3.3.1.aarch64.rpm typelib-1_0-Vte-3_91-0.74.2-150600.3.3.1.aarch64.rpm vte-devel-0.74.2-150600.3.3.1.aarch64.rpm vte-tools-0.74.2-150600.3.3.1.aarch64.rpm vte-tools-gtk4-0.74.2-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2604 Recommended update for rubygem-sass moderate SUSE Updates openSUSE-SLE 15.6 rubygem-sass was updated to fix the following issue: - updated to 3.7.4 as required for openQA update ruby2.5-rubygem-sass-3.7.4-150000.3.3.1.x86_64.rpm ruby2.5-rubygem-sass-doc-3.7.4-150000.3.3.1.x86_64.rpm rubygem-sass-3.7.4-150000.3.3.1.src.rpm ruby2.5-rubygem-sass-3.7.4-150000.3.3.1.s390x.rpm ruby2.5-rubygem-sass-doc-3.7.4-150000.3.3.1.s390x.rpm ruby2.5-rubygem-sass-3.7.4-150000.3.3.1.ppc64le.rpm ruby2.5-rubygem-sass-doc-3.7.4-150000.3.3.1.ppc64le.rpm ruby2.5-rubygem-sass-3.7.4-150000.3.3.1.aarch64.rpm ruby2.5-rubygem-sass-doc-3.7.4-150000.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2138 Security update for python-cryptography moderate SUSE Updates openSUSE-SLE 15.6 This update for python-cryptography fixes the following issues: - CVE-2024-26130: Fix a NULL pointer dereference in pkcs12.serialize_key_and_certificates(). (bsc#1220210) python-cryptography-41.0.3-150600.23.3.1.src.rpm python311-cryptography-41.0.3-150600.23.3.1.x86_64.rpm python311-cryptography-41.0.3-150600.23.3.1.s390x.rpm python311-cryptography-41.0.3-150600.23.3.1.ppc64le.rpm python311-cryptography-41.0.3-150600.23.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2320 Security update for python-urllib3 moderate SUSE Updates openSUSE-SLE 15.6 This update for python-urllib3 fixes the following issues: - CVE-2024-37891: Fixed proxy-authorization request header not stripped during cross-origin redirects (bsc#1226469). python-urllib3-2.0.7-150400.7.18.1.src.rpm python311-urllib3-2.0.7-150400.7.18.1.noarch.rpm openSUSE-SLE-15.6-2024-2137 Security update for podofo moderate SUSE Updates openSUSE-SLE 15.6 This update for podofo fixes the following issues: - CVE-2019-9199: Fixed a NULL pointer dereference in podofoimpose (bsc#1127855) - CVE-2018-20797: Fixed an excessive memory allocation in PoDoFo:podofo_calloc (bsc#1127514) - CVE-2019-10723: Fixed a memory leak in PdfPagesTreeCache (bsc#1131544) libpodofo-devel-0.9.6-150300.3.9.1.x86_64.rpm libpodofo0_9_6-0.9.6-150300.3.9.1.x86_64.rpm podofo-0.9.6-150300.3.9.1.src.rpm podofo-0.9.6-150300.3.9.1.x86_64.rpm libpodofo-devel-0.9.6-150300.3.9.1.s390x.rpm libpodofo0_9_6-0.9.6-150300.3.9.1.s390x.rpm podofo-0.9.6-150300.3.9.1.s390x.rpm libpodofo-devel-0.9.6-150300.3.9.1.ppc64le.rpm libpodofo0_9_6-0.9.6-150300.3.9.1.ppc64le.rpm podofo-0.9.6-150300.3.9.1.ppc64le.rpm libpodofo-devel-0.9.6-150300.3.9.1.aarch64.rpm libpodofo0_9_6-0.9.6-150300.3.9.1.aarch64.rpm podofo-0.9.6-150300.3.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-2229 Recommended update for apache2 important SUSE Updates openSUSE-SLE 15.6 This update for apache2 fixes the following issues: - Apache ignores headers sent by CGI scripts (bsc#1226217) apache2-2.4.58-150600.5.6.1.src.rpm apache2-2.4.58-150600.5.6.1.x86_64.rpm apache2-devel-2.4.58-150600.5.6.1.src.rpm apache2-devel-2.4.58-150600.5.6.1.x86_64.rpm apache2-event-2.4.58-150600.5.6.1.src.rpm apache2-event-2.4.58-150600.5.6.1.x86_64.rpm apache2-manual-2.4.58-150600.5.6.1.noarch.rpm apache2-manual-2.4.58-150600.5.6.1.src.rpm apache2-prefork-2.4.58-150600.5.6.1.src.rpm apache2-prefork-2.4.58-150600.5.6.1.x86_64.rpm apache2-utils-2.4.58-150600.5.6.1.src.rpm apache2-utils-2.4.58-150600.5.6.1.x86_64.rpm apache2-worker-2.4.58-150600.5.6.1.src.rpm apache2-worker-2.4.58-150600.5.6.1.x86_64.rpm apache2-2.4.58-150600.5.6.1.s390x.rpm apache2-devel-2.4.58-150600.5.6.1.s390x.rpm apache2-event-2.4.58-150600.5.6.1.s390x.rpm apache2-prefork-2.4.58-150600.5.6.1.s390x.rpm apache2-utils-2.4.58-150600.5.6.1.s390x.rpm apache2-worker-2.4.58-150600.5.6.1.s390x.rpm apache2-2.4.58-150600.5.6.1.ppc64le.rpm apache2-devel-2.4.58-150600.5.6.1.ppc64le.rpm apache2-event-2.4.58-150600.5.6.1.ppc64le.rpm apache2-prefork-2.4.58-150600.5.6.1.ppc64le.rpm apache2-utils-2.4.58-150600.5.6.1.ppc64le.rpm apache2-worker-2.4.58-150600.5.6.1.ppc64le.rpm apache2-2.4.58-150600.5.6.1.aarch64.rpm apache2-devel-2.4.58-150600.5.6.1.aarch64.rpm apache2-event-2.4.58-150600.5.6.1.aarch64.rpm apache2-prefork-2.4.58-150600.5.6.1.aarch64.rpm apache2-utils-2.4.58-150600.5.6.1.aarch64.rpm apache2-worker-2.4.58-150600.5.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2186 Security update for gnome-settings-daemon important SUSE Updates openSUSE-SLE 15.6 This update for gnome-settings-daemon fixes the following issues: - CVE-2024-38394: Fixed mismatches in interpreting USB authorization policy (bsc#1226423). gnome-settings-daemon-45.1-150600.3.3.1.src.rpm gnome-settings-daemon-45.1-150600.3.3.1.x86_64.rpm gnome-settings-daemon-devel-45.1-150600.3.3.1.x86_64.rpm gnome-settings-daemon-lang-45.1-150600.3.3.1.noarch.rpm gnome-settings-daemon-45.1-150600.3.3.1.s390x.rpm gnome-settings-daemon-devel-45.1-150600.3.3.1.s390x.rpm gnome-settings-daemon-45.1-150600.3.3.1.ppc64le.rpm gnome-settings-daemon-devel-45.1-150600.3.3.1.ppc64le.rpm gnome-settings-daemon-45.1-150600.3.3.1.aarch64.rpm gnome-settings-daemon-devel-45.1-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2188 Recommended update for rust, rust1.79 moderate SUSE Updates openSUSE-SLE 15.6 This update for rust, rust1.79 fixes the following issues: Changes in rust1.79: Version 1.79.0 (2024-06-13) ========================== Language -------- - Stabilize inline `const {}` expressions. - Prevent opaque types being instantiated twice with different regions within the same function. - Stabilize WebAssembly target features that are in phase 4 and 5. - Add the `redundant_lifetimes` lint to detect lifetimes which are semantically redundant. - Stabilize the `unnameable_types` lint for public types that can't be named. - Enable debuginfo in macros, and stabilize `-C collapse-macro-debuginfo` and `#[collapse_debuginfo]`. - Propagate temporary lifetime extension into `if` and `match` expressions. - Restrict promotion of `const fn` calls. - Warn against refining impls of crate-private traits with `refining_impl_trait` lint. - Stabilize associated type bounds (RFC 2289). - Stabilize importing `main` from other modules or crates. - Check return types of function types for well-formedness - Rework `impl Trait` lifetime inference - Change inductive trait solver cycles to be ambiguous Compiler -------- - Define `-C strip` to only affect binaries, not artifacts like `.pdb`. - Stabilize `-Crelro-level` for controlling runtime link hardening. - Stabilize checking of `cfg` names and values at compile-time with `--check-cfg`. *Note that this only stabilizes the compiler part, the Cargo part is still unstable in this release.* - Add `aarch64-apple-visionos` and `aarch64-apple-visionos-sim` tier 3 targets. - Add `riscv32ima-unknown-none-elf` tier 3 target. - Promote several Windows targets to tier 2: `aarch64-pc-windows-gnullvm`, `i686-pc-windows-gnullvm`, and `x86_64-pc-windows-gnullvm`. Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. Libraries --------- - Implement `FromIterator` for `(impl Default + Extend, impl Default + Extend)`. - Implement `{Div,Rem}Assign<NonZero<X>>` on `X`. - Document overrides of `clone_from()` in core/std. - Link MSVC default lib in core. - Caution against using `transmute` between pointers and integers. - Enable frame pointers for the standard library. Stabilized APIs --------------- - `{integer}::unchecked_add` https://doc.rust-lang.org/stable/core/primitive.i32.html#method.unchecked_add) - `{integer}::unchecked_mul` https://doc.rust-lang.org/stable/core/primitive.i32.html#method.unchecked_mul) - `{integer}::unchecked_sub` https://doc.rust-lang.org/stable/core/primitive.i32.html#method.unchecked_sub) - `<[T]>::split_at_unchecked` https://doc.rust-lang.org/stable/core/primitive.slice.html#method.split_at_unchecked) - `<[T]>::split_at_mut_unchecked` https://doc.rust-lang.org/stable/core/primitive.slice.html#method.split_at_mut_unchecked) - `<[u8]>::utf8_chunks` https://doc.rust-lang.org/stable/core/primitive.slice.html#method.utf8_chunks) - `str::Utf8Chunks` https://doc.rust-lang.org/stable/core/str/struct.Utf8Chunks.html) - `str::Utf8Chunk` https://doc.rust-lang.org/stable/core/str/struct.Utf8Chunk.html) - `<*const T>::is_aligned` https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_aligned) - `<*mut T>::is_aligned` https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_aligned-1) - `NonNull::is_aligned` https://doc.rust-lang.org/stable/core/ptr/struct.NonNull.html#method.is_aligned) - `<*const [T]>::len` https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.len) - `<*mut [T]>::len` https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.len-1) - `<*const [T]>::is_empty` https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_empty) - `<*mut [T]>::is_empty` https://doc.rust-lang.org/stable/core/primitive.pointer.html#method.is_empty-1) - `NonNull::<[T]>::is_empty` https://doc.rust-lang.org/stable/core/ptr/struct.NonNull.html#method.is_empty) - `CStr::count_bytes` https://doc.rust-lang.org/stable/core/ffi/c_str/struct.CStr.html#method.count_bytes) - `io::Error::downcast` https://doc.rust-lang.org/stable/std/io/struct.Error.html#method.downcast) - `num::NonZero<T>` https://doc.rust-lang.org/stable/core/num/struct.NonZero.html) - `path::absolute` https://doc.rust-lang.org/stable/std/path/fn.absolute.html) - `proc_macro::Literal::byte_character` https://doc.rust-lang.org/stable/proc_macro/struct.Literal.html#method.byte_character) - `proc_macro::Literal::c_string` https://doc.rust-lang.org/stable/proc_macro/struct.Literal.html#method.c_string) These APIs are now stable in const contexts: - `Atomic*::into_inner` https://doc.rust-lang.org/stable/core/sync/atomic/struct.AtomicUsize.html#method.into_inner) - `io::Cursor::new` https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.new) - `io::Cursor::get_ref` https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.get_ref) - `io::Cursor::position` https://doc.rust-lang.org/stable/std/io/struct.Cursor.html#method.position) - `io::empty` https://doc.rust-lang.org/stable/std/io/fn.empty.html) - `io::repeat` https://doc.rust-lang.org/stable/std/io/fn.repeat.html) - `io::sink` https://doc.rust-lang.org/stable/std/io/fn.sink.html) - `panic::Location::caller` https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.caller) - `panic::Location::file` https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.file) - `panic::Location::line` https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.line) - `panic::Location::column` https://doc.rust-lang.org/stable/std/panic/struct.Location.html#method.column) Cargo ----- - Prevent dashes in `lib.name`, always normalizing to `_`. - Stabilize MSRV-aware version requirement selection in `cargo add`. - Switch to using `gitoxide` by default for listing files. - Error on `[project]` in Edition 2024; `cargo fix --edition` will change it to `[package]`. Rustdoc ----- - Always display stability version even if it's the same as the containing item. - Show a single search result for items with multiple paths. - Support typing `/` in docs to begin a search. Compatibility Notes ------------------- - Update the minimum external LLVM to 17. - `RustcEncodable` and `RustcDecodable` are soft-destabilized, to be removed from the prelude in next edition. - The `wasm_c_abi` future-incompatibility lint will warn about use of the non-spec-compliant C ABI. Use `wasm-bindgen v0.2.88` to generate forward-compatible bindings. - Check return types of function types for well-formedness cargo-1.79.0-150500.27.15.1.x86_64.rpm cargo1.79-1.79.0-150500.11.3.1.x86_64.rpm rust-1.79.0-150500.27.15.1.src.rpm rust-1.79.0-150500.27.15.1.x86_64.rpm rust1.79-1.79.0-150500.11.3.1.nosrc.rpm rust1.79-1.79.0-150500.11.3.1.x86_64.rpm cargo-1.79.0-150500.27.15.1.s390x.rpm cargo1.79-1.79.0-150500.11.3.1.s390x.rpm rust-1.79.0-150500.27.15.1.s390x.rpm rust1.79-1.79.0-150500.11.3.1.s390x.rpm cargo-1.79.0-150500.27.15.1.ppc64le.rpm cargo1.79-1.79.0-150500.11.3.1.ppc64le.rpm rust-1.79.0-150500.27.15.1.ppc64le.rpm rust1.79-1.79.0-150500.11.3.1.ppc64le.rpm cargo-1.79.0-150500.27.15.1.aarch64.rpm cargo1.79-1.79.0-150500.11.3.1.aarch64.rpm rust-1.79.0-150500.27.15.1.aarch64.rpm rust1.79-1.79.0-150500.11.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2224 Recommended update for java-1_8_0-openjdk important SUSE Updates openSUSE-SLE 15.6 This update for java-1_8_0-openjdk fixes the following issues: - Fix condition enabling shenandoah GC (bsc#1226274) - Disable shenandoah for all distributions, since the shenandoah hotspot tarball is rather out of sync java-1_8_0-openjdk-1.8.0.412-150000.3.94.1.src.rpm java-1_8_0-openjdk-1.8.0.412-150000.3.94.1.x86_64.rpm java-1_8_0-openjdk-accessibility-1.8.0.412-150000.3.94.1.x86_64.rpm java-1_8_0-openjdk-demo-1.8.0.412-150000.3.94.1.x86_64.rpm java-1_8_0-openjdk-devel-1.8.0.412-150000.3.94.1.x86_64.rpm java-1_8_0-openjdk-headless-1.8.0.412-150000.3.94.1.x86_64.rpm java-1_8_0-openjdk-javadoc-1.8.0.412-150000.3.94.1.noarch.rpm java-1_8_0-openjdk-src-1.8.0.412-150000.3.94.1.x86_64.rpm java-1_8_0-openjdk-1.8.0.412-150000.3.94.1.s390x.rpm java-1_8_0-openjdk-accessibility-1.8.0.412-150000.3.94.1.s390x.rpm java-1_8_0-openjdk-demo-1.8.0.412-150000.3.94.1.s390x.rpm java-1_8_0-openjdk-devel-1.8.0.412-150000.3.94.1.s390x.rpm java-1_8_0-openjdk-headless-1.8.0.412-150000.3.94.1.s390x.rpm java-1_8_0-openjdk-src-1.8.0.412-150000.3.94.1.s390x.rpm java-1_8_0-openjdk-1.8.0.412-150000.3.94.1.ppc64le.rpm java-1_8_0-openjdk-accessibility-1.8.0.412-150000.3.94.1.ppc64le.rpm java-1_8_0-openjdk-demo-1.8.0.412-150000.3.94.1.ppc64le.rpm java-1_8_0-openjdk-devel-1.8.0.412-150000.3.94.1.ppc64le.rpm java-1_8_0-openjdk-headless-1.8.0.412-150000.3.94.1.ppc64le.rpm java-1_8_0-openjdk-src-1.8.0.412-150000.3.94.1.ppc64le.rpm java-1_8_0-openjdk-1.8.0.412-150000.3.94.1.aarch64.rpm java-1_8_0-openjdk-accessibility-1.8.0.412-150000.3.94.1.aarch64.rpm java-1_8_0-openjdk-demo-1.8.0.412-150000.3.94.1.aarch64.rpm java-1_8_0-openjdk-devel-1.8.0.412-150000.3.94.1.aarch64.rpm java-1_8_0-openjdk-headless-1.8.0.412-150000.3.94.1.aarch64.rpm java-1_8_0-openjdk-src-1.8.0.412-150000.3.94.1.aarch64.rpm openSUSE-SLE-15.6-2024-2198 Security update for ghostscript important SUSE Updates openSUSE-SLE 15.6 This update for ghostscript fixes the following issues: - CVE-2024-33871: Prevent OPVP device arbitrary code execution via custom Driver library. (bsc#1225491) ghostscript-9.52-150000.191.1.src.rpm ghostscript-9.52-150000.191.1.x86_64.rpm ghostscript-devel-9.52-150000.191.1.x86_64.rpm ghostscript-x11-9.52-150000.191.1.x86_64.rpm ghostscript-9.52-150000.191.1.s390x.rpm ghostscript-devel-9.52-150000.191.1.s390x.rpm ghostscript-x11-9.52-150000.191.1.s390x.rpm ghostscript-9.52-150000.191.1.ppc64le.rpm ghostscript-devel-9.52-150000.191.1.ppc64le.rpm ghostscript-x11-9.52-150000.191.1.ppc64le.rpm ghostscript-9.52-150000.191.1.aarch64.rpm ghostscript-devel-9.52-150000.191.1.aarch64.rpm ghostscript-x11-9.52-150000.191.1.aarch64.rpm openSUSE-SLE-15.6-2024-2178 Recommended update for s390-tools moderate SUSE Updates openSUSE-SLE 15.6 This update for s390-tools fixes the following issues: - Amended read_values.c (bsc#1226609) - Updated %description in the .spec file s390-tools-2.31.0-150600.8.3.2.src.rpm s390-tools-2.31.0-150600.8.3.2.x86_64.rpm s390-tools-genprotimg-data-2.31.0-150600.8.3.2.noarch.rpm libekmfweb1-2.31.0-150600.8.3.2.s390x.rpm libekmfweb1-devel-2.31.0-150600.8.3.2.s390x.rpm libkmipclient1-2.31.0-150600.8.3.2.s390x.rpm libkmipclient1-devel-2.31.0-150600.8.3.2.s390x.rpm osasnmpd-2.31.0-150600.8.3.2.s390x.rpm s390-tools-2.31.0-150600.8.3.2.s390x.rpm s390-tools-chreipl-fcp-mpath-2.31.0-150600.8.3.2.s390x.rpm s390-tools-hmcdrvfs-2.31.0-150600.8.3.2.s390x.rpm s390-tools-zdsfs-2.31.0-150600.8.3.2.s390x.rpm openSUSE-SLE-15.6-2024-2200 Security update for avahi moderate SUSE Updates openSUSE-SLE 15.6 This update for avahi fixes the following issues: - CVE-2023-38471: Fixed a reachable assertion in dbus_set_host_name. (bsc#1216594) - CVE-2023-38469: Fixed a reachable assertion in avahi_dns_packet_append_record. (bsc#1216598) avahi-0.8-150600.15.3.1.src.rpm avahi-0.8-150600.15.3.1.x86_64.rpm avahi-autoipd-0.8-150600.15.3.1.x86_64.rpm avahi-compat-howl-devel-0.8-150600.15.3.1.x86_64.rpm avahi-compat-mDNSResponder-devel-0.8-150600.15.3.1.x86_64.rpm avahi-glib2-0.8-150600.15.3.1.src.rpm avahi-lang-0.8-150600.15.3.1.noarch.rpm avahi-qt5-0.8-150600.15.3.1.src.rpm avahi-utils-0.8-150600.15.3.1.x86_64.rpm avahi-utils-gtk-0.8-150600.15.3.1.x86_64.rpm libavahi-client3-0.8-150600.15.3.1.x86_64.rpm libavahi-client3-32bit-0.8-150600.15.3.1.x86_64.rpm libavahi-common3-0.8-150600.15.3.1.x86_64.rpm libavahi-common3-32bit-0.8-150600.15.3.1.x86_64.rpm libavahi-core7-0.8-150600.15.3.1.x86_64.rpm libavahi-devel-0.8-150600.15.3.1.x86_64.rpm libavahi-glib-devel-0.8-150600.15.3.1.x86_64.rpm libavahi-glib1-0.8-150600.15.3.1.x86_64.rpm libavahi-glib1-32bit-0.8-150600.15.3.1.x86_64.rpm libavahi-gobject-devel-0.8-150600.15.3.1.x86_64.rpm libavahi-gobject0-0.8-150600.15.3.1.x86_64.rpm libavahi-libevent1-0.8-150600.15.3.1.x86_64.rpm libavahi-qt5-1-0.8-150600.15.3.1.x86_64.rpm libavahi-qt5-devel-0.8-150600.15.3.1.x86_64.rpm libavahi-ui-gtk3-0-0.8-150600.15.3.1.x86_64.rpm libdns_sd-0.8-150600.15.3.1.x86_64.rpm libdns_sd-32bit-0.8-150600.15.3.1.x86_64.rpm libhowl0-0.8-150600.15.3.1.x86_64.rpm python3-avahi-0.8-150600.15.3.1.x86_64.rpm python3-avahi-gtk-0.8-150600.15.3.1.x86_64.rpm typelib-1_0-Avahi-0_6-0.8-150600.15.3.1.x86_64.rpm avahi-0.8-150600.15.3.1.s390x.rpm avahi-autoipd-0.8-150600.15.3.1.s390x.rpm avahi-compat-howl-devel-0.8-150600.15.3.1.s390x.rpm avahi-compat-mDNSResponder-devel-0.8-150600.15.3.1.s390x.rpm avahi-utils-0.8-150600.15.3.1.s390x.rpm avahi-utils-gtk-0.8-150600.15.3.1.s390x.rpm libavahi-client3-0.8-150600.15.3.1.s390x.rpm libavahi-common3-0.8-150600.15.3.1.s390x.rpm libavahi-core7-0.8-150600.15.3.1.s390x.rpm libavahi-devel-0.8-150600.15.3.1.s390x.rpm libavahi-glib-devel-0.8-150600.15.3.1.s390x.rpm libavahi-glib1-0.8-150600.15.3.1.s390x.rpm libavahi-gobject-devel-0.8-150600.15.3.1.s390x.rpm libavahi-gobject0-0.8-150600.15.3.1.s390x.rpm libavahi-libevent1-0.8-150600.15.3.1.s390x.rpm libavahi-qt5-1-0.8-150600.15.3.1.s390x.rpm libavahi-qt5-devel-0.8-150600.15.3.1.s390x.rpm libavahi-ui-gtk3-0-0.8-150600.15.3.1.s390x.rpm libdns_sd-0.8-150600.15.3.1.s390x.rpm libhowl0-0.8-150600.15.3.1.s390x.rpm python3-avahi-0.8-150600.15.3.1.s390x.rpm python3-avahi-gtk-0.8-150600.15.3.1.s390x.rpm typelib-1_0-Avahi-0_6-0.8-150600.15.3.1.s390x.rpm avahi-0.8-150600.15.3.1.ppc64le.rpm avahi-autoipd-0.8-150600.15.3.1.ppc64le.rpm avahi-compat-howl-devel-0.8-150600.15.3.1.ppc64le.rpm avahi-compat-mDNSResponder-devel-0.8-150600.15.3.1.ppc64le.rpm avahi-utils-0.8-150600.15.3.1.ppc64le.rpm avahi-utils-gtk-0.8-150600.15.3.1.ppc64le.rpm libavahi-client3-0.8-150600.15.3.1.ppc64le.rpm libavahi-common3-0.8-150600.15.3.1.ppc64le.rpm libavahi-core7-0.8-150600.15.3.1.ppc64le.rpm libavahi-devel-0.8-150600.15.3.1.ppc64le.rpm libavahi-glib-devel-0.8-150600.15.3.1.ppc64le.rpm libavahi-glib1-0.8-150600.15.3.1.ppc64le.rpm libavahi-gobject-devel-0.8-150600.15.3.1.ppc64le.rpm libavahi-gobject0-0.8-150600.15.3.1.ppc64le.rpm libavahi-libevent1-0.8-150600.15.3.1.ppc64le.rpm libavahi-qt5-1-0.8-150600.15.3.1.ppc64le.rpm libavahi-qt5-devel-0.8-150600.15.3.1.ppc64le.rpm libavahi-ui-gtk3-0-0.8-150600.15.3.1.ppc64le.rpm libdns_sd-0.8-150600.15.3.1.ppc64le.rpm libhowl0-0.8-150600.15.3.1.ppc64le.rpm python3-avahi-0.8-150600.15.3.1.ppc64le.rpm python3-avahi-gtk-0.8-150600.15.3.1.ppc64le.rpm typelib-1_0-Avahi-0_6-0.8-150600.15.3.1.ppc64le.rpm avahi-0.8-150600.15.3.1.aarch64.rpm avahi-autoipd-0.8-150600.15.3.1.aarch64.rpm avahi-compat-howl-devel-0.8-150600.15.3.1.aarch64.rpm avahi-compat-mDNSResponder-devel-0.8-150600.15.3.1.aarch64.rpm avahi-utils-0.8-150600.15.3.1.aarch64.rpm avahi-utils-gtk-0.8-150600.15.3.1.aarch64.rpm libavahi-client3-0.8-150600.15.3.1.aarch64.rpm libavahi-common3-0.8-150600.15.3.1.aarch64.rpm libavahi-core7-0.8-150600.15.3.1.aarch64.rpm libavahi-devel-0.8-150600.15.3.1.aarch64.rpm libavahi-glib-devel-0.8-150600.15.3.1.aarch64.rpm libavahi-glib1-0.8-150600.15.3.1.aarch64.rpm libavahi-gobject-devel-0.8-150600.15.3.1.aarch64.rpm libavahi-gobject0-0.8-150600.15.3.1.aarch64.rpm libavahi-libevent1-0.8-150600.15.3.1.aarch64.rpm libavahi-qt5-1-0.8-150600.15.3.1.aarch64.rpm libavahi-qt5-devel-0.8-150600.15.3.1.aarch64.rpm libavahi-ui-gtk3-0-0.8-150600.15.3.1.aarch64.rpm libdns_sd-0.8-150600.15.3.1.aarch64.rpm libhowl0-0.8-150600.15.3.1.aarch64.rpm python3-avahi-0.8-150600.15.3.1.aarch64.rpm python3-avahi-gtk-0.8-150600.15.3.1.aarch64.rpm typelib-1_0-Avahi-0_6-0.8-150600.15.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2225 Recommended update for kdump important SUSE Updates openSUSE-SLE 15.6 This update for kdump fixes the following issues: - Use fadump=nocma when user data not filtered out (bsc#1224214) - Differentiate between uninstall and upgrade in postun/preun (bsc#1191410) - Return success from pre, post, preun and postun scriplets (bsc#1222228) - Update calibrate values for SLE-15-SP6 kdump-2.0.6+git18.g6fc4531-150600.3.3.1.src.rpm kdump-2.0.6+git18.g6fc4531-150600.3.3.1.x86_64.rpm kdump-2.0.6+git18.g6fc4531-150600.3.3.1.s390x.rpm kdump-2.0.6+git18.g6fc4531-150600.3.3.1.ppc64le.rpm kdump-2.0.6+git18.g6fc4531-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2319 Recommended update for Azure stack moderate SUSE Updates openSUSE-SLE 15.6 This update ships the Python 3.11 enabled Azure stack to openSUSE Leap 15.5 and 15.6. python-distro-1.9.0-150600.3.2.1.src.rpm python-sshtunnel-0.4.0-150600.3.2.1.src.rpm python-xmltodict-0.13.0-150600.3.2.1.src.rpm python311-distro-1.9.0-150600.3.2.1.noarch.rpm python311-sshtunnel-0.4.0-150600.3.2.1.noarch.rpm python311-xmltodict-0.13.0-150600.3.2.1.noarch.rpm openSUSE-SLE-15.6-2024-2241 Recommended update for wicked important SUSE Updates openSUSE-SLE 15.6 This update for wicked fixes the following issues: - Fix VLANs/bonds randomly not coming up after reboot or wicked restart. [bsc#1218668] wicked-0.6.75-150600.11.6.1.src.rpm wicked-0.6.75-150600.11.6.1.x86_64.rpm wicked-nbft-0.6.75-150600.11.6.1.x86_64.rpm wicked-service-0.6.75-150600.11.6.1.x86_64.rpm wicked-0.6.75-150600.11.6.1.s390x.rpm wicked-nbft-0.6.75-150600.11.6.1.s390x.rpm wicked-service-0.6.75-150600.11.6.1.s390x.rpm wicked-0.6.75-150600.11.6.1.ppc64le.rpm wicked-nbft-0.6.75-150600.11.6.1.ppc64le.rpm wicked-service-0.6.75-150600.11.6.1.ppc64le.rpm wicked-0.6.75-150600.11.6.1.aarch64.rpm wicked-nbft-0.6.75-150600.11.6.1.aarch64.rpm wicked-service-0.6.75-150600.11.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2253 Recommended update for containerd moderate SUSE Updates openSUSE-SLE 15.6 This update for containerd fixes the following issues: - Revert the noarch change for devel subpackage Switching to noarch causes issues on SLES maintenance updates, reverting it fixes our image builds containerd-1.7.17-150000.114.1.src.rpm containerd-1.7.17-150000.114.1.x86_64.rpm containerd-ctr-1.7.17-150000.114.1.x86_64.rpm containerd-devel-1.7.17-150000.114.1.x86_64.rpm containerd-1.7.17-150000.114.1.s390x.rpm containerd-ctr-1.7.17-150000.114.1.s390x.rpm containerd-devel-1.7.17-150000.114.1.s390x.rpm containerd-1.7.17-150000.114.1.ppc64le.rpm containerd-ctr-1.7.17-150000.114.1.ppc64le.rpm containerd-devel-1.7.17-150000.114.1.ppc64le.rpm containerd-1.7.17-150000.114.1.aarch64.rpm containerd-ctr-1.7.17-150000.114.1.aarch64.rpm containerd-devel-1.7.17-150000.114.1.aarch64.rpm openSUSE-SLE-15.6-2024-2234 Recommended update for suse-module-tools moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-module-tools fixes the following issue: - Version update, udevrules: activate CPUs on hotplug for s390, too (bsc#1224400) suse-module-tools-15.6.10-150600.3.6.2.src.rpm suse-module-tools-15.6.10-150600.3.6.2.x86_64.rpm suse-module-tools-15.6.10-150600.3.6.2.s390x.rpm suse-module-tools-15.6.10-150600.3.6.2.ppc64le.rpm suse-module-tools-15.6.10-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2238 Recommended update for libpanel low SUSE Updates openSUSE-SLE 15.6 This update for libpanel fixes the following issues: - Choose higher gcc version to build on SLE and Leap 15 - Update the name of libpanel-1-1 to be compliant with https://en.opensuse.org/openSUSE:Shared_library_packaging_policy libpanel-1-1-1.4.0-150600.3.3.1.x86_64.rpm libpanel-1.4.0-150600.3.3.1.src.rpm libpanel-devel-1.4.0-150600.3.3.1.x86_64.rpm libpanel-lang-1.4.0-150600.3.3.1.noarch.rpm typelib-1_0-Panel-1-1.4.0-150600.3.3.1.x86_64.rpm libpanel-1-1-1.4.0-150600.3.3.1.s390x.rpm libpanel-devel-1.4.0-150600.3.3.1.s390x.rpm typelib-1_0-Panel-1-1.4.0-150600.3.3.1.s390x.rpm libpanel-1-1-1.4.0-150600.3.3.1.ppc64le.rpm libpanel-devel-1.4.0-150600.3.3.1.ppc64le.rpm typelib-1_0-Panel-1-1.4.0-150600.3.3.1.ppc64le.rpm libpanel-1-1-1.4.0-150600.3.3.1.aarch64.rpm libpanel-devel-1.4.0-150600.3.3.1.aarch64.rpm typelib-1_0-Panel-1-1.4.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2266 Security update for postgresql16 moderate SUSE Updates openSUSE-SLE 15.6 This update for postgresql16 fixes the following issues: PostgreSQL upgrade to version 16.3 (bsc#1224051): - CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038). Bug fixes: - Fix incompatibility with LLVM 18. - Prepare for PostgreSQL 17. - Make sure all compilation and doc generation happens in %build. - Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work. - Remove constraints file because improved memory usage for s390x - Use %patch -P N instead of deprecated %patchN. Release notes: - https://www.postgresql.org/docs/release/16.3/ libecpg6-16.2-150600.16.2.1.x86_64.rpm libecpg6-32bit-16.2-150600.16.2.1.x86_64.rpm libpq5-16.2-150600.16.2.1.x86_64.rpm libpq5-32bit-16.2-150600.16.2.1.x86_64.rpm postgresql16-16.2-150600.16.2.1.src.rpm postgresql16-16.2-150600.16.2.1.x86_64.rpm postgresql16-contrib-16.2-150600.16.2.1.x86_64.rpm postgresql16-devel-16.2-150600.16.2.1.x86_64.rpm postgresql16-docs-16.2-150600.16.2.1.noarch.rpm postgresql16-llvmjit-16.2-150600.16.2.1.x86_64.rpm postgresql16-llvmjit-devel-16.2-150600.16.2.1.x86_64.rpm postgresql16-plperl-16.2-150600.16.2.1.x86_64.rpm postgresql16-plpython-16.2-150600.16.2.1.x86_64.rpm postgresql16-pltcl-16.2-150600.16.2.1.x86_64.rpm postgresql16-server-16.2-150600.16.2.1.x86_64.rpm postgresql16-server-devel-16.2-150600.16.2.1.x86_64.rpm postgresql16-test-16.2-150600.16.2.1.x86_64.rpm libecpg6-16.2-150600.16.2.1.s390x.rpm libpq5-16.2-150600.16.2.1.s390x.rpm postgresql16-16.2-150600.16.2.1.s390x.rpm postgresql16-contrib-16.2-150600.16.2.1.s390x.rpm postgresql16-devel-16.2-150600.16.2.1.s390x.rpm postgresql16-llvmjit-16.2-150600.16.2.1.s390x.rpm postgresql16-llvmjit-devel-16.2-150600.16.2.1.s390x.rpm postgresql16-plperl-16.2-150600.16.2.1.s390x.rpm postgresql16-plpython-16.2-150600.16.2.1.s390x.rpm postgresql16-pltcl-16.2-150600.16.2.1.s390x.rpm postgresql16-server-16.2-150600.16.2.1.s390x.rpm postgresql16-server-devel-16.2-150600.16.2.1.s390x.rpm postgresql16-test-16.2-150600.16.2.1.s390x.rpm libecpg6-16.2-150600.16.2.1.ppc64le.rpm libpq5-16.2-150600.16.2.1.ppc64le.rpm postgresql16-16.2-150600.16.2.1.ppc64le.rpm postgresql16-contrib-16.2-150600.16.2.1.ppc64le.rpm postgresql16-devel-16.2-150600.16.2.1.ppc64le.rpm postgresql16-llvmjit-16.2-150600.16.2.1.ppc64le.rpm postgresql16-llvmjit-devel-16.2-150600.16.2.1.ppc64le.rpm postgresql16-plperl-16.2-150600.16.2.1.ppc64le.rpm postgresql16-plpython-16.2-150600.16.2.1.ppc64le.rpm postgresql16-pltcl-16.2-150600.16.2.1.ppc64le.rpm postgresql16-server-16.2-150600.16.2.1.ppc64le.rpm postgresql16-server-devel-16.2-150600.16.2.1.ppc64le.rpm postgresql16-test-16.2-150600.16.2.1.ppc64le.rpm libecpg6-16.2-150600.16.2.1.aarch64.rpm libpq5-16.2-150600.16.2.1.aarch64.rpm postgresql16-16.2-150600.16.2.1.aarch64.rpm postgresql16-contrib-16.2-150600.16.2.1.aarch64.rpm postgresql16-devel-16.2-150600.16.2.1.aarch64.rpm postgresql16-llvmjit-16.2-150600.16.2.1.aarch64.rpm postgresql16-llvmjit-devel-16.2-150600.16.2.1.aarch64.rpm postgresql16-plperl-16.2-150600.16.2.1.aarch64.rpm postgresql16-plpython-16.2-150600.16.2.1.aarch64.rpm postgresql16-pltcl-16.2-150600.16.2.1.aarch64.rpm postgresql16-server-16.2-150600.16.2.1.aarch64.rpm postgresql16-server-devel-16.2-150600.16.2.1.aarch64.rpm postgresql16-test-16.2-150600.16.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-2265 Security update for wireshark moderate SUSE Updates openSUSE-SLE 15.6 This update for wireshark fixes the following issues: Update to version 3.6.22: - CVE-2024-4854: MONGO and ZigBee TLV dissector infinite loops (bsc#1224274) - CVE-2024-4853: The editcap command line utility could crash when chopping bytes from the beginning of a packet (bsc#1224259) - CVE-2024-4855: The editcap command line utility could crash when injecting secrets while writing multiple files (bsc#1224276) libwireshark15-3.6.23-150600.18.3.1.x86_64.rpm libwiretap12-3.6.23-150600.18.3.1.x86_64.rpm libwsutil13-3.6.23-150600.18.3.1.x86_64.rpm wireshark-3.6.23-150600.18.3.1.src.rpm wireshark-3.6.23-150600.18.3.1.x86_64.rpm wireshark-devel-3.6.23-150600.18.3.1.x86_64.rpm wireshark-ui-qt-3.6.23-150600.18.3.1.x86_64.rpm libwireshark15-3.6.23-150600.18.3.1.s390x.rpm libwiretap12-3.6.23-150600.18.3.1.s390x.rpm libwsutil13-3.6.23-150600.18.3.1.s390x.rpm wireshark-3.6.23-150600.18.3.1.s390x.rpm wireshark-devel-3.6.23-150600.18.3.1.s390x.rpm wireshark-ui-qt-3.6.23-150600.18.3.1.s390x.rpm libwireshark15-3.6.23-150600.18.3.1.ppc64le.rpm libwiretap12-3.6.23-150600.18.3.1.ppc64le.rpm libwsutil13-3.6.23-150600.18.3.1.ppc64le.rpm wireshark-3.6.23-150600.18.3.1.ppc64le.rpm wireshark-devel-3.6.23-150600.18.3.1.ppc64le.rpm wireshark-ui-qt-3.6.23-150600.18.3.1.ppc64le.rpm libwireshark15-3.6.23-150600.18.3.1.aarch64.rpm libwiretap12-3.6.23-150600.18.3.1.aarch64.rpm libwsutil13-3.6.23-150600.18.3.1.aarch64.rpm wireshark-3.6.23-150600.18.3.1.aarch64.rpm wireshark-devel-3.6.23-150600.18.3.1.aarch64.rpm wireshark-ui-qt-3.6.23-150600.18.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2243 Recommended update for tboot moderate SUSE Updates openSUSE-SLE 15.6 This update for tboot fixes the following issues: - Version bump to upstream version v1.11.4 (jsc#SLE-8505) * v1.11.4 - Increase the TBOOT log size from 32 KB to 64 KB. For some Intel server platforms, it was noticed that TBOOT_SERIAL_LOG memory section was too small to hold all of the print logs, produced by TBOOT. Due to this reason TBOOT log section memory size had to be increase to 64KB. * v1.11.3 - Fix the hanging TBOOT issue, which appeared during the RLPs wake up process on the Intel's multisocket platform. This problem appeared during the AP stacks allocations for these RLPs. TBOOT allocated memory for them depending on the woken-up CPUs X2 APIC values. When some of them exceeded the NR_CPUS (1024), then the RLP wake up process execution halted. For the current moment, the maximal X2 APID value was increased from 1024 to 8192. This kind of solution fixed the given problem. * v1.11.2 - Fix the RAM memory allocation algorithm for the initrd. * v1.11.1 - Revert log memory range extension (caused memory overlaps and boot failures) * v1.11.0 - Fixed TPM handling to flush objects after integrity measurement (Intel PTT limitations) - Extended low memory range for logs (HCC CPUs had issue with not enough memory) - "agile" removed from PCR Extend policy options (requested deprecation) - Added handling for flexible ACM Info Table format - lcptools: CPPFLAGS use by environment in build - lcptools: removed __DATE__ refs to make build reproducible - Only platform-matching SINIT modules can be selected - txt-acminfo: Map TXT heap using mmap - Typo fix in man page * v1.10.5 - Fixed mlehash.c to bring back functionality and make it GCC12 compliant - Reverted change for replacing EFI memory to bring back Tboot in-memory logs * v1.10.4 - Fix hash printing for SHA384, SHA512 and SM3 - Touch ups for GCC12 - Set GDT to map CS and DS to 4GB before jumping to Linux - make efi_memmap_reserve handle gaps like e820_protect_region - Ensure that growth of Multiboot tags does not go beyond original area - Replace EFI memory map in Multiboot2 info - Fix endianness of pcr_info->pcr_selection.size_of_select - Don't ignore locality in PCR file - Fix composite hashing algorithm for PCONF elements to match lcptools-1 * v1.10.3 - Add UNI-VGA license information - Remove poly1305 object files on clean - Support higher resolution monitors - Use SHA256 as default hashing algorithm in lcp2_mlehash and tb_polgen - Add OpenSSL 3.0.0 support in lcptools-v2 - Increase number of supported CPUs to 1024 to accommodate for larger units tboot-20240625_1.11.4-150600.11.3.1.src.rpm tboot-20240625_1.11.4-150600.11.3.1.x86_64.rpm openSUSE-SLE-15.6-2024-2314 Recommended update for googletest moderate SUSE Updates openSUSE-SLE 15.6 googletest was updated to fix the following issue: Update to 1.12.1: * Support for move-only values to Return * New matchers: WhenBase64Unescaped * ResultOf() now has a 3-arg overload that takes a description string for better error messages Update to 1.11.0: * --gtest_brief shows only test failures in output * --gtest_fail_fast stops test execution on first failure * Failures in SetUpTestSuite and TearDownTestSuite now cause tests to fail rather than log * Uninstantiated TEST_P and TYPED_TEST_P now fail unless allowlisted using GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST * new matchers and mocking behavior, see https://github.com/google/googletest/releases/tag/release-1.11.0 gmock-1.12.1-150200.3.3.1.x86_64.rpm googletest-1.12.1-150200.3.3.1.src.rpm gtest-1.12.1-150200.3.3.1.x86_64.rpm gmock-1.12.1-150200.3.3.1.s390x.rpm gtest-1.12.1-150200.3.3.1.s390x.rpm gmock-1.12.1-150200.3.3.1.ppc64le.rpm gtest-1.12.1-150200.3.3.1.ppc64le.rpm gmock-1.12.1-150200.3.3.1.aarch64.rpm gtest-1.12.1-150200.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2318 Security update for kubevirt, virt-api-container, virt-controller-container, virt-exportproxy-container, virt-exportserver-container, virt-handler-container, virt-launcher-container, virt-libguestfs-tools-container, virt-operator-container, virt-pr-helper-container important SUSE Updates openSUSE-SLE 15.6 This update for kubevirt, virt-api-container, virt-controller-container, virt-exportproxy-container, virt-exportserver-container, virt-handler-container, virt-launcher-container, virt-libguestfs-tools-container, virt-operator-container, virt-pr-helper-container fixes the following issues: - Collect component Role rules under operator Role instead of ClusterRole (bsc#1223965, CVE-2024-33394) - Ensure procps is installed (provides ps for tests) Containers were rebuilt against current go and maintenance updates. kubevirt-1.1.1-150600.5.3.2.src.rpm kubevirt-container-disk-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-manifests-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-pr-helper-conf-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-tests-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virt-api-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virt-controller-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virt-exportproxy-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virt-exportserver-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virt-handler-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virt-launcher-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virt-operator-1.1.1-150600.5.3.2.x86_64.rpm kubevirt-virtctl-1.1.1-150600.5.3.2.x86_64.rpm obs-service-kubevirt_containers_meta-1.1.1-150600.5.3.2.x86_64.rpm openSUSE-SLE-15.6-2024-2296 Feature update for jakarta-inject moderate SUSE Updates openSUSE-SLE 15.6 This update for jakarta-inject fixes the following issues: - New pacakge implementation at version 2.0.1 jakarta-inject-2.0.1-150200.5.3.3.noarch.rpm jakarta-inject-2.0.1-150200.5.3.3.src.rpm jakarta-inject-javadoc-2.0.1-150200.5.3.3.noarch.rpm openSUSE-SLE-15.6-2024-2282 Optional update for openscap, scap-security-guide moderate SUSE Updates openSUSE-SLE 15.6 This update for scap-security-guide and openscap provides the SCAP tooling for SLE Micro 5.3, 5.4, 5.5. This includes shipping openscap dependencies libxmlsec1-1 and libxmlsec1-openssl for SLE Micro. libltdl7-2.4.6-150000.3.8.1.x86_64.rpm libltdl7-32bit-2.4.6-150000.3.8.1.x86_64.rpm libprocps8-3.3.17-150000.7.39.1.x86_64.rpm libtool-2.4.6-150000.3.8.1.src.rpm libtool-2.4.6-150000.3.8.1.x86_64.rpm libtool-32bit-2.4.6-150000.3.8.1.x86_64.rpm procps-3.3.17-150000.7.39.1.src.rpm procps-3.3.17-150000.7.39.1.x86_64.rpm procps-devel-3.3.17-150000.7.39.1.x86_64.rpm procps-lang-3.3.17-150000.7.39.1.noarch.rpm scap-security-guide-0.1.73-150000.1.83.1.noarch.rpm scap-security-guide-0.1.73-150000.1.83.1.src.rpm scap-security-guide-debian-0.1.73-150000.1.83.1.noarch.rpm scap-security-guide-redhat-0.1.73-150000.1.83.1.noarch.rpm scap-security-guide-ubuntu-0.1.73-150000.1.83.1.noarch.rpm libltdl7-2.4.6-150000.3.8.1.s390x.rpm libprocps8-3.3.17-150000.7.39.1.s390x.rpm libtool-2.4.6-150000.3.8.1.s390x.rpm procps-3.3.17-150000.7.39.1.s390x.rpm procps-devel-3.3.17-150000.7.39.1.s390x.rpm libltdl7-2.4.6-150000.3.8.1.ppc64le.rpm libprocps8-3.3.17-150000.7.39.1.ppc64le.rpm libtool-2.4.6-150000.3.8.1.ppc64le.rpm procps-3.3.17-150000.7.39.1.ppc64le.rpm procps-devel-3.3.17-150000.7.39.1.ppc64le.rpm libltdl7-2.4.6-150000.3.8.1.aarch64.rpm libprocps8-3.3.17-150000.7.39.1.aarch64.rpm libtool-2.4.6-150000.3.8.1.aarch64.rpm procps-3.3.17-150000.7.39.1.aarch64.rpm procps-devel-3.3.17-150000.7.39.1.aarch64.rpm openSUSE-SLE-15.6-2024-2264 Recommended update for python-rpm-macros moderate SUSE Updates openSUSE-SLE 15.6 This update for python-rpm-macros fixes the following issues: - Update to version 20240618.1e386da: * Fix python_clone sed regex - Update to version 20240614.02920b8: * Make sure that RPM_BUILD_ROOT env is set * don't eliminate any cmdline arguments in the shebang line * Create python313 macros - Update to version 20240415.c664b45: * Fix typo 310 -> 312 in default-prjconf - Update to version 20240202.501440e: * SPEC0: Drop python39, add python312 to buildset (#169) - Update to version 20231220.98427f3: * fix python2_compile macro - Update to version 20231207.46c2ec3: * make FLAVOR_compile compatible with python2 - Update to version 20231204.dd64e74: * Combine fix_shebang in one line * New macro FLAVOR_fix_shebang_path * Use realpath in %python_clone macro shebang replacement * Compile and fix_shebang in %python_install macros - Update to version 20231010.0a1f0d9: * Revert "Compile and fix_shebang in %python_install macros" - Update to version 20231010.a32e110: * Compile and fix_shebang in %python_install macros - Update to version 20231005.bf2d3ab: * Fix shebang also in sbin with macro _fix_shebang - Update to version 20230609.6fe8111: * move compile loop to python * remove python38 python-rpm-generators-20240618.1e386da-150400.3.13.1.noarch.rpm python-rpm-macros-20240618.1e386da-150400.3.13.1.noarch.rpm python-rpm-macros-20240618.1e386da-150400.3.13.1.src.rpm openSUSE-SLE-15.6-2024-2260 Security update for pgadmin4 important SUSE Updates openSUSE-SLE 15.6 This update for pgadmin4 fixes the following issues: - CVE-2024-4216: Fixed XSS in /settings/store endpoint (bsc#1223868). - CVE-2024-4215: Fixed multi-factor authentication bypass (bsc#1223867). pgadmin4-8.5-150600.3.3.1.noarch.rpm pgadmin4-8.5-150600.3.3.1.src.rpm pgadmin4-cloud-8.5-150600.3.3.1.noarch.rpm pgadmin4-desktop-8.5-150600.3.3.1.noarch.rpm pgadmin4-doc-8.5-150600.3.3.1.noarch.rpm pgadmin4-web-uwsgi-8.5-150600.3.3.1.noarch.rpm system-user-pgadmin-8.5-150600.3.3.1.noarch.rpm openSUSE-SLE-15.6-2024-3178 Recommended update for libzypp, zypper, libsolv, zypp-plugin, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings important SUSE Updates openSUSE-SLE 15.6 This update for libzypp, zypper, libsolv, zypp-plugin, PackageKit-branding-SLE, PackageKit, libyui, yast2-pkg-bindings fixes the following issues: - Make sure not to statically linked installed tools (bsc#1228787) - MediaPluginType must be resolved to a valid MediaHandler (bsc#1228208) - Export asSolvable for YAST (bsc#1228420) - Export CredentialManager for legacy YAST versions (bsc#1228420) - Fix 4 typos in zypp.conf - Fix typo in the geoip update pipeline (bsc#1228206) - Export RepoVariablesStringReplacer for yast2 (bsc#1228138) - Removed dependency on external find program in the repo2solv tool - Fix return value of repodata.add_solv() - New SOLVER_FLAG_FOCUS_NEW flag - Fix return value of repodata.add_solv() in the bindings - Fix SHA-224 oid in solv_pgpvrfy - Translation: updated .pot file. - Conflict with python zypp-plugin < 0.6.4 (bsc#1227793) - Fix int overflow in Provider - Fix error reporting on repoindex.xml parse error (bsc#1227625) - Keep UrlResolverPlugin API public - Blacklist /snap executables for 'zypper ps' (bsc#1226014) - Fix handling of buddies when applying locks (bsc#1225267) - Fix readline setup to handle Ctrl-C and Ctrl-D correctly (bsc#1227205) - Show rpm install size before installing (bsc#1224771) - Install zypp/APIConfig.h legacy include - Update soname due to RepoManager refactoring and cleanup - Workaround broken libsolv-tools-base requirements - Strip ssl_clientkey from repo urls (bsc#1226030) - Remove protobuf build dependency - Lazily attach medium during refresh workflows (bsc#1223094) - Refactor RepoManager and add Service workflows - Let_readline_abort_on_Ctrl-C (bsc#1226493) - packages: add '--system' to show @System packages (bsc#222971) - Provide python3-zypp-plugin down to SLE12 (bsc#1081596) PackageKit-1.2.8-150600.4.5.2.src.rpm True PackageKit-1.2.8-150600.4.5.2.x86_64.rpm True PackageKit-backend-dnf-1.2.8-150600.4.5.2.x86_64.rpm True PackageKit-backend-zypp-1.2.8-150600.4.5.2.x86_64.rpm True PackageKit-branding-SLE-12.0-150600.22.5.2.noarch.rpm True PackageKit-branding-SLE-12.0-150600.22.5.2.src.rpm True PackageKit-branding-upstream-1.2.8-150600.4.5.2.noarch.rpm True PackageKit-devel-1.2.8-150600.4.5.2.x86_64.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.5.2.x86_64.rpm True PackageKit-gtk3-module-1.2.8-150600.4.5.2.x86_64.rpm True PackageKit-lang-1.2.8-150600.4.5.2.noarch.rpm True libpackagekit-glib2-18-1.2.8-150600.4.5.2.x86_64.rpm True libpackagekit-glib2-18-32bit-1.2.8-150600.4.5.2.x86_64.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.5.2.x86_64.rpm True libpackagekit-glib2-devel-32bit-1.2.8-150600.4.5.2.x86_64.rpm True libsolv-0.7.30-150400.3.27.2.src.rpm True libsolv-demo-0.7.30-150400.3.27.2.x86_64.rpm True libsolv-devel-0.7.30-150400.3.27.2.x86_64.rpm True libsolv-tools-0.7.30-150400.3.27.2.x86_64.rpm True libsolv-tools-base-0.7.30-150400.3.27.2.x86_64.rpm True libyui-4.5.3-150500.3.10.1.src.rpm True libyui-bindings-4.5.3-150500.3.10.1.src.rpm True libyui-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-ncurses-4.5.3-150500.3.10.1.src.rpm True libyui-ncurses-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-ncurses-pkg-4.5.3-150500.3.10.1.src.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.10.1.x86_64.rpm True libyui-ncurses-rest-api-4.5.3-150500.3.10.1.src.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.10.1.x86_64.rpm True libyui-ncurses-tools-4.5.3-150500.3.10.1.x86_64.rpm True libyui-ncurses16-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt-4.5.3-150500.3.10.1.src.rpm True libyui-qt-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt-graph-4.5.3-150500.3.10.1.src.rpm True libyui-qt-graph-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt-graph16-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt-pkg-4.5.3-150500.3.10.1.src.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt-pkg16-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt-rest-api-4.5.3-150500.3.10.1.src.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt-rest-api16-4.5.3-150500.3.10.1.x86_64.rpm True libyui-qt16-4.5.3-150500.3.10.1.x86_64.rpm True libyui-rest-api-4.5.3-150500.3.10.1.src.rpm True libyui-rest-api-devel-4.5.3-150500.3.10.1.x86_64.rpm True libyui-rest-api16-4.5.3-150500.3.10.1.x86_64.rpm True libyui16-4.5.3-150500.3.10.1.x86_64.rpm True libzypp-17.35.8-150600.3.19.1.src.rpm True libzypp-17.35.8-150600.3.19.1.x86_64.rpm True libzypp-devel-17.35.8-150600.3.19.1.x86_64.rpm True libzypp-devel-doc-17.35.8-150600.3.19.1.x86_64.rpm True perl-solv-0.7.30-150400.3.27.2.x86_64.rpm True perl-yui-4.5.3-150500.3.10.1.x86_64.rpm True python3-solv-0.7.30-150400.3.27.2.x86_64.rpm True python3-yui-4.5.3-150500.3.10.1.x86_64.rpm True python3-zypp-plugin-0.6.4-150400.13.4.1.noarch.rpm True python311-solv-0.7.30-150400.3.27.2.x86_64.rpm True ruby-solv-0.7.30-150400.3.27.2.x86_64.rpm True ruby-yui-4.5.3-150500.3.10.1.x86_64.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.5.2.x86_64.rpm True yast2-pkg-bindings-4.6.5-150600.3.6.1.src.rpm True yast2-pkg-bindings-4.6.5-150600.3.6.1.x86_64.rpm True zypp-plugin-0.6.4-150400.13.4.1.src.rpm True zypper-1.14.76-150600.10.6.13.src.rpm True zypper-1.14.76-150600.10.6.13.x86_64.rpm True zypper-aptitude-1.14.76-150600.10.6.13.noarch.rpm True zypper-log-1.14.76-150600.10.6.13.noarch.rpm True zypper-needs-restarting-1.14.76-150600.10.6.13.noarch.rpm True PackageKit-1.2.8-150600.4.5.2.s390x.rpm True PackageKit-backend-dnf-1.2.8-150600.4.5.2.s390x.rpm True PackageKit-backend-zypp-1.2.8-150600.4.5.2.s390x.rpm True PackageKit-devel-1.2.8-150600.4.5.2.s390x.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.5.2.s390x.rpm True PackageKit-gtk3-module-1.2.8-150600.4.5.2.s390x.rpm True libpackagekit-glib2-18-1.2.8-150600.4.5.2.s390x.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.5.2.s390x.rpm True libsolv-demo-0.7.30-150400.3.27.2.s390x.rpm True libsolv-devel-0.7.30-150400.3.27.2.s390x.rpm True libsolv-tools-0.7.30-150400.3.27.2.s390x.rpm True libsolv-tools-base-0.7.30-150400.3.27.2.s390x.rpm True libyui-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-ncurses-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.10.1.s390x.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.10.1.s390x.rpm True libyui-ncurses-tools-4.5.3-150500.3.10.1.s390x.rpm True libyui-ncurses16-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt-graph-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt-graph16-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt-pkg16-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt-rest-api16-4.5.3-150500.3.10.1.s390x.rpm True libyui-qt16-4.5.3-150500.3.10.1.s390x.rpm True libyui-rest-api-devel-4.5.3-150500.3.10.1.s390x.rpm True libyui-rest-api16-4.5.3-150500.3.10.1.s390x.rpm True libyui16-4.5.3-150500.3.10.1.s390x.rpm True libzypp-17.35.8-150600.3.19.1.s390x.rpm True libzypp-devel-17.35.8-150600.3.19.1.s390x.rpm True libzypp-devel-doc-17.35.8-150600.3.19.1.s390x.rpm True perl-solv-0.7.30-150400.3.27.2.s390x.rpm True perl-yui-4.5.3-150500.3.10.1.s390x.rpm True python3-solv-0.7.30-150400.3.27.2.s390x.rpm True python3-yui-4.5.3-150500.3.10.1.s390x.rpm True python311-solv-0.7.30-150400.3.27.2.s390x.rpm True ruby-solv-0.7.30-150400.3.27.2.s390x.rpm True ruby-yui-4.5.3-150500.3.10.1.s390x.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.5.2.s390x.rpm True yast2-pkg-bindings-4.6.5-150600.3.6.1.s390x.rpm True zypper-1.14.76-150600.10.6.13.s390x.rpm True PackageKit-1.2.8-150600.4.5.2.ppc64le.rpm True PackageKit-backend-dnf-1.2.8-150600.4.5.2.ppc64le.rpm True PackageKit-backend-zypp-1.2.8-150600.4.5.2.ppc64le.rpm True PackageKit-devel-1.2.8-150600.4.5.2.ppc64le.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.5.2.ppc64le.rpm True PackageKit-gtk3-module-1.2.8-150600.4.5.2.ppc64le.rpm True libpackagekit-glib2-18-1.2.8-150600.4.5.2.ppc64le.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.5.2.ppc64le.rpm True libsolv-demo-0.7.30-150400.3.27.2.ppc64le.rpm True libsolv-devel-0.7.30-150400.3.27.2.ppc64le.rpm True libsolv-tools-0.7.30-150400.3.27.2.ppc64le.rpm True libsolv-tools-base-0.7.30-150400.3.27.2.ppc64le.rpm True libyui-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-ncurses-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-ncurses-tools-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-ncurses16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt-graph-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt-graph16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt-pkg16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt-rest-api16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-qt16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-rest-api-devel-4.5.3-150500.3.10.1.ppc64le.rpm True libyui-rest-api16-4.5.3-150500.3.10.1.ppc64le.rpm True libyui16-4.5.3-150500.3.10.1.ppc64le.rpm True libzypp-17.35.8-150600.3.19.1.ppc64le.rpm True libzypp-devel-17.35.8-150600.3.19.1.ppc64le.rpm True libzypp-devel-doc-17.35.8-150600.3.19.1.ppc64le.rpm True perl-solv-0.7.30-150400.3.27.2.ppc64le.rpm True perl-yui-4.5.3-150500.3.10.1.ppc64le.rpm True python3-solv-0.7.30-150400.3.27.2.ppc64le.rpm True python3-yui-4.5.3-150500.3.10.1.ppc64le.rpm True python311-solv-0.7.30-150400.3.27.2.ppc64le.rpm True ruby-solv-0.7.30-150400.3.27.2.ppc64le.rpm True ruby-yui-4.5.3-150500.3.10.1.ppc64le.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.5.2.ppc64le.rpm True yast2-pkg-bindings-4.6.5-150600.3.6.1.ppc64le.rpm True zypper-1.14.76-150600.10.6.13.ppc64le.rpm True PackageKit-1.2.8-150600.4.5.2.aarch64.rpm True PackageKit-backend-dnf-1.2.8-150600.4.5.2.aarch64.rpm True PackageKit-backend-zypp-1.2.8-150600.4.5.2.aarch64.rpm True PackageKit-devel-1.2.8-150600.4.5.2.aarch64.rpm True PackageKit-gstreamer-plugin-1.2.8-150600.4.5.2.aarch64.rpm True PackageKit-gtk3-module-1.2.8-150600.4.5.2.aarch64.rpm True libpackagekit-glib2-18-1.2.8-150600.4.5.2.aarch64.rpm True libpackagekit-glib2-devel-1.2.8-150600.4.5.2.aarch64.rpm True libsolv-demo-0.7.30-150400.3.27.2.aarch64.rpm True libsolv-devel-0.7.30-150400.3.27.2.aarch64.rpm True libsolv-tools-0.7.30-150400.3.27.2.aarch64.rpm True libsolv-tools-base-0.7.30-150400.3.27.2.aarch64.rpm True libyui-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-ncurses-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-ncurses-pkg-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-ncurses-pkg16-4.5.3-150500.3.10.1.aarch64.rpm True libyui-ncurses-rest-api-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-ncurses-rest-api16-4.5.3-150500.3.10.1.aarch64.rpm True libyui-ncurses-tools-4.5.3-150500.3.10.1.aarch64.rpm True libyui-ncurses16-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt-graph-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt-graph16-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt-pkg-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt-pkg16-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt-rest-api-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt-rest-api16-4.5.3-150500.3.10.1.aarch64.rpm True libyui-qt16-4.5.3-150500.3.10.1.aarch64.rpm True libyui-rest-api-devel-4.5.3-150500.3.10.1.aarch64.rpm True libyui-rest-api16-4.5.3-150500.3.10.1.aarch64.rpm True libyui16-4.5.3-150500.3.10.1.aarch64.rpm True libzypp-17.35.8-150600.3.19.1.aarch64.rpm True libzypp-devel-17.35.8-150600.3.19.1.aarch64.rpm True libzypp-devel-doc-17.35.8-150600.3.19.1.aarch64.rpm True perl-solv-0.7.30-150400.3.27.2.aarch64.rpm True perl-yui-4.5.3-150500.3.10.1.aarch64.rpm True python3-solv-0.7.30-150400.3.27.2.aarch64.rpm True python3-yui-4.5.3-150500.3.10.1.aarch64.rpm True python311-solv-0.7.30-150400.3.27.2.aarch64.rpm True ruby-solv-0.7.30-150400.3.27.2.aarch64.rpm True ruby-yui-4.5.3-150500.3.10.1.aarch64.rpm True typelib-1_0-PackageKitGlib-1_0-1.2.8-150600.4.5.2.aarch64.rpm True yast2-pkg-bindings-4.6.5-150600.3.6.1.aarch64.rpm True zypper-1.14.76-150600.10.6.13.aarch64.rpm True openSUSE-SLE-15.6-2024-2306 Recommended update for libvirt moderate SUSE Updates openSUSE-SLE 15.6 This update for libvirt fixes the following issue: - qemu: Fix migration with custom XML (bsc#1226492) libvirt-10.0.0-150600.8.6.2.src.rpm libvirt-10.0.0-150600.8.6.2.x86_64.rpm libvirt-client-10.0.0-150600.8.6.2.x86_64.rpm libvirt-client-qemu-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-common-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-config-network-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-libxl-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-network-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-rbd-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-hooks-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-lock-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-log-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-lxc-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-proxy-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-qemu-10.0.0-150600.8.6.2.x86_64.rpm libvirt-daemon-xen-10.0.0-150600.8.6.2.x86_64.rpm libvirt-devel-10.0.0-150600.8.6.2.x86_64.rpm libvirt-devel-32bit-10.0.0-150600.8.6.2.x86_64.rpm libvirt-doc-10.0.0-150600.8.6.2.noarch.rpm libvirt-libs-10.0.0-150600.8.6.2.x86_64.rpm libvirt-nss-10.0.0-150600.8.6.2.x86_64.rpm wireshark-plugin-libvirt-10.0.0-150600.8.6.2.x86_64.rpm libvirt-10.0.0-150600.8.6.2.s390x.rpm libvirt-client-10.0.0-150600.8.6.2.s390x.rpm libvirt-client-qemu-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-common-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-config-network-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-network-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-hooks-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-lock-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-log-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-lxc-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-proxy-10.0.0-150600.8.6.2.s390x.rpm libvirt-daemon-qemu-10.0.0-150600.8.6.2.s390x.rpm libvirt-devel-10.0.0-150600.8.6.2.s390x.rpm libvirt-libs-10.0.0-150600.8.6.2.s390x.rpm libvirt-nss-10.0.0-150600.8.6.2.s390x.rpm wireshark-plugin-libvirt-10.0.0-150600.8.6.2.s390x.rpm libvirt-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-client-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-client-qemu-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-common-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-config-network-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-network-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-hooks-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-lock-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-log-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-lxc-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-proxy-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-daemon-qemu-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-devel-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-libs-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-nss-10.0.0-150600.8.6.2.ppc64le.rpm wireshark-plugin-libvirt-10.0.0-150600.8.6.2.ppc64le.rpm libvirt-10.0.0-150600.8.6.2.aarch64.rpm libvirt-client-10.0.0-150600.8.6.2.aarch64.rpm libvirt-client-qemu-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-common-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-config-network-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-config-nwfilter-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-interface-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-lxc-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-network-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-nodedev-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-nwfilter-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-qemu-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-secret-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-core-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-disk-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-gluster-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-iscsi-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-iscsi-direct-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-logical-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-mpath-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-rbd-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-driver-storage-scsi-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-hooks-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-lock-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-log-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-lxc-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-plugin-lockd-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-plugin-sanlock-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-proxy-10.0.0-150600.8.6.2.aarch64.rpm libvirt-daemon-qemu-10.0.0-150600.8.6.2.aarch64.rpm libvirt-devel-10.0.0-150600.8.6.2.aarch64.rpm libvirt-libs-10.0.0-150600.8.6.2.aarch64.rpm libvirt-nss-10.0.0-150600.8.6.2.aarch64.rpm wireshark-plugin-libvirt-10.0.0-150600.8.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2278 Recommended update for systemtap moderate SUSE Updates openSUSE-SLE 15.6 This update for systemtap fixes the following issues: - Fix "modpost: module_kallsyms_on_each_symbol undefined" regression (bsc#1226019) systemtap-5.0-150600.3.3.3.src.rpm systemtap-5.0-150600.3.3.3.x86_64.rpm systemtap-docs-5.0-150600.3.3.3.noarch.rpm systemtap-docs-5.0-150600.3.3.3.src.rpm systemtap-dtrace-5.0-150600.3.3.3.noarch.rpm systemtap-dtrace-5.0-150600.3.3.3.src.rpm systemtap-headers-5.0-150600.3.3.3.src.rpm systemtap-headers-5.0-150600.3.3.3.x86_64.rpm systemtap-runtime-5.0-150600.3.3.3.x86_64.rpm systemtap-sdt-devel-5.0-150600.3.3.3.x86_64.rpm systemtap-server-5.0-150600.3.3.3.x86_64.rpm systemtap-5.0-150600.3.3.3.s390x.rpm systemtap-headers-5.0-150600.3.3.3.s390x.rpm systemtap-runtime-5.0-150600.3.3.3.s390x.rpm systemtap-sdt-devel-5.0-150600.3.3.3.s390x.rpm systemtap-server-5.0-150600.3.3.3.s390x.rpm systemtap-5.0-150600.3.3.3.ppc64le.rpm systemtap-headers-5.0-150600.3.3.3.ppc64le.rpm systemtap-runtime-5.0-150600.3.3.3.ppc64le.rpm systemtap-sdt-devel-5.0-150600.3.3.3.ppc64le.rpm systemtap-server-5.0-150600.3.3.3.ppc64le.rpm systemtap-5.0-150600.3.3.3.aarch64.rpm systemtap-headers-5.0-150600.3.3.3.aarch64.rpm systemtap-runtime-5.0-150600.3.3.3.aarch64.rpm systemtap-sdt-devel-5.0-150600.3.3.3.aarch64.rpm systemtap-server-5.0-150600.3.3.3.aarch64.rpm openSUSE-SLE-15.6-2024-2261 Security update for postgresql15 moderate SUSE Updates openSUSE-SLE 15.6 This update for postgresql15 fixes the following issues: - Upgrade to 15.7. (bsc#1224051) - CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038) postgresql15-15.7-150600.16.3.1.src.rpm postgresql15-15.7-150600.16.3.1.x86_64.rpm postgresql15-contrib-15.7-150600.16.3.1.x86_64.rpm postgresql15-devel-15.7-150600.16.3.1.x86_64.rpm postgresql15-docs-15.7-150600.16.3.1.noarch.rpm postgresql15-llvmjit-15.7-150600.16.3.1.x86_64.rpm postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64.rpm postgresql15-plperl-15.7-150600.16.3.1.x86_64.rpm postgresql15-plpython-15.7-150600.16.3.1.x86_64.rpm postgresql15-pltcl-15.7-150600.16.3.1.x86_64.rpm postgresql15-server-15.7-150600.16.3.1.x86_64.rpm postgresql15-server-devel-15.7-150600.16.3.1.x86_64.rpm postgresql15-test-15.7-150600.16.3.1.x86_64.rpm postgresql15-15.7-150600.16.3.1.s390x.rpm postgresql15-contrib-15.7-150600.16.3.1.s390x.rpm postgresql15-devel-15.7-150600.16.3.1.s390x.rpm postgresql15-llvmjit-15.7-150600.16.3.1.s390x.rpm postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x.rpm postgresql15-plperl-15.7-150600.16.3.1.s390x.rpm postgresql15-plpython-15.7-150600.16.3.1.s390x.rpm postgresql15-pltcl-15.7-150600.16.3.1.s390x.rpm postgresql15-server-15.7-150600.16.3.1.s390x.rpm postgresql15-server-devel-15.7-150600.16.3.1.s390x.rpm postgresql15-test-15.7-150600.16.3.1.s390x.rpm postgresql15-15.7-150600.16.3.1.ppc64le.rpm postgresql15-contrib-15.7-150600.16.3.1.ppc64le.rpm postgresql15-devel-15.7-150600.16.3.1.ppc64le.rpm postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le.rpm postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le.rpm postgresql15-plperl-15.7-150600.16.3.1.ppc64le.rpm postgresql15-plpython-15.7-150600.16.3.1.ppc64le.rpm postgresql15-pltcl-15.7-150600.16.3.1.ppc64le.rpm postgresql15-server-15.7-150600.16.3.1.ppc64le.rpm postgresql15-server-devel-15.7-150600.16.3.1.ppc64le.rpm postgresql15-test-15.7-150600.16.3.1.ppc64le.rpm postgresql15-15.7-150600.16.3.1.aarch64.rpm postgresql15-contrib-15.7-150600.16.3.1.aarch64.rpm postgresql15-devel-15.7-150600.16.3.1.aarch64.rpm postgresql15-llvmjit-15.7-150600.16.3.1.aarch64.rpm postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64.rpm postgresql15-plperl-15.7-150600.16.3.1.aarch64.rpm postgresql15-plpython-15.7-150600.16.3.1.aarch64.rpm postgresql15-pltcl-15.7-150600.16.3.1.aarch64.rpm postgresql15-server-15.7-150600.16.3.1.aarch64.rpm postgresql15-server-devel-15.7-150600.16.3.1.aarch64.rpm postgresql15-test-15.7-150600.16.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2262 Security update for postgresql14 moderate SUSE Updates openSUSE-SLE 15.6 This update for postgresql14 fixes the following issues: - Upgrade to 14.12 (bsc#1224051): - CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038) postgresql14-14.12-150600.16.3.1.src.rpm postgresql14-14.12-150600.16.3.1.x86_64.rpm postgresql14-contrib-14.12-150600.16.3.1.x86_64.rpm postgresql14-devel-14.12-150600.16.3.1.x86_64.rpm postgresql14-docs-14.12-150600.16.3.1.noarch.rpm postgresql14-llvmjit-14.12-150600.16.3.1.x86_64.rpm postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64.rpm postgresql14-plperl-14.12-150600.16.3.1.x86_64.rpm postgresql14-plpython-14.12-150600.16.3.1.x86_64.rpm postgresql14-pltcl-14.12-150600.16.3.1.x86_64.rpm postgresql14-server-14.12-150600.16.3.1.x86_64.rpm postgresql14-server-devel-14.12-150600.16.3.1.x86_64.rpm postgresql14-test-14.12-150600.16.3.1.x86_64.rpm postgresql14-14.12-150600.16.3.1.s390x.rpm postgresql14-contrib-14.12-150600.16.3.1.s390x.rpm postgresql14-devel-14.12-150600.16.3.1.s390x.rpm postgresql14-llvmjit-14.12-150600.16.3.1.s390x.rpm postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x.rpm postgresql14-plperl-14.12-150600.16.3.1.s390x.rpm postgresql14-plpython-14.12-150600.16.3.1.s390x.rpm postgresql14-pltcl-14.12-150600.16.3.1.s390x.rpm postgresql14-server-14.12-150600.16.3.1.s390x.rpm postgresql14-server-devel-14.12-150600.16.3.1.s390x.rpm postgresql14-test-14.12-150600.16.3.1.s390x.rpm postgresql14-14.12-150600.16.3.1.ppc64le.rpm postgresql14-contrib-14.12-150600.16.3.1.ppc64le.rpm postgresql14-devel-14.12-150600.16.3.1.ppc64le.rpm postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le.rpm postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le.rpm postgresql14-plperl-14.12-150600.16.3.1.ppc64le.rpm postgresql14-plpython-14.12-150600.16.3.1.ppc64le.rpm postgresql14-pltcl-14.12-150600.16.3.1.ppc64le.rpm postgresql14-server-14.12-150600.16.3.1.ppc64le.rpm postgresql14-server-devel-14.12-150600.16.3.1.ppc64le.rpm postgresql14-test-14.12-150600.16.3.1.ppc64le.rpm postgresql14-14.12-150600.16.3.1.aarch64.rpm postgresql14-contrib-14.12-150600.16.3.1.aarch64.rpm postgresql14-devel-14.12-150600.16.3.1.aarch64.rpm postgresql14-llvmjit-14.12-150600.16.3.1.aarch64.rpm postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64.rpm postgresql14-plperl-14.12-150600.16.3.1.aarch64.rpm postgresql14-plpython-14.12-150600.16.3.1.aarch64.rpm postgresql14-pltcl-14.12-150600.16.3.1.aarch64.rpm postgresql14-server-14.12-150600.16.3.1.aarch64.rpm postgresql14-server-devel-14.12-150600.16.3.1.aarch64.rpm postgresql14-test-14.12-150600.16.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2254 Security update for python310 low SUSE Updates openSUSE-SLE 15.6 This update for python310 fixes the following issues: - CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448) libpython3_10-1_0-3.10.14-150400.4.51.1.x86_64.rpm libpython3_10-1_0-32bit-3.10.14-150400.4.51.1.x86_64.rpm python310-3.10.14-150400.4.51.1.src.rpm python310-3.10.14-150400.4.51.1.x86_64.rpm python310-32bit-3.10.14-150400.4.51.1.x86_64.rpm python310-base-3.10.14-150400.4.51.1.x86_64.rpm python310-base-32bit-3.10.14-150400.4.51.1.x86_64.rpm python310-core-3.10.14-150400.4.51.1.src.rpm python310-curses-3.10.14-150400.4.51.1.x86_64.rpm python310-dbm-3.10.14-150400.4.51.1.x86_64.rpm python310-devel-3.10.14-150400.4.51.1.x86_64.rpm python310-doc-3.10.14-150400.4.51.1.x86_64.rpm python310-doc-devhelp-3.10.14-150400.4.51.1.x86_64.rpm python310-documentation-3.10.14-150400.4.51.1.src.rpm python310-idle-3.10.14-150400.4.51.1.x86_64.rpm python310-testsuite-3.10.14-150400.4.51.1.x86_64.rpm python310-tk-3.10.14-150400.4.51.1.x86_64.rpm python310-tools-3.10.14-150400.4.51.1.x86_64.rpm libpython3_10-1_0-3.10.14-150400.4.51.1.s390x.rpm python310-3.10.14-150400.4.51.1.s390x.rpm python310-base-3.10.14-150400.4.51.1.s390x.rpm python310-curses-3.10.14-150400.4.51.1.s390x.rpm python310-dbm-3.10.14-150400.4.51.1.s390x.rpm python310-devel-3.10.14-150400.4.51.1.s390x.rpm python310-doc-3.10.14-150400.4.51.1.s390x.rpm python310-doc-devhelp-3.10.14-150400.4.51.1.s390x.rpm python310-idle-3.10.14-150400.4.51.1.s390x.rpm python310-testsuite-3.10.14-150400.4.51.1.s390x.rpm python310-tk-3.10.14-150400.4.51.1.s390x.rpm python310-tools-3.10.14-150400.4.51.1.s390x.rpm libpython3_10-1_0-3.10.14-150400.4.51.1.ppc64le.rpm python310-3.10.14-150400.4.51.1.ppc64le.rpm python310-base-3.10.14-150400.4.51.1.ppc64le.rpm python310-curses-3.10.14-150400.4.51.1.ppc64le.rpm python310-dbm-3.10.14-150400.4.51.1.ppc64le.rpm python310-devel-3.10.14-150400.4.51.1.ppc64le.rpm python310-doc-3.10.14-150400.4.51.1.ppc64le.rpm python310-doc-devhelp-3.10.14-150400.4.51.1.ppc64le.rpm python310-idle-3.10.14-150400.4.51.1.ppc64le.rpm python310-testsuite-3.10.14-150400.4.51.1.ppc64le.rpm python310-tk-3.10.14-150400.4.51.1.ppc64le.rpm python310-tools-3.10.14-150400.4.51.1.ppc64le.rpm libpython3_10-1_0-3.10.14-150400.4.51.1.aarch64.rpm python310-3.10.14-150400.4.51.1.aarch64.rpm python310-base-3.10.14-150400.4.51.1.aarch64.rpm python310-curses-3.10.14-150400.4.51.1.aarch64.rpm python310-dbm-3.10.14-150400.4.51.1.aarch64.rpm python310-devel-3.10.14-150400.4.51.1.aarch64.rpm python310-doc-3.10.14-150400.4.51.1.aarch64.rpm python310-doc-devhelp-3.10.14-150400.4.51.1.aarch64.rpm python310-idle-3.10.14-150400.4.51.1.aarch64.rpm python310-testsuite-3.10.14-150400.4.51.1.aarch64.rpm python310-tk-3.10.14-150400.4.51.1.aarch64.rpm python310-tools-3.10.14-150400.4.51.1.aarch64.rpm openSUSE-SLE-15.6-2024-2280 Security update for python39 moderate SUSE Updates openSUSE-SLE 15.6 This update for python39 fixes the following issues: - CVE-2024-4032: Rearranging definition of private v global IP. (bsc#1226448) - CVE-2024-0397: Remove a memory race condition in ssl.SSLContext certificate store methods. (bsc#1226447) libpython3_9-1_0-3.9.19-150300.4.46.1.x86_64.rpm libpython3_9-1_0-32bit-3.9.19-150300.4.46.1.x86_64.rpm python39-3.9.19-150300.4.46.1.src.rpm python39-3.9.19-150300.4.46.1.x86_64.rpm python39-32bit-3.9.19-150300.4.46.1.x86_64.rpm python39-base-3.9.19-150300.4.46.1.x86_64.rpm python39-base-32bit-3.9.19-150300.4.46.1.x86_64.rpm python39-core-3.9.19-150300.4.46.1.src.rpm python39-curses-3.9.19-150300.4.46.1.x86_64.rpm python39-dbm-3.9.19-150300.4.46.1.x86_64.rpm python39-devel-3.9.19-150300.4.46.1.x86_64.rpm python39-doc-3.9.19-150300.4.46.1.x86_64.rpm python39-doc-devhelp-3.9.19-150300.4.46.1.x86_64.rpm python39-documentation-3.9.19-150300.4.46.1.src.rpm python39-idle-3.9.19-150300.4.46.1.x86_64.rpm python39-testsuite-3.9.19-150300.4.46.1.x86_64.rpm python39-tk-3.9.19-150300.4.46.1.x86_64.rpm python39-tools-3.9.19-150300.4.46.1.x86_64.rpm libpython3_9-1_0-3.9.19-150300.4.46.1.s390x.rpm python39-3.9.19-150300.4.46.1.s390x.rpm python39-base-3.9.19-150300.4.46.1.s390x.rpm python39-curses-3.9.19-150300.4.46.1.s390x.rpm python39-dbm-3.9.19-150300.4.46.1.s390x.rpm python39-devel-3.9.19-150300.4.46.1.s390x.rpm python39-doc-3.9.19-150300.4.46.1.s390x.rpm python39-doc-devhelp-3.9.19-150300.4.46.1.s390x.rpm python39-idle-3.9.19-150300.4.46.1.s390x.rpm python39-testsuite-3.9.19-150300.4.46.1.s390x.rpm python39-tk-3.9.19-150300.4.46.1.s390x.rpm python39-tools-3.9.19-150300.4.46.1.s390x.rpm libpython3_9-1_0-3.9.19-150300.4.46.1.ppc64le.rpm python39-3.9.19-150300.4.46.1.ppc64le.rpm python39-base-3.9.19-150300.4.46.1.ppc64le.rpm python39-curses-3.9.19-150300.4.46.1.ppc64le.rpm python39-dbm-3.9.19-150300.4.46.1.ppc64le.rpm python39-devel-3.9.19-150300.4.46.1.ppc64le.rpm python39-doc-3.9.19-150300.4.46.1.ppc64le.rpm python39-doc-devhelp-3.9.19-150300.4.46.1.ppc64le.rpm python39-idle-3.9.19-150300.4.46.1.ppc64le.rpm python39-testsuite-3.9.19-150300.4.46.1.ppc64le.rpm python39-tk-3.9.19-150300.4.46.1.ppc64le.rpm python39-tools-3.9.19-150300.4.46.1.ppc64le.rpm libpython3_9-1_0-3.9.19-150300.4.46.1.aarch64.rpm python39-3.9.19-150300.4.46.1.aarch64.rpm python39-base-3.9.19-150300.4.46.1.aarch64.rpm python39-curses-3.9.19-150300.4.46.1.aarch64.rpm python39-dbm-3.9.19-150300.4.46.1.aarch64.rpm python39-devel-3.9.19-150300.4.46.1.aarch64.rpm python39-doc-3.9.19-150300.4.46.1.aarch64.rpm python39-doc-devhelp-3.9.19-150300.4.46.1.aarch64.rpm python39-idle-3.9.19-150300.4.46.1.aarch64.rpm python39-testsuite-3.9.19-150300.4.46.1.aarch64.rpm python39-tk-3.9.19-150300.4.46.1.aarch64.rpm python39-tools-3.9.19-150300.4.46.1.aarch64.rpm openSUSE-SLE-15.6-2024-2277 Security update for git important SUSE Updates openSUSE-SLE 15.6 This update for git fixes the following issues: - CVE-2024-32002: Fix recursive clones on case-insensitive filesystems that support symbolic links are susceptible to case confusion. (bsc#1224168) - CVE-2024-32004: Fixed arbitrary code execution during local clones. (bsc#1224170) - CVE-2024-32020: Fix file overwriting vulnerability during local clones. (bsc#1224171) - CVE-2024-32021: Git may create hardlinks to arbitrary user-readable files. (bsc#1224172) - CVE-2024-32465: Fixed arbitrary code execution during clone operations. (bsc#1224173) git-2.43.0-150600.3.3.1.src.rpm git-2.43.0-150600.3.3.1.x86_64.rpm git-arch-2.43.0-150600.3.3.1.x86_64.rpm git-core-2.43.0-150600.3.3.1.x86_64.rpm git-credential-libsecret-2.43.0-150600.3.3.1.x86_64.rpm git-cvs-2.43.0-150600.3.3.1.x86_64.rpm git-daemon-2.43.0-150600.3.3.1.x86_64.rpm git-doc-2.43.0-150600.3.3.1.noarch.rpm git-email-2.43.0-150600.3.3.1.x86_64.rpm git-gui-2.43.0-150600.3.3.1.x86_64.rpm git-p4-2.43.0-150600.3.3.1.x86_64.rpm git-svn-2.43.0-150600.3.3.1.x86_64.rpm git-web-2.43.0-150600.3.3.1.x86_64.rpm gitk-2.43.0-150600.3.3.1.x86_64.rpm perl-Git-2.43.0-150600.3.3.1.x86_64.rpm git-2.43.0-150600.3.3.1.s390x.rpm git-arch-2.43.0-150600.3.3.1.s390x.rpm git-core-2.43.0-150600.3.3.1.s390x.rpm git-credential-libsecret-2.43.0-150600.3.3.1.s390x.rpm git-cvs-2.43.0-150600.3.3.1.s390x.rpm git-daemon-2.43.0-150600.3.3.1.s390x.rpm git-email-2.43.0-150600.3.3.1.s390x.rpm git-gui-2.43.0-150600.3.3.1.s390x.rpm git-p4-2.43.0-150600.3.3.1.s390x.rpm git-svn-2.43.0-150600.3.3.1.s390x.rpm git-web-2.43.0-150600.3.3.1.s390x.rpm gitk-2.43.0-150600.3.3.1.s390x.rpm perl-Git-2.43.0-150600.3.3.1.s390x.rpm git-2.43.0-150600.3.3.1.ppc64le.rpm git-arch-2.43.0-150600.3.3.1.ppc64le.rpm git-core-2.43.0-150600.3.3.1.ppc64le.rpm git-credential-libsecret-2.43.0-150600.3.3.1.ppc64le.rpm git-cvs-2.43.0-150600.3.3.1.ppc64le.rpm git-daemon-2.43.0-150600.3.3.1.ppc64le.rpm git-email-2.43.0-150600.3.3.1.ppc64le.rpm git-gui-2.43.0-150600.3.3.1.ppc64le.rpm git-p4-2.43.0-150600.3.3.1.ppc64le.rpm git-svn-2.43.0-150600.3.3.1.ppc64le.rpm git-web-2.43.0-150600.3.3.1.ppc64le.rpm gitk-2.43.0-150600.3.3.1.ppc64le.rpm perl-Git-2.43.0-150600.3.3.1.ppc64le.rpm git-2.43.0-150600.3.3.1.aarch64.rpm git-arch-2.43.0-150600.3.3.1.aarch64.rpm git-core-2.43.0-150600.3.3.1.aarch64.rpm git-credential-libsecret-2.43.0-150600.3.3.1.aarch64.rpm git-cvs-2.43.0-150600.3.3.1.aarch64.rpm git-daemon-2.43.0-150600.3.3.1.aarch64.rpm git-email-2.43.0-150600.3.3.1.aarch64.rpm git-gui-2.43.0-150600.3.3.1.aarch64.rpm git-p4-2.43.0-150600.3.3.1.aarch64.rpm git-svn-2.43.0-150600.3.3.1.aarch64.rpm git-web-2.43.0-150600.3.3.1.aarch64.rpm gitk-2.43.0-150600.3.3.1.aarch64.rpm perl-Git-2.43.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2299 Security update for apache2-mod_auth_openidc important SUSE Updates openSUSE-SLE 15.6 This update for apache2-mod_auth_openidc fixes the following issues: - CVE-2024-24814: Fixed a bug that can led to DoS when `OIDCSessionType client-cookie` is set and a crafted Cookie header is supplied. (bsc#1219911) apache2-mod_auth_openidc-2.3.8-150600.16.5.1.src.rpm apache2-mod_auth_openidc-2.3.8-150600.16.5.1.x86_64.rpm apache2-mod_auth_openidc-2.3.8-150600.16.5.1.s390x.rpm apache2-mod_auth_openidc-2.3.8-150600.16.5.1.ppc64le.rpm apache2-mod_auth_openidc-2.3.8-150600.16.5.1.aarch64.rpm openSUSE-SLE-15.6-2024-2283 Security update for libndp important SUSE Updates openSUSE-SLE 15.6 This update for libndp fixes the following issues: - CVE-2024-5564: Add a check on the route information option length field. (bsc#1225771) libndp-1.6-150000.3.3.1.src.rpm libndp-1.6-150000.3.3.1.x86_64.rpm libndp-devel-1.6-150000.3.3.1.x86_64.rpm libndp0-1.6-150000.3.3.1.x86_64.rpm libndp-1.6-150000.3.3.1.s390x.rpm libndp-devel-1.6-150000.3.3.1.s390x.rpm libndp0-1.6-150000.3.3.1.s390x.rpm libndp-1.6-150000.3.3.1.ppc64le.rpm libndp-devel-1.6-150000.3.3.1.ppc64le.rpm libndp0-1.6-150000.3.3.1.ppc64le.rpm libndp-1.6-150000.3.3.1.aarch64.rpm libndp-devel-1.6-150000.3.3.1.aarch64.rpm libndp0-1.6-150000.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2268 Security update for squid moderate SUSE Updates openSUSE-SLE 15.6 This update for squid fixes the following issues: - Update to version 6.10 - CVE-2024-37894: Fixed a denial of Service issue in ESI processing (bsc#1227086) squid-6.10-150600.3.6.1.src.rpm squid-6.10-150600.3.6.1.x86_64.rpm squid-6.10-150600.3.6.1.s390x.rpm squid-6.10-150600.3.6.1.ppc64le.rpm squid-6.10-150600.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2285 Recommended update for gnome-shell moderate SUSE Updates openSUSE-SLE 15.6 This update for gnome-shell fixes the following issues: - Correctly reset preedit cursor location when hide preedit text to prevent potential problems gnome-extensions-45.3-150600.5.3.1.x86_64.rpm gnome-shell-45.3-150600.5.3.1.src.rpm gnome-shell-45.3-150600.5.3.1.x86_64.rpm gnome-shell-calendar-45.3-150600.5.3.1.x86_64.rpm gnome-shell-devel-45.3-150600.5.3.1.x86_64.rpm gnome-shell-lang-45.3-150600.5.3.1.noarch.rpm gnome-extensions-45.3-150600.5.3.1.s390x.rpm gnome-shell-45.3-150600.5.3.1.s390x.rpm gnome-shell-calendar-45.3-150600.5.3.1.s390x.rpm gnome-shell-devel-45.3-150600.5.3.1.s390x.rpm gnome-extensions-45.3-150600.5.3.1.ppc64le.rpm gnome-shell-45.3-150600.5.3.1.ppc64le.rpm gnome-shell-calendar-45.3-150600.5.3.1.ppc64le.rpm gnome-shell-devel-45.3-150600.5.3.1.ppc64le.rpm gnome-extensions-45.3-150600.5.3.1.aarch64.rpm gnome-shell-45.3-150600.5.3.1.aarch64.rpm gnome-shell-calendar-45.3-150600.5.3.1.aarch64.rpm gnome-shell-devel-45.3-150600.5.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2292 Security update for ghostscript important SUSE Updates openSUSE-SLE 15.6 This update for ghostscript fixes the following issues: - CVE-2024-29510: Fixed an arbitrary path traversal when running in a permitted path (bsc#1226945). - CVE-2024-33870: Fixed a format string injection that could lead to command execution (bsc#1226944). - CVE-2024-33869: Fixed a path validation bypass that could lead to path traversal (bsc#1226946). ghostscript-9.52-150000.194.1.src.rpm ghostscript-9.52-150000.194.1.x86_64.rpm ghostscript-devel-9.52-150000.194.1.x86_64.rpm ghostscript-x11-9.52-150000.194.1.x86_64.rpm ghostscript-9.52-150000.194.1.s390x.rpm ghostscript-devel-9.52-150000.194.1.s390x.rpm ghostscript-x11-9.52-150000.194.1.s390x.rpm ghostscript-9.52-150000.194.1.ppc64le.rpm ghostscript-devel-9.52-150000.194.1.ppc64le.rpm ghostscript-x11-9.52-150000.194.1.ppc64le.rpm ghostscript-9.52-150000.194.1.aarch64.rpm ghostscript-devel-9.52-150000.194.1.aarch64.rpm ghostscript-x11-9.52-150000.194.1.aarch64.rpm openSUSE-SLE-15.6-2024-2286 Security update for podman moderate SUSE Updates openSUSE-SLE 15.6 This update for podman fixes the following issues: - CVE-2024-6104: Fixed a potential leak of sensitive information on HTTP log file (bsc#1227052). podman-4.9.5-150500.3.15.1.src.rpm podman-4.9.5-150500.3.15.1.x86_64.rpm podman-docker-4.9.5-150500.3.15.1.noarch.rpm podman-remote-4.9.5-150500.3.15.1.x86_64.rpm podmansh-4.9.5-150500.3.15.1.x86_64.rpm podman-4.9.5-150500.3.15.1.s390x.rpm podman-remote-4.9.5-150500.3.15.1.s390x.rpm podmansh-4.9.5-150500.3.15.1.s390x.rpm podman-4.9.5-150500.3.15.1.ppc64le.rpm podman-remote-4.9.5-150500.3.15.1.ppc64le.rpm podmansh-4.9.5-150500.3.15.1.ppc64le.rpm podman-4.9.5-150500.3.15.1.aarch64.rpm podman-remote-4.9.5-150500.3.15.1.aarch64.rpm podmansh-4.9.5-150500.3.15.1.aarch64.rpm openSUSE-SLE-15.6-2024-2275 Security update for openssh important SUSE Updates openSUSE-SLE 15.6 This update for openssh fixes the following issues: - CVE-2024-6387: Fixed race condition in a signal handler (bsc#1226642) openssh-9.6p1-150600.6.3.1.src.rpm openssh-9.6p1-150600.6.3.1.x86_64.rpm openssh-askpass-gnome-9.6p1-150600.6.3.1.src.rpm openssh-askpass-gnome-9.6p1-150600.6.3.1.x86_64.rpm openssh-cavs-9.6p1-150600.6.3.1.x86_64.rpm openssh-clients-9.6p1-150600.6.3.1.x86_64.rpm openssh-common-9.6p1-150600.6.3.1.x86_64.rpm openssh-fips-9.6p1-150600.6.3.1.x86_64.rpm openssh-helpers-9.6p1-150600.6.3.1.x86_64.rpm openssh-server-9.6p1-150600.6.3.1.x86_64.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.3.1.x86_64.rpm openssh-9.6p1-150600.6.3.1.s390x.rpm openssh-askpass-gnome-9.6p1-150600.6.3.1.s390x.rpm openssh-cavs-9.6p1-150600.6.3.1.s390x.rpm openssh-clients-9.6p1-150600.6.3.1.s390x.rpm openssh-common-9.6p1-150600.6.3.1.s390x.rpm openssh-fips-9.6p1-150600.6.3.1.s390x.rpm openssh-helpers-9.6p1-150600.6.3.1.s390x.rpm openssh-server-9.6p1-150600.6.3.1.s390x.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.3.1.s390x.rpm openssh-9.6p1-150600.6.3.1.ppc64le.rpm openssh-askpass-gnome-9.6p1-150600.6.3.1.ppc64le.rpm openssh-cavs-9.6p1-150600.6.3.1.ppc64le.rpm openssh-clients-9.6p1-150600.6.3.1.ppc64le.rpm openssh-common-9.6p1-150600.6.3.1.ppc64le.rpm openssh-fips-9.6p1-150600.6.3.1.ppc64le.rpm openssh-helpers-9.6p1-150600.6.3.1.ppc64le.rpm openssh-server-9.6p1-150600.6.3.1.ppc64le.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.3.1.ppc64le.rpm openssh-9.6p1-150600.6.3.1.aarch64.rpm openssh-askpass-gnome-9.6p1-150600.6.3.1.aarch64.rpm openssh-cavs-9.6p1-150600.6.3.1.aarch64.rpm openssh-clients-9.6p1-150600.6.3.1.aarch64.rpm openssh-common-9.6p1-150600.6.3.1.aarch64.rpm openssh-fips-9.6p1-150600.6.3.1.aarch64.rpm openssh-helpers-9.6p1-150600.6.3.1.aarch64.rpm openssh-server-9.6p1-150600.6.3.1.aarch64.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2281 Security update for podofo low SUSE Updates openSUSE-SLE 15.6 This update for podofo fixes the following issues: - PdfEncrypt: Validate more encrypt dictionary parameters (bsc#1213720) - PdfXRefStreamParserObject: Fixed handling of invalid XRef stream entries (bsc#1213720) libpodofo-devel-0.9.6-150300.3.12.1.x86_64.rpm libpodofo0_9_6-0.9.6-150300.3.12.1.x86_64.rpm podofo-0.9.6-150300.3.12.1.src.rpm podofo-0.9.6-150300.3.12.1.x86_64.rpm libpodofo-devel-0.9.6-150300.3.12.1.s390x.rpm libpodofo0_9_6-0.9.6-150300.3.12.1.s390x.rpm podofo-0.9.6-150300.3.12.1.s390x.rpm libpodofo-devel-0.9.6-150300.3.12.1.ppc64le.rpm libpodofo0_9_6-0.9.6-150300.3.12.1.ppc64le.rpm podofo-0.9.6-150300.3.12.1.ppc64le.rpm libpodofo-devel-0.9.6-150300.3.12.1.aarch64.rpm libpodofo0_9_6-0.9.6-150300.3.12.1.aarch64.rpm podofo-0.9.6-150300.3.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-2272 Security update for python-Js2Py critical SUSE Updates openSUSE-SLE 15.6 This update for python-Js2Py fixes the following issues: - CVE-2024-28397: Fixed a potential sandbox escape via untrusted JavaScript code (bsc#1226660). python-Js2Py-0.74-150400.9.6.1.src.rpm python311-Js2Py-0.74-150400.9.6.1.noarch.rpm openSUSE-SLE-15.6-2024-2537 Recommended update for google-cloud-sap-agent moderate SUSE Updates openSUSE-SLE 15.6 This update for google-cloud-sap-agent contains the following fixes: - Update to version 3.4 (bsc#1227134, bsc#1227135) * Adding project to exclusion list * Add machine type to configure instance proto for WLM metric collection. * Add test channel for Guest Actions. Make default channel the registered channel. * Set backup object's customTime field as part of backint backups * Add workload discovery to configure command * Add multiple workers support in parallelreader for parallel downloading during restore. * `configureinstance` with `overrideVersion` set should log a warning and continue. * Minor log change in balanceirq * Add common function to parse parameters for guest action handlers * BalanceIRQ OTE added to Agent for SAP * Remove output from stdout for DIAGNOSE * Small hyperThreading change for configureinstance * Add initial steps to initialize the SystemDiscovery OTE in IIOTE and command mode. * Adding single worker support in parallelreader for download. * Read encryption key from file if specified in parameters file * Run configureinstance OTE only on supported instances during WLM metric collection. * Add instance ID to user agent string for SAP Agent. * Return `UsageError` as exit status instead of `Failure` in case of invalid parameters * Bumping up the agent version * Use json marshalling instead of manually parsing from map in configure handler * Move metric override modules to metricoverrides.go for general use * Updating the gcbdr proto * Updating param names to make it more clear in performance diagnostics * Add DiskSizeGb to Disk for disk creation. * Add Demo Metrics for Process Metrics * Add warning message for configureinstance overrideVersion * Add 3.3 to configureinstance versioning * Fix log message in configureinstance * Rename scope and param file to type and backint-param-file to avoid confusion * Add new OTE structure for SystemDiscovery. * Allows SAP system data to be read from an override file instead of discovered from the system. Useful for testing. * Refactor buildSupportBundleCommand by marshalling command parameters * Remove cluster member check for cluster collection * Add connectParameters as a function parameter in restoreFile function to have multiple bucket handles in parallelreader for parallel downloading. * Enable auto discovery of disks and make datadiskname and zone optional parameters * Add support for performancediagnostics OTE guest action handler * Add override version flag to configureinstance * Rename LVM volume group of restored disk to that of the target disk. * Sleep during TestCommunicateWithUAP to only execute intended code path once instead of many times. * Update grub configuration for X4 configureinstance * Extend result-bucket support to support bundle guest action * Add provisioned-iops and provisioned-throughput labels to snapshots and extract them during restore. * Configureinstance updates for SAP ECS * Add sequential in parallel download functionality for restore to SAP Agent. * Implement hanadiskbackup guest action handler * Add operation_id to UAP status labels. * Add user agent overrides for cloud monitoring * Updating generated protobufs * Update sanity check for fast collector metric * Reliability Metrics - Use the usage metrics instead of internal cloud monitoring metrics * Fix restoreFromGroupSnapshot and restoreFromSingleSnapshot logic * Implement support bundle handler. This CL follows a pattern for implementing handler which was developed in cl/636640791 * Move timeseries.go and cloudmonitoring.go to shared/ * Only stop HANA monitoring if successive errors are auth related * Use flag names for command parameters in configureHandler * Add check and apply finished metrics to configureinstance * Add snapshot / group backup name to success log message * Better handling of experimental flag in hanamonitoring * Return error if physical device is empty * Added an experiemntal flag to control role based awareness in hana monitoring * Adding role based awareness logic in HANA Monitoring * Add upload feature to support bundle * Add context to onetime logging functions * Fix logging and make confirm-data-snapshot-after-create true by default * Add debug logs for hanabackup to help troubleshoot issues. * Remove HDB User requirement when HDBUserstore key is passed for hanadiskbackup * Append labels to detached disk in hanadiskrestore * Add placeholder for parallel reader in Backint * Modify restore handlers to be able to restore from either source snapshot or group snapshot. * Modify checking preconditions and adding fakes for group snapshot restore. * Add initial support for restoring from group snapshot. * Add UAP Communication to startdaemon (gated by a configuration). * Fixing the commands in perfdiag * Refactor handleAgentCommand with guestActionsHandlers map * Add replication sites to system component proto * Build updated to use -mod=vendor during build * Updated go.mod and go.sum with dependencies for safetext, using go mod vendor for github action * Adding changes for target based config in hana monitoring * Overriding the user agent for Cloud Logging API calls * Fix typo in guestactions.proto * WLM Hana Full Backup Validation Metric collection * Add configure command to guest actions. Establish how the new proto format will be used in message handling. * Add ping check to HANA monitoring * [commandlineexecutor] Add the ability to directly pass data into Stdin, avoiding the need for intermediary piping commands, such as "echo 'data' | my_app". google-cloud-sap-agent-3.4-150100.3.35.1.src.rpm google-cloud-sap-agent-3.4-150100.3.35.1.x86_64.rpm google-cloud-sap-agent-3.4-150100.3.35.1.s390x.rpm google-cloud-sap-agent-3.4-150100.3.35.1.ppc64le.rpm google-cloud-sap-agent-3.4-150100.3.35.1.aarch64.rpm openSUSE-SLE-15.6-2024-2290 Security update for libxml2 low SUSE Updates openSUSE-SLE 15.6 This update for libxml2 fixes the following issues: - CVE-2024-34459: Fixed buffer over-read in xmlHTMLPrintFileContext in xmllint.c (bsc#1224282). libxml2-2-2.10.3-150500.5.17.1.x86_64.rpm libxml2-2-32bit-2.10.3-150500.5.17.1.x86_64.rpm libxml2-2.10.3-150500.5.17.1.src.rpm libxml2-devel-2.10.3-150500.5.17.1.x86_64.rpm libxml2-devel-32bit-2.10.3-150500.5.17.1.x86_64.rpm libxml2-doc-2.10.3-150500.5.17.1.noarch.rpm libxml2-python-2.10.3-150500.5.17.1.src.rpm libxml2-tools-2.10.3-150500.5.17.1.x86_64.rpm python3-libxml2-2.10.3-150500.5.17.1.x86_64.rpm python311-libxml2-2.10.3-150500.5.17.1.x86_64.rpm libxml2-2-2.10.3-150500.5.17.1.s390x.rpm libxml2-devel-2.10.3-150500.5.17.1.s390x.rpm libxml2-tools-2.10.3-150500.5.17.1.s390x.rpm python3-libxml2-2.10.3-150500.5.17.1.s390x.rpm python311-libxml2-2.10.3-150500.5.17.1.s390x.rpm libxml2-2-2.10.3-150500.5.17.1.ppc64le.rpm libxml2-devel-2.10.3-150500.5.17.1.ppc64le.rpm libxml2-tools-2.10.3-150500.5.17.1.ppc64le.rpm python3-libxml2-2.10.3-150500.5.17.1.ppc64le.rpm python311-libxml2-2.10.3-150500.5.17.1.ppc64le.rpm libxml2-2-2.10.3-150500.5.17.1.aarch64.rpm libxml2-devel-2.10.3-150500.5.17.1.aarch64.rpm libxml2-tools-2.10.3-150500.5.17.1.aarch64.rpm python3-libxml2-2.10.3-150500.5.17.1.aarch64.rpm python311-libxml2-2.10.3-150500.5.17.1.aarch64.rpm openSUSE-SLE-15.6-2024-2267 Security update for libxml2 low SUSE Updates openSUSE-SLE 15.6 This update for libxml2 fixes the following issues: - CVE-2024-34459: Fixed buffer over-read in xmlHTMLPrintFileContext in xmllint.c (bsc#1224282). python-libxml2-python-2.9.7-150000.3.70.1.src.rpm python3-libxml2-python-2.9.7-150000.3.70.1.x86_64.rpm python3-libxml2-python-2.9.7-150000.3.70.1.s390x.rpm python3-libxml2-python-2.9.7-150000.3.70.1.ppc64le.rpm python3-libxml2-python-2.9.7-150000.3.70.1.aarch64.rpm openSUSE-SLE-15.6-2024-2402 Recommended update for xkbcomp moderate SUSE Updates openSUSE-SLE 15.6 This update for xkbcomp fixes the following issue: - fix keyboard layouts in XWayland applications when having several keyboard layouts enabled (bsc#1219505) xkbcomp-1.4.1-150000.3.3.2.src.rpm xkbcomp-1.4.1-150000.3.3.2.x86_64.rpm xkbcomp-devel-1.4.1-150000.3.3.2.x86_64.rpm xkbcomp-1.4.1-150000.3.3.2.s390x.rpm xkbcomp-devel-1.4.1-150000.3.3.2.s390x.rpm xkbcomp-1.4.1-150000.3.3.2.ppc64le.rpm xkbcomp-devel-1.4.1-150000.3.3.2.ppc64le.rpm xkbcomp-1.4.1-150000.3.3.2.aarch64.rpm xkbcomp-devel-1.4.1-150000.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2415 Security update for MozillaThunderbird moderate SUSE Updates openSUSE-SLE 15.6 This update for MozillaThunderbird fixes the following issues: Security fixes: - CVE-2024-34703: Fixed denial of service due to overly large elliptic curve parameters in Botan (bsc#1227239) Other fixes: - Mozilla Thunderbird 115.12.1 * 115.12.0 got pulled because of upstream automation process errors and Windows installer signing changes. No code changes, changelog is the same as 115.12.0 (bsc#1226495) MozillaThunderbird-115.12.2-150200.8.168.1.src.rpm MozillaThunderbird-115.12.2-150200.8.168.1.x86_64.rpm MozillaThunderbird-translations-common-115.12.2-150200.8.168.1.x86_64.rpm MozillaThunderbird-translations-other-115.12.2-150200.8.168.1.x86_64.rpm MozillaThunderbird-115.12.2-150200.8.168.1.s390x.rpm MozillaThunderbird-translations-common-115.12.2-150200.8.168.1.s390x.rpm MozillaThunderbird-translations-other-115.12.2-150200.8.168.1.s390x.rpm MozillaThunderbird-115.12.2-150200.8.168.1.ppc64le.rpm MozillaThunderbird-translations-common-115.12.2-150200.8.168.1.ppc64le.rpm MozillaThunderbird-translations-other-115.12.2-150200.8.168.1.ppc64le.rpm MozillaThunderbird-115.12.2-150200.8.168.1.aarch64.rpm MozillaThunderbird-translations-common-115.12.2-150200.8.168.1.aarch64.rpm MozillaThunderbird-translations-other-115.12.2-150200.8.168.1.aarch64.rpm openSUSE-SLE-15.6-2024-2567 Security update for emacs important SUSE Updates openSUSE-SLE 15.6 This update for emacs fixes the following issues: - CVE-2024-39331: Fixed evaluation of arbitrary unsafe Elisp code in Org mode (bsc#1226957). emacs-27.2-150400.3.17.1.src.rpm emacs-27.2-150400.3.17.1.x86_64.rpm emacs-el-27.2-150400.3.17.1.noarch.rpm emacs-info-27.2-150400.3.17.1.noarch.rpm emacs-nox-27.2-150400.3.17.1.x86_64.rpm emacs-x11-27.2-150400.3.17.1.x86_64.rpm etags-27.2-150400.3.17.1.x86_64.rpm emacs-27.2-150400.3.17.1.s390x.rpm emacs-nox-27.2-150400.3.17.1.s390x.rpm emacs-x11-27.2-150400.3.17.1.s390x.rpm etags-27.2-150400.3.17.1.s390x.rpm emacs-27.2-150400.3.17.1.ppc64le.rpm emacs-nox-27.2-150400.3.17.1.ppc64le.rpm emacs-x11-27.2-150400.3.17.1.ppc64le.rpm etags-27.2-150400.3.17.1.ppc64le.rpm emacs-27.2-150400.3.17.1.aarch64.rpm emacs-nox-27.2-150400.3.17.1.aarch64.rpm emacs-x11-27.2-150400.3.17.1.aarch64.rpm etags-27.2-150400.3.17.1.aarch64.rpm openSUSE-SLE-15.6-2024-2647 Recommended update for Java moderate SUSE Updates openSUSE-SLE 15.6 This update for Java fixes the following issues: antinject was updated to version 1.0.5: - Don't distribute as jakarta.inject:jakarta-inject-api artifact to prevent conflicts with the version 2.x that actually has classes in jakarta.inject namespace and thus is incompatible - Switched to sources in https://github.com/jakartaee/inject/ - Changes in version 1.0.5: * This switches the module name back to the java.inject that was used by the 1.0.3 release with automatic module. This is a multi-release jar - Changes in version 1.0.4: * This is a 1.0.4 service release with a multi-release jar that adds the module-info class to META-INF/versions/9/module-info.class using the https://github.com/moditect/moditect plugin for the javax.inject module. - Changes in version 1.0.3: * This release corrects the 1.0.2 release which was incorrectly done from the master branch with the jakarta.* packages. * It adds the Automatic-Module-Name=java.inject to the api jar manifest. - Changes in version 1.0.2: * Set Automatic-Module-Name to java.inject * Added OSGi bundle headers - Changes in version 1.0.1: * Added Automatic-Module-Name of jakarta.inject - Changes in version 1.0: * First Injection API release for Jakarta EE cdi-api: - Use the javax.inject artifact google-guice was updated to version 6.0.0: - Changes in version 6.0.0: * JEE Jakarta Transition: + Guice 6.0 adds support for jakarta.inject, the new namespace for the JSR330 spec (after the javax -> jakarta JEE transition). Guice 6.0 is intended to help users migrate their code to the jakarta namespace. It continues to fully support the javax.inject namespace while also mostly supporting the jakarta.inject namespace. The only part of Guice 6.0 that doesn't support jakarta.inject are the bind(..).toProvider methods. Those methods still require javax.inject or com.google.inject Providers. + The Guice 6.0 servlet & persist extensions only support the javax.servlet and javax.persistence namespaces respectively. + Guice 6.0 can help with incremental migrations to the jakarta.inject namespace, by incrementally replacing javax.inject references to jakarta.inject. This works everywhere, except for code where a jakarta Provider is passed to bind(..).toProvider. * Guice Core: + Adds jakarta.inject support. + Support Java 21 (via updating ASM to 9.5 and other changes). + Improve AOP support on JVMs such as Azul. + Fix a deadlock or crash associated with recursively loading just-in-time bindings. + Make PrivateModule.binder() non-private, to allow subclass customization, such as calling skipSources. + Fix an endloop loop (that can OOM) in singleton lock cycle detection. + Fix tests to pass on Windows, despite the different line separator. + Improvements to OSGi metadata. + Mark the JSR305 dependency as optional (since it's not required at runtime). + Fix Binder.requestInjection(TypeLiteral<T>, T) to use the TypeLiteral. + Honor scoping annotations on concrete types when provisioned by their @ProvidedBy annotation + Add a way to tell if a class is "enhanced" by Guice, and retrieve the original class. + Ensure the order of bind(...) statements does not matter when referring to JIT bindings. + Implement Matcher.and and Matcher.or as default methods directly in Matcher, so that the AbstractMatcher subclass isn't required. + Mark the error_prone_annotations dependency as optional. * Servlet: + Fix an NPE if contextPath is null * Persist: + Persist had a number of changes, some of which are backwards incompatible. Notably: injection of EntityManager no longer implicitly starts a unit of work (because this led to leaks). Users can opt-in to the legacy behavior by constructing the JpaPersistModule with a JpaPersistOptions that sets setAutoBeginWorkOnEntityManagerCreation to true. + EntityManager provisioning no longer automatically starts an unit of work. + Ignore multiple start/stop calls, rather than throwing an exception. + Support manually initiated rollbacks. + Don't wrap Object-defined methods (e.g: toString, finalize, equals, hashCode) in transactions. gradle-bootstrap: - Package rebuilt to account for the new jakarta-inject dependency gradle: - Fixed build with jakarta-inject, which was introduced as a new google-guice dependency maven-artifact-transfer, maven-doxia-sitetools, maven-doxia, maven-plugin-testing, maven-surefire: - Use plexus-metadata-generator executable directly to simplify build classpath maven-javadoc-plugin: - Removed dependency on plexus-metadata-generator, plexus-component-metadata and on their dependencies, since there is no plexus @Component annotation any more modello: - Added dependency on jakarta-inject, needed by google-guice 6.0.0 plexus-component-metadata and plexus-containers were updated to version 2.2.0: - Added dependency on plexus-xml where relevant * This will be needed for smooth upgrade to plexus-utils 4.0.0 - Changes in version 2.2.0: * Improved documentation to switch to Sisu * Cleaned up poms after parent upgrade * Improved plexus-component metadata - removed dependency to plexus-container-default * Added deprecation information to Plexus components * Require Java 8 * Dropped plexus-container-default artefact * Require Maven 3.6.3+ * Switched to Junit5 * Bumped org.eclipse.sisu.plexus from 0.3.0.M1 to 0.9.0.M2 - Changes in version 2.1.1: * Last version before deprecation * Requires Java 7 and Maven 3.2.5+ * Upgraded ASM to 9.2 * Security upgrade org.jdom:jdom2 from 2.0.6 to 2.0.6.1 plexus-utils was updated to version 4.0.0: - Changes in version 4.0.0: * Starting with version 4, XML classes (in org.codehaus.plexus.util.xml and org.codehaus.plexus.util.xml.pull) have been extracted to a separate plexus-xml: if you need them, just use this new artifact\ * Other changes: + Fixed false difference detected with CachingOutputStream/CachingWriter when streams are flushed + Dependency updates + Switched to Junit 5 plexus-xml was update to version 3.0.1: - Changes in version 3.0.1: * Bugs fixed: + Allow nulls for write elements in MXSerializer + Removed special chars from xml output * Dependency updates: + Bumped org.codehaus.plexus:plexus from 17 to 18 + Bumped release-drafter/release-drafter from 5 to 6 + Bumped parent to 17 and updates * Maintenance: + Switched to Junit 5 + Switched to shared gh actions setup from master branch sbt: - Require the new plexus-xml package to fix build sisu was updated to version 0.9.0.M3: - Provide plexus-containers-container-default for easier update - Add dependency on plexus-xml where relevant - Changes of sisu version 0.9.0.M3: * Annotated new method * Updated workflow to run on Java 21 * Build with final Java 21 on GitHub * Switched to JUnit5 * Disabled annotation processor by default * Do not silently fail in case of class scanning exceptions * Updated to ASM 9.7 * Updated CONTRIBUTING.md * Aligned Plexus ASM version * Renamed release profile * Fixed Jacoco coverage repots in Sonar * Added a method to allow LifecycleManager to free keys * Licence change: From EPL1 to EPL2 * Updated documentation for exposed core extensions, fix anchors * Trigger Sonarcloud analysis from GHA - Changes of sisu version 0.9.0.M2: * Fixed SpaceScanner to use latest ASM API version * 3.7 is not an officially supported version therefore specify3.8 instead * Provide script to help upgrade embedded copy of ASM * ASM_9_4 * Require Java 8 * Sisu specific PreConstruct/PreDestroy annotations * Updated build plugins * ASM 9.5 * Aligned to latest Maven plugins * Moved release elements from oss-parent to local project * Create a 'no_asm' jar at release time which doesn't embed ASM - Changes of sisu.inject version 9.0.M1: * Fixed CDI related issues * Build with Eclipse/Tycho 2.5.0 and Java 11 * Raise problem reporting logs to DEBUG, fixes #36 * Upgraded internal copy of ASM to 9.2 * Implemented PathTypeConverter * Added JUnit 5 annotations to InjectedTest setUp/tearDown * Fixed static parameters binding lookup * Run injection tests against multiple versions of Guice * Support using @priority on Providers * Use read lock when subscribing to publishers… * Cache binding lookups for single bean providers * Use AtomicReferenceFieldUpdater as it works better for large numbers of instances * Enabled Java CI workflow * Enabled CodeQL analysis * Replaced potentially-expensive regex with simple tokenizer * Allow Main to boot with extra bindings * Re-enabled various resource-related unit tests * Reworked globber pattern strategy to avoid use of regex * Use GlobberStrategy.PATTERN instead of regex for ServiceBindings filtering - Changes of sisu.plexus version 0.9.0.M2: * Make build work with Java17 * Aligned to latest Maven plugins * Moved release elements from oss-parent to local project - Changes of sisu.plexus version 0.9.0.M1: * Aligned logback with sisu.inject * Build with Eclipse/Tycho 2.5.0 and Java 11 * Support configuration of collections with complex generic types * Enabled Java CI workflow * Enabled CodeQL analysis sisu-mojos: - Build sisu-mojos within sisu package, since the sources of sisu-mojos, sisu-inject and sisu-plexus were joined in the same upstream project atinject-1+20211017gitd06ce18-150200.3.13.1.noarch.rpm atinject-1+20211017gitd06ce18-150200.3.13.1.src.rpm atinject-javadoc-1+20211017gitd06ce18-150200.3.13.1.noarch.rpm cdi-api-2.0.2-150200.3.11.2.noarch.rpm cdi-api-2.0.2-150200.3.11.2.src.rpm cdi-api-javadoc-2.0.2-150200.3.11.2.noarch.rpm google-guice-6.0.0-150200.3.10.4.noarch.rpm google-guice-6.0.0-150200.3.10.4.src.rpm google-guice-javadoc-6.0.0-150200.3.10.4.noarch.rpm gpars-bootstrap-1.2.1-150200.3.15.5.noarch.rpm gradle-4.4.1-150200.3.21.2.src.rpm gradle-4.4.1-150200.3.21.2.x86_64.rpm gradle-bootstrap-4.4.1-150200.3.15.5.src.rpm gradle-bootstrap-4.4.1-150200.3.15.5.x86_64.rpm groovy-bootstrap-2.4.21-150200.3.15.5.noarch.rpm guice-assistedinject-6.0.0-150200.3.10.4.noarch.rpm guice-bom-6.0.0-150200.3.10.4.noarch.rpm guice-extensions-6.0.0-150200.3.10.4.noarch.rpm guice-grapher-6.0.0-150200.3.10.4.noarch.rpm guice-jmx-6.0.0-150200.3.10.4.noarch.rpm guice-jndi-6.0.0-150200.3.10.4.noarch.rpm guice-parent-6.0.0-150200.3.10.4.noarch.rpm guice-servlet-6.0.0-150200.3.10.4.noarch.rpm guice-throwingproviders-6.0.0-150200.3.10.4.noarch.rpm maven-3.9.8-150200.4.27.2.src.rpm maven-3.9.8-150200.4.27.2.x86_64.rpm maven-artifact-transfer-0.13.1-150200.3.12.1.noarch.rpm maven-artifact-transfer-0.13.1-150200.3.12.1.src.rpm maven-artifact-transfer-javadoc-0.13.1-150200.3.12.1.noarch.rpm maven-doxia-1.12.0-150200.4.15.4.src.rpm maven-doxia-core-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-javadoc-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-logging-api-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-apt-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-confluence-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-docbook-simple-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-fml-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-fo-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-latex-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-rtf-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-twiki-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-xdoc-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-xhtml-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-module-xhtml5-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-sink-api-1.12.0-150200.4.15.4.noarch.rpm maven-doxia-sitetools-1.11.1-150200.3.15.1.noarch.rpm maven-doxia-sitetools-1.11.1-150200.3.15.1.src.rpm maven-doxia-sitetools-javadoc-1.11.1-150200.3.15.1.noarch.rpm maven-doxia-test-docs-1.12.0-150200.4.15.4.noarch.rpm maven-failsafe-plugin-3.2.5-150200.3.9.17.1.noarch.rpm maven-failsafe-plugin-bootstrap-3.2.5-150200.3.9.17.4.noarch.rpm maven-javadoc-3.9.8-150200.4.27.2.noarch.rpm maven-javadoc-plugin-3.6.0-150200.4.18.1.noarch.rpm maven-javadoc-plugin-3.6.0-150200.4.18.1.src.rpm maven-javadoc-plugin-bootstrap-3.6.0-150200.4.18.1.noarch.rpm maven-javadoc-plugin-bootstrap-3.6.0-150200.4.18.1.src.rpm maven-javadoc-plugin-javadoc-3.6.0-150200.4.18.1.noarch.rpm maven-lib-3.9.8-150200.4.27.2.x86_64.rpm maven-plugin-testing-3.3.0-150200.3.12.1.noarch.rpm maven-plugin-testing-3.3.0-150200.3.12.1.src.rpm maven-plugin-testing-harness-3.3.0-150200.3.12.1.noarch.rpm maven-plugin-testing-javadoc-3.3.0-150200.3.12.1.noarch.rpm maven-plugin-testing-tools-3.3.0-150200.3.12.1.noarch.rpm maven-resolver-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-1.9.20-150200.3.23.2.src.rpm maven-resolver-api-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-connector-basic-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-impl-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-javadoc-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-named-locks-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-spi-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-test-util-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-transport-classpath-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-transport-file-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-transport-http-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-transport-wagon-1.9.20-150200.3.23.2.noarch.rpm maven-resolver-util-1.9.20-150200.3.23.2.noarch.rpm maven-surefire-3.2.5-150200.3.9.17.4.noarch.rpm maven-surefire-3.2.5-150200.3.9.17.4.src.rpm maven-surefire-javadoc-3.2.5-150200.3.9.17.4.noarch.rpm maven-surefire-plugin-3.2.5-150200.3.9.17.1.noarch.rpm maven-surefire-plugin-bootstrap-3.2.5-150200.3.9.17.4.noarch.rpm maven-surefire-plugins-3.2.5-150200.3.9.17.1.src.rpm maven-surefire-plugins-javadoc-3.2.5-150200.3.9.17.1.noarch.rpm maven-surefire-provider-junit-3.2.5-150200.3.9.17.4.noarch.rpm maven-surefire-provider-junit5-3.2.5-150200.3.9.17.1.noarch.rpm maven-surefire-provider-junit5-3.2.5-150200.3.9.17.1.src.rpm maven-surefire-provider-junit5-javadoc-3.2.5-150200.3.9.17.1.noarch.rpm maven-surefire-provider-testng-3.2.5-150200.3.9.17.4.noarch.rpm maven-surefire-report-parser-3.2.5-150200.3.9.17.4.noarch.rpm maven-surefire-report-plugin-3.2.5-150200.3.9.17.1.noarch.rpm maven-surefire-report-plugin-bootstrap-3.2.5-150200.3.9.17.4.noarch.rpm maven-test-tools-3.3.0-150200.3.12.1.noarch.rpm modello-2.4.0-150200.3.13.2.noarch.rpm modello-2.4.0-150200.3.13.2.src.rpm modello-javadoc-2.4.0-150200.3.13.2.noarch.rpm modello-maven-plugin-2.4.0-150200.3.13.2.noarch.rpm modello-maven-plugin-2.4.0-150200.3.13.2.src.rpm modello-maven-plugin-javadoc-2.4.0-150200.3.13.2.noarch.rpm plexus-component-metadata-2.2.0-150200.3.9.2.noarch.rpm plexus-component-metadata-2.2.0-150200.3.9.2.src.rpm plexus-component-metadata-javadoc-2.2.0-150200.3.9.2.noarch.rpm plexus-containers-2.2.0-150200.3.9.2.src.rpm plexus-containers-component-annotations-2.2.0-150200.3.9.2.noarch.rpm plexus-containers-javadoc-2.2.0-150200.3.9.2.noarch.rpm plexus-utils-4.0.1-150200.3.11.2.noarch.rpm plexus-utils-4.0.1-150200.3.11.2.src.rpm plexus-utils-javadoc-4.0.1-150200.3.11.2.noarch.rpm plexus-xml-3.0.1-150200.5.8.2.noarch.rpm plexus-xml-3.0.1-150200.5.8.2.src.rpm plexus-xml-javadoc-3.0.1-150200.5.8.2.noarch.rpm sbt-0.13.18-150200.4.24.4.noarch.rpm sbt-0.13.18-150200.4.24.4.src.rpm sbt-bootstrap-0.13.18-150200.4.24.4.noarch.rpm sbt-bootstrap-0.13.18-150200.4.24.4.src.rpm sisu-0.9.0.M3-150200.3.9.2.src.rpm sisu-inject-0.9.0.M3-150200.3.9.2.noarch.rpm sisu-javadoc-0.9.0.M3-150200.3.9.2.noarch.rpm sisu-mojos-0.9.0.M3-150200.3.9.2.noarch.rpm sisu-mojos-0.9.0.M3-150200.3.9.2.src.rpm sisu-mojos-javadoc-0.9.0.M3-150200.3.9.2.noarch.rpm sisu-plexus-0.9.0.M3-150200.3.9.2.noarch.rpm xmvn-4.2.0-150200.3.24.2.src.rpm xmvn-4.2.0-150200.3.24.2.x86_64.rpm xmvn-api-4.2.0-150200.3.24.2.noarch.rpm xmvn-connector-4.2.0-150200.3.24.2.noarch.rpm xmvn-connector-4.2.0-150200.3.24.2.src.rpm xmvn-connector-javadoc-4.2.0-150200.3.24.2.noarch.rpm xmvn-core-4.2.0-150200.3.24.2.noarch.rpm xmvn-install-4.2.0-150200.3.24.2.noarch.rpm xmvn-minimal-4.2.0-150200.3.24.2.x86_64.rpm xmvn-mojo-4.2.0-150200.3.24.2.noarch.rpm xmvn-mojo-4.2.0-150200.3.24.2.src.rpm xmvn-mojo-javadoc-4.2.0-150200.3.24.2.noarch.rpm xmvn-parent-4.2.0-150200.3.24.2.noarch.rpm xmvn-parent-4.2.0-150200.3.24.2.src.rpm xmvn-resolve-4.2.0-150200.3.24.2.noarch.rpm xmvn-subst-4.2.0-150200.3.24.2.noarch.rpm xmvn-tools-4.2.0-150200.3.24.2.src.rpm xmvn-tools-javadoc-4.2.0-150200.3.24.2.noarch.rpm gradle-4.4.1-150200.3.21.2.s390x.rpm gradle-bootstrap-4.4.1-150200.3.15.5.s390x.rpm maven-3.9.8-150200.4.27.2.s390x.rpm maven-lib-3.9.8-150200.4.27.2.s390x.rpm xmvn-4.2.0-150200.3.24.2.s390x.rpm xmvn-minimal-4.2.0-150200.3.24.2.s390x.rpm gradle-4.4.1-150200.3.21.2.ppc64le.rpm gradle-bootstrap-4.4.1-150200.3.15.5.ppc64le.rpm maven-3.9.8-150200.4.27.2.ppc64le.rpm maven-lib-3.9.8-150200.4.27.2.ppc64le.rpm xmvn-4.2.0-150200.3.24.2.ppc64le.rpm xmvn-minimal-4.2.0-150200.3.24.2.ppc64le.rpm gradle-4.4.1-150200.3.21.2.aarch64.rpm gradle-bootstrap-4.4.1-150200.3.15.5.aarch64.rpm maven-3.9.8-150200.4.27.2.aarch64.rpm maven-lib-3.9.8-150200.4.27.2.aarch64.rpm xmvn-4.2.0-150200.3.24.2.aarch64.rpm xmvn-minimal-4.2.0-150200.3.24.2.aarch64.rpm openSUSE-SLE-15.6-2024-2307 Security update for krb5 important SUSE Updates openSUSE-SLE 15.6 This update for krb5 fixes the following issues: - CVE-2024-37370: Fixed confidential GSS krb5 wrap tokens with invalid fields were errouneously accepted (bsc#1227186). - CVE-2024-37371: Fixed invalid memory read when processing message tokens with invalid length fields (bsc#1227187). krb5-1.20.1-150600.11.3.1.src.rpm krb5-1.20.1-150600.11.3.1.x86_64.rpm krb5-32bit-1.20.1-150600.11.3.1.x86_64.rpm krb5-client-1.20.1-150600.11.3.1.x86_64.rpm krb5-devel-1.20.1-150600.11.3.1.x86_64.rpm krb5-devel-32bit-1.20.1-150600.11.3.1.x86_64.rpm krb5-plugin-kdb-ldap-1.20.1-150600.11.3.1.x86_64.rpm krb5-plugin-preauth-otp-1.20.1-150600.11.3.1.x86_64.rpm krb5-plugin-preauth-pkinit-1.20.1-150600.11.3.1.x86_64.rpm krb5-plugin-preauth-spake-1.20.1-150600.11.3.1.x86_64.rpm krb5-server-1.20.1-150600.11.3.1.x86_64.rpm krb5-1.20.1-150600.11.3.1.s390x.rpm krb5-client-1.20.1-150600.11.3.1.s390x.rpm krb5-devel-1.20.1-150600.11.3.1.s390x.rpm krb5-plugin-kdb-ldap-1.20.1-150600.11.3.1.s390x.rpm krb5-plugin-preauth-otp-1.20.1-150600.11.3.1.s390x.rpm krb5-plugin-preauth-pkinit-1.20.1-150600.11.3.1.s390x.rpm krb5-plugin-preauth-spake-1.20.1-150600.11.3.1.s390x.rpm krb5-server-1.20.1-150600.11.3.1.s390x.rpm krb5-1.20.1-150600.11.3.1.ppc64le.rpm krb5-client-1.20.1-150600.11.3.1.ppc64le.rpm krb5-devel-1.20.1-150600.11.3.1.ppc64le.rpm krb5-plugin-kdb-ldap-1.20.1-150600.11.3.1.ppc64le.rpm krb5-plugin-preauth-otp-1.20.1-150600.11.3.1.ppc64le.rpm krb5-plugin-preauth-pkinit-1.20.1-150600.11.3.1.ppc64le.rpm krb5-plugin-preauth-spake-1.20.1-150600.11.3.1.ppc64le.rpm krb5-server-1.20.1-150600.11.3.1.ppc64le.rpm krb5-1.20.1-150600.11.3.1.aarch64.rpm krb5-client-1.20.1-150600.11.3.1.aarch64.rpm krb5-devel-1.20.1-150600.11.3.1.aarch64.rpm krb5-plugin-kdb-ldap-1.20.1-150600.11.3.1.aarch64.rpm krb5-plugin-preauth-otp-1.20.1-150600.11.3.1.aarch64.rpm krb5-plugin-preauth-pkinit-1.20.1-150600.11.3.1.aarch64.rpm krb5-plugin-preauth-spake-1.20.1-150600.11.3.1.aarch64.rpm krb5-server-1.20.1-150600.11.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2308 Security update for go1.21 important SUSE Updates openSUSE-SLE 15.6 This update for go1.21 fixes the following issues: Updated to version 1.21.12 (bsc#1212475): - CVE-2024-24791: Fixed a potential denial of service due to improper handling of HTTP 100-continue headers (bsc#1227314). go1.21-1.21.12-150000.1.39.1.src.rpm go1.21-1.21.12-150000.1.39.1.x86_64.rpm go1.21-doc-1.21.12-150000.1.39.1.x86_64.rpm go1.21-race-1.21.12-150000.1.39.1.x86_64.rpm go1.21-1.21.12-150000.1.39.1.s390x.rpm go1.21-doc-1.21.12-150000.1.39.1.s390x.rpm go1.21-race-1.21.12-150000.1.39.1.s390x.rpm go1.21-1.21.12-150000.1.39.1.ppc64le.rpm go1.21-doc-1.21.12-150000.1.39.1.ppc64le.rpm go1.21-race-1.21.12-150000.1.39.1.ppc64le.rpm go1.21-1.21.12-150000.1.39.1.aarch64.rpm go1.21-doc-1.21.12-150000.1.39.1.aarch64.rpm go1.21-race-1.21.12-150000.1.39.1.aarch64.rpm openSUSE-SLE-15.6-2024-2309 Security update for go1.22 important SUSE Updates openSUSE-SLE 15.6 This update for go1.22 fixes the following issues: Updated to version 1.22.5 (bsc#1218424): - CVE-2024-24791: Fixed a potential denial of service due to improper handling of HTTP 100-continue headers (bsc#1227314). go1.22-1.22.5-150000.1.21.1.src.rpm go1.22-1.22.5-150000.1.21.1.x86_64.rpm go1.22-doc-1.22.5-150000.1.21.1.x86_64.rpm go1.22-race-1.22.5-150000.1.21.1.x86_64.rpm go1.22-1.22.5-150000.1.21.1.s390x.rpm go1.22-doc-1.22.5-150000.1.21.1.s390x.rpm go1.22-race-1.22.5-150000.1.21.1.s390x.rpm go1.22-1.22.5-150000.1.21.1.ppc64le.rpm go1.22-doc-1.22.5-150000.1.21.1.ppc64le.rpm go1.22-race-1.22.5-150000.1.21.1.ppc64le.rpm go1.22-1.22.5-150000.1.21.1.aarch64.rpm go1.22-doc-1.22.5-150000.1.21.1.aarch64.rpm go1.22-race-1.22.5-150000.1.21.1.aarch64.rpm openSUSE-SLE-15.6-2024-2571 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). - CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). - CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). - CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). - CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). - CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). - CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). - CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). - CVE-2023-52840: Fix use after free in rmi_unregister_function() (bsc#1224928). - CVE-2024-38545: RDMA/hns: Fix UAF for cq async event (bsc#1226595). - CVE-2023-52834: atl1c: Work around the DMA RX overflow issue (bsc#1225599). - CVE-2023-52875: Add check for mtk_alloc_clk_data (bsc#1225096). - CVE-2023-52865: Add check for mtk_alloc_clk_data (bsc#1225086). - CVE-2023-52821: Fixed a possible null pointer dereference (bsc#1225022). - CVE-2023-52867: Fixed possible buffer overflow (bsc#1225009). - CVE-2024-38578: ecryptfs: Fix buffer size for tag 66 packet (bsc#1226634,). - CVE-2024-36964: fs/9p: only translate RWX permissions for plain 9P2000 (bsc#1225866). - CVE-2023-52759: Ignore negated quota changes (bsc#1225560). - CVE-2023-52796: Add ipvlan_route_v6_outbound() helper (bsc#1224930). - CVE-2023-52807: Fixed out-of-bounds access may occur when coalesce info is read via debugfs (bsc#1225097). - CVE-2023-52864: Fixed opening of char device (bsc#1225132). - CVE-2024-36926: Fixed LPAR panics during boot up with a frozen PE (bsc#1222011). - CVE-2023-52871: Handle a second device without data corruption (bsc#1225534) - CVE-2023-52795: Fixed use after free in vhost_vdpa_probe() (bsc#1225085). - CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). - CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). - CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). - CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). - CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). - CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). - CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). - CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). - CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). - CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). - CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). - CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). - CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). - CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). - CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). - CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). - CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). - CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). - CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). - CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). - CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). - CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). - CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). - CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). - CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). - CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). - CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). - CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). - CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). - CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). - CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). - CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). - CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). - CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). - CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). - CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). - CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). - CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). - CVE-2024-35979: raid1: fix use-after-free for original bio in raid1_write_request() (bsc#1224572). - CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). - CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). - CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). - CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). - CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). - CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). - CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). - CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). - CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). - CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). - CVE-2023-52837: nbd: fix uaf in nbd_open (bsc#1224935). - CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). - CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). - CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). - CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). - CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). - CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). - CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). - CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). - CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). - CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). - CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). - CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). - CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). - CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). - CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). - CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). - CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). - CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). - CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). - CVE-2024-27419: Fixed data-races around sysctl_net_busy_read (bsc#1224759) - CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). - CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) - CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). - CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). - CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). - CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). - CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). The following non-security bugs were fixed: - KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). - NFS: abort nfs_atomic_open_v23 if name is too long (bsc#1219847). - NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly (bsc#1219847). - NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). - PCI: Clear Secondary Status errors after enumeration (bsc#1226928) - RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). - RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). - Revert "build initrd without systemd" (bsc#1195775)" - arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). - arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). - arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). - bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). - bpf: correct loop detection for iterators convergence (bsc#1225903). - bpf: exact states comparison for iterator convergence checks (bsc#1225903). - bpf: extract __check_reg_arg() utility function (bsc#1225903). - bpf: extract same_callsites() as utility function (bsc#1225903). - bpf: extract setup_func_entry() utility function (bsc#1225903). - bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). - bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). - bpf: print full verifier states on infinite loop detection (bsc#1225903). - bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). - bpf: widening for callback iterators (bsc#1225903). - cachefiles: remove requests from xarray during flushing requests (bsc#1226588). - ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). - ceph: always check dir caps asynchronously (bsc#1226022). - ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). - ceph: break the check delayed cap loop every 5s (bsc#1226022). - ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). - crypto: deflate - Add aliases to deflate (bsc#1227190). - crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). - ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) - kABI: bpf: verifier kABI workaround (bsc#1225903). - net: ena: Fix redundant device NUMA node override (jsc#PED-8688). - net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). - nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). - nfs: Bump default write congestion size (bsc#1218442). - nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). - nvme-fabrics: short-circuit reconnect retries (bsc#1186716). - nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). - nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). - nvme: do not retry authentication failures (bsc#1186716). - nvme: return kernel error codes for admin queue connect (bsc#1186716). - nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). - nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). - ocfs2: adjust enabling place for la window (bsc#1219224). - ocfs2: fix sparse warnings (bsc#1219224). - ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). - ocfs2: speed up chain-list searching (bsc#1219224). - rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212). - rpm/kernel-obs-build.spec.in: Add networking modules for docker (bsc#1226211). - s390/cpacf: Make use of invalid opcode produce a link error (bsc#1227072). - sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). - selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). - selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). - selftests/bpf: test widening for iterating callbacks (bsc#1225903). - selftests/bpf: tests for iterating callbacks (bsc#1225903). - selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). - selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). - selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). - supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) - tcp: Dump bound-only sockets in inet_diag (bsc#1204562). - x86/mce: Dynamically size space for machine check records (bsc#1222241). - x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). cluster-md-kmp-default-6.4.0-150600.23.14.2.x86_64.rpm True dlm-kmp-default-6.4.0-150600.23.14.2.x86_64.rpm True gfs2-kmp-default-6.4.0-150600.23.14.2.x86_64.rpm True kernel-debug-6.4.0-150600.23.14.2.nosrc.rpm True kernel-debug-6.4.0-150600.23.14.2.x86_64.rpm True kernel-debug-devel-6.4.0-150600.23.14.2.x86_64.rpm True kernel-debug-livepatch-devel-6.4.0-150600.23.14.2.x86_64.rpm True kernel-debug-vdso-6.4.0-150600.23.14.2.x86_64.rpm True kernel-default-6.4.0-150600.23.14.2.nosrc.rpm True kernel-default-6.4.0-150600.23.14.2.x86_64.rpm True kernel-default-base-6.4.0-150600.23.14.2.150600.12.4.3.src.rpm True kernel-default-base-6.4.0-150600.23.14.2.150600.12.4.3.x86_64.rpm True kernel-default-base-rebuild-6.4.0-150600.23.14.2.150600.12.4.3.x86_64.rpm True kernel-default-devel-6.4.0-150600.23.14.2.x86_64.rpm True kernel-default-extra-6.4.0-150600.23.14.2.x86_64.rpm True kernel-default-livepatch-6.4.0-150600.23.14.2.x86_64.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.14.2.x86_64.rpm True kernel-default-optional-6.4.0-150600.23.14.2.x86_64.rpm True kernel-default-vdso-6.4.0-150600.23.14.2.x86_64.rpm True kernel-devel-6.4.0-150600.23.14.2.noarch.rpm True kernel-docs-6.4.0-150600.23.14.2.noarch.rpm True kernel-docs-6.4.0-150600.23.14.2.nosrc.rpm True kernel-docs-html-6.4.0-150600.23.14.2.noarch.rpm True kernel-kvmsmall-6.4.0-150600.23.14.2.nosrc.rpm True kernel-kvmsmall-6.4.0-150600.23.14.2.x86_64.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.14.2.x86_64.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.14.2.x86_64.rpm True kernel-kvmsmall-vdso-6.4.0-150600.23.14.2.x86_64.rpm True kernel-macros-6.4.0-150600.23.14.2.noarch.rpm True kernel-obs-build-6.4.0-150600.23.14.2.src.rpm True kernel-obs-build-6.4.0-150600.23.14.2.x86_64.rpm True kernel-obs-qa-6.4.0-150600.23.14.2.src.rpm True kernel-obs-qa-6.4.0-150600.23.14.2.x86_64.rpm True kernel-source-6.4.0-150600.23.14.2.noarch.rpm True kernel-source-6.4.0-150600.23.14.2.src.rpm True kernel-source-vanilla-6.4.0-150600.23.14.2.noarch.rpm True kernel-syms-6.4.0-150600.23.14.2.src.rpm True kernel-syms-6.4.0-150600.23.14.2.x86_64.rpm True kselftests-kmp-default-6.4.0-150600.23.14.2.x86_64.rpm True ocfs2-kmp-default-6.4.0-150600.23.14.2.x86_64.rpm True reiserfs-kmp-default-6.4.0-150600.23.14.2.x86_64.rpm True cluster-md-kmp-default-6.4.0-150600.23.14.2.s390x.rpm True dlm-kmp-default-6.4.0-150600.23.14.2.s390x.rpm True gfs2-kmp-default-6.4.0-150600.23.14.2.s390x.rpm True kernel-default-6.4.0-150600.23.14.2.s390x.rpm True kernel-default-devel-6.4.0-150600.23.14.2.s390x.rpm True kernel-default-extra-6.4.0-150600.23.14.2.s390x.rpm True kernel-default-livepatch-6.4.0-150600.23.14.2.s390x.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.14.2.s390x.rpm True kernel-default-optional-6.4.0-150600.23.14.2.s390x.rpm True kernel-obs-build-6.4.0-150600.23.14.2.s390x.rpm True kernel-obs-qa-6.4.0-150600.23.14.2.s390x.rpm True kernel-syms-6.4.0-150600.23.14.2.s390x.rpm True kernel-zfcpdump-6.4.0-150600.23.14.2.nosrc.rpm True kernel-zfcpdump-6.4.0-150600.23.14.2.s390x.rpm True kselftests-kmp-default-6.4.0-150600.23.14.2.s390x.rpm True ocfs2-kmp-default-6.4.0-150600.23.14.2.s390x.rpm True reiserfs-kmp-default-6.4.0-150600.23.14.2.s390x.rpm True cluster-md-kmp-default-6.4.0-150600.23.14.2.ppc64le.rpm True dlm-kmp-default-6.4.0-150600.23.14.2.ppc64le.rpm True gfs2-kmp-default-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-debug-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-debug-devel-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-debug-livepatch-devel-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-default-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-default-base-6.4.0-150600.23.14.2.150600.12.4.3.ppc64le.rpm True kernel-default-base-rebuild-6.4.0-150600.23.14.2.150600.12.4.3.ppc64le.rpm True kernel-default-devel-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-default-extra-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-default-livepatch-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-default-optional-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-kvmsmall-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-obs-build-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-obs-qa-6.4.0-150600.23.14.2.ppc64le.rpm True kernel-syms-6.4.0-150600.23.14.2.ppc64le.rpm True kselftests-kmp-default-6.4.0-150600.23.14.2.ppc64le.rpm True ocfs2-kmp-default-6.4.0-150600.23.14.2.ppc64le.rpm True reiserfs-kmp-default-6.4.0-150600.23.14.2.ppc64le.rpm True cluster-md-kmp-64kb-6.4.0-150600.23.14.1.aarch64.rpm True cluster-md-kmp-default-6.4.0-150600.23.14.2.aarch64.rpm True dlm-kmp-64kb-6.4.0-150600.23.14.1.aarch64.rpm True dlm-kmp-default-6.4.0-150600.23.14.2.aarch64.rpm True dtb-aarch64-6.4.0-150600.23.14.1.nosrc.rpm True dtb-allwinner-6.4.0-150600.23.14.1.aarch64.rpm True dtb-altera-6.4.0-150600.23.14.1.aarch64.rpm True dtb-amazon-6.4.0-150600.23.14.1.aarch64.rpm True dtb-amd-6.4.0-150600.23.14.1.aarch64.rpm True dtb-amlogic-6.4.0-150600.23.14.1.aarch64.rpm True dtb-apm-6.4.0-150600.23.14.1.aarch64.rpm True dtb-apple-6.4.0-150600.23.14.1.aarch64.rpm True dtb-arm-6.4.0-150600.23.14.1.aarch64.rpm True dtb-broadcom-6.4.0-150600.23.14.1.aarch64.rpm True dtb-cavium-6.4.0-150600.23.14.1.aarch64.rpm True dtb-exynos-6.4.0-150600.23.14.1.aarch64.rpm True dtb-freescale-6.4.0-150600.23.14.1.aarch64.rpm True dtb-hisilicon-6.4.0-150600.23.14.1.aarch64.rpm True dtb-lg-6.4.0-150600.23.14.1.aarch64.rpm True dtb-marvell-6.4.0-150600.23.14.1.aarch64.rpm True dtb-mediatek-6.4.0-150600.23.14.1.aarch64.rpm True dtb-nvidia-6.4.0-150600.23.14.1.aarch64.rpm True dtb-qcom-6.4.0-150600.23.14.1.aarch64.rpm True dtb-renesas-6.4.0-150600.23.14.1.aarch64.rpm True dtb-rockchip-6.4.0-150600.23.14.1.aarch64.rpm True dtb-socionext-6.4.0-150600.23.14.1.aarch64.rpm True dtb-sprd-6.4.0-150600.23.14.1.aarch64.rpm True dtb-xilinx-6.4.0-150600.23.14.1.aarch64.rpm True gfs2-kmp-64kb-6.4.0-150600.23.14.1.aarch64.rpm True gfs2-kmp-default-6.4.0-150600.23.14.2.aarch64.rpm True kernel-64kb-6.4.0-150600.23.14.1.aarch64.rpm True kernel-64kb-6.4.0-150600.23.14.1.nosrc.rpm True kernel-64kb-devel-6.4.0-150600.23.14.1.aarch64.rpm True kernel-64kb-extra-6.4.0-150600.23.14.1.aarch64.rpm True kernel-64kb-livepatch-devel-6.4.0-150600.23.14.1.aarch64.rpm True kernel-64kb-optional-6.4.0-150600.23.14.1.aarch64.rpm True kernel-default-6.4.0-150600.23.14.2.aarch64.rpm True kernel-default-base-6.4.0-150600.23.14.2.150600.12.4.3.aarch64.rpm True kernel-default-base-rebuild-6.4.0-150600.23.14.2.150600.12.4.3.aarch64.rpm True kernel-default-devel-6.4.0-150600.23.14.2.aarch64.rpm True kernel-default-extra-6.4.0-150600.23.14.2.aarch64.rpm True kernel-default-livepatch-6.4.0-150600.23.14.2.aarch64.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.14.2.aarch64.rpm True kernel-default-optional-6.4.0-150600.23.14.2.aarch64.rpm True kernel-kvmsmall-6.4.0-150600.23.14.2.aarch64.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.14.2.aarch64.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.14.2.aarch64.rpm True kernel-obs-build-6.4.0-150600.23.14.2.aarch64.rpm True kernel-obs-qa-6.4.0-150600.23.14.2.aarch64.rpm True kernel-syms-6.4.0-150600.23.14.2.aarch64.rpm True kselftests-kmp-64kb-6.4.0-150600.23.14.1.aarch64.rpm True kselftests-kmp-default-6.4.0-150600.23.14.2.aarch64.rpm True ocfs2-kmp-64kb-6.4.0-150600.23.14.1.aarch64.rpm True ocfs2-kmp-default-6.4.0-150600.23.14.2.aarch64.rpm True reiserfs-kmp-64kb-6.4.0-150600.23.14.1.aarch64.rpm True reiserfs-kmp-default-6.4.0-150600.23.14.2.aarch64.rpm True openSUSE-SLE-15.6-2024-2316 Optional update for NetworkManager low SUSE Updates openSUSE-SLE 15.6 This optional update for NetworkManager fixes the following issue: - No-change rebuild to include NetworkManager-wwan in the SLE-Module-Desktop-Applications_15-SP6 product (bsc#1227333) NetworkManager-1.44.2-150600.3.2.1.src.rpm NetworkManager-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-bluetooth-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-branding-upstream-1.44.2-150600.3.2.1.noarch.rpm NetworkManager-cloud-setup-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-devel-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-devel-32bit-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-lang-1.44.2-150600.3.2.1.noarch.rpm NetworkManager-ovs-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-pppoe-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-tui-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-wwan-1.44.2-150600.3.2.1.x86_64.rpm libnm0-1.44.2-150600.3.2.1.x86_64.rpm libnm0-32bit-1.44.2-150600.3.2.1.x86_64.rpm typelib-1_0-NM-1_0-1.44.2-150600.3.2.1.x86_64.rpm NetworkManager-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-bluetooth-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-cloud-setup-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-devel-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-ovs-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-pppoe-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-tui-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-wwan-1.44.2-150600.3.2.1.s390x.rpm libnm0-1.44.2-150600.3.2.1.s390x.rpm typelib-1_0-NM-1_0-1.44.2-150600.3.2.1.s390x.rpm NetworkManager-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-bluetooth-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-cloud-setup-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-devel-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-ovs-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-pppoe-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-tui-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-wwan-1.44.2-150600.3.2.1.ppc64le.rpm libnm0-1.44.2-150600.3.2.1.ppc64le.rpm typelib-1_0-NM-1_0-1.44.2-150600.3.2.1.ppc64le.rpm NetworkManager-1.44.2-150600.3.2.1.aarch64.rpm NetworkManager-bluetooth-1.44.2-150600.3.2.1.aarch64.rpm NetworkManager-cloud-setup-1.44.2-150600.3.2.1.aarch64.rpm NetworkManager-devel-1.44.2-150600.3.2.1.aarch64.rpm NetworkManager-ovs-1.44.2-150600.3.2.1.aarch64.rpm NetworkManager-pppoe-1.44.2-150600.3.2.1.aarch64.rpm NetworkManager-tui-1.44.2-150600.3.2.1.aarch64.rpm NetworkManager-wwan-1.44.2-150600.3.2.1.aarch64.rpm libnm0-1.44.2-150600.3.2.1.aarch64.rpm typelib-1_0-NM-1_0-1.44.2-150600.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-2324 Recommended update for cups-filters moderate SUSE Updates openSUSE-SLE 15.6 This update for cups-filters fixes the following issue: - "cups-filters: Poppler for color PDF as grayscale via PS level 1: huge output makes printing slow" (bsc#1225040) cups-filters-1.25.0-150200.3.12.3.src.rpm cups-filters-1.25.0-150200.3.12.3.x86_64.rpm cups-filters-devel-1.25.0-150200.3.12.3.x86_64.rpm cups-filters-1.25.0-150200.3.12.3.s390x.rpm cups-filters-devel-1.25.0-150200.3.12.3.s390x.rpm cups-filters-1.25.0-150200.3.12.3.ppc64le.rpm cups-filters-devel-1.25.0-150200.3.12.3.ppc64le.rpm cups-filters-1.25.0-150200.3.12.3.aarch64.rpm cups-filters-devel-1.25.0-150200.3.12.3.aarch64.rpm openSUSE-SLE-15.6-2024-2323 Recommended update for open-vm-tools moderate SUSE Updates openSUSE-SLE 15.6 This update for open-vm-tools fixes the following issue: - There are no new features in this open-vm-tools release (bsc#1227181). This is primarily a maintenance release that addresses a few critical problems, including: - A Github pull request and associated issue has been handled. Please see the Resolved Issues section of the Release Notes. - A number of issues flagged by Coverity and ShellCheck have been addressed. - A vmtoolsd process hang related to nested logging from an RPC Channel error has been fixed. For a more complete list of issues resolved in this release, see the Resolved Issues section of the Release Notes. libvmtools-devel-12.4.5-150600.3.3.2.x86_64.rpm libvmtools0-12.4.5-150600.3.3.2.x86_64.rpm open-vm-tools-12.4.5-150600.3.3.2.src.rpm open-vm-tools-12.4.5-150600.3.3.2.x86_64.rpm open-vm-tools-containerinfo-12.4.5-150600.3.3.2.x86_64.rpm open-vm-tools-desktop-12.4.5-150600.3.3.2.x86_64.rpm open-vm-tools-salt-minion-12.4.5-150600.3.3.2.x86_64.rpm open-vm-tools-sdmp-12.4.5-150600.3.3.2.x86_64.rpm libvmtools-devel-12.4.5-150600.3.3.2.aarch64.rpm libvmtools0-12.4.5-150600.3.3.2.aarch64.rpm open-vm-tools-12.4.5-150600.3.3.2.aarch64.rpm open-vm-tools-containerinfo-12.4.5-150600.3.3.2.aarch64.rpm open-vm-tools-desktop-12.4.5-150600.3.3.2.aarch64.rpm open-vm-tools-sdmp-12.4.5-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2409 Security update for libvpx important SUSE Updates openSUSE-SLE 15.6 This update for libvpx fixes the following issues: - CVE-2024-5197: Fixed interger overflow when calling vpx_img_alloc() or vpx_img_wrap() with large parameters (bsc#1225879). - CVE-2023-6349: Fixed heap overflow when encoding a frame that has larger dimensions than the originally configured size (bsc#1225403). - CVE-2023-44488: Fixed heap buffer overflow in vp8 encoding (bsc#1216879). libvpx-1.11.0-150400.3.7.1.src.rpm libvpx-devel-1.11.0-150400.3.7.1.x86_64.rpm libvpx7-1.11.0-150400.3.7.1.x86_64.rpm libvpx7-32bit-1.11.0-150400.3.7.1.x86_64.rpm vpx-tools-1.11.0-150400.3.7.1.x86_64.rpm libvpx-devel-1.11.0-150400.3.7.1.s390x.rpm libvpx7-1.11.0-150400.3.7.1.s390x.rpm vpx-tools-1.11.0-150400.3.7.1.s390x.rpm libvpx-devel-1.11.0-150400.3.7.1.ppc64le.rpm libvpx7-1.11.0-150400.3.7.1.ppc64le.rpm vpx-tools-1.11.0-150400.3.7.1.ppc64le.rpm libvpx-devel-1.11.0-150400.3.7.1.aarch64.rpm libvpx7-1.11.0-150400.3.7.1.aarch64.rpm vpx-tools-1.11.0-150400.3.7.1.aarch64.rpm openSUSE-SLE-15.6-2024-2313 Security update for netty3 important SUSE Updates openSUSE-SLE 15.6 This update for netty3 fixes the following issues: - CVE-2024-29025: Fixed HttpPostRequestDecoder can out of memory due to large number of form fields (bsc#1222045). netty3-3.10.6-150200.3.10.1.noarch.rpm netty3-3.10.6-150200.3.10.1.src.rpm netty3-javadoc-3.10.6-150200.3.10.1.noarch.rpm openSUSE-SLE-15.6-2024-2315 Recommended update for libica moderate SUSE Updates openSUSE-SLE 15.6 This update for qclib fixes the following issues: libica was upgrade to version 4.3.0 (bsc#1227136) * [FEATURE] New API function ica_allow_external_gcm_iv_in_fips_mode * [PATCH] bug fixes libica-4.3.0-150600.4.3.1.src.rpm libica-devel-4.3.0-150600.4.3.1.s390x.rpm libica-devel-static-4.3.0-150600.4.3.1.s390x.rpm libica-openssl1_1-4.3.0-150600.4.3.1.src.rpm libica-openssl1_1-devel-4.3.0-150600.4.3.1.s390x.rpm libica-openssl1_1-devel-static-4.3.0-150600.4.3.1.s390x.rpm libica-openssl1_1-tools-4.3.0-150600.4.3.1.s390x.rpm libica-tools-4.3.0-150600.4.3.1.s390x.rpm libica4-4.3.0-150600.4.3.1.s390x.rpm libica4-openssl1_1-4.3.0-150600.4.3.1.s390x.rpm openSUSE-SLE-15.6-2024-2497 Recommended update for lifecycle-data-sle-module-live-patching moderate SUSE Updates openSUSE-SLE 15.6 This update for lifecycle-data-sle-module-live-patching fixes the following issue: - Added data for 5_14_21-150400_24_119, 5_14_21-150400_24_122, 5_14_21-150500_55_62, 5_14_21-150500_55_65, 5_14_21-150500_55_68, 5_3_18-150200_24_191, 5_3_18-150200_24_194, 5_3_18-150300_59_161, 5_3_18-150300_59_164, 6_4_0-150600_21, 6_4_0-150600_23_7, +kernel-livepatch-5_14_21-150500_13_52-rt,*,+kernel-livepatch-5_14_21-150500_13_55-rt,*,+kernel-livepatch-5_14_21-150500_13_58-rt,* (bsc#1020320) lifecycle-data-sle-module-live-patching-15-150000.4.114.2.noarch.rpm lifecycle-data-sle-module-live-patching-15-150000.4.114.2.src.rpm openSUSE-SLE-15.6-2024-2691 Recommended update for fence-agents moderate SUSE Updates openSUSE-SLE 15.6 This update for fence-agents fixes the following issues: - Fix Azure native fencing does not start due to Python version. (bsc#1224797) (jsc#PED-8887) - The updated fence-agents does not include anymore the Azure fence-agents. - If you are on Azure, you need to install in addition the package fence-agents-azure-arm. This package (fence-agents-azure-arm) is only installable with Public Cloud Module enabled which provides the required Python3.11 dependencies. fence-agents-4.13.1+git.1704296072.32469f29-150600.3.9.1.src.rpm fence-agents-4.13.1+git.1704296072.32469f29-150600.3.9.1.x86_64.rpm fence-agents-amt_ws-4.13.1+git.1704296072.32469f29-150600.3.9.1.x86_64.rpm fence-agents-devel-4.13.1+git.1704296072.32469f29-150600.3.9.1.x86_64.rpm fence-agents-4.13.1+git.1704296072.32469f29-150600.3.9.1.s390x.rpm fence-agents-amt_ws-4.13.1+git.1704296072.32469f29-150600.3.9.1.s390x.rpm fence-agents-devel-4.13.1+git.1704296072.32469f29-150600.3.9.1.s390x.rpm fence-agents-4.13.1+git.1704296072.32469f29-150600.3.9.1.ppc64le.rpm fence-agents-amt_ws-4.13.1+git.1704296072.32469f29-150600.3.9.1.ppc64le.rpm fence-agents-devel-4.13.1+git.1704296072.32469f29-150600.3.9.1.ppc64le.rpm fence-agents-4.13.1+git.1704296072.32469f29-150600.3.9.1.aarch64.rpm fence-agents-amt_ws-4.13.1+git.1704296072.32469f29-150600.3.9.1.aarch64.rpm fence-agents-devel-4.13.1+git.1704296072.32469f29-150600.3.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-2399 Security update for MozillaFirefox important SUSE Updates openSUSE-SLE 15.6 This update for MozillaFirefox fixes the following issues: Update to Firefox Extended Support Release 115.13.0 ESR (MFSA 2024-30, bsc#1226316): - CVE-2024-6600: Memory corruption in WebGL API - CVE-2024-6601: Race condition in permission assignment - CVE-2024-6602: Memory corruption in NSS - CVE-2024-6603: Memory corruption in thread creation - CVE-2024-6604: Memory safety bugs fixed in Firefox 128, Firefox ESR 115.13, and Thunderbird 115.13 Other fixes: - Fix GNOME search provider (bsc#1225278) MozillaFirefox-115.13.0-150200.152.143.1.src.rpm MozillaFirefox-115.13.0-150200.152.143.1.x86_64.rpm MozillaFirefox-branding-upstream-115.13.0-150200.152.143.1.x86_64.rpm MozillaFirefox-devel-115.13.0-150200.152.143.1.noarch.rpm MozillaFirefox-translations-common-115.13.0-150200.152.143.1.x86_64.rpm MozillaFirefox-translations-other-115.13.0-150200.152.143.1.x86_64.rpm MozillaFirefox-115.13.0-150200.152.143.1.s390x.rpm MozillaFirefox-branding-upstream-115.13.0-150200.152.143.1.s390x.rpm MozillaFirefox-translations-common-115.13.0-150200.152.143.1.s390x.rpm MozillaFirefox-translations-other-115.13.0-150200.152.143.1.s390x.rpm MozillaFirefox-115.13.0-150200.152.143.1.ppc64le.rpm MozillaFirefox-branding-upstream-115.13.0-150200.152.143.1.ppc64le.rpm MozillaFirefox-translations-common-115.13.0-150200.152.143.1.ppc64le.rpm MozillaFirefox-translations-other-115.13.0-150200.152.143.1.ppc64le.rpm MozillaFirefox-115.13.0-150200.152.143.1.aarch64.rpm MozillaFirefox-branding-upstream-115.13.0-150200.152.143.1.aarch64.rpm MozillaFirefox-translations-common-115.13.0-150200.152.143.1.aarch64.rpm MozillaFirefox-translations-other-115.13.0-150200.152.143.1.aarch64.rpm openSUSE-SLE-15.6-2024-2340 Recommended update for pixman moderate SUSE Updates openSUSE-SLE 15.6 This update for pixman fixes the following issues: - Update to version 0.43.4 + Fix incorrect compositing on big-endian architectures (bsc#1221052) + Allow building on clang/arm32 libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm libpixman-1-0-32bit-0.43.4-150600.3.3.1.x86_64.rpm libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm pixman-0.43.4-150600.3.3.1.src.rpm libpixman-1-0-0.43.4-150600.3.3.1.s390x.rpm libpixman-1-0-devel-0.43.4-150600.3.3.1.s390x.rpm libpixman-1-0-0.43.4-150600.3.3.1.ppc64le.rpm libpixman-1-0-devel-0.43.4-150600.3.3.1.ppc64le.rpm libpixman-1-0-0.43.4-150600.3.3.1.aarch64.rpm libpixman-1-0-devel-0.43.4-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2404 Recommended update for mdadm moderate SUSE Updates openSUSE-SLE 15.6 This update for mdadm fixes the following issues: - util.c: change devnm to const in mdmon functions (bsc#1225307) - Wait for mdmon when it is stared via systemd (bsc#1225307) mdadm-4.3-150600.3.3.2.src.rpm mdadm-4.3-150600.3.3.2.x86_64.rpm mdadm-4.3-150600.3.3.2.s390x.rpm mdadm-4.3-150600.3.3.2.ppc64le.rpm mdadm-4.3-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2393 Security update for openssh moderate SUSE Updates openSUSE-SLE 15.6 This update for openssh fixes the following issues: Security fixes: - CVE-2024-39894: Fixed timing attacks against echo-off password entry (bsc#1227318). Other fixes: - Add obsoletes for openssh-server-config-rootlogin (bsc#1227350). - Add #include <stdlib.h> in some files added by the ldap patch to fix build with gcc14 (bsc#1225904). - Remove the recommendation for openssh-server-config-rootlogin from openssh-server (bsc#1224392). openssh-9.6p1-150600.6.6.1.src.rpm openssh-9.6p1-150600.6.6.1.x86_64.rpm openssh-askpass-gnome-9.6p1-150600.6.6.1.src.rpm openssh-askpass-gnome-9.6p1-150600.6.6.1.x86_64.rpm openssh-cavs-9.6p1-150600.6.6.1.x86_64.rpm openssh-clients-9.6p1-150600.6.6.1.x86_64.rpm openssh-common-9.6p1-150600.6.6.1.x86_64.rpm openssh-fips-9.6p1-150600.6.6.1.x86_64.rpm openssh-helpers-9.6p1-150600.6.6.1.x86_64.rpm openssh-server-9.6p1-150600.6.6.1.x86_64.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.6.1.x86_64.rpm openssh-9.6p1-150600.6.6.1.s390x.rpm openssh-askpass-gnome-9.6p1-150600.6.6.1.s390x.rpm openssh-cavs-9.6p1-150600.6.6.1.s390x.rpm openssh-clients-9.6p1-150600.6.6.1.s390x.rpm openssh-common-9.6p1-150600.6.6.1.s390x.rpm openssh-fips-9.6p1-150600.6.6.1.s390x.rpm openssh-helpers-9.6p1-150600.6.6.1.s390x.rpm openssh-server-9.6p1-150600.6.6.1.s390x.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.6.1.s390x.rpm openssh-9.6p1-150600.6.6.1.ppc64le.rpm openssh-askpass-gnome-9.6p1-150600.6.6.1.ppc64le.rpm openssh-cavs-9.6p1-150600.6.6.1.ppc64le.rpm openssh-clients-9.6p1-150600.6.6.1.ppc64le.rpm openssh-common-9.6p1-150600.6.6.1.ppc64le.rpm openssh-fips-9.6p1-150600.6.6.1.ppc64le.rpm openssh-helpers-9.6p1-150600.6.6.1.ppc64le.rpm openssh-server-9.6p1-150600.6.6.1.ppc64le.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.6.1.ppc64le.rpm openssh-9.6p1-150600.6.6.1.aarch64.rpm openssh-askpass-gnome-9.6p1-150600.6.6.1.aarch64.rpm openssh-cavs-9.6p1-150600.6.6.1.aarch64.rpm openssh-clients-9.6p1-150600.6.6.1.aarch64.rpm openssh-common-9.6p1-150600.6.6.1.aarch64.rpm openssh-fips-9.6p1-150600.6.6.1.aarch64.rpm openssh-helpers-9.6p1-150600.6.6.1.aarch64.rpm openssh-server-9.6p1-150600.6.6.1.aarch64.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2695 Recommended update for dracut moderate SUSE Updates openSUSE-SLE 15.6 This update for dracut fixes the following issues: - Version update: * feat(crypt): force the inclusion of crypttab entries with x-initrd.attach (bsc#1226529) * fix(mdraid): try to assemble the missing raid device (bsc#1226412) * fix(dracut-install): continue parsing if ldd prints "cannot be preloaded" (bsc#1208690) dracut-059+suse.527.g7870f083-150600.3.3.2.src.rpm dracut-059+suse.527.g7870f083-150600.3.3.2.x86_64.rpm dracut-extra-059+suse.527.g7870f083-150600.3.3.2.x86_64.rpm dracut-fips-059+suse.527.g7870f083-150600.3.3.2.x86_64.rpm dracut-ima-059+suse.527.g7870f083-150600.3.3.2.x86_64.rpm dracut-mkinitrd-deprecated-059+suse.527.g7870f083-150600.3.3.2.x86_64.rpm dracut-tools-059+suse.527.g7870f083-150600.3.3.2.x86_64.rpm dracut-059+suse.527.g7870f083-150600.3.3.2.s390x.rpm dracut-extra-059+suse.527.g7870f083-150600.3.3.2.s390x.rpm dracut-fips-059+suse.527.g7870f083-150600.3.3.2.s390x.rpm dracut-ima-059+suse.527.g7870f083-150600.3.3.2.s390x.rpm dracut-mkinitrd-deprecated-059+suse.527.g7870f083-150600.3.3.2.s390x.rpm dracut-tools-059+suse.527.g7870f083-150600.3.3.2.s390x.rpm dracut-059+suse.527.g7870f083-150600.3.3.2.ppc64le.rpm dracut-extra-059+suse.527.g7870f083-150600.3.3.2.ppc64le.rpm dracut-fips-059+suse.527.g7870f083-150600.3.3.2.ppc64le.rpm dracut-ima-059+suse.527.g7870f083-150600.3.3.2.ppc64le.rpm dracut-mkinitrd-deprecated-059+suse.527.g7870f083-150600.3.3.2.ppc64le.rpm dracut-tools-059+suse.527.g7870f083-150600.3.3.2.ppc64le.rpm dracut-059+suse.527.g7870f083-150600.3.3.2.aarch64.rpm dracut-extra-059+suse.527.g7870f083-150600.3.3.2.aarch64.rpm dracut-fips-059+suse.527.g7870f083-150600.3.3.2.aarch64.rpm dracut-ima-059+suse.527.g7870f083-150600.3.3.2.aarch64.rpm dracut-mkinitrd-deprecated-059+suse.527.g7870f083-150600.3.3.2.aarch64.rpm dracut-tools-059+suse.527.g7870f083-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2405 Security update for apache2 important SUSE Updates openSUSE-SLE 15.6 This update for apache2 fixes the following issues: - CVE-2024-38477: Fixed null pointer dereference in mod_proxy (bsc#1227270) - CVE-2024-39573: Fixed potential SSRF in mod_rewrite (bsc#1227271) apache2-2.4.58-150600.5.11.1.src.rpm apache2-2.4.58-150600.5.11.1.x86_64.rpm apache2-devel-2.4.58-150600.5.11.1.src.rpm apache2-devel-2.4.58-150600.5.11.1.x86_64.rpm apache2-event-2.4.58-150600.5.11.1.src.rpm apache2-event-2.4.58-150600.5.11.1.x86_64.rpm apache2-manual-2.4.58-150600.5.11.1.noarch.rpm apache2-manual-2.4.58-150600.5.11.1.src.rpm apache2-prefork-2.4.58-150600.5.11.1.src.rpm apache2-prefork-2.4.58-150600.5.11.1.x86_64.rpm apache2-utils-2.4.58-150600.5.11.1.src.rpm apache2-utils-2.4.58-150600.5.11.1.x86_64.rpm apache2-worker-2.4.58-150600.5.11.1.src.rpm apache2-worker-2.4.58-150600.5.11.1.x86_64.rpm apache2-2.4.58-150600.5.11.1.s390x.rpm apache2-devel-2.4.58-150600.5.11.1.s390x.rpm apache2-event-2.4.58-150600.5.11.1.s390x.rpm apache2-prefork-2.4.58-150600.5.11.1.s390x.rpm apache2-utils-2.4.58-150600.5.11.1.s390x.rpm apache2-worker-2.4.58-150600.5.11.1.s390x.rpm apache2-2.4.58-150600.5.11.1.ppc64le.rpm apache2-devel-2.4.58-150600.5.11.1.ppc64le.rpm apache2-event-2.4.58-150600.5.11.1.ppc64le.rpm apache2-prefork-2.4.58-150600.5.11.1.ppc64le.rpm apache2-utils-2.4.58-150600.5.11.1.ppc64le.rpm apache2-worker-2.4.58-150600.5.11.1.ppc64le.rpm apache2-2.4.58-150600.5.11.1.aarch64.rpm apache2-devel-2.4.58-150600.5.11.1.aarch64.rpm apache2-event-2.4.58-150600.5.11.1.aarch64.rpm apache2-prefork-2.4.58-150600.5.11.1.aarch64.rpm apache2-utils-2.4.58-150600.5.11.1.aarch64.rpm apache2-worker-2.4.58-150600.5.11.1.aarch64.rpm openSUSE-SLE-15.6-2024-2406 Recommended update for suse-build-key moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-build-key fixes the following issue: - Added new keys of the SLE Micro 6.0 / SLES 16 series, and auto import them (bsc#1227429) - gpg-pubkey-09d9ea69-645b99ce.asc: Main SLE Micro 6/SLES 16 key - gpg-pubkey-73f03759-626bd414.asc: Backup SLE Micro 6/SLES 16 key suse-build-key-12.0-150000.8.46.2.noarch.rpm suse-build-key-12.0-150000.8.46.2.src.rpm openSUSE-SLE-15.6-2024-2688 Feature update for Public Cloud important SUSE Updates openSUSE-SLE 15.6 This update for Public Cloud fixes the following issues: - Added Public Cloud packages and dependencies to SLE Micro 5.5 to enhance SUSE Manager 5.0 (jsc#SMO-345): * google-guest-agent (no source changes) * google-guest-configs (no source changes) * google-guest-oslogin (no source changes) * google-osconfig-agent (no source changes) * growpart-rootgrow (no source changes) * python-azure-agent (includes bug fixes see below) * python-cssselect (no source changes) * python-instance-billing-flavor-check (no source changes) * python-toml (no source changes) * python3-lxml (inlcudes a bug fix, see below) - python-azure-agent received the following fixes: * Use the proper option to force btrfs to overwrite a file system on the resource disk if one already exists (bsc#1227711) * Set Provisioning.Agent parameter to 'cloud-init' in SLE Micro 5.5 and newer (bsc#1227106) * Do not package `waagent2.0` in Python 3 builds * Do not require `wicked` in non-SUSE build environments * Apply python3 interpreter patch in non SLE build environments (bcs#1227067) - python3-lxml also received the following fix: * Fixed compatibility with system libexpat in tests (bnc#1222075) google-guest-agent-20240314.00-150400.1.48.7.src.rpm google-guest-agent-20240314.00-150400.1.48.7.x86_64.rpm google-guest-configs-20240307.00-150400.13.11.6.noarch.rpm google-guest-configs-20240307.00-150400.13.11.6.src.rpm google-guest-oslogin-20240311.00-150400.1.45.7.src.rpm google-guest-oslogin-20240311.00-150400.1.45.7.x86_64.rpm google-osconfig-agent-20240320.00-150400.1.35.7.src.rpm google-osconfig-agent-20240320.00-150400.1.35.7.x86_64.rpm growpart-rootgrow-1.0.7-150400.1.14.7.noarch.rpm growpart-rootgrow-1.0.7-150400.1.14.7.src.rpm python-azure-agent-2.9.1.1-150400.3.41.1.noarch.rpm python-azure-agent-2.9.1.1-150400.3.41.1.src.rpm python-azure-agent-config-default-2.9.1.1-150400.3.41.1.noarch.rpm python-azure-agent-config-hpc-2.9.1.1-150400.3.41.1.noarch.rpm python-azure-agent-config-micro-2.9.1.1-150400.3.41.1.noarch.rpm python-azure-agent-config-server-2.9.1.1-150400.3.41.1.noarch.rpm python-azure-agent-test-2.9.1.1-150400.3.41.1.noarch.rpm python-instance-billing-flavor-check-0.0.6-150400.1.11.7.src.rpm python-instance-billing-flavor-check-0.0.6-150400.1.11.7.x86_64.rpm python3-lxml-4.9.1-150500.3.4.3.src.rpm python3-lxml-4.9.1-150500.3.4.3.x86_64.rpm python3-lxml-devel-4.9.1-150500.3.4.3.x86_64.rpm python3-lxml-doc-4.9.1-150500.3.4.3.noarch.rpm google-guest-agent-20240314.00-150400.1.48.7.s390x.rpm google-guest-oslogin-20240311.00-150400.1.45.7.s390x.rpm google-osconfig-agent-20240320.00-150400.1.35.7.s390x.rpm python-instance-billing-flavor-check-0.0.6-150400.1.11.7.s390x.rpm python3-lxml-4.9.1-150500.3.4.3.s390x.rpm python3-lxml-devel-4.9.1-150500.3.4.3.s390x.rpm google-guest-agent-20240314.00-150400.1.48.7.ppc64le.rpm google-guest-oslogin-20240311.00-150400.1.45.7.ppc64le.rpm google-osconfig-agent-20240320.00-150400.1.35.7.ppc64le.rpm python-instance-billing-flavor-check-0.0.6-150400.1.11.7.ppc64le.rpm python3-lxml-4.9.1-150500.3.4.3.ppc64le.rpm python3-lxml-devel-4.9.1-150500.3.4.3.ppc64le.rpm google-guest-agent-20240314.00-150400.1.48.7.aarch64.rpm google-guest-oslogin-20240311.00-150400.1.45.7.aarch64.rpm google-osconfig-agent-20240320.00-150400.1.35.7.aarch64.rpm python-instance-billing-flavor-check-0.0.6-150400.1.11.7.aarch64.rpm python3-lxml-4.9.1-150500.3.4.3.aarch64.rpm python3-lxml-devel-4.9.1-150500.3.4.3.aarch64.rpm openSUSE-SLE-15.6-2024-2403 Recommended update for tree moderate SUSE Updates openSUSE-SLE 15.6 This update for tree fixes the following issue: - shipped to Basesystem module as new dependency of alsa-utils. tree-1.7.0-150000.3.2.1.src.rpm tree-1.7.0-150000.3.2.1.x86_64.rpm tree-1.7.0-150000.3.2.1.s390x.rpm tree-1.7.0-150000.3.2.1.ppc64le.rpm tree-1.7.0-150000.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-2485 Security update for tomcat important SUSE Updates openSUSE-SLE 15.6 This update for tomcat fixes the following issues: Updated to version 9.0.91: - CVE-2024-34750: Fixed an improper handling of exceptional conditions (bsc#1227399). tomcat-9.0.91-150200.68.1.noarch.rpm tomcat-9.0.91-150200.68.1.src.rpm tomcat-admin-webapps-9.0.91-150200.68.1.noarch.rpm tomcat-docs-webapp-9.0.91-150200.68.1.noarch.rpm tomcat-el-3_0-api-9.0.91-150200.68.1.noarch.rpm tomcat-embed-9.0.91-150200.68.1.noarch.rpm tomcat-javadoc-9.0.91-150200.68.1.noarch.rpm tomcat-jsp-2_3-api-9.0.91-150200.68.1.noarch.rpm tomcat-jsvc-9.0.91-150200.68.1.noarch.rpm tomcat-lib-9.0.91-150200.68.1.noarch.rpm tomcat-servlet-4_0-api-9.0.91-150200.68.1.noarch.rpm tomcat-webapps-9.0.91-150200.68.1.noarch.rpm openSUSE-SLE-15.6-2024-2400 Security update for python-zipp low SUSE Updates openSUSE-SLE 15.6 This update for python-zipp fixes the following issues: - CVE-2024-5569: Fixed DoS vulnerability when processing a specially crafted zip file (bsc#1227547). python-zipp-3.15.0-150400.10.10.1.src.rpm python311-zipp-3.15.0-150400.10.10.1.noarch.rpm openSUSE-SLE-15.6-2024-2397 Security update for python-zipp low SUSE Updates openSUSE-SLE 15.6 This update for python-zipp fixes the following issues: - CVE-2024-5569: Fixed DoS vulnerability when processing a specially crafted zip file (bsc#1227547). python-zipp-3.17.0-150600.3.3.1.src.rpm python311-zipp-3.17.0-150600.3.3.1.noarch.rpm openSUSE-SLE-15.6-2024-2401 Security update for oniguruma moderate SUSE Updates openSUSE-SLE 15.6 This update for oniguruma fixes the following issues: - CVE-2019-13225: Fixed null-pointer dereference in match_at() in regexec.c (bsc#1141157). libonig4-6.7.0-150000.3.6.1.x86_64.rpm oniguruma-6.7.0-150000.3.6.1.src.rpm oniguruma-devel-6.7.0-150000.3.6.1.x86_64.rpm libonig4-6.7.0-150000.3.6.1.s390x.rpm oniguruma-devel-6.7.0-150000.3.6.1.s390x.rpm libonig4-6.7.0-150000.3.6.1.ppc64le.rpm oniguruma-devel-6.7.0-150000.3.6.1.ppc64le.rpm libonig4-6.7.0-150000.3.6.1.aarch64.rpm oniguruma-devel-6.7.0-150000.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2413 Security update for tomcat10 important SUSE Updates openSUSE-SLE 15.6 This update for tomcat10 fixes the following issues: - CVE-2024-34750: Fixed an improper handling of exceptional conditions (bsc#1227399). tomcat10-10.1.25-150200.5.25.1.noarch.rpm tomcat10-10.1.25-150200.5.25.1.src.rpm tomcat10-admin-webapps-10.1.25-150200.5.25.1.noarch.rpm tomcat10-doc-10.1.25-150200.5.25.1.noarch.rpm tomcat10-docs-webapp-10.1.25-150200.5.25.1.noarch.rpm tomcat10-el-5_0-api-10.1.25-150200.5.25.1.noarch.rpm tomcat10-embed-10.1.25-150200.5.25.1.noarch.rpm tomcat10-jsp-3_1-api-10.1.25-150200.5.25.1.noarch.rpm tomcat10-jsvc-10.1.25-150200.5.25.1.noarch.rpm tomcat10-lib-10.1.25-150200.5.25.1.noarch.rpm tomcat10-servlet-6_0-api-10.1.25-150200.5.25.1.noarch.rpm tomcat10-webapps-10.1.25-150200.5.25.1.noarch.rpm openSUSE-SLE-15.6-2024-2572 Security update for python312 moderate SUSE Updates openSUSE-SLE 15.6 This update for python312 fixes the following issues: - CVE-2024-4032: Corrected information about public and private IPv4 and IPv6 address ranges (bsc#1226448). libpython3_12-1_0-3.12.4-150600.3.3.1.x86_64.rpm libpython3_12-1_0-32bit-3.12.4-150600.3.3.1.x86_64.rpm python312-3.12.4-150600.3.3.1.src.rpm python312-3.12.4-150600.3.3.1.x86_64.rpm python312-32bit-3.12.4-150600.3.3.1.x86_64.rpm python312-base-3.12.4-150600.3.3.1.x86_64.rpm python312-base-32bit-3.12.4-150600.3.3.1.x86_64.rpm python312-core-3.12.4-150600.3.3.1.src.rpm python312-curses-3.12.4-150600.3.3.1.x86_64.rpm python312-dbm-3.12.4-150600.3.3.1.x86_64.rpm python312-devel-3.12.4-150600.3.3.1.x86_64.rpm python312-doc-3.12.4-150600.3.3.1.x86_64.rpm python312-doc-devhelp-3.12.4-150600.3.3.1.x86_64.rpm python312-documentation-3.12.4-150600.3.3.1.src.rpm python312-idle-3.12.4-150600.3.3.1.x86_64.rpm python312-testsuite-3.12.4-150600.3.3.1.x86_64.rpm python312-tk-3.12.4-150600.3.3.1.x86_64.rpm python312-tools-3.12.4-150600.3.3.1.x86_64.rpm libpython3_12-1_0-3.12.4-150600.3.3.1.s390x.rpm python312-3.12.4-150600.3.3.1.s390x.rpm python312-base-3.12.4-150600.3.3.1.s390x.rpm python312-curses-3.12.4-150600.3.3.1.s390x.rpm python312-dbm-3.12.4-150600.3.3.1.s390x.rpm python312-devel-3.12.4-150600.3.3.1.s390x.rpm python312-doc-3.12.4-150600.3.3.1.s390x.rpm python312-doc-devhelp-3.12.4-150600.3.3.1.s390x.rpm python312-idle-3.12.4-150600.3.3.1.s390x.rpm python312-testsuite-3.12.4-150600.3.3.1.s390x.rpm python312-tk-3.12.4-150600.3.3.1.s390x.rpm python312-tools-3.12.4-150600.3.3.1.s390x.rpm libpython3_12-1_0-3.12.4-150600.3.3.1.ppc64le.rpm python312-3.12.4-150600.3.3.1.ppc64le.rpm python312-base-3.12.4-150600.3.3.1.ppc64le.rpm python312-curses-3.12.4-150600.3.3.1.ppc64le.rpm python312-dbm-3.12.4-150600.3.3.1.ppc64le.rpm python312-devel-3.12.4-150600.3.3.1.ppc64le.rpm python312-doc-3.12.4-150600.3.3.1.ppc64le.rpm python312-doc-devhelp-3.12.4-150600.3.3.1.ppc64le.rpm python312-idle-3.12.4-150600.3.3.1.ppc64le.rpm python312-testsuite-3.12.4-150600.3.3.1.ppc64le.rpm python312-tk-3.12.4-150600.3.3.1.ppc64le.rpm python312-tools-3.12.4-150600.3.3.1.ppc64le.rpm libpython3_12-1_0-3.12.4-150600.3.3.1.aarch64.rpm python312-3.12.4-150600.3.3.1.aarch64.rpm python312-base-3.12.4-150600.3.3.1.aarch64.rpm python312-curses-3.12.4-150600.3.3.1.aarch64.rpm python312-dbm-3.12.4-150600.3.3.1.aarch64.rpm python312-devel-3.12.4-150600.3.3.1.aarch64.rpm python312-doc-3.12.4-150600.3.3.1.aarch64.rpm python312-doc-devhelp-3.12.4-150600.3.3.1.aarch64.rpm python312-idle-3.12.4-150600.3.3.1.aarch64.rpm python312-testsuite-3.12.4-150600.3.3.1.aarch64.rpm python312-tk-3.12.4-150600.3.3.1.aarch64.rpm python312-tools-3.12.4-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2580 Recommended update for dpdk moderate SUSE Updates openSUSE-SLE 15.6 This update for dpdk fixes the following issue: - dpdk_nic_bind python: No such file or directory (bsc#1219990)(PED-8465) * Add requires for "which" as dpdk-tools has its dependency dpdk-22.11.1-150600.3.3.2.src.rpm dpdk-22.11.1-150600.3.3.2.x86_64.rpm dpdk-devel-22.11.1-150600.3.3.2.x86_64.rpm dpdk-devel-static-22.11.1-150600.3.3.2.x86_64.rpm dpdk-doc-22.11.1-150600.3.3.2.noarch.rpm dpdk-examples-22.11.1-150600.3.3.2.x86_64.rpm dpdk-kmp-default-22.11.1_k6.4.0_150600.23.7-150600.3.3.2.x86_64.rpm dpdk-tools-22.11.1-150600.3.3.2.x86_64.rpm libdpdk-23-22.11.1-150600.3.3.2.x86_64.rpm dpdk-22.11.1-150600.3.3.2.ppc64le.rpm dpdk-devel-22.11.1-150600.3.3.2.ppc64le.rpm dpdk-devel-static-22.11.1-150600.3.3.2.ppc64le.rpm dpdk-examples-22.11.1-150600.3.3.2.ppc64le.rpm dpdk-kmp-default-22.11.1_k6.4.0_150600.23.7-150600.3.3.2.ppc64le.rpm dpdk-tools-22.11.1-150600.3.3.2.ppc64le.rpm libdpdk-23-22.11.1-150600.3.3.2.ppc64le.rpm dpdk-22.11.1-150600.3.3.2.aarch64.rpm dpdk-devel-22.11.1-150600.3.3.2.aarch64.rpm dpdk-devel-static-22.11.1-150600.3.3.2.aarch64.rpm dpdk-examples-22.11.1-150600.3.3.2.aarch64.rpm dpdk-kmp-default-22.11.1_k6.4.0_150600.23.7-150600.3.3.2.aarch64.rpm dpdk-thunderx-22.11.1-150600.3.3.2.aarch64.rpm dpdk-thunderx-22.11.1-150600.3.3.2.src.rpm dpdk-thunderx-devel-22.11.1-150600.3.3.2.aarch64.rpm dpdk-thunderx-devel-static-22.11.1-150600.3.3.2.aarch64.rpm dpdk-thunderx-doc-22.11.1-150600.3.3.2.noarch.rpm dpdk-thunderx-examples-22.11.1-150600.3.3.2.aarch64.rpm dpdk-thunderx-kmp-default-22.11.1_k6.4.0_150600.23.7-150600.3.3.2.aarch64.rpm dpdk-thunderx-tools-22.11.1-150600.3.3.2.aarch64.rpm dpdk-tools-22.11.1-150600.3.3.2.aarch64.rpm libdpdk-23-22.11.1-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2531 Security update for xen important SUSE Updates openSUSE-SLE 15.6 This update for xen fixes the following issues: - CVE-2023-46842: Fixed x86 HVM hypercalls may trigger Xen bug check (XSA-454, bsc#1221984). - CVE-2024-31143: Fixed double unlock in x86 guest IRQ handling (XSA-458, bsc#1227355). xen-4.18.2_06-150600.3.3.1.src.rpm True xen-4.18.2_06-150600.3.3.1.x86_64.rpm True xen-devel-4.18.2_06-150600.3.3.1.x86_64.rpm True xen-doc-html-4.18.2_06-150600.3.3.1.x86_64.rpm True xen-libs-32bit-4.18.2_06-150600.3.3.1.x86_64.rpm True xen-libs-4.18.2_06-150600.3.3.1.x86_64.rpm True xen-tools-4.18.2_06-150600.3.3.1.x86_64.rpm True xen-tools-domU-4.18.2_06-150600.3.3.1.x86_64.rpm True xen-tools-xendomains-wait-disk-4.18.2_06-150600.3.3.1.noarch.rpm True xen-4.18.2_06-150600.3.3.1.aarch64.rpm True xen-devel-4.18.2_06-150600.3.3.1.aarch64.rpm True xen-doc-html-4.18.2_06-150600.3.3.1.aarch64.rpm True xen-libs-4.18.2_06-150600.3.3.1.aarch64.rpm True xen-tools-4.18.2_06-150600.3.3.1.aarch64.rpm True xen-tools-domU-4.18.2_06-150600.3.3.1.aarch64.rpm True openSUSE-SLE-15.6-2024-2625 Security update for p7zip important SUSE Updates openSUSE-SLE 15.6 This update for p7zip fixes the following issues: - CVE-2023-52168: Fixed heap-based buffer overflow in the NTFS handler allows two bytes to be overwritten at multiple offsets (bsc#1227358) - CVE-2023-52169: Fixed out-of-bounds read in NTFS handler (bsc#1227359) p7zip-16.02-150200.14.12.1.src.rpm p7zip-16.02-150200.14.12.1.x86_64.rpm p7zip-doc-16.02-150200.14.12.1.noarch.rpm p7zip-full-16.02-150200.14.12.1.x86_64.rpm p7zip-16.02-150200.14.12.1.s390x.rpm p7zip-full-16.02-150200.14.12.1.s390x.rpm p7zip-16.02-150200.14.12.1.ppc64le.rpm p7zip-full-16.02-150200.14.12.1.ppc64le.rpm p7zip-16.02-150200.14.12.1.aarch64.rpm p7zip-full-16.02-150200.14.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-2644 Recommended update for python-lxml moderate SUSE Updates openSUSE-SLE 15.6 This update for python-lxml fixes the following issues: - Fixed compatibility with system libexpat in tests (bsc#1222075) python-lxml-4.9.3-150400.8.8.1.src.rpm python311-lxml-4.9.3-150400.8.8.1.x86_64.rpm python311-lxml-devel-4.9.3-150400.8.8.1.x86_64.rpm python311-lxml-4.9.3-150400.8.8.1.s390x.rpm python311-lxml-devel-4.9.3-150400.8.8.1.s390x.rpm python311-lxml-4.9.3-150400.8.8.1.ppc64le.rpm python311-lxml-devel-4.9.3-150400.8.8.1.ppc64le.rpm python311-lxml-4.9.3-150400.8.8.1.aarch64.rpm python311-lxml-devel-4.9.3-150400.8.8.1.aarch64.rpm openSUSE-SLE-15.6-2024-2626 Security update for python-dnspython moderate SUSE Updates openSUSE-SLE 15.6 This update for python-dnspython fixes the following issues: - CVE-2023-29483: Fixed an issue that allowed remote attackers to interfere with DNS name resolution (bsc#1222693). python-dnspython-2.3.0-150400.12.6.1.src.rpm python311-dnspython-2.3.0-150400.12.6.1.noarch.rpm openSUSE-SLE-15.6-2024-2587 Recommended update for openssh moderate SUSE Updates openSUSE-SLE 15.6 This update for openssh fixes the following issues: - Remove empty line at the end of sshd-sle.pamd (bsc#1227456) openssh-9.6p1-150600.6.9.1.src.rpm openssh-9.6p1-150600.6.9.1.x86_64.rpm openssh-askpass-gnome-9.6p1-150600.6.9.1.src.rpm openssh-askpass-gnome-9.6p1-150600.6.9.1.x86_64.rpm openssh-cavs-9.6p1-150600.6.9.1.x86_64.rpm openssh-clients-9.6p1-150600.6.9.1.x86_64.rpm openssh-common-9.6p1-150600.6.9.1.x86_64.rpm openssh-fips-9.6p1-150600.6.9.1.x86_64.rpm openssh-helpers-9.6p1-150600.6.9.1.x86_64.rpm openssh-server-9.6p1-150600.6.9.1.x86_64.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.9.1.x86_64.rpm openssh-9.6p1-150600.6.9.1.s390x.rpm openssh-askpass-gnome-9.6p1-150600.6.9.1.s390x.rpm openssh-cavs-9.6p1-150600.6.9.1.s390x.rpm openssh-clients-9.6p1-150600.6.9.1.s390x.rpm openssh-common-9.6p1-150600.6.9.1.s390x.rpm openssh-fips-9.6p1-150600.6.9.1.s390x.rpm openssh-helpers-9.6p1-150600.6.9.1.s390x.rpm openssh-server-9.6p1-150600.6.9.1.s390x.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.9.1.s390x.rpm openssh-9.6p1-150600.6.9.1.ppc64le.rpm openssh-askpass-gnome-9.6p1-150600.6.9.1.ppc64le.rpm openssh-cavs-9.6p1-150600.6.9.1.ppc64le.rpm openssh-clients-9.6p1-150600.6.9.1.ppc64le.rpm openssh-common-9.6p1-150600.6.9.1.ppc64le.rpm openssh-fips-9.6p1-150600.6.9.1.ppc64le.rpm openssh-helpers-9.6p1-150600.6.9.1.ppc64le.rpm openssh-server-9.6p1-150600.6.9.1.ppc64le.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.9.1.ppc64le.rpm openssh-9.6p1-150600.6.9.1.aarch64.rpm openssh-askpass-gnome-9.6p1-150600.6.9.1.aarch64.rpm openssh-cavs-9.6p1-150600.6.9.1.aarch64.rpm openssh-clients-9.6p1-150600.6.9.1.aarch64.rpm openssh-common-9.6p1-150600.6.9.1.aarch64.rpm openssh-fips-9.6p1-150600.6.9.1.aarch64.rpm openssh-helpers-9.6p1-150600.6.9.1.aarch64.rpm openssh-server-9.6p1-150600.6.9.1.aarch64.rpm openssh-server-config-disallow-rootlogin-9.6p1-150600.6.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-2597 Security update for apache2 important SUSE Updates openSUSE-SLE 15.6 This update for apache2 fixes the following issues: - CVE-2024-36387: Fixed DoS by null pointer in websocket over HTTP/2 (bsc#1227272) - CVE-2024-38475: Fixed improper escaping of output in mod_rewrite (bsc#1227268) - CVE-2024-38476: Fixed server may use exploitable/malicious backend application output to run local handlers via internal redirect (bsc#1227269) apache2-2.4.58-150600.5.18.1.src.rpm apache2-2.4.58-150600.5.18.1.x86_64.rpm apache2-devel-2.4.58-150600.5.18.1.src.rpm apache2-devel-2.4.58-150600.5.18.1.x86_64.rpm apache2-event-2.4.58-150600.5.18.1.src.rpm apache2-event-2.4.58-150600.5.18.1.x86_64.rpm apache2-manual-2.4.58-150600.5.18.1.noarch.rpm apache2-manual-2.4.58-150600.5.18.1.src.rpm apache2-prefork-2.4.58-150600.5.18.1.src.rpm apache2-prefork-2.4.58-150600.5.18.1.x86_64.rpm apache2-utils-2.4.58-150600.5.18.1.src.rpm apache2-utils-2.4.58-150600.5.18.1.x86_64.rpm apache2-worker-2.4.58-150600.5.18.1.src.rpm apache2-worker-2.4.58-150600.5.18.1.x86_64.rpm apache2-2.4.58-150600.5.18.1.s390x.rpm apache2-devel-2.4.58-150600.5.18.1.s390x.rpm apache2-event-2.4.58-150600.5.18.1.s390x.rpm apache2-prefork-2.4.58-150600.5.18.1.s390x.rpm apache2-utils-2.4.58-150600.5.18.1.s390x.rpm apache2-worker-2.4.58-150600.5.18.1.s390x.rpm apache2-2.4.58-150600.5.18.1.ppc64le.rpm apache2-devel-2.4.58-150600.5.18.1.ppc64le.rpm apache2-event-2.4.58-150600.5.18.1.ppc64le.rpm apache2-prefork-2.4.58-150600.5.18.1.ppc64le.rpm apache2-utils-2.4.58-150600.5.18.1.ppc64le.rpm apache2-worker-2.4.58-150600.5.18.1.ppc64le.rpm apache2-2.4.58-150600.5.18.1.aarch64.rpm apache2-devel-2.4.58-150600.5.18.1.aarch64.rpm apache2-event-2.4.58-150600.5.18.1.aarch64.rpm apache2-prefork-2.4.58-150600.5.18.1.aarch64.rpm apache2-utils-2.4.58-150600.5.18.1.aarch64.rpm apache2-worker-2.4.58-150600.5.18.1.aarch64.rpm openSUSE-SLE-15.6-2024-2573 Recommended update for libkcapi moderate SUSE Updates openSUSE-SLE 15.6 This update for libkcapi fixes the following issues: - FIPS: kcapi-hasher: zeroise temporary values for FIPS 140-3 libkcapi-0.13.0-150600.17.3.1.src.rpm libkcapi-devel-0.13.0-150600.17.3.1.x86_64.rpm libkcapi-tools-0.13.0-150600.17.3.1.x86_64.rpm libkcapi0-0.13.0-150600.17.3.1.x86_64.rpm libkcapi-devel-0.13.0-150600.17.3.1.s390x.rpm libkcapi-tools-0.13.0-150600.17.3.1.s390x.rpm libkcapi0-0.13.0-150600.17.3.1.s390x.rpm libkcapi-devel-0.13.0-150600.17.3.1.ppc64le.rpm libkcapi-tools-0.13.0-150600.17.3.1.ppc64le.rpm libkcapi0-0.13.0-150600.17.3.1.ppc64le.rpm libkcapi-devel-0.13.0-150600.17.3.1.aarch64.rpm libkcapi-tools-0.13.0-150600.17.3.1.aarch64.rpm libkcapi0-0.13.0-150600.17.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2586 Recommended update for lv2, serd, sord, sratom moderate SUSE Updates openSUSE-SLE 15.6 This update for lv2, serd, sord, sratom fixes the following issues: lv was updated to 1.18.4: * Fix build issues with newer toolchains. * Fix spelling errors. * atom: Fix spelling errors. * patch: Fix spelling errors. * patch: Fix type and range of patch:value. * patch: Make the type of patch:wildcard more precise. * state: Fix spelling errors. * ui: Deprecate ui:resize. * ui: Fix spelling errors. serd was updated to 0.30.16: * Switch to meson * Add html documentation do devel 0.30.16 changes: * Add SERD_STATIC to pkg-config Cflags for static-only builds * Adopt REUSE machine-readable licensing standard * Allow programs to be used from subproject * Fix spelling mistake in serdi man page 0.30.14 changes: * Fix memory consumption when reading documents * Switch to Meson build system * Update README and project metadata update to 0.30.12: * Fix warnings and build issues with clang 13 and VS 2019 * Fix writing long literals with triple quotes * Improve documentation style * Support combining several BSD-style command line flags in serdi * Write statements with invalid URI characters in lax mode update to 0.30.10: * Add fallback configuration if documentation theme is unavailable * Fix SERD_DISABLE_DEPRECATED * Fix building for older MacOS versions on newer MacOS * Fix documentation installation directory * Deprecate serd_uri_to_path() * Don't install API man pages * Fix potential memory error when serialising URIs * Move headers to an include directory * Refuse to write relative URI references to NTriples * Remove the need for a generated configuration header * Remove use of C character class functions that may use locale * Split up and reorganize unit tests * Use aligned allocation via C11 or Windows API where possible sord was updated to 0.16.14: Update to 0.16.14: * Adopt REUSE machine-readable licensing standard * Allow programs to be used from subproject * Fix accidentally exposed internal zix symbols * Fix various warnings * Switch to meson build system Update to 0.16.10: * Fix Windows build * Fix potential crash or incorrectness issue with GCC 10 again Update to 0.16.8: * Fix potential undefined behavior * Fix potentially incorrect search results * Remove the need for a generated configuration header Update to 0.16.6: * Fix potential crash or incorrectness issues with GCC 10 * Fix various minor warnings and other code quality issues Update to 0.16.2: * Update waf bundle to 2.0.9 * Fix warious compiler warnings and clang-format reports sratom was updated to 0.6.14: Update to 0.6.14 * Fix potential null pointer dereference update to 0.6.6: * Fix various minor warnings and other code quality issues Update to 0.6.2: * Update waf internals to work with python 3.7 liblilv-0-0-0.24.10-150600.10.2.1.x86_64.rpm liblilv-0-0-32bit-0.24.10-150600.10.2.1.x86_64.rpm liblilv-0-devel-0.24.10-150600.10.2.1.x86_64.rpm libserd-0-0-0.30.16-150600.10.3.1.x86_64.rpm libserd-0-0-32bit-0.30.16-150600.10.3.1.x86_64.rpm libsord-0-0-0.16.14-150600.16.3.1.x86_64.rpm libsord-0-0-32bit-0.16.14-150600.16.3.1.x86_64.rpm libsratom-0-0-0.6.14-150600.16.3.1.x86_64.rpm libsratom-0-0-32bit-0.6.14-150600.16.3.1.x86_64.rpm lilv-0.24.10-150600.10.2.1.src.rpm lilv-0.24.10-150600.10.2.1.x86_64.rpm lv2-1.18.4-150600.9.3.1.src.rpm lv2-1.18.4-150600.9.3.1.x86_64.rpm lv2-devel-1.18.4-150600.9.3.1.x86_64.rpm lv2-docs-1.18.4-150600.9.3.1.x86_64.rpm lv2-examples-1.18.4-150600.9.3.1.x86_64.rpm python3-lilv-0.24.10-150600.10.2.1.x86_64.rpm serd-0.30.16-150600.10.3.1.src.rpm serd-devel-0.30.16-150600.10.3.1.x86_64.rpm serdi-0.30.16-150600.10.3.1.x86_64.rpm sord-0.16.14-150600.16.3.1.src.rpm sord-0.16.14-150600.16.3.1.x86_64.rpm sord-devel-0.16.14-150600.16.3.1.x86_64.rpm sratom-0.6.14-150600.16.3.1.src.rpm sratom-devel-0.6.14-150600.16.3.1.x86_64.rpm liblilv-0-0-0.24.10-150600.10.2.1.s390x.rpm liblilv-0-devel-0.24.10-150600.10.2.1.s390x.rpm libserd-0-0-0.30.16-150600.10.3.1.s390x.rpm libsord-0-0-0.16.14-150600.16.3.1.s390x.rpm libsratom-0-0-0.6.14-150600.16.3.1.s390x.rpm lilv-0.24.10-150600.10.2.1.s390x.rpm lv2-1.18.4-150600.9.3.1.s390x.rpm lv2-devel-1.18.4-150600.9.3.1.s390x.rpm lv2-docs-1.18.4-150600.9.3.1.s390x.rpm lv2-examples-1.18.4-150600.9.3.1.s390x.rpm python3-lilv-0.24.10-150600.10.2.1.s390x.rpm serd-devel-0.30.16-150600.10.3.1.s390x.rpm serdi-0.30.16-150600.10.3.1.s390x.rpm sord-0.16.14-150600.16.3.1.s390x.rpm sord-devel-0.16.14-150600.16.3.1.s390x.rpm sratom-devel-0.6.14-150600.16.3.1.s390x.rpm liblilv-0-0-0.24.10-150600.10.2.1.ppc64le.rpm liblilv-0-devel-0.24.10-150600.10.2.1.ppc64le.rpm libserd-0-0-0.30.16-150600.10.3.1.ppc64le.rpm libsord-0-0-0.16.14-150600.16.3.1.ppc64le.rpm libsratom-0-0-0.6.14-150600.16.3.1.ppc64le.rpm lilv-0.24.10-150600.10.2.1.ppc64le.rpm lv2-1.18.4-150600.9.3.1.ppc64le.rpm lv2-devel-1.18.4-150600.9.3.1.ppc64le.rpm lv2-docs-1.18.4-150600.9.3.1.ppc64le.rpm lv2-examples-1.18.4-150600.9.3.1.ppc64le.rpm python3-lilv-0.24.10-150600.10.2.1.ppc64le.rpm serd-devel-0.30.16-150600.10.3.1.ppc64le.rpm serdi-0.30.16-150600.10.3.1.ppc64le.rpm sord-0.16.14-150600.16.3.1.ppc64le.rpm sord-devel-0.16.14-150600.16.3.1.ppc64le.rpm sratom-devel-0.6.14-150600.16.3.1.ppc64le.rpm liblilv-0-0-0.24.10-150600.10.2.1.aarch64.rpm liblilv-0-devel-0.24.10-150600.10.2.1.aarch64.rpm libserd-0-0-0.30.16-150600.10.3.1.aarch64.rpm libsord-0-0-0.16.14-150600.16.3.1.aarch64.rpm libsratom-0-0-0.6.14-150600.16.3.1.aarch64.rpm lilv-0.24.10-150600.10.2.1.aarch64.rpm lv2-1.18.4-150600.9.3.1.aarch64.rpm lv2-devel-1.18.4-150600.9.3.1.aarch64.rpm lv2-docs-1.18.4-150600.9.3.1.aarch64.rpm lv2-examples-1.18.4-150600.9.3.1.aarch64.rpm python3-lilv-0.24.10-150600.10.2.1.aarch64.rpm serd-devel-0.30.16-150600.10.3.1.aarch64.rpm serdi-0.30.16-150600.10.3.1.aarch64.rpm sord-0.16.14-150600.16.3.1.aarch64.rpm sord-devel-0.16.14-150600.16.3.1.aarch64.rpm sratom-devel-0.6.14-150600.16.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2776 Security update for dri3proto, presentproto, wayland-protocols, xwayland moderate SUSE Updates openSUSE-SLE 15.6 This update for dri3proto, presentproto, wayland-protocols, xwayland fixes the following issues: Changes in presentproto: * update to version 1.4 (patch generated from xorgproto-2024.1 sources) Changes in wayland-protocols: - Update to version 1.36: * xdg-dialog: fix missing namespace in protocol name - Changes from version 1.35: * cursor-shape-v1: Does not advertises the list of supported cursors * xdg-shell: add missing enum attribute to set_constraint_adjustment * xdg-shell: recommend against drawing decorations when tiled * tablet-v2: mark as stable * staging: add alpha-modifier protocol - Update to 1.36 * Fix to the xdg dialog protocol * tablet-v2 protocol is now stable * alpha-modifier: new protocol * Bug fix to the cursor shape documentation * The xdg-shell protocol now also explicitly recommends against drawing decorations outside of the window geometry when tiled - Update to 1.34: * xdg-dialog: new protocol * xdg-toplevel-drag: new protocol * Fix typo in ext-foreign-toplevel-list-v1 * tablet-v2: clarify that name/id events are optional * linux-drm-syncobj-v1: new protocol * linux-explicit-synchronization-v1: add linux-drm-syncobj note - Update to version 1.33: * xdg-shell: Clarify what a toplevel by default includes * linux-dmabuf: sync changes from unstable to stable * linux-dmabuf: require all planes to use the same modifier * presentation-time: stop referring to Linux/glibc * security-context-v1: Make sandbox engine names use reverse-DNS * xdg-decoration: remove ambiguous wording in configure event * xdg-decoration: fix configure event summary * linux-dmabuf: mark as stable * linux-dmabuf: add note about implicit sync * security-context-v1: Document what can be done with the open sockets * security-context-v1: Document out of band metadata for flatpak Changes in dri3proto: * update to version 1.4 (patch generated from xorgproto-2024.1 sources) Changes in xwayland: - Update to bugfix release 24.1.1 for the current stable 24.1 branch of Xwayland * xwayland: fix segment fault in `xwl_glamor_gbm_init_main_dev` * os: Explicitly include X11/Xmd.h for CARD32 definition to fix building on i686 * present: On *BSD, epoll-shim is needed to emulate eventfd() * xwayland: Stop on first unmapped child * xwayland/window-buffers: Promote xwl_window_buffer * xwayland/window-buffers: Add xwl_window_buffer_release() * xwayland/glamor/gbm: Copy explicit sync code to GLAMOR/GBM * xwayland/window-buffers: Use synchronization from GLAMOR/GBM * xwayland/window-buffers: Do not always set syncpnts * xwayland/window-buffers: Move code to submit pixmaps * xwayland/window-buffers: Set syncpnts for all pixmaps * xwayland: Move xwl_window disposal to its own function * xwayland: Make sure we do not leak xwl_window on destroy * wayland/window-buffers: Move buffer disposal to its own function * xwayland/window-buffers: optionally force disposal * wayland: Force disposal of windows buffers for root on destroy * xwayland: Check for pointer in xwl_seat_leave_ptr() * xwayland: remove includedir from pkgconfig - disable DPMS on sle15 due to missing proto package - Update to feature release 24.1.0 * This fixes a couple of regressions introduced in the previous release candidate versions along with a fix for XTEST emulation with EI. + xwayland: Send ei_device_frame on device_scroll_discrete + xwayland: Restore the ResizeWindow handler + xwayland: Handle rootful resize in ResizeWindow + xwayland: Move XRandR emulation to the ResizeWindow hook + xwayland: Use correct xwl_window lookup function in xwl_set_shape - eglstreams has been dropped - Update to bug fix relesae 23.2.7 * m4: drop autoconf leftovers * xwayland: Send ei_device_frame on device_scroll_discrete * xwayland: Call drmFreeDevice for dma-buf default feedback * xwayland: Use drmDevicesEqual in xwl_dmabuf_feedback_tranche_done * dri3: Free formats in cache_formats_and_modifiers * xwayland/glamor: Handle depth 15 in gbm_format_for_depth * Revert "xwayland/glamor: Avoid implicit redirection with depth 32 parent windows" * xwayland: Check for outputs before lease devices * xwayland: Do not remove output on withdraw if leased - Update to 23.2.6 * This is a quick bug fix release to address a regression introduced by the fix for CVE-2024-31083 in xwayland-23.2.5. - Security update 23.2.5 This release contains the 3 security fixes that actually apply to Xwayland reported in the security advisory of April 3rd 2024 * CVE-2024-31080 * CVE-2024-31081 * CVE-2024-31083 Additionally, it also contains a couple of other fixes, a copy/paste error in the DeviceStateNotify event and a fix to enable buttons with pointer gestures for backward compatibility with legacy X11 clients. - Don't provide xorg-x11-server-source * xwayland sources are not meant for a generic server. dri3proto-1.2-150100.6.3.1.src.rpm dri3proto-devel-1.2-150100.6.3.1.x86_64.rpm presentproto-1.3-150600.3.3.1.src.rpm presentproto-devel-1.3-150600.3.3.1.x86_64.rpm wayland-protocols-1.36-150600.4.3.1.src.rpm wayland-protocols-devel-1.36-150600.4.3.1.noarch.rpm xwayland-24.1.1-150600.5.3.1.src.rpm xwayland-24.1.1-150600.5.3.1.x86_64.rpm xwayland-devel-24.1.1-150600.5.3.1.x86_64.rpm dri3proto-devel-1.2-150100.6.3.1.s390x.rpm presentproto-devel-1.3-150600.3.3.1.s390x.rpm xwayland-24.1.1-150600.5.3.1.s390x.rpm xwayland-devel-24.1.1-150600.5.3.1.s390x.rpm dri3proto-devel-1.2-150100.6.3.1.ppc64le.rpm presentproto-devel-1.3-150600.3.3.1.ppc64le.rpm xwayland-24.1.1-150600.5.3.1.ppc64le.rpm xwayland-devel-24.1.1-150600.5.3.1.ppc64le.rpm dri3proto-devel-1.2-150100.6.3.1.aarch64.rpm presentproto-devel-1.3-150600.3.3.1.aarch64.rpm xwayland-24.1.1-150600.5.3.1.aarch64.rpm xwayland-devel-24.1.1-150600.5.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2884 Recommended update for saptune moderate SUSE Updates openSUSE-SLE 15.6 This update for saptune fixes the following issues: - saptune was updated to version 3.1.3: * Removed note 1868829 from solution S4HANA-APPSERVER as it is a HANA DB note and was added by accident (bsc#1226093) * Wrap content of the columns 'actual', 'expected' and 'override', if they exceed a width of 30 characters (e.g. net.ipv4.ip_local_reserved_ports). * Added support for inline comments in /etc/sysconfig/saptune * Changed the handling of the performance options. Check, if the settings are supported in the get-Functions too. This should fix the problem with some special Azure VMs (E20d_v5) on newer SLES SPs. * SAP Note 2578899 was updated to Version 48 setting kernel.pid_max to 4194304 and start sysctl-logger service. saptune-3.1.3-150400.15.9.1.src.rpm saptune-3.1.3-150400.15.9.1.x86_64.rpm saptune-3.1.3-150400.15.9.1.ppc64le.rpm openSUSE-SLE-15.6-2024-2481 Security update for python-black important SUSE Updates openSUSE-SLE 15.6 This update for python-black fixes the following issues: Updated to version 24.3.0: - CVE-2024-21503: Fixed a performance downgrade on docstrings that contain large numbers of leading tab characters (bsc#1221530). python-black-24.3.0-150400.9.8.1.src.rpm python311-black-24.3.0-150400.9.8.1.noarch.rpm openSUSE-SLE-15.6-2024-2581 Recommended update for sssd moderate SUSE Updates openSUSE-SLE 15.6 This update for sssd fixes the following issue: - Revert the change dropping the default configuration file. If /usr/etc exists will be installed there, otherwise in /etc (bsc#1226157) libipa_hbac-devel-2.9.3-150600.3.9.2.x86_64.rpm libipa_hbac0-2.9.3-150600.3.9.2.x86_64.rpm libnfsidmap-sss-2.9.3-150600.3.9.2.x86_64.rpm libsss_certmap-devel-2.9.3-150600.3.9.2.x86_64.rpm libsss_certmap0-2.9.3-150600.3.9.2.x86_64.rpm libsss_idmap-devel-2.9.3-150600.3.9.2.x86_64.rpm libsss_idmap0-2.9.3-150600.3.9.2.x86_64.rpm libsss_nss_idmap-devel-2.9.3-150600.3.9.2.x86_64.rpm libsss_nss_idmap0-2.9.3-150600.3.9.2.x86_64.rpm libsss_simpleifp-devel-2.9.3-150600.3.9.2.x86_64.rpm libsss_simpleifp0-2.9.3-150600.3.9.2.x86_64.rpm python3-ipa_hbac-2.9.3-150600.3.9.2.x86_64.rpm python3-sss-murmur-2.9.3-150600.3.9.2.x86_64.rpm python3-sss_nss_idmap-2.9.3-150600.3.9.2.x86_64.rpm python3-sssd-config-2.9.3-150600.3.9.2.x86_64.rpm sssd-2.9.3-150600.3.9.2.src.rpm sssd-2.9.3-150600.3.9.2.x86_64.rpm sssd-32bit-2.9.3-150600.3.9.2.x86_64.rpm sssd-ad-2.9.3-150600.3.9.2.x86_64.rpm sssd-dbus-2.9.3-150600.3.9.2.x86_64.rpm sssd-ipa-2.9.3-150600.3.9.2.x86_64.rpm sssd-kcm-2.9.3-150600.3.9.2.x86_64.rpm sssd-krb5-2.9.3-150600.3.9.2.x86_64.rpm sssd-krb5-common-2.9.3-150600.3.9.2.x86_64.rpm sssd-ldap-2.9.3-150600.3.9.2.x86_64.rpm sssd-proxy-2.9.3-150600.3.9.2.x86_64.rpm sssd-tools-2.9.3-150600.3.9.2.x86_64.rpm sssd-winbind-idmap-2.9.3-150600.3.9.2.x86_64.rpm libipa_hbac-devel-2.9.3-150600.3.9.2.s390x.rpm libipa_hbac0-2.9.3-150600.3.9.2.s390x.rpm libnfsidmap-sss-2.9.3-150600.3.9.2.s390x.rpm libsss_certmap-devel-2.9.3-150600.3.9.2.s390x.rpm libsss_certmap0-2.9.3-150600.3.9.2.s390x.rpm libsss_idmap-devel-2.9.3-150600.3.9.2.s390x.rpm libsss_idmap0-2.9.3-150600.3.9.2.s390x.rpm libsss_nss_idmap-devel-2.9.3-150600.3.9.2.s390x.rpm libsss_nss_idmap0-2.9.3-150600.3.9.2.s390x.rpm libsss_simpleifp-devel-2.9.3-150600.3.9.2.s390x.rpm libsss_simpleifp0-2.9.3-150600.3.9.2.s390x.rpm python3-ipa_hbac-2.9.3-150600.3.9.2.s390x.rpm python3-sss-murmur-2.9.3-150600.3.9.2.s390x.rpm python3-sss_nss_idmap-2.9.3-150600.3.9.2.s390x.rpm python3-sssd-config-2.9.3-150600.3.9.2.s390x.rpm sssd-2.9.3-150600.3.9.2.s390x.rpm sssd-ad-2.9.3-150600.3.9.2.s390x.rpm sssd-dbus-2.9.3-150600.3.9.2.s390x.rpm sssd-ipa-2.9.3-150600.3.9.2.s390x.rpm sssd-kcm-2.9.3-150600.3.9.2.s390x.rpm sssd-krb5-2.9.3-150600.3.9.2.s390x.rpm sssd-krb5-common-2.9.3-150600.3.9.2.s390x.rpm sssd-ldap-2.9.3-150600.3.9.2.s390x.rpm sssd-proxy-2.9.3-150600.3.9.2.s390x.rpm sssd-tools-2.9.3-150600.3.9.2.s390x.rpm sssd-winbind-idmap-2.9.3-150600.3.9.2.s390x.rpm libipa_hbac-devel-2.9.3-150600.3.9.2.ppc64le.rpm libipa_hbac0-2.9.3-150600.3.9.2.ppc64le.rpm libnfsidmap-sss-2.9.3-150600.3.9.2.ppc64le.rpm libsss_certmap-devel-2.9.3-150600.3.9.2.ppc64le.rpm libsss_certmap0-2.9.3-150600.3.9.2.ppc64le.rpm libsss_idmap-devel-2.9.3-150600.3.9.2.ppc64le.rpm libsss_idmap0-2.9.3-150600.3.9.2.ppc64le.rpm libsss_nss_idmap-devel-2.9.3-150600.3.9.2.ppc64le.rpm libsss_nss_idmap0-2.9.3-150600.3.9.2.ppc64le.rpm libsss_simpleifp-devel-2.9.3-150600.3.9.2.ppc64le.rpm libsss_simpleifp0-2.9.3-150600.3.9.2.ppc64le.rpm python3-ipa_hbac-2.9.3-150600.3.9.2.ppc64le.rpm python3-sss-murmur-2.9.3-150600.3.9.2.ppc64le.rpm python3-sss_nss_idmap-2.9.3-150600.3.9.2.ppc64le.rpm python3-sssd-config-2.9.3-150600.3.9.2.ppc64le.rpm sssd-2.9.3-150600.3.9.2.ppc64le.rpm sssd-ad-2.9.3-150600.3.9.2.ppc64le.rpm sssd-dbus-2.9.3-150600.3.9.2.ppc64le.rpm sssd-ipa-2.9.3-150600.3.9.2.ppc64le.rpm sssd-kcm-2.9.3-150600.3.9.2.ppc64le.rpm sssd-krb5-2.9.3-150600.3.9.2.ppc64le.rpm sssd-krb5-common-2.9.3-150600.3.9.2.ppc64le.rpm sssd-ldap-2.9.3-150600.3.9.2.ppc64le.rpm sssd-proxy-2.9.3-150600.3.9.2.ppc64le.rpm sssd-tools-2.9.3-150600.3.9.2.ppc64le.rpm sssd-winbind-idmap-2.9.3-150600.3.9.2.ppc64le.rpm libipa_hbac-devel-2.9.3-150600.3.9.2.aarch64.rpm libipa_hbac0-2.9.3-150600.3.9.2.aarch64.rpm libnfsidmap-sss-2.9.3-150600.3.9.2.aarch64.rpm libsss_certmap-devel-2.9.3-150600.3.9.2.aarch64.rpm libsss_certmap0-2.9.3-150600.3.9.2.aarch64.rpm libsss_idmap-devel-2.9.3-150600.3.9.2.aarch64.rpm libsss_idmap0-2.9.3-150600.3.9.2.aarch64.rpm libsss_nss_idmap-devel-2.9.3-150600.3.9.2.aarch64.rpm libsss_nss_idmap0-2.9.3-150600.3.9.2.aarch64.rpm libsss_simpleifp-devel-2.9.3-150600.3.9.2.aarch64.rpm libsss_simpleifp0-2.9.3-150600.3.9.2.aarch64.rpm python3-ipa_hbac-2.9.3-150600.3.9.2.aarch64.rpm python3-sss-murmur-2.9.3-150600.3.9.2.aarch64.rpm python3-sss_nss_idmap-2.9.3-150600.3.9.2.aarch64.rpm python3-sssd-config-2.9.3-150600.3.9.2.aarch64.rpm sssd-2.9.3-150600.3.9.2.aarch64.rpm sssd-ad-2.9.3-150600.3.9.2.aarch64.rpm sssd-dbus-2.9.3-150600.3.9.2.aarch64.rpm sssd-ipa-2.9.3-150600.3.9.2.aarch64.rpm sssd-kcm-2.9.3-150600.3.9.2.aarch64.rpm sssd-krb5-2.9.3-150600.3.9.2.aarch64.rpm sssd-krb5-common-2.9.3-150600.3.9.2.aarch64.rpm sssd-ldap-2.9.3-150600.3.9.2.aarch64.rpm sssd-proxy-2.9.3-150600.3.9.2.aarch64.rpm sssd-tools-2.9.3-150600.3.9.2.aarch64.rpm sssd-winbind-idmap-2.9.3-150600.3.9.2.aarch64.rpm openSUSE-SLE-15.6-2024-2609 Recommended update for suse-build-key moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-build-key fixes the following issue: - fixed syntax error in auto import shell script (bsc#1227681) suse-build-key-12.0-150000.8.49.2.noarch.rpm suse-build-key-12.0-150000.8.49.2.src.rpm openSUSE-SLE-15.6-2024-2671 Recommended update for cups moderate SUSE Updates openSUSE-SLE 15.6 This update for cups fixes the following issues: - Require the exact matching version-release of all libcups* sub-packages (bsc#1226192) cups-2.2.7-150000.3.62.1.src.rpm cups-2.2.7-150000.3.62.1.x86_64.rpm cups-client-2.2.7-150000.3.62.1.x86_64.rpm cups-config-2.2.7-150000.3.62.1.x86_64.rpm cups-ddk-2.2.7-150000.3.62.1.x86_64.rpm cups-devel-2.2.7-150000.3.62.1.x86_64.rpm cups-devel-32bit-2.2.7-150000.3.62.1.x86_64.rpm libcups2-2.2.7-150000.3.62.1.x86_64.rpm libcups2-32bit-2.2.7-150000.3.62.1.x86_64.rpm libcupscgi1-2.2.7-150000.3.62.1.x86_64.rpm libcupscgi1-32bit-2.2.7-150000.3.62.1.x86_64.rpm libcupsimage2-2.2.7-150000.3.62.1.x86_64.rpm libcupsimage2-32bit-2.2.7-150000.3.62.1.x86_64.rpm libcupsmime1-2.2.7-150000.3.62.1.x86_64.rpm libcupsmime1-32bit-2.2.7-150000.3.62.1.x86_64.rpm libcupsppdc1-2.2.7-150000.3.62.1.x86_64.rpm libcupsppdc1-32bit-2.2.7-150000.3.62.1.x86_64.rpm cups-2.2.7-150000.3.62.1.s390x.rpm cups-client-2.2.7-150000.3.62.1.s390x.rpm cups-config-2.2.7-150000.3.62.1.s390x.rpm cups-ddk-2.2.7-150000.3.62.1.s390x.rpm cups-devel-2.2.7-150000.3.62.1.s390x.rpm libcups2-2.2.7-150000.3.62.1.s390x.rpm libcupscgi1-2.2.7-150000.3.62.1.s390x.rpm libcupsimage2-2.2.7-150000.3.62.1.s390x.rpm libcupsmime1-2.2.7-150000.3.62.1.s390x.rpm libcupsppdc1-2.2.7-150000.3.62.1.s390x.rpm cups-2.2.7-150000.3.62.1.ppc64le.rpm cups-client-2.2.7-150000.3.62.1.ppc64le.rpm cups-config-2.2.7-150000.3.62.1.ppc64le.rpm cups-ddk-2.2.7-150000.3.62.1.ppc64le.rpm cups-devel-2.2.7-150000.3.62.1.ppc64le.rpm libcups2-2.2.7-150000.3.62.1.ppc64le.rpm libcupscgi1-2.2.7-150000.3.62.1.ppc64le.rpm libcupsimage2-2.2.7-150000.3.62.1.ppc64le.rpm libcupsmime1-2.2.7-150000.3.62.1.ppc64le.rpm libcupsppdc1-2.2.7-150000.3.62.1.ppc64le.rpm cups-2.2.7-150000.3.62.1.aarch64.rpm cups-client-2.2.7-150000.3.62.1.aarch64.rpm cups-config-2.2.7-150000.3.62.1.aarch64.rpm cups-ddk-2.2.7-150000.3.62.1.aarch64.rpm cups-devel-2.2.7-150000.3.62.1.aarch64.rpm libcups2-2.2.7-150000.3.62.1.aarch64.rpm libcupscgi1-2.2.7-150000.3.62.1.aarch64.rpm libcupsimage2-2.2.7-150000.3.62.1.aarch64.rpm libcupsmime1-2.2.7-150000.3.62.1.aarch64.rpm libcupsppdc1-2.2.7-150000.3.62.1.aarch64.rpm openSUSE-SLE-15.6-2024-2649 Recommended update for rmt-server moderate SUSE Updates openSUSE-SLE 15.6 This update for rmt-server fixes the following issues: - Version 2.18 * Move temporary storage of downloaded files to the repo directory to avoid filling up /tmp partition * Fixes for RES7-LTSS and OL7-LTSS clients * Instance Verification: re-setting the repository and registry cache path to the right value; update the cache scrubber paths rmt-server-2.18-150500.3.19.1.src.rpm rmt-server-2.18-150500.3.19.1.x86_64.rpm rmt-server-config-2.18-150500.3.19.1.x86_64.rpm rmt-server-pubcloud-2.18-150500.3.19.1.x86_64.rpm rmt-server-2.18-150500.3.19.1.s390x.rpm rmt-server-config-2.18-150500.3.19.1.s390x.rpm rmt-server-pubcloud-2.18-150500.3.19.1.s390x.rpm rmt-server-2.18-150500.3.19.1.ppc64le.rpm rmt-server-config-2.18-150500.3.19.1.ppc64le.rpm rmt-server-pubcloud-2.18-150500.3.19.1.ppc64le.rpm rmt-server-2.18-150500.3.19.1.aarch64.rpm rmt-server-config-2.18-150500.3.19.1.aarch64.rpm rmt-server-pubcloud-2.18-150500.3.19.1.aarch64.rpm openSUSE-SLE-15.6-2024-2574 Security update for nodejs20 moderate SUSE Updates openSUSE-SLE 15.6 This update for nodejs20 fixes the following issues: Update to 20.15.1: - CVE-2024-36138: Fixed CVE-2024-27980 fix bypass (bsc#1227560) - CVE-2024-22020: Fixed a bypass of network import restriction via data URL (bsc#1227554) - CVE-2024-22018: Fixed fs.lstat bypasses permission model (bsc#1227562) - CVE-2024-36137: Fixed fs.fchown/fchmod bypasses permission model (bsc#1227561) - CVE-2024-37372: Fixed Permission model improperly processes UNC paths (bsc#1227563) Changes in 20.15.0: - test_runner: support test plans - inspector: introduce the --inspect-wait flag - zlib: expose zlib.crc32() - cli: allow running wasm in limited vmem with --disable-wasm-trap-handler Changes in 20.14.0 - src,permission: throw async errors on async APIs - test_runner: support forced exit Changes in 20.13.1: - buffer: improve base64 and base64url performance - crypto: deprecate implicitly shortened GCM tags - events,doc: mark CustomEvent as stable - fs: add stacktrace to fs/promises - report: add --report-exclude-network option - src: add uv_get_available_memory to report and process - stream: support typed arrays - util: support array of formats in util.styleText - v8: implement v8.queryObjects() for memory leak regression testing - watch: mark as stable corepack20-20.15.1-150600.3.3.2.x86_64.rpm nodejs20-20.15.1-150600.3.3.2.src.rpm nodejs20-20.15.1-150600.3.3.2.x86_64.rpm nodejs20-devel-20.15.1-150600.3.3.2.x86_64.rpm nodejs20-docs-20.15.1-150600.3.3.2.noarch.rpm npm20-20.15.1-150600.3.3.2.x86_64.rpm corepack20-20.15.1-150600.3.3.2.s390x.rpm nodejs20-20.15.1-150600.3.3.2.s390x.rpm nodejs20-devel-20.15.1-150600.3.3.2.s390x.rpm npm20-20.15.1-150600.3.3.2.s390x.rpm corepack20-20.15.1-150600.3.3.2.ppc64le.rpm nodejs20-20.15.1-150600.3.3.2.ppc64le.rpm nodejs20-devel-20.15.1-150600.3.3.2.ppc64le.rpm npm20-20.15.1-150600.3.3.2.ppc64le.rpm corepack20-20.15.1-150600.3.3.2.aarch64.rpm nodejs20-20.15.1-150600.3.3.2.aarch64.rpm nodejs20-devel-20.15.1-150600.3.3.2.aarch64.rpm npm20-20.15.1-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2642 Recommended update for Java moderate SUSE Updates openSUSE-SLE 15.6 This update for Java fixes the following issues: maven-shared-utils was updated to version 3.4.2: - Changes in version 3.4.2: * New features and improvements: + Made Commandline.addSystemEnvironment public and deprecated + Deprecated IsEmpty/IsNotEmpty methods + Deprecated newXmlWriter + Deprecated redundant isEmptyString method + Deprecated join methods now available in Java 8 String class + FileUtils: avoid getCanonicalPath() + Added build() method and document toString() method + Optionally inherit system environment variables by Commandline + Dropped plexus container default * Bugs Fixed: + Removed trim parameter + Fixed blocking in StreamFeeder + Ignore MessageUtilsTest methods on unsupported platforms + Make copyFile succeed with source file having lastModified() = 0 + XmlWriterUtil platform independent and consistent + Poll data from input stream plexus-io was updated to version 3.2.0 to 3.4.2: - New features and improvements: * Drop legacy and make components pure JSR330 * Restore speed improvements * Plexus IO build is now reproducible * Various speed improvements * Plexus IO now requires Java 8 - Dependency updates: * Update sisu.inject to 0.9.0.M2 * Bumped guice from 5.1.0 to 6.0.0 * Bumped commons-io:commons-io from 2.11.0 to 2.15.1 * Bumped plexus-utils from 3.5.0 to 4.0.0 * Bumped org.codehaus.plexus:plexus-testing from 1.1.0 to 1.3.0 - Bugs fixed: * Fix symbolic link are being resolved into absolute path * Fix symbolic links to directories are not recognized as directories * Fix issue related to symbolic link tests issue plexus-interpolation was updated to version 1.27.0: - New features and improvements: * Added support for PPC64LE * Added dependabot and release drafter configuration * Moved to Junit5 - Dependency updates: * Bumped plexus from 7 to 16 * Bumped maven-bundle-plugin from 3.0.1 to 5.1.9 plexus-cli was updated to version 1.7: - Changes: * Bumped plexus-components from 6.5 to 10.0 * Bumped checkstyle from 9.2 to 9.2.1 * Bumped plexus-container-default from 1.0-alpha-34 to 2.1.1 * Bumped checkstyle from 9.2.1 to 9.3 * Bumped commons-cli from 1.0 to 1.5.0 * Bumped maven-checkstyle-plugin from 3.1.2 to 3.3.0 * Bumped maven-shared-resources from 4 to 5 * Bumped apache/maven-gh-actions-shared from 1 to 3 * Updated to Parent pom 15 * Bumped commons-cli:commons-cli from 1.5.0 to 1.6.0 * Reuse plexus-pom action for CI * Bumped org.codehaus.plexus:plexus from 15 to 16 * Replace plexus-container-default with Sisu Plexus * Bumped org.codehaus.plexus:plexus-testing from 1.2.0 to 1.3.0 plexus-cipher was updated to version 2.1.0: - Changes: * Switched to java.util.Base64 * Moved code to Java 8 * Fixed insecure cryptography in PBECipher.java * Enabled missed decryption test and adjust to new algorithm plexus-archiver was updated to version 4.9.2: - New features and improvements: * Allow copy all files without timestamp checking by DirectoryArchiver * Provide fluent setter for usingDefaultExcludes flag in AbstractFileSet * Various dependencies were upgraded plexus-interactivity was updated to version 1.3: - New features and improvements: + Ensure prompter does not double colon + Java 8 as mininum + Moved off plexus - Other changes: * The class previously in plexus-interactivity-jdom artifact is folded into the main plexus-interactivity-api. maven-shared-incremental: - `sisu-plexus` is now used instead of the old `plexus-component-api` - Removed unnecessary dependency on xmvn tools and parent pom maven-shared-incremental-1.1-150200.3.7.2.noarch.rpm maven-shared-incremental-1.1-150200.3.7.2.src.rpm maven-shared-incremental-javadoc-1.1-150200.3.7.2.noarch.rpm maven-shared-utils-3.4.2-150200.3.10.1.noarch.rpm maven-shared-utils-3.4.2-150200.3.10.1.src.rpm maven-shared-utils-javadoc-3.4.2-150200.3.10.1.noarch.rpm plexus-archiver-4.9.2-150200.3.10.1.noarch.rpm plexus-archiver-4.9.2-150200.3.10.1.src.rpm plexus-archiver-javadoc-4.9.2-150200.3.10.1.noarch.rpm plexus-cipher-2.1.0-150200.3.7.1.noarch.rpm plexus-cipher-2.1.0-150200.3.7.1.src.rpm plexus-cipher-javadoc-2.1.0-150200.3.7.1.noarch.rpm plexus-cli-1.7-150200.3.10.1.noarch.rpm plexus-cli-1.7-150200.3.10.1.src.rpm plexus-cli-javadoc-1.7-150200.3.10.1.noarch.rpm plexus-interactivity-1.3-150200.3.7.1.src.rpm plexus-interactivity-api-1.3-150200.3.7.1.noarch.rpm plexus-interactivity-javadoc-1.3-150200.3.7.1.noarch.rpm plexus-interpolation-1.27.0-150200.3.7.2.noarch.rpm plexus-interpolation-1.27.0-150200.3.7.2.src.rpm plexus-interpolation-javadoc-1.27.0-150200.3.7.2.noarch.rpm plexus-io-3.4.2-150200.3.7.1.noarch.rpm plexus-io-3.4.2-150200.3.7.1.src.rpm plexus-io-javadoc-3.4.2-150200.3.7.1.noarch.rpm openSUSE-SLE-15.6-2024-2700 Recommended update for pacemaker important SUSE Updates openSUSE-SLE 15.6 This update for pacemaker fixes the following issues: - tools: crm_node -i must initialize nodeid before passing pointer - tools: CIB clients retry signon upon an EAGAIN error (bsc#1224183) - libcib: new function cib__signon_attempts() (bsc#1224183) - cts-cli: update expected output for crm_verify to distinguish configuration warnings and errors - tools: crm_verify distinguishes configuration warnings and errors - libcrmcommon: reject ISO 8601 duration without any values - libstonithd: prevent to free 'op_reply' repeatedly in 'stonith_send_command' - libpacemaker: correctly retrieve any existing fail-count for increment - cts-cli: add more crm_verify tests - tools: skip overall error message with crm_verify --quiet - tools: crm_verify respects verbosity for configuration issues - tools: make crm_mon exit upon loss of the attached pseudo-terminal (bsc#1220229) - libpacemaker: use XML_CIB_TAG_STATUS for CIB section name - tools: Hook up the verbosity flag in crm_attribute (bsc#1224183) pacemaker-2.1.7+20231219.0f7f88312-150600.6.3.1.src.rpm pacemaker-2.1.7+20231219.0f7f88312-150600.6.3.1.x86_64.rpm pacemaker-cli-2.1.7+20231219.0f7f88312-150600.6.3.1.x86_64.rpm pacemaker-cts-2.1.7+20231219.0f7f88312-150600.6.3.1.noarch.rpm pacemaker-devel-2.1.7+20231219.0f7f88312-150600.6.3.1.x86_64.rpm pacemaker-libs-2.1.7+20231219.0f7f88312-150600.6.3.1.x86_64.rpm pacemaker-remote-2.1.7+20231219.0f7f88312-150600.6.3.1.x86_64.rpm pacemaker-schemas-2.1.7+20231219.0f7f88312-150600.6.3.1.noarch.rpm python3-pacemaker-2.1.7+20231219.0f7f88312-150600.6.3.1.noarch.rpm pacemaker-2.1.7+20231219.0f7f88312-150600.6.3.1.s390x.rpm pacemaker-cli-2.1.7+20231219.0f7f88312-150600.6.3.1.s390x.rpm pacemaker-devel-2.1.7+20231219.0f7f88312-150600.6.3.1.s390x.rpm pacemaker-libs-2.1.7+20231219.0f7f88312-150600.6.3.1.s390x.rpm pacemaker-remote-2.1.7+20231219.0f7f88312-150600.6.3.1.s390x.rpm pacemaker-2.1.7+20231219.0f7f88312-150600.6.3.1.ppc64le.rpm pacemaker-cli-2.1.7+20231219.0f7f88312-150600.6.3.1.ppc64le.rpm pacemaker-devel-2.1.7+20231219.0f7f88312-150600.6.3.1.ppc64le.rpm pacemaker-libs-2.1.7+20231219.0f7f88312-150600.6.3.1.ppc64le.rpm pacemaker-remote-2.1.7+20231219.0f7f88312-150600.6.3.1.ppc64le.rpm pacemaker-2.1.7+20231219.0f7f88312-150600.6.3.1.aarch64.rpm pacemaker-cli-2.1.7+20231219.0f7f88312-150600.6.3.1.aarch64.rpm pacemaker-devel-2.1.7+20231219.0f7f88312-150600.6.3.1.aarch64.rpm pacemaker-libs-2.1.7+20231219.0f7f88312-150600.6.3.1.aarch64.rpm pacemaker-remote-2.1.7+20231219.0f7f88312-150600.6.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2575 Security update for kernel-firmware moderate SUSE Updates openSUSE-SLE 15.6 This update for kernel-firmware fixes the following issues: - CVE-2023-38417: Fixed improper input validation for some Intel(R) PROSet/Wireless WiFi software for linux before version 23.20 (bsc#1225600) - CVE-2023-47210: Fixed improper input validation for some Intel(R) PROSet/Wireless WiFi software before version 23.20 (bsc#1225601) - Update to version 20240712 (git commit ed874ed83cac): * amdgpu: update DMCUB to v0.0.225.0 for Various AMDGPU Asics * qcom: add gpu firmwares for x1e80100 chipset (bsc#1219458) * linux-firmware: add firmware for qat_402xx devices * amdgpu: update raven firmware * amdgpu: update SMU 13.0.10 firmware * amdgpu: update SDMA 6.0.3 firmware * amdgpu: update PSP 13.0.10 firmware * amdgpu: update GC 11.0.3 firmware * amdgpu: update vega20 firmware * amdgpu: update PSP 13.0.5 firmware * amdgpu: update PSP 13.0.8 firmware * amdgpu: update vega12 firmware * amdgpu: update vega10 firmware * amdgpu: update VCN 4.0.0 firmware * amdgpu: update SDMA 6.0.0 firmware * amdgpu: update PSP 13.0.0 firmware * amdgpu: update GC 11.0.0 firmware * amdgpu: update picasso firmware * amdgpu: update beige goby firmware * amdgpu: update vangogh firmware * amdgpu: update dimgrey cavefish firmware * amdgpu: update navy flounder firmware * amdgpu: update PSP 13.0.11 firmware * amdgpu: update GC 11.0.4 firmware * amdgpu: update green sardine firmware * amdgpu: update VCN 4.0.2 firmware * amdgpu: update SDMA 6.0.1 firmware * amdgpu: update PSP 13.0.4 firmware * amdgpu: update GC 11.0.1 firmware * amdgpu: update sienna cichlid firmware * amdgpu: update VPE 6.1.1 firmware * amdgpu: update VCN 4.0.6 firmware * amdgpu: update SDMA 6.1.1 firmware * amdgpu: update PSP 14.0.1 firmware * amdgpu: update GC 11.5.1 firmware * amdgpu: update VCN 4.0.5 firmware * amdgpu: update SDMA 6.1.0 firmware * amdgpu: update PSP 14.0.0 firmware * amdgpu: update GC 11.5.0 firmware * amdgpu: update navi14 firmware * amdgpu: update renoir firmware * amdgpu: update navi12 firmware * amdgpu: update PSP 13.0.6 firmware * amdgpu: update GC 9.4.3 firmware * amdgpu: update yellow carp firmware * amdgpu: update VCN 4.0.4 firmware * amdgpu: update SMU 13.0.7 firmware * amdgpu: update SDMA 6.0.2 firmware * amdgpu: update PSP 13.0.7 firmware * amdgpu: update GC 11.0.2 firmware * amdgpu: update navi10 firmware * amdgpu: update raven2 firmware * amdgpu: update aldebaran firmware * linux-firmware: Update AMD cpu microcode * linux-firmware: Add ISH firmware file for Intel Lunar Lake platform * amdgpu: update DMCUB to v0.0.224.0 for Various AMDGPU Asics * cirrus: cs35l41: Update various firmware for ASUS laptops using CS35L41 * amdgpu: Update ISP FW for isp v4.1.1 - Update to version 20240622 (git commit 7d931f8afa51): * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.2.0 * qcom: Add AIC100 firmware files - Update to version 20240618 (git commit 7d931f8afa51): * amlogic: Update bluetooth firmware binary * linux-firmware: Update firmware file for Intel BlazarU core * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core * linux-firmware: Update firmware file for Intel Bluetooth Solar core * linux-firmware: Update firmware file for Intel Bluetooth Pulsar core * rtl_bt: Update RTL8822C BT UART firmware to 0xB5D6_6DCB * rtl_bt: Update RTL8822C BT USB firmware to 0xAED6_6DCB * amdgpu: update DMCUB to v0.0.222.0 for DCN314 * iwlwifi: add ty/So/Ma firmwares for core88-87 release * iwlwifi: update cc/Qu/QuZ firmwares for core88-87 release * linux-firmware: add new cc33xx firmware for cc33xx chips * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for ASUS UM5606 laptop * cirrus: cs35l56: Update firmware for Cirrus CS35L56 for various ASUS laptops * linux-firmware: Add firmware for Lenovo Thinkbooks * amdgpu: update yellow carp firmware * amdgpu: update VCN 4.0.4 firmware * amdgpu: update SDMA 6.0.2 firmware * amdgpu: update PSP 13.0.7 firmware * amdgpu: update GC 11.0.2 firmware * amdgpu: update navi10 firmware * amdgpu: update raven2 firmware * amdgpu: update raven firmware * amdgpu: update SMU 13.0.10 firmware * amdgpu: update SDMA 6.0.3 firmware * amdgpu: update PSP 13.0.10 firmware * amdgpu: update GC 11.0.3 firmware * amdgpu: update VCN 3.1.2 firmware * amdgpu: update PSP 13.0.5 firmware * amdgpu: update psp 13.0.8 firmware * amdgpu: update vega20 firmware * amdgpu: update vega12 firmware * amdgpu: update vega10 firmware * amdgpu: update VCN 4.0.0 firmware * amdgpu: update smu 13.0.0 firmware * amdgpu: update SDMA 6.0.0 firmware * amdgpu: update PSP 13.0.0 firmware * amdgpu: update GC 11.0.0 firmware * amdgpu: update picasso firmware * amdgpu: update beige goby firmware * amdgpu: update vangogh firmware * amdgpu: update dimgrey cavefish firmware * amdgpu: update green sardine firmware * amdgpu: update navy flounder firmware * amdgpu: update PSP 13.0.11 firmware * amdgpu: update GC 11.0.4 firmware * amdgpu: update VCN 4.0.2 firmware * amdgpu: update SDMA 6.0.1 firmware * amdgpu: update PSP 13.0.4 firmware * amdgpu: update GC 11.0.1 firmware * amdgpu: update sienna cichlid firmware * amdgpu: update VCN 4.0.5 firmware * amdgpu: update PSP 14.0.0 firmware * amdgpu: update GC 11.5.0 firmware * amdgpu: update navi14 firmware * amdgpu: update SMU 13.0.6 firmware * amdgpu: update PSP 13.0.6 firmware * amdgpu: update GC 9.4.3 firmware * amdgpu: update renoir firmware * amdgpu: update navi12 firmware * amdgpu: update aldebaran firmware * amdgpu: add support for PSP 14.0.1 * amdgpu: add support for VPE 6.1.1 * amdgpu: add support for VCN 4.0.6 * amdgpu: add support for SDMA 6.1.1 * amdgpu: add support for GC 11.5.1 * amdgpu: Add support for DCN 3.5.1 * QCA: Update Bluetooth QCA2066 firmware to 2.1.0-00639 * cnm: update chips&media wave521c firmware. * linux-firmware: Add ordinary firmware for RTL8821AU device - Update to version 20240519 (git commit aae8224390e2): * amdgpu: add new ISP 4.1.1 firmware - Update to version 20240510 (git commit 7c2303328d8e): * linux-firmware: Amphion: Update vpu firmware * linux-firmware: Update firmware file for Intel BlazarU core * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core * linux-firmware: Update firmware file for Intel Bluetooth Solar core * linux-firmware: Update firmware file for Intel Bluetooth Solar core * i915: Add BMG DMC v2.06 * linux-firmware: Add CS35L41 HDA Firmware for Asus HN7306 * linux-firmware: Update firmware tuning for HP Consumer Laptop * amdgpu: DMCUB updates for various AMDGPU ASICs * rtl_bt: Update RTL8822C BT UART firmware to 0x0FD6_407B * rtl_bt: Update RTL8822C BT USB firmware to 0x0ED6_407B * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various ASUS laptops * linux-firmware: Add firmware and tuning for Lenovo Y770S - Update to version 20240426 (git commit 2398d264f953): * amdgpu: DMCUB updates for various AMDGPU ASICs * linux-firmware: Add firmware for Cirrus CS35L56 for various HP laptops * i915: Update Xe2LPD DMC to v2.20 * linux-firmware: Remove Calibration Firmware and Tuning for CS35L41 * linux-firmware: Add firmware for Lenovo Thinkbook 13X * ASoC: tas2781: Add dsp firmware for Thinkpad ICE-1 laptop * amdgpu: add DMCUB 3.5 firmware * amdgpu: add VPE 6.1.0 firmware * amdgpu: add VCN 4.0.5 firmware * amdgpu: add UMSCH 4.0.0 firmware * amdgpu: add SDMA 6.1.0 firmware * amdgpu: add PSP 14.0.0 firmware * amdgpu: add GC 11.5.0 firmware * amdgpu: update license date - Update to version 20240419 (git commit 7eab37522984): * Montage: update firmware for Mont-TSSE * linux-firmware: Add tuning parameter configs for CS35L41 Firmware * linux-firmware: Fix firmware names for Laptop SSID 104316a3 * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Legion Slim 7 16ARHA7 * linux-firmware: update firmware for mediatek bluetooth chip (MT7922) * linux-firmware: update firmware for MT7922 WiFi device * iwlwifi: add gl FW for core87-44 release * iwlwifi: add ty/So/Ma firmwares for core87-44 release * iwlwifi: update cc/Qu/QuZ firmwares for core87-44 release * nvidia: Update Tegra210 XUSB firmware to v50.29 * amdgpu: update beige goby firmware * amdgpu: update dimgrey cavefish firmware * amdgpu: update psp 13.0.11 firmware * amdgpu: update gc 11.0.4 firmware * amdgpu: update navy flounder firmware * amdgpu: update renoir firmware * amdgpu: update vcn 4.0.2 firmware * amdgpu: update sdma 6.0.1 firmware * amdgpu: update psp 13.0.4 firmware * amdgpu: update gc 11.0.1 firmware * amdgpu: update sienna cichlid firmware * amdgpu: update vega20 firmware * amdgpu: update yellow carp firmware * amdgpu: update green sardine firmware * amdgpu: update vega12 firmware * amdgpu: update raven2 firmware * amdgpu: update vcn 4.0.4 firmware * amdgpu: update smu 13.0.7 firmware * amdgpu: update sdma 6.0.2 firmware * amdgpu: update ipsp 13.0.7 firmware * amdgpu: update gc 11.0.2 firmware * amdgpu: update vega10 firmware * amdgpu: update raven firmware * amdgpu: update navi14 firmware * amdgpu: update smu 13.0.10 firmware * amdgpu: update sdma 6.0.3 firmware * amdgpu: update psp 13.0.10 firmware * amdgpu: update gc 11.0.3 firmware * amdgpu: update vcn 3.1.2 firmware * amdgpu: update psp 13.0.5 firmware * amdgpu: update gc 10.3.6 firmware * amdgpu: update navi12 firmware * amdgpu: update arcturus firmware * amdgpu: update vangogh firmware * amdgpu: update navi10 firmware * amdgpu: update vcn 4.0.3 firmware * amdgpu: update smu 13.0.6 firmware * amdgpu: update psp 13.0.6 firmware * amdgpu: update gc 9.4.3 firmware * amdgpu: update vcn 4.0.0 firmware * amdgpu: update smu 13.0.0 firmware * amdgpu: update sdma 6.0.0 firmware * amdgpu: update psp 13.0.0 firmware * amdgpu: update gc 11.0.0 firmware * amdgpu: update firmware * amdgpu: update aldebaran firmware * amdgpu: update psp 13.0.8 firmware * amdgpu: update gc 10.3.7 firmware * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.9 * ath10k: WCN3990: hw1.0: add qcm2290 firmware API file * ath10k: WCN3990: hw1.0: move firmware back from qcom/ location * i915: Add DG2 HuC 7.10.15 * amdgpu: DMCUB updates for various AMDGPU ASICs * linux-firmware: update firmware for en8811h 2.5G ethernet phy * rtw89: 8852c: update fw to v0.27.56.14 * rtw89: 8922a: add firmware v0.35.18.0 * rtw88: Add RTL8703B firmware v11.0.0 - Drop duplicated WHENCE from kernel-firmware-* subpackages (bsc#1222319) - Update to version 20240322 (git commit 9a6a0cc195c1): * mekdiatek: Update mt8186 SOF firmware to v2.0.1 * linux-firmware: Add firmware for Cirrus CS35L56 for Dell laptops * Montage: update firmware for Mont-TSSE * WHENCE: Link the Raspberry Pi CM4 and 5B to the 4B * Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX101 * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for Magnetor Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX101 * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX101 * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX203 * Intel Bluetooth: Update firmware file for SolarF Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX211 * Intel Bluetooth: Update firmware file for Solar Intel Bluetooth AX210 * Intel Bluetooth: Update firmware file for Intel Bluetooth AX200 * Intel Bluetooth: Update firmware file for Intel Bluetooth AX201 * Intel Bluetooth: Update firmware file for Intel Bluetooth 9560 * Intel Bluetooth: Update firmware file for Intel Bluetooth 9260 * amdgpu: DMCUB updates for various AMDGPU ASICs * linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.8 * imx: sdma: update firmware to v3.6/v4.6 - Update to version 20240312 (git commit 4a404b5bfdb9): * linux-firmware: update firmware for mediatek bluetooth chip (MT7921) * iwlwifi: update 9000-family firmwares to core85-89 * rtl_bt: Update RTL8852A BT USB firmware to 0xD9D6_17DA * linux-firmware: update firmware for MT7921 WiFi device * linux-firmware: update firmware for mediatek bluetooth chip (MT7922) * linux-firmware: update firmware for MT7922 WiFi device * linux-firmware: Add CS35L41 HDA Firmware for Lenovo Thinkbook 16P Laptops - Update to version 20240229 (git commit 977332782302): * amdgpu: Update VCN firmware binaries * Intel IPU2: Add firmware files * brcm: Add nvram for the Acer Iconia One 7 B1-750 tablet * i915: Add Xe2LPD DMC v2.18 * i915: Update MTL DMC v2.21 - Update to version 20240220 (git commit 73b4429fae36): * linux-firmware: update firmware for en8811h 2.5G ethernet phy * linux-firmware: add firmware for MT7996 * xe: First GuC release for LNL and Xe * i915: Add GuC v70.20.0 for ADL-P, DG1, DG2, MTL and TGL * linux-firmware: Add CS35L41 firmware for Lenovo Legion 7i gen7 laptop (16IAX7) * brcm: Add nvram for the Asus Memo Pad 7 ME176C tablet * ice: update ice DDP package to 1.3.36.0 * Intel IPU3 ImgU: Move firmware file under intel/ipu * Intel IPU6: Move firmware binaries under ipu/ * check_whence: Add a check for duplicate link entries * WHENCE: Clean up section separators * linux-firmware: Add CS35L41 firmware for additional ASUS Zenbook 2023 models * panthor: Add initial firmware for Gen10 Arm Mali GPUs * amdgpu: DMCUB Updates for DCN321: 7.0.38.0 * amdgpu: DMCUB updates for Yellow Carp: 4.0.68.0 * qcom: update venus firmware file for v5.4 * Montage: add firmware for Mont-TSSE * amdgpu: update DMCUB to v0.0.203.0 for DCN314 and DCN32 * linux-firmware: Remove 2 HP laptops using CS35L41 Audio Firmware * linux-firmware: Fix filenames for some CS35L41 firmwares for HP kernel-firmware-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-20240712-150600.3.3.1.src.rpm True kernel-firmware-all-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-amdgpu-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-ath10k-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-ath11k-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-ath12k-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-atheros-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-bluetooth-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-bnx2-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-brcm-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-chelsio-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-dpaa2-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-i915-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-intel-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-iwlwifi-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-liquidio-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-marvell-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-media-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-mediatek-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-mellanox-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-mwifiex-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-network-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-nfp-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-nvidia-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-platform-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-prestera-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-qcom-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-qlogic-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-radeon-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-realtek-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-serial-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-sound-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-ti-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-ueagle-20240712-150600.3.3.1.noarch.rpm True kernel-firmware-usb-network-20240712-150600.3.3.1.noarch.rpm True ucode-amd-20240712-150600.3.3.1.noarch.rpm True openSUSE-SLE-15.6-2024-2627 Security update for ghostscript moderate SUSE Updates openSUSE-SLE 15.6 This update for ghostscript fixes the following issues: - CVE-2024-29508: Fixed heap pointer leak in pdf_base_font_alloc (bsc#1227380) ghostscript-9.52-150000.197.1.src.rpm ghostscript-9.52-150000.197.1.x86_64.rpm ghostscript-devel-9.52-150000.197.1.x86_64.rpm ghostscript-x11-9.52-150000.197.1.x86_64.rpm ghostscript-9.52-150000.197.1.s390x.rpm ghostscript-devel-9.52-150000.197.1.s390x.rpm ghostscript-x11-9.52-150000.197.1.s390x.rpm ghostscript-9.52-150000.197.1.ppc64le.rpm ghostscript-devel-9.52-150000.197.1.ppc64le.rpm ghostscript-x11-9.52-150000.197.1.ppc64le.rpm ghostscript-9.52-150000.197.1.aarch64.rpm ghostscript-devel-9.52-150000.197.1.aarch64.rpm ghostscript-x11-9.52-150000.197.1.aarch64.rpm openSUSE-SLE-15.6-2024-2576 Security update for gnome-shell moderate SUSE Updates openSUSE-SLE 15.6 This update for gnome-shell fixes the following issues: - CVE-2024-36472: Fixed portal helper automatically launched without user confirmation (bsc#1225567) gnome-extensions-45.3-150600.5.6.1.x86_64.rpm gnome-shell-45.3-150600.5.6.1.src.rpm gnome-shell-45.3-150600.5.6.1.x86_64.rpm gnome-shell-calendar-45.3-150600.5.6.1.x86_64.rpm gnome-shell-devel-45.3-150600.5.6.1.x86_64.rpm gnome-shell-lang-45.3-150600.5.6.1.noarch.rpm gnome-extensions-45.3-150600.5.6.1.s390x.rpm gnome-shell-45.3-150600.5.6.1.s390x.rpm gnome-shell-calendar-45.3-150600.5.6.1.s390x.rpm gnome-shell-devel-45.3-150600.5.6.1.s390x.rpm gnome-extensions-45.3-150600.5.6.1.ppc64le.rpm gnome-shell-45.3-150600.5.6.1.ppc64le.rpm gnome-shell-calendar-45.3-150600.5.6.1.ppc64le.rpm gnome-shell-devel-45.3-150600.5.6.1.ppc64le.rpm gnome-extensions-45.3-150600.5.6.1.aarch64.rpm gnome-shell-45.3-150600.5.6.1.aarch64.rpm gnome-shell-calendar-45.3-150600.5.6.1.aarch64.rpm gnome-shell-devel-45.3-150600.5.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2694 Optional update for dbus-1-glib low SUSE Updates openSUSE-SLE 15.6 This update for dbus-1-glib fixes the following issue: - Add libdbus-glib-1-2-32bit (bsc#1227300) dbus-1-glib-0.112-150600.3.2.1.src.rpm dbus-1-glib-bash-completion-0.112-150600.3.2.1.x86_64.rpm dbus-1-glib-devel-0.112-150600.3.2.1.x86_64.rpm dbus-1-glib-devel-32bit-0.112-150600.3.2.1.x86_64.rpm dbus-1-glib-doc-0.112-150600.3.2.1.noarch.rpm dbus-1-glib-tool-0.112-150600.3.2.1.x86_64.rpm libdbus-glib-1-2-0.112-150600.3.2.1.x86_64.rpm libdbus-glib-1-2-32bit-0.112-150600.3.2.1.x86_64.rpm dbus-1-glib-bash-completion-0.112-150600.3.2.1.s390x.rpm dbus-1-glib-devel-0.112-150600.3.2.1.s390x.rpm dbus-1-glib-tool-0.112-150600.3.2.1.s390x.rpm libdbus-glib-1-2-0.112-150600.3.2.1.s390x.rpm dbus-1-glib-bash-completion-0.112-150600.3.2.1.ppc64le.rpm dbus-1-glib-devel-0.112-150600.3.2.1.ppc64le.rpm dbus-1-glib-tool-0.112-150600.3.2.1.ppc64le.rpm libdbus-glib-1-2-0.112-150600.3.2.1.ppc64le.rpm dbus-1-glib-bash-completion-0.112-150600.3.2.1.aarch64.rpm dbus-1-glib-devel-0.112-150600.3.2.1.aarch64.rpm dbus-1-glib-tool-0.112-150600.3.2.1.aarch64.rpm libdbus-glib-1-2-0.112-150600.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-2606 Recommended update for openssl-ibmca moderate SUSE Updates openSUSE-SLE 15.6 This update for openssl-ibmca fixes the following issues: - Amended the .spec file (bsc#1227537) * 'rpm.install.excludedocs = yes' in zypp.conf excludes the /usr/share/doc/.. * Added a check, if there is is /usr/share/doc file to be editted. * Replaced hard-coded '/usr/share' with %{_datadir} openssl-ibmca-2.4.1-150600.6.3.2.s390x.rpm openssl-ibmca-2.4.1-150600.6.3.2.src.rpm openssl-ibmca-engine-2.4.1-150600.6.3.2.s390x.rpm openssl-ibmca-engine-2.4.1-150600.6.3.2.src.rpm openssl-ibmca-provider-2.4.1-150600.6.3.2.s390x.rpm openssl-ibmca-provider-2.4.1-150600.6.3.2.src.rpm openssl1_1-ibmca-2.4.1-150600.6.3.2.s390x.rpm openssl1_1-ibmca-2.4.1-150600.6.3.2.src.rpm openSUSE-SLE-15.6-2024-2577 Security update for python-Django important SUSE Updates openSUSE-SLE 15.6 This update for python-Django fixes the following issues: - CVE-2024-38875: Fixed potential denial-of-service attack via certain inputs with a very large number of brackets (bsc#1227590) - CVE-2024-39329: Fixed username enumeration through timing difference for users with unusable passwords (bsc#1227593) - CVE-2024-39330: Fixed potential directory traversal in django.core.files.storage.Storage.save() (bsc#1227594) - CVE-2024-39614: Fixed potential denial-of-service through django.utils.translation.get_supported_language_variant() (bsc#1227595) python-Django-4.2.11-150600.3.3.1.src.rpm python311-Django-4.2.11-150600.3.3.1.noarch.rpm openSUSE-SLE-15.6-2024-2637 Recommended update for qemu moderate SUSE Updates openSUSE-SLE 15.6 This update for qemu fixes the following issues: qemu was updated to version 8.2.5: - For the full list of changes (from the various releases) please consult the following: * https://lore.kernel.org/qemu-devel/1718081047.648425.1238605.nullmailer@tls.msk.ru/ - Main changes: * disas/riscv: Decode all of the pmpcfg and pmpaddr CSRs * dockerfiles: Added 'MAKE' env variable to remaining containers * gitlab: Update msys2-64bit runner tags * gitlab: Use 'setarch -R' to workaround tsan bug * gitlab: Use $MAKE instead of 'make' * hvf: arm: Fixed encodings for ID_AA64PFR1_EL1 and debug System registers * hw/intc/arm_gic: Fixed handling of NS view of GICC_APR<n> * hw/intc/riscv_aplic: APLICs should add child earlier than realize * iotests: test NBD+TLS+iothread * qio: Inherit follow_coroutine_ctx across TLS * target/arm: Disable SVE extensions when SVE is disabled * target/i386: Fixed SSE and SSE2 feature check * target/i386: Fixed xsave.flat from kvm-unit-tests * target/i386: No single-step exception after MOV or POP SS * target/loongarch: Fixed a wrong print in cpu dump * target/riscv: Do not set mtval2 for non guest-page faults * target/riscv: Fixed the element agnostic function problem * target/riscv: Prioritize pmp errors in raise_mmu_exception() * target/riscv: rvv: Check single width operator for vector fp widen instructions * target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w * target/riscv: rvv: Fixed Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions * target/riscv: rvv: Removed redudant SEW checking for vector fp narrow/widen instructions * target/riscv: rvzicbo: Fixed CBO extension register calculation * target/riscv/cpu.c: Fixed Zvkb extension config * target/riscv/kvm: Tolerate KVM disable ext errors * target/riscv/kvm.c: Fixed the hart bit setting of AIA * ui/sdl2: Allow host to power down screen qemu-8.2.5-150600.3.6.1.src.rpm qemu-8.2.5-150600.3.6.1.x86_64.rpm qemu-SLOF-8.2.5-150600.3.6.1.noarch.rpm qemu-accel-qtest-8.2.5-150600.3.6.1.x86_64.rpm qemu-accel-tcg-x86-8.2.5-150600.3.6.1.x86_64.rpm qemu-arm-8.2.5-150600.3.6.1.x86_64.rpm qemu-audio-alsa-8.2.5-150600.3.6.1.x86_64.rpm qemu-audio-dbus-8.2.5-150600.3.6.1.x86_64.rpm qemu-audio-jack-8.2.5-150600.3.6.1.x86_64.rpm qemu-audio-pa-8.2.5-150600.3.6.1.x86_64.rpm qemu-audio-pipewire-8.2.5-150600.3.6.1.x86_64.rpm qemu-audio-spice-8.2.5-150600.3.6.1.x86_64.rpm qemu-block-curl-8.2.5-150600.3.6.1.x86_64.rpm qemu-block-dmg-8.2.5-150600.3.6.1.x86_64.rpm qemu-block-gluster-8.2.5-150600.3.6.1.x86_64.rpm qemu-block-iscsi-8.2.5-150600.3.6.1.x86_64.rpm qemu-block-nfs-8.2.5-150600.3.6.1.x86_64.rpm qemu-block-rbd-8.2.5-150600.3.6.1.x86_64.rpm qemu-block-ssh-8.2.5-150600.3.6.1.x86_64.rpm qemu-chardev-baum-8.2.5-150600.3.6.1.x86_64.rpm qemu-chardev-spice-8.2.5-150600.3.6.1.x86_64.rpm qemu-doc-8.2.5-150600.3.6.1.noarch.rpm qemu-extra-8.2.5-150600.3.6.1.x86_64.rpm qemu-guest-agent-8.2.5-150600.3.6.1.x86_64.rpm qemu-headless-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-display-qxl-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-display-virtio-gpu-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-display-virtio-gpu-pci-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-display-virtio-vga-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-usb-host-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-usb-redirect-8.2.5-150600.3.6.1.x86_64.rpm qemu-hw-usb-smartcard-8.2.5-150600.3.6.1.x86_64.rpm qemu-img-8.2.5-150600.3.6.1.x86_64.rpm qemu-ipxe-8.2.5-150600.3.6.1.noarch.rpm qemu-ivshmem-tools-8.2.5-150600.3.6.1.x86_64.rpm qemu-ksm-8.2.5-150600.3.6.1.x86_64.rpm qemu-lang-8.2.5-150600.3.6.1.x86_64.rpm qemu-linux-user-8.2.5-150600.3.6.1.src.rpm qemu-linux-user-8.2.5-150600.3.6.1.x86_64.rpm qemu-microvm-8.2.5-150600.3.6.1.noarch.rpm qemu-ppc-8.2.5-150600.3.6.1.x86_64.rpm qemu-pr-helper-8.2.5-150600.3.6.1.x86_64.rpm qemu-s390x-8.2.5-150600.3.6.1.x86_64.rpm qemu-seabios-8.2.51.16.3_3_ga95067eb-150600.3.6.1.noarch.rpm qemu-skiboot-8.2.5-150600.3.6.1.noarch.rpm qemu-spice-8.2.5-150600.3.6.1.x86_64.rpm qemu-tools-8.2.5-150600.3.6.1.x86_64.rpm qemu-ui-curses-8.2.5-150600.3.6.1.x86_64.rpm qemu-ui-dbus-8.2.5-150600.3.6.1.x86_64.rpm qemu-ui-gtk-8.2.5-150600.3.6.1.x86_64.rpm qemu-ui-opengl-8.2.5-150600.3.6.1.x86_64.rpm qemu-ui-spice-app-8.2.5-150600.3.6.1.x86_64.rpm qemu-ui-spice-core-8.2.5-150600.3.6.1.x86_64.rpm qemu-vgabios-8.2.51.16.3_3_ga95067eb-150600.3.6.1.noarch.rpm qemu-vhost-user-gpu-8.2.5-150600.3.6.1.x86_64.rpm qemu-x86-8.2.5-150600.3.6.1.x86_64.rpm qemu-8.2.5-150600.3.6.1.s390x.rpm qemu-accel-qtest-8.2.5-150600.3.6.1.s390x.rpm qemu-accel-tcg-x86-8.2.5-150600.3.6.1.s390x.rpm qemu-arm-8.2.5-150600.3.6.1.s390x.rpm qemu-audio-alsa-8.2.5-150600.3.6.1.s390x.rpm qemu-audio-dbus-8.2.5-150600.3.6.1.s390x.rpm qemu-audio-jack-8.2.5-150600.3.6.1.s390x.rpm qemu-audio-pa-8.2.5-150600.3.6.1.s390x.rpm qemu-audio-pipewire-8.2.5-150600.3.6.1.s390x.rpm qemu-audio-spice-8.2.5-150600.3.6.1.s390x.rpm qemu-block-curl-8.2.5-150600.3.6.1.s390x.rpm qemu-block-dmg-8.2.5-150600.3.6.1.s390x.rpm qemu-block-gluster-8.2.5-150600.3.6.1.s390x.rpm qemu-block-iscsi-8.2.5-150600.3.6.1.s390x.rpm qemu-block-nfs-8.2.5-150600.3.6.1.s390x.rpm qemu-block-rbd-8.2.5-150600.3.6.1.s390x.rpm qemu-block-ssh-8.2.5-150600.3.6.1.s390x.rpm qemu-chardev-baum-8.2.5-150600.3.6.1.s390x.rpm qemu-chardev-spice-8.2.5-150600.3.6.1.s390x.rpm qemu-extra-8.2.5-150600.3.6.1.s390x.rpm qemu-guest-agent-8.2.5-150600.3.6.1.s390x.rpm qemu-headless-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-display-qxl-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-display-virtio-gpu-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-display-virtio-gpu-pci-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-display-virtio-vga-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-usb-host-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-usb-redirect-8.2.5-150600.3.6.1.s390x.rpm qemu-hw-usb-smartcard-8.2.5-150600.3.6.1.s390x.rpm qemu-img-8.2.5-150600.3.6.1.s390x.rpm qemu-ivshmem-tools-8.2.5-150600.3.6.1.s390x.rpm qemu-ksm-8.2.5-150600.3.6.1.s390x.rpm qemu-lang-8.2.5-150600.3.6.1.s390x.rpm qemu-linux-user-8.2.5-150600.3.6.1.s390x.rpm qemu-ppc-8.2.5-150600.3.6.1.s390x.rpm qemu-pr-helper-8.2.5-150600.3.6.1.s390x.rpm qemu-s390x-8.2.5-150600.3.6.1.s390x.rpm qemu-spice-8.2.5-150600.3.6.1.s390x.rpm qemu-tools-8.2.5-150600.3.6.1.s390x.rpm qemu-ui-curses-8.2.5-150600.3.6.1.s390x.rpm qemu-ui-dbus-8.2.5-150600.3.6.1.s390x.rpm qemu-ui-gtk-8.2.5-150600.3.6.1.s390x.rpm qemu-ui-opengl-8.2.5-150600.3.6.1.s390x.rpm qemu-ui-spice-app-8.2.5-150600.3.6.1.s390x.rpm qemu-ui-spice-core-8.2.5-150600.3.6.1.s390x.rpm qemu-vhost-user-gpu-8.2.5-150600.3.6.1.s390x.rpm qemu-x86-8.2.5-150600.3.6.1.s390x.rpm qemu-8.2.5-150600.3.6.1.ppc64le.rpm qemu-accel-qtest-8.2.5-150600.3.6.1.ppc64le.rpm qemu-accel-tcg-x86-8.2.5-150600.3.6.1.ppc64le.rpm qemu-arm-8.2.5-150600.3.6.1.ppc64le.rpm qemu-audio-alsa-8.2.5-150600.3.6.1.ppc64le.rpm qemu-audio-dbus-8.2.5-150600.3.6.1.ppc64le.rpm qemu-audio-jack-8.2.5-150600.3.6.1.ppc64le.rpm qemu-audio-pa-8.2.5-150600.3.6.1.ppc64le.rpm qemu-audio-pipewire-8.2.5-150600.3.6.1.ppc64le.rpm qemu-audio-spice-8.2.5-150600.3.6.1.ppc64le.rpm qemu-block-curl-8.2.5-150600.3.6.1.ppc64le.rpm qemu-block-dmg-8.2.5-150600.3.6.1.ppc64le.rpm qemu-block-gluster-8.2.5-150600.3.6.1.ppc64le.rpm qemu-block-iscsi-8.2.5-150600.3.6.1.ppc64le.rpm qemu-block-nfs-8.2.5-150600.3.6.1.ppc64le.rpm qemu-block-rbd-8.2.5-150600.3.6.1.ppc64le.rpm qemu-block-ssh-8.2.5-150600.3.6.1.ppc64le.rpm qemu-chardev-baum-8.2.5-150600.3.6.1.ppc64le.rpm qemu-chardev-spice-8.2.5-150600.3.6.1.ppc64le.rpm qemu-extra-8.2.5-150600.3.6.1.ppc64le.rpm qemu-guest-agent-8.2.5-150600.3.6.1.ppc64le.rpm qemu-headless-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-display-qxl-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-display-virtio-gpu-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-display-virtio-gpu-pci-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-display-virtio-vga-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-usb-host-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-usb-redirect-8.2.5-150600.3.6.1.ppc64le.rpm qemu-hw-usb-smartcard-8.2.5-150600.3.6.1.ppc64le.rpm qemu-img-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ivshmem-tools-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ksm-8.2.5-150600.3.6.1.ppc64le.rpm qemu-lang-8.2.5-150600.3.6.1.ppc64le.rpm qemu-linux-user-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ppc-8.2.5-150600.3.6.1.ppc64le.rpm qemu-pr-helper-8.2.5-150600.3.6.1.ppc64le.rpm qemu-s390x-8.2.5-150600.3.6.1.ppc64le.rpm qemu-spice-8.2.5-150600.3.6.1.ppc64le.rpm qemu-tools-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ui-curses-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ui-dbus-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ui-gtk-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ui-opengl-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ui-spice-app-8.2.5-150600.3.6.1.ppc64le.rpm qemu-ui-spice-core-8.2.5-150600.3.6.1.ppc64le.rpm qemu-vhost-user-gpu-8.2.5-150600.3.6.1.ppc64le.rpm qemu-x86-8.2.5-150600.3.6.1.ppc64le.rpm qemu-8.2.5-150600.3.6.1.aarch64.rpm qemu-accel-qtest-8.2.5-150600.3.6.1.aarch64.rpm qemu-accel-tcg-x86-8.2.5-150600.3.6.1.aarch64.rpm qemu-arm-8.2.5-150600.3.6.1.aarch64.rpm qemu-audio-alsa-8.2.5-150600.3.6.1.aarch64.rpm qemu-audio-dbus-8.2.5-150600.3.6.1.aarch64.rpm qemu-audio-jack-8.2.5-150600.3.6.1.aarch64.rpm qemu-audio-pa-8.2.5-150600.3.6.1.aarch64.rpm qemu-audio-pipewire-8.2.5-150600.3.6.1.aarch64.rpm qemu-audio-spice-8.2.5-150600.3.6.1.aarch64.rpm qemu-block-curl-8.2.5-150600.3.6.1.aarch64.rpm qemu-block-dmg-8.2.5-150600.3.6.1.aarch64.rpm qemu-block-gluster-8.2.5-150600.3.6.1.aarch64.rpm qemu-block-iscsi-8.2.5-150600.3.6.1.aarch64.rpm qemu-block-nfs-8.2.5-150600.3.6.1.aarch64.rpm qemu-block-rbd-8.2.5-150600.3.6.1.aarch64.rpm qemu-block-ssh-8.2.5-150600.3.6.1.aarch64.rpm qemu-chardev-baum-8.2.5-150600.3.6.1.aarch64.rpm qemu-chardev-spice-8.2.5-150600.3.6.1.aarch64.rpm qemu-extra-8.2.5-150600.3.6.1.aarch64.rpm qemu-guest-agent-8.2.5-150600.3.6.1.aarch64.rpm qemu-headless-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-display-qxl-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-display-virtio-gpu-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-display-virtio-gpu-pci-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-display-virtio-vga-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-usb-host-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-usb-redirect-8.2.5-150600.3.6.1.aarch64.rpm qemu-hw-usb-smartcard-8.2.5-150600.3.6.1.aarch64.rpm qemu-img-8.2.5-150600.3.6.1.aarch64.rpm qemu-ivshmem-tools-8.2.5-150600.3.6.1.aarch64.rpm qemu-ksm-8.2.5-150600.3.6.1.aarch64.rpm qemu-lang-8.2.5-150600.3.6.1.aarch64.rpm qemu-linux-user-8.2.5-150600.3.6.1.aarch64.rpm qemu-ppc-8.2.5-150600.3.6.1.aarch64.rpm qemu-pr-helper-8.2.5-150600.3.6.1.aarch64.rpm qemu-s390x-8.2.5-150600.3.6.1.aarch64.rpm qemu-spice-8.2.5-150600.3.6.1.aarch64.rpm qemu-tools-8.2.5-150600.3.6.1.aarch64.rpm qemu-ui-curses-8.2.5-150600.3.6.1.aarch64.rpm qemu-ui-dbus-8.2.5-150600.3.6.1.aarch64.rpm qemu-ui-gtk-8.2.5-150600.3.6.1.aarch64.rpm qemu-ui-opengl-8.2.5-150600.3.6.1.aarch64.rpm qemu-ui-spice-app-8.2.5-150600.3.6.1.aarch64.rpm qemu-ui-spice-core-8.2.5-150600.3.6.1.aarch64.rpm qemu-vhost-user-gpu-8.2.5-150600.3.6.1.aarch64.rpm qemu-x86-8.2.5-150600.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2790 Security update for MozillaThunderbird important SUSE Updates openSUSE-SLE 15.6 This update for MozillaThunderbird fixes the following issues: Update to Mozilla Thunderbird 115.13 (MFSA 2024-31, bsc#1226316): Security fixes: - CVE-2024-6600: Memory corruption in WebGL API (bmo#1888340) - CVE-2024-6601: Race condition in permission assignment (bmo#1890748) - CVE-2024-6602: Memory corruption in NSS (bmo#1895032) - CVE-2024-6603: Memory corruption in thread creation (bmo#1895081) - CVE-2024-6604: Memory safety bugs fixed in Firefox 128, Firefox ESR 115.13, Thunderbird 128, and Thunderbird 115.13 (bmo#1748105, bmo#1837550, bmo#1884266) Other fixes: - fixed: After starting Thunderbird, the message list position was sometimes set to an incorrect position (bmo#1896009) MozillaThunderbird-115.13.0-150200.8.171.4.src.rpm MozillaThunderbird-115.13.0-150200.8.171.4.x86_64.rpm MozillaThunderbird-translations-common-115.13.0-150200.8.171.4.x86_64.rpm MozillaThunderbird-translations-other-115.13.0-150200.8.171.4.x86_64.rpm MozillaThunderbird-115.13.0-150200.8.171.4.s390x.rpm MozillaThunderbird-translations-common-115.13.0-150200.8.171.4.s390x.rpm MozillaThunderbird-translations-other-115.13.0-150200.8.171.4.s390x.rpm MozillaThunderbird-115.13.0-150200.8.171.4.ppc64le.rpm MozillaThunderbird-translations-common-115.13.0-150200.8.171.4.ppc64le.rpm MozillaThunderbird-translations-other-115.13.0-150200.8.171.4.ppc64le.rpm MozillaThunderbird-115.13.0-150200.8.171.4.aarch64.rpm MozillaThunderbird-translations-common-115.13.0-150200.8.171.4.aarch64.rpm MozillaThunderbird-translations-other-115.13.0-150200.8.171.4.aarch64.rpm openSUSE-SLE-15.6-2024-2578 Security update for java-21-openjdk important SUSE Updates openSUSE-SLE 15.6 This update for java-21-openjdk fixes the following issues: Updated to version 21.0.4+7 (July 2024 CPU): - CVE-2024-21131: Fixed a potential UTF8 size overflow (bsc#1228046). - CVE-2024-21138: Fixed an infinite loop due to excessive symbol length (bsc#1228047). - CVE-2024-21140: Fixed a pre-loop limit overflow in Range Check Elimination (bsc#1228048). - CVE-2024-21147: Fixed an out-of-bounds access in 2D image handling (bsc#1228052). - CVE-2024-21145: Fixed an index overflow in RangeCheckElimination (bsc#1228051). java-21-openjdk-21.0.4.0-150600.3.3.1.src.rpm java-21-openjdk-21.0.4.0-150600.3.3.1.x86_64.rpm java-21-openjdk-demo-21.0.4.0-150600.3.3.1.x86_64.rpm java-21-openjdk-devel-21.0.4.0-150600.3.3.1.x86_64.rpm java-21-openjdk-headless-21.0.4.0-150600.3.3.1.x86_64.rpm java-21-openjdk-javadoc-21.0.4.0-150600.3.3.1.noarch.rpm java-21-openjdk-jmods-21.0.4.0-150600.3.3.1.x86_64.rpm java-21-openjdk-src-21.0.4.0-150600.3.3.1.x86_64.rpm java-21-openjdk-21.0.4.0-150600.3.3.1.s390x.rpm java-21-openjdk-demo-21.0.4.0-150600.3.3.1.s390x.rpm java-21-openjdk-devel-21.0.4.0-150600.3.3.1.s390x.rpm java-21-openjdk-headless-21.0.4.0-150600.3.3.1.s390x.rpm java-21-openjdk-jmods-21.0.4.0-150600.3.3.1.s390x.rpm java-21-openjdk-src-21.0.4.0-150600.3.3.1.s390x.rpm java-21-openjdk-21.0.4.0-150600.3.3.1.ppc64le.rpm java-21-openjdk-demo-21.0.4.0-150600.3.3.1.ppc64le.rpm java-21-openjdk-devel-21.0.4.0-150600.3.3.1.ppc64le.rpm java-21-openjdk-headless-21.0.4.0-150600.3.3.1.ppc64le.rpm java-21-openjdk-jmods-21.0.4.0-150600.3.3.1.ppc64le.rpm java-21-openjdk-src-21.0.4.0-150600.3.3.1.ppc64le.rpm java-21-openjdk-21.0.4.0-150600.3.3.1.aarch64.rpm java-21-openjdk-demo-21.0.4.0-150600.3.3.1.aarch64.rpm java-21-openjdk-devel-21.0.4.0-150600.3.3.1.aarch64.rpm java-21-openjdk-headless-21.0.4.0-150600.3.3.1.aarch64.rpm java-21-openjdk-jmods-21.0.4.0-150600.3.3.1.aarch64.rpm java-21-openjdk-src-21.0.4.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2628 Security update for java-17-openjdk important SUSE Updates openSUSE-SLE 15.6 This update for java-17-openjdk fixes the following issues: Updated to version 17.0.12+7 (July 2024 CPU): - CVE-2024-21131: Fixed a potential UTF8 size overflow (bsc#1228046). - CVE-2024-21138: Fixed an infinite loop due to excessive symbol length (bsc#1228047). - CVE-2024-21140: Fixed a pre-loop limit overflow in Range Check Elimination (bsc#1228048). - CVE-2024-21147: Fixed an out-of-bounds access in 2D image handling (bsc#1228052). - CVE-2024-21145: Fixed an index overflow in RangeCheckElimination (bsc#1228051). java-17-openjdk-17.0.12.0-150400.3.45.1.src.rpm java-17-openjdk-17.0.12.0-150400.3.45.1.x86_64.rpm java-17-openjdk-demo-17.0.12.0-150400.3.45.1.x86_64.rpm java-17-openjdk-devel-17.0.12.0-150400.3.45.1.x86_64.rpm java-17-openjdk-headless-17.0.12.0-150400.3.45.1.x86_64.rpm java-17-openjdk-javadoc-17.0.12.0-150400.3.45.1.noarch.rpm java-17-openjdk-jmods-17.0.12.0-150400.3.45.1.x86_64.rpm java-17-openjdk-src-17.0.12.0-150400.3.45.1.x86_64.rpm java-17-openjdk-17.0.12.0-150400.3.45.1.s390x.rpm java-17-openjdk-demo-17.0.12.0-150400.3.45.1.s390x.rpm java-17-openjdk-devel-17.0.12.0-150400.3.45.1.s390x.rpm java-17-openjdk-headless-17.0.12.0-150400.3.45.1.s390x.rpm java-17-openjdk-jmods-17.0.12.0-150400.3.45.1.s390x.rpm java-17-openjdk-src-17.0.12.0-150400.3.45.1.s390x.rpm java-17-openjdk-17.0.12.0-150400.3.45.1.ppc64le.rpm java-17-openjdk-demo-17.0.12.0-150400.3.45.1.ppc64le.rpm java-17-openjdk-devel-17.0.12.0-150400.3.45.1.ppc64le.rpm java-17-openjdk-headless-17.0.12.0-150400.3.45.1.ppc64le.rpm java-17-openjdk-jmods-17.0.12.0-150400.3.45.1.ppc64le.rpm java-17-openjdk-src-17.0.12.0-150400.3.45.1.ppc64le.rpm java-17-openjdk-17.0.12.0-150400.3.45.1.aarch64.rpm java-17-openjdk-demo-17.0.12.0-150400.3.45.1.aarch64.rpm java-17-openjdk-devel-17.0.12.0-150400.3.45.1.aarch64.rpm java-17-openjdk-headless-17.0.12.0-150400.3.45.1.aarch64.rpm java-17-openjdk-jmods-17.0.12.0-150400.3.45.1.aarch64.rpm java-17-openjdk-src-17.0.12.0-150400.3.45.1.aarch64.rpm openSUSE-SLE-15.6-2024-2629 Security update for java-11-openjdk important SUSE Updates openSUSE-SLE 15.6 This update for java-11-openjdk fixes the following issues: Updated to version 11.0.24+8 (July 2024 CPU): - CVE-2024-21131: Fixed a potential UTF8 size overflow (bsc#1228046). - CVE-2024-21138: Fixed an infinite loop due to excessive symbol length (bsc#1228047). - CVE-2024-21140: Fixed a pre-loop limit overflow in Range Check Elimination (bsc#1228048). - CVE-2024-21147: Fixed an out-of-bounds access in 2D image handling (bsc#1228052). - CVE-2024-21145: Fixed an index overflow in RangeCheckElimination (bsc#1228051). - CVE-2024-21144: Fixed an excessive loading time in Pack200 due to improper header validation (bsc#1228050). java-11-openjdk-11.0.24.0-150000.3.116.1.src.rpm java-11-openjdk-11.0.24.0-150000.3.116.1.x86_64.rpm java-11-openjdk-demo-11.0.24.0-150000.3.116.1.x86_64.rpm java-11-openjdk-devel-11.0.24.0-150000.3.116.1.x86_64.rpm java-11-openjdk-headless-11.0.24.0-150000.3.116.1.x86_64.rpm java-11-openjdk-javadoc-11.0.24.0-150000.3.116.1.noarch.rpm java-11-openjdk-jmods-11.0.24.0-150000.3.116.1.x86_64.rpm java-11-openjdk-src-11.0.24.0-150000.3.116.1.x86_64.rpm java-11-openjdk-11.0.24.0-150000.3.116.1.s390x.rpm java-11-openjdk-demo-11.0.24.0-150000.3.116.1.s390x.rpm java-11-openjdk-devel-11.0.24.0-150000.3.116.1.s390x.rpm java-11-openjdk-headless-11.0.24.0-150000.3.116.1.s390x.rpm java-11-openjdk-jmods-11.0.24.0-150000.3.116.1.s390x.rpm java-11-openjdk-src-11.0.24.0-150000.3.116.1.s390x.rpm java-11-openjdk-11.0.24.0-150000.3.116.1.ppc64le.rpm java-11-openjdk-demo-11.0.24.0-150000.3.116.1.ppc64le.rpm java-11-openjdk-devel-11.0.24.0-150000.3.116.1.ppc64le.rpm java-11-openjdk-headless-11.0.24.0-150000.3.116.1.ppc64le.rpm java-11-openjdk-jmods-11.0.24.0-150000.3.116.1.ppc64le.rpm java-11-openjdk-src-11.0.24.0-150000.3.116.1.ppc64le.rpm java-11-openjdk-11.0.24.0-150000.3.116.1.aarch64.rpm java-11-openjdk-demo-11.0.24.0-150000.3.116.1.aarch64.rpm java-11-openjdk-devel-11.0.24.0-150000.3.116.1.aarch64.rpm java-11-openjdk-headless-11.0.24.0-150000.3.116.1.aarch64.rpm java-11-openjdk-jmods-11.0.24.0-150000.3.116.1.aarch64.rpm java-11-openjdk-src-11.0.24.0-150000.3.116.1.aarch64.rpm openSUSE-SLE-15.6-2024-2602 Recommended update for mutter moderate SUSE Updates openSUSE-SLE 15.6 This update for mutter fixes the following issue: - Implement linux-drm-syncobj-v1 to fix blink in Chromium and other Xwayland apps (bsc#1219718) mutter-45.3-150600.5.9.1.src.rpm mutter-45.3-150600.5.9.1.x86_64.rpm mutter-devel-45.3-150600.5.9.1.x86_64.rpm mutter-lang-45.3-150600.5.9.1.noarch.rpm mutter-45.3-150600.5.9.1.s390x.rpm mutter-devel-45.3-150600.5.9.1.s390x.rpm mutter-45.3-150600.5.9.1.ppc64le.rpm mutter-devel-45.3-150600.5.9.1.ppc64le.rpm mutter-45.3-150600.5.9.1.aarch64.rpm mutter-devel-45.3-150600.5.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-2584 Security update for libgit2 important SUSE Updates openSUSE-SLE 15.6 This update for libgit2 fixes the following issues: Update to 1.7.2: Security fixes: - CVE-2024-24577: Fixed arbitrary code execution due to heap corruption in git_index_add (bsc#1219660) - CVE-2024-24575: Fixed potential infinite loop condition in git_revparse_single() (bsc#1219664) Other fixes: - A bug in the smart transport negotiation could have caused an out-of-bounds read when a remote server did not advertise capabilities. libgit2-1.7.2-150600.3.3.1.src.rpm libgit2-1_7-1.7.2-150600.3.3.1.x86_64.rpm libgit2-devel-1.7.2-150600.3.3.1.x86_64.rpm libgit2-tools-1.7.2-150600.3.3.1.x86_64.rpm libgit2-1_7-1.7.2-150600.3.3.1.s390x.rpm libgit2-devel-1.7.2-150600.3.3.1.s390x.rpm libgit2-tools-1.7.2-150600.3.3.1.s390x.rpm libgit2-1_7-1.7.2-150600.3.3.1.ppc64le.rpm libgit2-devel-1.7.2-150600.3.3.1.ppc64le.rpm libgit2-tools-1.7.2-150600.3.3.1.ppc64le.rpm libgit2-1_7-1.7.2-150600.3.3.1.aarch64.rpm libgit2-devel-1.7.2-150600.3.3.1.aarch64.rpm libgit2-tools-1.7.2-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2579 Security update for git important SUSE Updates openSUSE-SLE 15.6 This update for git fixes the following issues: - CVE-2024-24577: Fixed arbitrary code execution due to heap corruption in git_index_add (bsc#1219660) git-2.43.0-150600.3.6.1.src.rpm git-2.43.0-150600.3.6.1.x86_64.rpm git-arch-2.43.0-150600.3.6.1.x86_64.rpm git-core-2.43.0-150600.3.6.1.x86_64.rpm git-credential-libsecret-2.43.0-150600.3.6.1.x86_64.rpm git-cvs-2.43.0-150600.3.6.1.x86_64.rpm git-daemon-2.43.0-150600.3.6.1.x86_64.rpm git-doc-2.43.0-150600.3.6.1.noarch.rpm git-email-2.43.0-150600.3.6.1.x86_64.rpm git-gui-2.43.0-150600.3.6.1.x86_64.rpm git-p4-2.43.0-150600.3.6.1.x86_64.rpm git-svn-2.43.0-150600.3.6.1.x86_64.rpm git-web-2.43.0-150600.3.6.1.x86_64.rpm gitk-2.43.0-150600.3.6.1.x86_64.rpm perl-Git-2.43.0-150600.3.6.1.x86_64.rpm git-2.43.0-150600.3.6.1.s390x.rpm git-arch-2.43.0-150600.3.6.1.s390x.rpm git-core-2.43.0-150600.3.6.1.s390x.rpm git-credential-libsecret-2.43.0-150600.3.6.1.s390x.rpm git-cvs-2.43.0-150600.3.6.1.s390x.rpm git-daemon-2.43.0-150600.3.6.1.s390x.rpm git-email-2.43.0-150600.3.6.1.s390x.rpm git-gui-2.43.0-150600.3.6.1.s390x.rpm git-p4-2.43.0-150600.3.6.1.s390x.rpm git-svn-2.43.0-150600.3.6.1.s390x.rpm git-web-2.43.0-150600.3.6.1.s390x.rpm gitk-2.43.0-150600.3.6.1.s390x.rpm perl-Git-2.43.0-150600.3.6.1.s390x.rpm git-2.43.0-150600.3.6.1.ppc64le.rpm git-arch-2.43.0-150600.3.6.1.ppc64le.rpm git-core-2.43.0-150600.3.6.1.ppc64le.rpm git-credential-libsecret-2.43.0-150600.3.6.1.ppc64le.rpm git-cvs-2.43.0-150600.3.6.1.ppc64le.rpm git-daemon-2.43.0-150600.3.6.1.ppc64le.rpm git-email-2.43.0-150600.3.6.1.ppc64le.rpm git-gui-2.43.0-150600.3.6.1.ppc64le.rpm git-p4-2.43.0-150600.3.6.1.ppc64le.rpm git-svn-2.43.0-150600.3.6.1.ppc64le.rpm git-web-2.43.0-150600.3.6.1.ppc64le.rpm gitk-2.43.0-150600.3.6.1.ppc64le.rpm perl-Git-2.43.0-150600.3.6.1.ppc64le.rpm git-2.43.0-150600.3.6.1.aarch64.rpm git-arch-2.43.0-150600.3.6.1.aarch64.rpm git-core-2.43.0-150600.3.6.1.aarch64.rpm git-credential-libsecret-2.43.0-150600.3.6.1.aarch64.rpm git-cvs-2.43.0-150600.3.6.1.aarch64.rpm git-daemon-2.43.0-150600.3.6.1.aarch64.rpm git-email-2.43.0-150600.3.6.1.aarch64.rpm git-gui-2.43.0-150600.3.6.1.aarch64.rpm git-p4-2.43.0-150600.3.6.1.aarch64.rpm git-svn-2.43.0-150600.3.6.1.aarch64.rpm git-web-2.43.0-150600.3.6.1.aarch64.rpm gitk-2.43.0-150600.3.6.1.aarch64.rpm perl-Git-2.43.0-150600.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2690 Recommended update for fence-agents moderate SUSE Updates openSUSE-SLE 15.6 This update for fence-agents fixes the following issues: - Fix Azure native fencing does not start due to Python version. (bsc#1224797) (jsc#PED-8887) - The updated fence-agents does not include anymore the Azure fence-agents. - If you are on Azure, you need to install in addition the package fence-agents-azure-arm. This package (fence-agents-azure-arm) is only installable with Public Cloud Module enabled which provides the required Python3.11 dependencies. python-pexpect-4.8.0-150400.15.7.3.src.rpm python-ptyprocess-0.7.0-150400.11.5.3.src.rpm python311-pexpect-4.8.0-150400.15.7.3.noarch.rpm python311-ptyprocess-0.7.0-150400.11.5.3.noarch.rpm openSUSE-SLE-15.6-2024-2854 Recommended update for crmsh moderate SUSE Updates openSUSE-SLE 15.6 This update for crmsh fixes the following issues: - Version update: * Dev: prun: add more possible libexec PATH for sftp-server * Fix: qdevice: config "tls" should accept value "required" (bsc#1227649) * Fix: bootstrap: refine the wording in the question asking TLS config for qdevice (bsc#1227649) * Fix: qdevice: TLS certs should always be generated for qnetd (bsc#1227649) * Fix: cli: loading cib should be a soft depenedency * Dev: ui_context: refactor NON_FUNCTIONAL_COMMAND and NON_FUNCTIONAL_OPTIONS * Revert changes to `quit` and `up` in ui_context from #1300 (#1466) * Fix: cibconfig: do not load cib to check if cib is changed (#1466) * Dev: ra: Refine RAInfo.params interface to exclude some completion results * Dev: ui_context: Don't append space when completion ends with equal sign * Dev: ui_configure: Complete required parameters first * Fix: ui_context: crm configure up prompt #1466 * Fix: ui_context: crm cluster delete autocompletion #1403 #1460 * Dev: ra: Guess stonith class type when using fence agents * Fix: cibconfig: Disable complete advised operation values when adding a rsc_template crmsh-4.6.0+20240718.c5fa894-150600.3.6.2.noarch.rpm crmsh-4.6.0+20240718.c5fa894-150600.3.6.2.src.rpm crmsh-scripts-4.6.0+20240718.c5fa894-150600.3.6.2.noarch.rpm crmsh-test-4.6.0+20240718.c5fa894-150600.3.6.2.noarch.rpm openSUSE-SLE-15.6-2024-2641 Recommended update for systemd moderate SUSE Updates openSUSE-SLE 15.6 This update for systemd fixes the following issues: systemd was updated from version 254.13 to version 254.15: - Changes in version 254.15: * boot: cover for hardware keys on phones/tablets * Conditional PSI check to reflect changes done in 5.13 * core/dbus-manager: refuse SoftReboot() for user managers * core/exec-invoke: reopen OpenFile= fds with O_NOCTTY * core/exec-invoke: use sched_setattr instead of sched_setscheduler * core/unit: follow merged units before updating SourcePath= timestamp too * coredump: correctly take tmpfs size into account for compression * cryptsetup: improve TPM2 blob display * docs: Add section to HACKING.md on distribution packages * docs: fixed dead link to GNOME documentation * docs/CODING_STYLE: document that we nowadays prefer (const char*) for func ret type * Fixed typo in CAP_BPF description * LICENSES/README: expand text to summarize state for binaries and libs * man: fully adopt ~/.local/state/ * man/systemd.exec: list inaccessible files for ProtectKernelTunables * man/tmpfiles: remove outdated behavior regarding symlink ownership * meson: bpf: propagate 'sysroot' for cross compilation * meson: Define __TARGET_ARCH macros required by bpf * mkfs-util: Set sector size for btrfs as well * mkosi: drop CentOS 8 from CI * mkosi: Enable hyperscale-packages-experimental for CentOS * mountpoint-util: do not assume symlinks are not mountpoints * os-util: avoid matching on the wrong extension-release file * README: add missing CONFIG_MEMCG kernel config option for oomd * README: update requirements for signed dm-verity * resolved: allow the full TTL to be used by OPT records * resolved: correct parsing of OPT extended RCODEs * sysusers: handle NSS errors gracefully * TEST-58-REPART: reverse order of diff args * TEST-64-UDEV-STORAGE: Make nvme_subsystem expected pci symlinks more generic * test: fixed TEST-24-CRYPTSETUP on SUSE * test: install /etc/hosts * Use consistent spelling of systemd.condition_first_boot argument * util: make file_read() 64bit offset safe * vmm: make sure we can handle smbios objects without variable part - Changes in version 254.14: * analyze: show pcrs also in sha384 bank * chase: Tighten "." and "./" check * core/service: fixed accept-socket deserialization * efi-api: check /sys/class/tpm/tpm0/tpm_version_major, too * executor: check for all permission related errnos when setting up IPC namespace * install: allow removing symlinks even for units that are gone * json: use secure un{base64,hex}mem for sensitive variants * man,units: drop "temporary" from description of systemd-tmpfiles * missing_loop.h: fixed LOOP_SET_STATUS_SETTABLE_FLAGS * repart: fixed memory leak * repart: Use CRYPT_ACTIVATE_PRIVATE * resolved: permit dnssec rrtype questions when we aren't validating * rules: Limit the number of device units generated for serial ttys * run: do not pass the pty slave fd to transient service in a machine * sd-dhcp-server: clear buffer before receive * strbuf: use GREEDY_REALLOC to grow the buffer libsystemd0-254.15-150600.4.8.1.x86_64.rpm libsystemd0-32bit-254.15-150600.4.8.1.x86_64.rpm libudev1-254.15-150600.4.8.1.x86_64.rpm libudev1-32bit-254.15-150600.4.8.1.x86_64.rpm systemd-254.15-150600.4.8.1.src.rpm systemd-254.15-150600.4.8.1.x86_64.rpm systemd-32bit-254.15-150600.4.8.1.x86_64.rpm systemd-boot-254.15-150600.4.8.1.x86_64.rpm systemd-container-254.15-150600.4.8.1.x86_64.rpm systemd-coredump-254.15-150600.4.8.1.x86_64.rpm systemd-devel-254.15-150600.4.8.1.x86_64.rpm systemd-doc-254.15-150600.4.8.1.x86_64.rpm systemd-experimental-254.15-150600.4.8.1.x86_64.rpm systemd-homed-254.15-150600.4.8.1.x86_64.rpm systemd-journal-remote-254.15-150600.4.8.1.x86_64.rpm systemd-lang-254.15-150600.4.8.1.noarch.rpm systemd-network-254.15-150600.4.8.1.x86_64.rpm systemd-portable-254.15-150600.4.8.1.x86_64.rpm systemd-sysvcompat-254.15-150600.4.8.1.x86_64.rpm systemd-testsuite-254.15-150600.4.8.1.x86_64.rpm udev-254.15-150600.4.8.1.x86_64.rpm libsystemd0-254.15-150600.4.8.1.s390x.rpm libudev1-254.15-150600.4.8.1.s390x.rpm systemd-254.15-150600.4.8.1.s390x.rpm systemd-container-254.15-150600.4.8.1.s390x.rpm systemd-coredump-254.15-150600.4.8.1.s390x.rpm systemd-devel-254.15-150600.4.8.1.s390x.rpm systemd-doc-254.15-150600.4.8.1.s390x.rpm systemd-experimental-254.15-150600.4.8.1.s390x.rpm systemd-homed-254.15-150600.4.8.1.s390x.rpm systemd-journal-remote-254.15-150600.4.8.1.s390x.rpm systemd-network-254.15-150600.4.8.1.s390x.rpm systemd-portable-254.15-150600.4.8.1.s390x.rpm systemd-sysvcompat-254.15-150600.4.8.1.s390x.rpm systemd-testsuite-254.15-150600.4.8.1.s390x.rpm udev-254.15-150600.4.8.1.s390x.rpm libsystemd0-254.15-150600.4.8.1.ppc64le.rpm libudev1-254.15-150600.4.8.1.ppc64le.rpm systemd-254.15-150600.4.8.1.ppc64le.rpm systemd-container-254.15-150600.4.8.1.ppc64le.rpm systemd-coredump-254.15-150600.4.8.1.ppc64le.rpm systemd-devel-254.15-150600.4.8.1.ppc64le.rpm systemd-doc-254.15-150600.4.8.1.ppc64le.rpm systemd-experimental-254.15-150600.4.8.1.ppc64le.rpm systemd-homed-254.15-150600.4.8.1.ppc64le.rpm systemd-journal-remote-254.15-150600.4.8.1.ppc64le.rpm systemd-network-254.15-150600.4.8.1.ppc64le.rpm systemd-portable-254.15-150600.4.8.1.ppc64le.rpm systemd-sysvcompat-254.15-150600.4.8.1.ppc64le.rpm systemd-testsuite-254.15-150600.4.8.1.ppc64le.rpm udev-254.15-150600.4.8.1.ppc64le.rpm libsystemd0-254.15-150600.4.8.1.aarch64.rpm libudev1-254.15-150600.4.8.1.aarch64.rpm systemd-254.15-150600.4.8.1.aarch64.rpm systemd-boot-254.15-150600.4.8.1.aarch64.rpm systemd-container-254.15-150600.4.8.1.aarch64.rpm systemd-coredump-254.15-150600.4.8.1.aarch64.rpm systemd-devel-254.15-150600.4.8.1.aarch64.rpm systemd-doc-254.15-150600.4.8.1.aarch64.rpm systemd-experimental-254.15-150600.4.8.1.aarch64.rpm systemd-homed-254.15-150600.4.8.1.aarch64.rpm systemd-journal-remote-254.15-150600.4.8.1.aarch64.rpm systemd-network-254.15-150600.4.8.1.aarch64.rpm systemd-portable-254.15-150600.4.8.1.aarch64.rpm systemd-sysvcompat-254.15-150600.4.8.1.aarch64.rpm systemd-testsuite-254.15-150600.4.8.1.aarch64.rpm udev-254.15-150600.4.8.1.aarch64.rpm openSUSE-SLE-15.6-2024-2677 Recommended update for wicked important SUSE Updates openSUSE-SLE 15.6 This update for wicked fixes the following issues: - Update to version 0.6.76 - compat-suse: warn user and create missing parent config of infiniband children - client: fix origin in loaded xml-config with obsolete port references but missing port interface config, causing a no-carrier of master (bsc#1226125) - ipv6: fix setup on ipv6.disable=1 kernel cmdline (bsc#1225976) - wireless: add frequency-list in station mode (jsc#PED-8715) - client: fix crash while hierarchy traversing due to loop in e.g. systemd-nspawn containers (bsc#1226664) - man: add supported bonding options to ifcfg-bonding(5) man page - arputil: Document minimal interval for getopts - man: (re)generate man pages from md sources - client: warn on interface wait time reached - compat-suse: fix dummy type detection from ifname to not cause conflicts with e.g. correct vlan config on dummy0.42 interfaces - compat-suse: fix infiniband and infiniband child type detection from ifname wicked-0.6.76-150600.11.9.1.src.rpm wicked-0.6.76-150600.11.9.1.x86_64.rpm wicked-nbft-0.6.76-150600.11.9.1.x86_64.rpm wicked-service-0.6.76-150600.11.9.1.x86_64.rpm wicked-0.6.76-150600.11.9.1.s390x.rpm wicked-nbft-0.6.76-150600.11.9.1.s390x.rpm wicked-service-0.6.76-150600.11.9.1.s390x.rpm wicked-0.6.76-150600.11.9.1.ppc64le.rpm wicked-nbft-0.6.76-150600.11.9.1.ppc64le.rpm wicked-service-0.6.76-150600.11.9.1.ppc64le.rpm wicked-0.6.76-150600.11.9.1.aarch64.rpm wicked-nbft-0.6.76-150600.11.9.1.aarch64.rpm wicked-service-0.6.76-150600.11.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-2683 Recommended update for warewulf4 moderate SUSE Updates openSUSE-SLE 15.6 This update for warewulf4 fixes the following issues: - version update with some changes: * mount `/sys` and `/run` on `wwctl container exec` to enabled SUSEConnect (bsc#1227289) * don't want on NIS style passwd line (bsc#1227250) * wwctl import can have `passwd` and `user` argument (bsc#1227340) * add net.ifnames=1 to default kernel parameters (bsc#1226654) * be more verbose if container is rebuild (bsc#1227646) * issue like message in motd (bsc#1227478) - Added following not yet accepted upstream patches: * empty-container: to detect possible empty containers errors like: 'No node image/container defined for this node' * enhanced-cont-list: to retrieve all information that Container List provides * fix-overlay-built: better detection of possible built overlays * oci-vars: OCI compliant variable setup * issue-motd: /etc/motd issue like message in motd * verbose-exec: provide option to disable rebuilding warewulf4-4.5.5-150500.6.16.3.src.rpm warewulf4-4.5.5-150500.6.16.3.x86_64.rpm warewulf4-man-4.5.5-150500.6.16.3.noarch.rpm warewulf4-overlay-4.5.5-150500.6.16.3.x86_64.rpm warewulf4-overlay-slurm-4.5.5-150500.6.16.3.noarch.rpm warewulf4-4.5.5-150500.6.16.3.aarch64.rpm warewulf4-overlay-4.5.5-150500.6.16.3.aarch64.rpm openSUSE-SLE-15.6-2024-2787 Recommended update for netcdf moderate SUSE Updates openSUSE-SLE 15.6 This update adds some netcdf packages to Package Hub 15 SP6. gnu-compilers-hpc-1.4-150100.3.33.1.noarch.rpm gnu-compilers-hpc-1.4-150100.3.33.1.src.rpm gnu-compilers-hpc-devel-1.4-150100.3.33.1.noarch.rpm gnu-compilers-hpc-macros-devel-1.4-150100.3.33.1.noarch.rpm gnu12-compilers-hpc-1.4-150100.3.33.1.noarch.rpm gnu12-compilers-hpc-1.4-150100.3.33.1.src.rpm gnu12-compilers-hpc-devel-1.4-150100.3.33.1.noarch.rpm gnu12-compilers-hpc-macros-devel-1.4-150100.3.33.1.noarch.rpm gnu13-compilers-hpc-1.4-150100.3.33.1.noarch.rpm gnu13-compilers-hpc-1.4-150100.3.33.1.src.rpm gnu13-compilers-hpc-devel-1.4-150100.3.33.1.noarch.rpm gnu13-compilers-hpc-macros-devel-1.4-150100.3.33.1.noarch.rpm hdf5-gnu-hpc-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-hpc-devel-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-mpich-hpc-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-mpich-hpc-devel-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-mvapich2-hpc-devel-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-openmpi3-hpc-devel-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.noarch.rpm hdf5-gnu-openmpi4-hpc-devel-1.10.11-150400.3.21.2.noarch.rpm hdf5-hpc-examples-1.10.11-150400.3.21.2.noarch.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.src.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.src.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.src.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.src.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.src.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.21.2.x86_64.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.21.2.x86_64.rpm libhdf5-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_fortran-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5_hl_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.x86_64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.x86_64.rpm libnetcdf-gnu-hpc-4.7.4-150600.15.2.5.x86_64.rpm libnetcdf-gnu-mpich-hpc-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.x86_64.rpm libnetcdf-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.x86_64.rpm libnetcdf-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf18-32bit-4.7.4-150600.15.2.9.x86_64.rpm libnetcdf18-4.7.4-150600.15.2.9.x86_64.rpm libnetcdf18-openmpi2-32bit-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf18-openmpi2-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf18-openmpi3-32bit-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf18-openmpi3-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf18-openmpi4-32bit-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf18-openmpi4-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.x86_64.rpm libnetcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.x86_64.rpm libnetcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.x86_64.rpm libnetcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.x86_64.rpm libnetcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.x86_64.rpm libopenmpi2-gnu-hpc-2.1.6-150500.24.2.1.x86_64.rpm libopenmpi3-gnu-hpc-3.1.6-150500.14.2.1.x86_64.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.4.4.x86_64.rpm libopenmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.x86_64.rpm libopenmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.x86_64.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.x86_64.rpm libpsm2-12.0.1-150600.3.2.2.src.rpm libpsm2-2-12.0.1-150600.3.2.2.x86_64.rpm libpsm2-compat-12.0.1-150600.3.2.2.x86_64.rpm libpsm2-devel-12.0.1-150600.3.2.2.x86_64.rpm lua-lmod-8.7.34-150600.3.2.1.src.rpm lua-lmod-8.7.34-150600.3.2.1.x86_64.rpm lua-lmod-apparmor-abstractions-8.7.34-150600.3.2.1.noarch.rpm lua-lmod-doc-8.7.34-150600.3.2.1.noarch.rpm lua51-luafilesystem-1.8.0-150500.3.4.1.src.rpm lua51-luafilesystem-1.8.0-150500.3.4.1.x86_64.rpm lua51-luaposix-34.1.1-150200.3.7.1.src.rpm lua51-luaposix-34.1.1-150200.3.7.1.x86_64.rpm lua51-luaterm-0.07-150000.5.7.1.src.rpm lua51-luaterm-0.07-150000.5.7.1.x86_64.rpm lua53-luafilesystem-1.8.0-150500.3.4.1.src.rpm lua53-luafilesystem-1.8.0-150500.3.4.1.x86_64.rpm lua53-luaposix-34.1.1-150200.3.7.1.src.rpm lua53-luaposix-34.1.1-150200.3.7.1.x86_64.rpm lua53-luaterm-0.07-150000.5.7.1.src.rpm lua53-luaterm-0.07-150000.5.7.1.x86_64.rpm luaposix-doc-34.1.1-150200.3.7.1.noarch.rpm mpi-selector-1.0.3-150000.3.2.1.noarch.rpm mpi-selector-1.0.3-150000.3.2.1.src.rpm netcdf-4.7.4-150600.15.2.9.src.rpm netcdf-4.7.4-150600.15.2.9.x86_64.rpm netcdf-devel-4.7.4-150600.15.2.9.x86_64.rpm netcdf-devel-data-4.7.4-150600.15.2.9.x86_64.rpm netcdf-devel-static-4.7.4-150600.15.2.9.x86_64.rpm netcdf-gnu-hpc-4.7.4-150600.15.2.5.noarch.rpm netcdf-gnu-hpc-devel-4.7.4-150600.15.2.5.noarch.rpm netcdf-gnu-mpich-hpc-4.7.4-150600.15.2.1.noarch.rpm netcdf-gnu-mpich-hpc-devel-4.7.4-150600.15.2.1.noarch.rpm netcdf-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.noarch.rpm netcdf-gnu-mvapich2-hpc-devel-4.7.4-150600.15.2.5.noarch.rpm netcdf-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.noarch.rpm netcdf-gnu-openmpi2-hpc-devel-4.7.4-150600.15.2.2.noarch.rpm netcdf-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.noarch.rpm netcdf-gnu-openmpi3-hpc-devel-4.7.4-150600.15.2.1.noarch.rpm netcdf-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.noarch.rpm netcdf-gnu-openmpi4-hpc-devel-4.7.4-150600.15.2.1.noarch.rpm netcdf-openmpi2-4.7.4-150600.15.2.1.src.rpm netcdf-openmpi2-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi2-devel-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi2-devel-static-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi3-4.7.4-150600.15.2.1.src.rpm netcdf-openmpi3-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi3-devel-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi3-devel-static-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi4-4.7.4-150600.15.2.1.src.rpm netcdf-openmpi4-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi4-devel-4.7.4-150600.15.2.1.x86_64.rpm netcdf-openmpi4-devel-static-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.src.rpm netcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.x86_64.rpm netcdf_4_7_4-gnu-hpc-devel-4.7.4-150600.15.2.5.x86_64.rpm netcdf_4_7_4-gnu-hpc-devel-static-4.7.4-150600.15.2.5.x86_64.rpm netcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.src.rpm netcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-static-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.src.rpm netcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.x86_64.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-4.7.4-150600.15.2.5.x86_64.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-static-4.7.4-150600.15.2.5.x86_64.rpm netcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.src.rpm netcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.x86_64.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-4.7.4-150600.15.2.2.x86_64.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-static-4.7.4-150600.15.2.2.x86_64.rpm netcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.src.rpm netcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-static-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.src.rpm netcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-4.7.4-150600.15.2.1.x86_64.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-static-4.7.4-150600.15.2.1.x86_64.rpm openmpi2-2.1.6-150500.24.2.1.src.rpm openmpi2-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-config-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-devel-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-docs-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-gnu-hpc-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-gnu-hpc-devel-2.1.6-150500.24.2.1.noarch.rpm openmpi2-gnu-hpc-devel-static-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-gnu-hpc-docs-2.1.6-150500.24.2.1.noarch.rpm openmpi2-gnu-hpc-macros-devel-2.1.6-150500.24.2.1.noarch.rpm openmpi2-libs-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-libs-32bit-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-macros-devel-2.1.6-150500.24.2.1.x86_64.rpm openmpi2-testsuite-2.1.6-150500.24.2.1.noarch.rpm openmpi2-testsuite-2.1.6-150500.24.2.1.src.rpm openmpi3-3.1.6-150500.14.2.1.src.rpm openmpi3-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-config-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-devel-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-docs-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-gnu-hpc-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-gnu-hpc-devel-3.1.6-150500.14.2.1.noarch.rpm openmpi3-gnu-hpc-devel-static-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-gnu-hpc-docs-3.1.6-150500.14.2.1.noarch.rpm openmpi3-gnu-hpc-macros-devel-3.1.6-150500.14.2.1.noarch.rpm openmpi3-libs-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-libs-32bit-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-macros-devel-3.1.6-150500.14.2.1.x86_64.rpm openmpi3-testsuite-3.1.6-150500.14.2.1.noarch.rpm openmpi3-testsuite-3.1.6-150500.14.2.1.src.rpm openmpi4-4.1.6-150600.3.4.4.src.rpm openmpi4-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-config-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-devel-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-docs-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-gnu-hpc-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-gnu-hpc-devel-4.1.6-150600.3.4.4.noarch.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-gnu-hpc-docs-4.1.6-150600.3.4.4.noarch.rpm openmpi4-gnu-hpc-macros-devel-4.1.6-150600.3.4.4.noarch.rpm openmpi4-libs-32bit-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-libs-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-macros-devel-4.1.6-150600.3.4.4.x86_64.rpm openmpi4-testsuite-4.1.6-150600.3.4.1.noarch.rpm openmpi4-testsuite-4.1.6-150600.3.4.1.src.rpm openmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.src.rpm openmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.x86_64.rpm openmpi_2_1_6-gnu-hpc-devel-2.1.6-150500.24.2.1.x86_64.rpm openmpi_2_1_6-gnu-hpc-devel-static-2.1.6-150500.24.2.1.x86_64.rpm openmpi_2_1_6-gnu-hpc-docs-2.1.6-150500.24.2.1.x86_64.rpm openmpi_2_1_6-gnu-hpc-macros-devel-2.1.6-150500.24.2.1.x86_64.rpm openmpi_2_1_6-gnu-hpc-testsuite-2.1.6-150500.24.2.1.noarch.rpm openmpi_2_1_6-gnu-hpc-testsuite-2.1.6-150500.24.2.1.src.rpm openmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.src.rpm openmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.x86_64.rpm openmpi_3_1_6-gnu-hpc-devel-3.1.6-150500.14.2.1.x86_64.rpm openmpi_3_1_6-gnu-hpc-devel-static-3.1.6-150500.14.2.1.x86_64.rpm openmpi_3_1_6-gnu-hpc-docs-3.1.6-150500.14.2.1.x86_64.rpm openmpi_3_1_6-gnu-hpc-macros-devel-3.1.6-150500.14.2.1.x86_64.rpm openmpi_3_1_6-gnu-hpc-testsuite-3.1.6-150500.14.2.1.noarch.rpm openmpi_3_1_6-gnu-hpc-testsuite-3.1.6-150500.14.2.1.src.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.src.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.x86_64.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.4.4.x86_64.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.4.4.x86_64.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.4.4.x86_64.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.4.4.x86_64.rpm openmpi_4_1_6-gnu-hpc-testsuite-4.1.6-150600.3.4.1.noarch.rpm openmpi_4_1_6-gnu-hpc-testsuite-4.1.6-150600.3.4.1.src.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.21.2.s390x.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.21.2.s390x.rpm libhdf5-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_fortran-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5_hl_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.s390x.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.s390x.rpm libnetcdf-gnu-hpc-4.7.4-150600.15.2.5.s390x.rpm libnetcdf-gnu-mpich-hpc-4.7.4-150600.15.2.1.s390x.rpm libnetcdf-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.s390x.rpm libnetcdf-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.s390x.rpm libnetcdf-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.s390x.rpm libnetcdf-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.s390x.rpm libnetcdf18-4.7.4-150600.15.2.9.s390x.rpm libnetcdf18-openmpi2-4.7.4-150600.15.2.1.s390x.rpm libnetcdf18-openmpi3-4.7.4-150600.15.2.1.s390x.rpm libnetcdf18-openmpi4-4.7.4-150600.15.2.1.s390x.rpm libnetcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.s390x.rpm libnetcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.s390x.rpm libnetcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.s390x.rpm libnetcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.s390x.rpm libnetcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.s390x.rpm libnetcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.s390x.rpm libopenmpi2-gnu-hpc-2.1.6-150500.24.2.1.s390x.rpm libopenmpi3-gnu-hpc-3.1.6-150500.14.2.1.s390x.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.4.4.s390x.rpm libopenmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.s390x.rpm libopenmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.s390x.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.s390x.rpm lua-lmod-8.7.34-150600.3.2.1.s390x.rpm lua51-luafilesystem-1.8.0-150500.3.4.1.s390x.rpm lua51-luaposix-34.1.1-150200.3.7.1.s390x.rpm lua51-luaterm-0.07-150000.5.7.1.s390x.rpm lua53-luafilesystem-1.8.0-150500.3.4.1.s390x.rpm lua53-luaposix-34.1.1-150200.3.7.1.s390x.rpm lua53-luaterm-0.07-150000.5.7.1.s390x.rpm netcdf-4.7.4-150600.15.2.9.s390x.rpm netcdf-devel-4.7.4-150600.15.2.9.s390x.rpm netcdf-devel-data-4.7.4-150600.15.2.9.s390x.rpm netcdf-devel-static-4.7.4-150600.15.2.9.s390x.rpm netcdf-openmpi2-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi2-devel-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi2-devel-static-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi3-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi3-devel-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi3-devel-static-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi4-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi4-devel-4.7.4-150600.15.2.1.s390x.rpm netcdf-openmpi4-devel-static-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.s390x.rpm netcdf_4_7_4-gnu-hpc-devel-4.7.4-150600.15.2.5.s390x.rpm netcdf_4_7_4-gnu-hpc-devel-static-4.7.4-150600.15.2.5.s390x.rpm netcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-static-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.s390x.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-4.7.4-150600.15.2.5.s390x.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-static-4.7.4-150600.15.2.5.s390x.rpm netcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.s390x.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-4.7.4-150600.15.2.2.s390x.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-static-4.7.4-150600.15.2.2.s390x.rpm netcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-static-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-4.7.4-150600.15.2.1.s390x.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-static-4.7.4-150600.15.2.1.s390x.rpm openmpi2-2.1.6-150500.24.2.1.s390x.rpm openmpi2-config-2.1.6-150500.24.2.1.s390x.rpm openmpi2-devel-2.1.6-150500.24.2.1.s390x.rpm openmpi2-docs-2.1.6-150500.24.2.1.s390x.rpm openmpi2-gnu-hpc-2.1.6-150500.24.2.1.s390x.rpm openmpi2-gnu-hpc-devel-static-2.1.6-150500.24.2.1.s390x.rpm openmpi2-libs-2.1.6-150500.24.2.1.s390x.rpm openmpi2-macros-devel-2.1.6-150500.24.2.1.s390x.rpm openmpi3-3.1.6-150500.14.2.1.s390x.rpm openmpi3-config-3.1.6-150500.14.2.1.s390x.rpm openmpi3-devel-3.1.6-150500.14.2.1.s390x.rpm openmpi3-docs-3.1.6-150500.14.2.1.s390x.rpm openmpi3-gnu-hpc-3.1.6-150500.14.2.1.s390x.rpm openmpi3-gnu-hpc-devel-static-3.1.6-150500.14.2.1.s390x.rpm openmpi3-libs-3.1.6-150500.14.2.1.s390x.rpm openmpi3-macros-devel-3.1.6-150500.14.2.1.s390x.rpm openmpi4-4.1.6-150600.3.4.4.s390x.rpm openmpi4-config-4.1.6-150600.3.4.4.s390x.rpm openmpi4-devel-4.1.6-150600.3.4.4.s390x.rpm openmpi4-docs-4.1.6-150600.3.4.4.s390x.rpm openmpi4-gnu-hpc-4.1.6-150600.3.4.4.s390x.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.4.4.s390x.rpm openmpi4-libs-4.1.6-150600.3.4.4.s390x.rpm openmpi4-macros-devel-4.1.6-150600.3.4.4.s390x.rpm openmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.s390x.rpm openmpi_2_1_6-gnu-hpc-devel-2.1.6-150500.24.2.1.s390x.rpm openmpi_2_1_6-gnu-hpc-devel-static-2.1.6-150500.24.2.1.s390x.rpm openmpi_2_1_6-gnu-hpc-docs-2.1.6-150500.24.2.1.s390x.rpm openmpi_2_1_6-gnu-hpc-macros-devel-2.1.6-150500.24.2.1.s390x.rpm openmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.s390x.rpm openmpi_3_1_6-gnu-hpc-devel-3.1.6-150500.14.2.1.s390x.rpm openmpi_3_1_6-gnu-hpc-devel-static-3.1.6-150500.14.2.1.s390x.rpm openmpi_3_1_6-gnu-hpc-docs-3.1.6-150500.14.2.1.s390x.rpm openmpi_3_1_6-gnu-hpc-macros-devel-3.1.6-150500.14.2.1.s390x.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.s390x.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.4.4.s390x.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.4.4.s390x.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.4.4.s390x.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.4.4.s390x.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.21.2.ppc64le.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_fortran-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5_hl_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.ppc64le.rpm libnetcdf-gnu-hpc-4.7.4-150600.15.2.5.ppc64le.rpm libnetcdf-gnu-mpich-hpc-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.ppc64le.rpm libnetcdf-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.ppc64le.rpm libnetcdf-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf18-4.7.4-150600.15.2.9.ppc64le.rpm libnetcdf18-openmpi2-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf18-openmpi3-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf18-openmpi4-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.ppc64le.rpm libnetcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.ppc64le.rpm libnetcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.ppc64le.rpm libnetcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.ppc64le.rpm libnetcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.ppc64le.rpm libopenmpi2-gnu-hpc-2.1.6-150500.24.2.1.ppc64le.rpm libopenmpi3-gnu-hpc-3.1.6-150500.14.2.1.ppc64le.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.4.4.ppc64le.rpm libopenmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.ppc64le.rpm libopenmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.ppc64le.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.ppc64le.rpm lua-lmod-8.7.34-150600.3.2.1.ppc64le.rpm lua51-luafilesystem-1.8.0-150500.3.4.1.ppc64le.rpm lua51-luaposix-34.1.1-150200.3.7.1.ppc64le.rpm lua51-luaterm-0.07-150000.5.7.1.ppc64le.rpm lua53-luafilesystem-1.8.0-150500.3.4.1.ppc64le.rpm lua53-luaposix-34.1.1-150200.3.7.1.ppc64le.rpm lua53-luaterm-0.07-150000.5.7.1.ppc64le.rpm netcdf-4.7.4-150600.15.2.9.ppc64le.rpm netcdf-devel-4.7.4-150600.15.2.9.ppc64le.rpm netcdf-devel-data-4.7.4-150600.15.2.9.ppc64le.rpm netcdf-devel-static-4.7.4-150600.15.2.9.ppc64le.rpm netcdf-openmpi2-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi2-devel-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi2-devel-static-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi3-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi3-devel-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi3-devel-static-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi4-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi4-devel-4.7.4-150600.15.2.1.ppc64le.rpm netcdf-openmpi4-devel-static-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.ppc64le.rpm netcdf_4_7_4-gnu-hpc-devel-4.7.4-150600.15.2.5.ppc64le.rpm netcdf_4_7_4-gnu-hpc-devel-static-4.7.4-150600.15.2.5.ppc64le.rpm netcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-static-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.ppc64le.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-4.7.4-150600.15.2.5.ppc64le.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-static-4.7.4-150600.15.2.5.ppc64le.rpm netcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.ppc64le.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-4.7.4-150600.15.2.2.ppc64le.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-static-4.7.4-150600.15.2.2.ppc64le.rpm netcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-static-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-4.7.4-150600.15.2.1.ppc64le.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-static-4.7.4-150600.15.2.1.ppc64le.rpm openmpi2-2.1.6-150500.24.2.1.ppc64le.rpm openmpi2-config-2.1.6-150500.24.2.1.ppc64le.rpm openmpi2-devel-2.1.6-150500.24.2.1.ppc64le.rpm openmpi2-docs-2.1.6-150500.24.2.1.ppc64le.rpm openmpi2-gnu-hpc-2.1.6-150500.24.2.1.ppc64le.rpm openmpi2-gnu-hpc-devel-static-2.1.6-150500.24.2.1.ppc64le.rpm openmpi2-libs-2.1.6-150500.24.2.1.ppc64le.rpm openmpi2-macros-devel-2.1.6-150500.24.2.1.ppc64le.rpm openmpi3-3.1.6-150500.14.2.1.ppc64le.rpm openmpi3-config-3.1.6-150500.14.2.1.ppc64le.rpm openmpi3-devel-3.1.6-150500.14.2.1.ppc64le.rpm openmpi3-docs-3.1.6-150500.14.2.1.ppc64le.rpm openmpi3-gnu-hpc-3.1.6-150500.14.2.1.ppc64le.rpm openmpi3-gnu-hpc-devel-static-3.1.6-150500.14.2.1.ppc64le.rpm openmpi3-libs-3.1.6-150500.14.2.1.ppc64le.rpm openmpi3-macros-devel-3.1.6-150500.14.2.1.ppc64le.rpm openmpi4-4.1.6-150600.3.4.4.ppc64le.rpm openmpi4-config-4.1.6-150600.3.4.4.ppc64le.rpm openmpi4-devel-4.1.6-150600.3.4.4.ppc64le.rpm openmpi4-docs-4.1.6-150600.3.4.4.ppc64le.rpm openmpi4-gnu-hpc-4.1.6-150600.3.4.4.ppc64le.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.4.4.ppc64le.rpm openmpi4-libs-4.1.6-150600.3.4.4.ppc64le.rpm openmpi4-macros-devel-4.1.6-150600.3.4.4.ppc64le.rpm openmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.ppc64le.rpm openmpi_2_1_6-gnu-hpc-devel-2.1.6-150500.24.2.1.ppc64le.rpm openmpi_2_1_6-gnu-hpc-devel-static-2.1.6-150500.24.2.1.ppc64le.rpm openmpi_2_1_6-gnu-hpc-docs-2.1.6-150500.24.2.1.ppc64le.rpm openmpi_2_1_6-gnu-hpc-macros-devel-2.1.6-150500.24.2.1.ppc64le.rpm openmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.ppc64le.rpm openmpi_3_1_6-gnu-hpc-devel-3.1.6-150500.14.2.1.ppc64le.rpm openmpi_3_1_6-gnu-hpc-devel-static-3.1.6-150500.14.2.1.ppc64le.rpm openmpi_3_1_6-gnu-hpc-docs-3.1.6-150500.14.2.1.ppc64le.rpm openmpi_3_1_6-gnu-hpc-macros-devel-3.1.6-150500.14.2.1.ppc64le.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.ppc64le.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.4.4.ppc64le.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.4.4.ppc64le.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.4.4.ppc64le.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.4.4.ppc64le.rpm hdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-hpc-devel-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-hpc-devel-static-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-hpc-module-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-devel-static-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mpich-hpc-module-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-devel-static-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-mvapich2-hpc-module-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-devel-static-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi3-hpc-module-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-devel-static-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-gnu-openmpi4-hpc-module-1.10.11-150400.3.21.2.aarch64.rpm hdf5_1_10_11-hpc-examples-1.10.11-150400.3.21.2.aarch64.rpm libhdf5-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_cpp_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_fortran-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_fortran-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_fortran-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_fortran-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5_hl_fortran-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-mpich-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-mvapich2-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi3-hpc-1.10.11-150400.3.21.2.aarch64.rpm libhdf5hl_fortran_1_10_11-gnu-openmpi4-hpc-1.10.11-150400.3.21.2.aarch64.rpm libnetcdf-gnu-hpc-4.7.4-150600.15.2.5.aarch64.rpm libnetcdf-gnu-mpich-hpc-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.aarch64.rpm libnetcdf-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.aarch64.rpm libnetcdf-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf18-4.7.4-150600.15.2.9.aarch64.rpm libnetcdf18-openmpi2-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf18-openmpi3-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf18-openmpi4-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.aarch64.rpm libnetcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.aarch64.rpm libnetcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.aarch64.rpm libnetcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.aarch64.rpm libnetcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.aarch64.rpm libopenmpi2-gnu-hpc-2.1.6-150500.24.2.1.aarch64.rpm libopenmpi3-gnu-hpc-3.1.6-150500.14.2.1.aarch64.rpm libopenmpi4-gnu-hpc-4.1.6-150600.3.4.4.aarch64.rpm libopenmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.aarch64.rpm libopenmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.aarch64.rpm libopenmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.aarch64.rpm lua-lmod-8.7.34-150600.3.2.1.aarch64.rpm lua51-luafilesystem-1.8.0-150500.3.4.1.aarch64.rpm lua51-luaposix-34.1.1-150200.3.7.1.aarch64.rpm lua51-luaterm-0.07-150000.5.7.1.aarch64.rpm lua53-luafilesystem-1.8.0-150500.3.4.1.aarch64.rpm lua53-luaposix-34.1.1-150200.3.7.1.aarch64.rpm lua53-luaterm-0.07-150000.5.7.1.aarch64.rpm netcdf-4.7.4-150600.15.2.9.aarch64.rpm netcdf-devel-4.7.4-150600.15.2.9.aarch64.rpm netcdf-devel-data-4.7.4-150600.15.2.9.aarch64.rpm netcdf-devel-static-4.7.4-150600.15.2.9.aarch64.rpm netcdf-openmpi2-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi2-devel-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi2-devel-static-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi3-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi3-devel-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi3-devel-static-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi4-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi4-devel-4.7.4-150600.15.2.1.aarch64.rpm netcdf-openmpi4-devel-static-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-hpc-4.7.4-150600.15.2.5.aarch64.rpm netcdf_4_7_4-gnu-hpc-devel-4.7.4-150600.15.2.5.aarch64.rpm netcdf_4_7_4-gnu-hpc-devel-static-4.7.4-150600.15.2.5.aarch64.rpm netcdf_4_7_4-gnu-mpich-hpc-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-mpich-hpc-devel-static-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-mvapich2-hpc-4.7.4-150600.15.2.5.aarch64.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-4.7.4-150600.15.2.5.aarch64.rpm netcdf_4_7_4-gnu-mvapich2-hpc-devel-static-4.7.4-150600.15.2.5.aarch64.rpm netcdf_4_7_4-gnu-openmpi2-hpc-4.7.4-150600.15.2.2.aarch64.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-4.7.4-150600.15.2.2.aarch64.rpm netcdf_4_7_4-gnu-openmpi2-hpc-devel-static-4.7.4-150600.15.2.2.aarch64.rpm netcdf_4_7_4-gnu-openmpi3-hpc-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-openmpi3-hpc-devel-static-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-openmpi4-hpc-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-4.7.4-150600.15.2.1.aarch64.rpm netcdf_4_7_4-gnu-openmpi4-hpc-devel-static-4.7.4-150600.15.2.1.aarch64.rpm openmpi2-2.1.6-150500.24.2.1.aarch64.rpm openmpi2-config-2.1.6-150500.24.2.1.aarch64.rpm openmpi2-devel-2.1.6-150500.24.2.1.aarch64.rpm openmpi2-docs-2.1.6-150500.24.2.1.aarch64.rpm openmpi2-gnu-hpc-2.1.6-150500.24.2.1.aarch64.rpm openmpi2-gnu-hpc-devel-static-2.1.6-150500.24.2.1.aarch64.rpm openmpi2-libs-2.1.6-150500.24.2.1.aarch64.rpm openmpi2-macros-devel-2.1.6-150500.24.2.1.aarch64.rpm openmpi3-3.1.6-150500.14.2.1.aarch64.rpm openmpi3-config-3.1.6-150500.14.2.1.aarch64.rpm openmpi3-devel-3.1.6-150500.14.2.1.aarch64.rpm openmpi3-docs-3.1.6-150500.14.2.1.aarch64.rpm openmpi3-gnu-hpc-3.1.6-150500.14.2.1.aarch64.rpm openmpi3-gnu-hpc-devel-static-3.1.6-150500.14.2.1.aarch64.rpm openmpi3-libs-3.1.6-150500.14.2.1.aarch64.rpm openmpi3-macros-devel-3.1.6-150500.14.2.1.aarch64.rpm openmpi4-4.1.6-150600.3.4.4.aarch64.rpm openmpi4-config-4.1.6-150600.3.4.4.aarch64.rpm openmpi4-devel-4.1.6-150600.3.4.4.aarch64.rpm openmpi4-docs-4.1.6-150600.3.4.4.aarch64.rpm openmpi4-gnu-hpc-4.1.6-150600.3.4.4.aarch64.rpm openmpi4-gnu-hpc-devel-static-4.1.6-150600.3.4.4.aarch64.rpm openmpi4-libs-4.1.6-150600.3.4.4.aarch64.rpm openmpi4-macros-devel-4.1.6-150600.3.4.4.aarch64.rpm openmpi_2_1_6-gnu-hpc-2.1.6-150500.24.2.1.aarch64.rpm openmpi_2_1_6-gnu-hpc-devel-2.1.6-150500.24.2.1.aarch64.rpm openmpi_2_1_6-gnu-hpc-devel-static-2.1.6-150500.24.2.1.aarch64.rpm openmpi_2_1_6-gnu-hpc-docs-2.1.6-150500.24.2.1.aarch64.rpm openmpi_2_1_6-gnu-hpc-macros-devel-2.1.6-150500.24.2.1.aarch64.rpm openmpi_3_1_6-gnu-hpc-3.1.6-150500.14.2.1.aarch64.rpm openmpi_3_1_6-gnu-hpc-devel-3.1.6-150500.14.2.1.aarch64.rpm openmpi_3_1_6-gnu-hpc-devel-static-3.1.6-150500.14.2.1.aarch64.rpm openmpi_3_1_6-gnu-hpc-docs-3.1.6-150500.14.2.1.aarch64.rpm openmpi_3_1_6-gnu-hpc-macros-devel-3.1.6-150500.14.2.1.aarch64.rpm openmpi_4_1_6-gnu-hpc-4.1.6-150600.3.4.4.aarch64.rpm openmpi_4_1_6-gnu-hpc-devel-4.1.6-150600.3.4.4.aarch64.rpm openmpi_4_1_6-gnu-hpc-devel-static-4.1.6-150600.3.4.4.aarch64.rpm openmpi_4_1_6-gnu-hpc-docs-4.1.6-150600.3.4.4.aarch64.rpm openmpi_4_1_6-gnu-hpc-macros-devel-4.1.6-150600.3.4.4.aarch64.rpm openSUSE-SLE-15.6-2024-2630 Security update for shadow important SUSE Updates openSUSE-SLE 15.6 This update for shadow fixes the following issues: - CVE-2013-4235: Fixed a race condition when copying and removing directory trees (bsc#916845). login_defs-4.8.1-150600.17.3.1.noarch.rpm shadow-4.8.1-150600.17.3.1.src.rpm shadow-4.8.1-150600.17.3.1.x86_64.rpm shadow-4.8.1-150600.17.3.1.s390x.rpm shadow-4.8.1-150600.17.3.1.ppc64le.rpm shadow-4.8.1-150600.17.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2639 Security update for kubevirt, virt-api-container, virt-controller-container, virt-exportproxy-container, virt-exportserver-container, virt-handler-container, virt-launcher-container, virt-libguestfs-tools-container, virt-operator-container, virt-pr-helper-container moderate SUSE Updates openSUSE-SLE 15.6 This update for kubevirt, virt-api-container, virt-controller-container, virt-exportproxy-container, virt-exportserver-container, virt-handler-container, virt-launcher-container, virt-libguestfs-tools-container, virt-operator-container, virt-pr-helper-container fixes the following issues: - Update to version 1.2.2 Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.2.2 Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.2.1 Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.2.0 - Use predefined configuration files for libvirt - Install psmisc (provides killall for tests) kubevirt-1.2.2-150600.5.6.1.src.rpm kubevirt-container-disk-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-manifests-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-pr-helper-conf-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-tests-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virt-api-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virt-controller-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virt-exportproxy-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virt-exportserver-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virt-handler-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virt-launcher-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virt-operator-1.2.2-150600.5.6.1.x86_64.rpm kubevirt-virtctl-1.2.2-150600.5.6.1.x86_64.rpm obs-service-kubevirt_containers_meta-1.2.2-150600.5.6.1.x86_64.rpm openSUSE-SLE-15.6-2024-2638 Security update for cdi-apiserver-container, cdi-cloner-container, cdi-controller-container, cdi-importer-container, cdi-operator-container, cdi-uploadproxy-container, cdi-uploadserver-container, containerized-data-importer moderate SUSE Updates openSUSE-SLE 15.6 This update for cdi-apiserver-container, cdi-cloner-container, cdi-controller-container, cdi-importer-container, cdi-operator-container, cdi-uploadproxy-container, cdi-uploadserver-container, containerized-data-importer fixes the following issues: Update to version 1.59.0 - Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.59.0 - Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.58.1 containerized-data-importer-1.59.0-150600.3.6.1.src.rpm containerized-data-importer-api-1.59.0-150600.3.6.1.x86_64.rpm containerized-data-importer-cloner-1.59.0-150600.3.6.1.x86_64.rpm containerized-data-importer-controller-1.59.0-150600.3.6.1.x86_64.rpm containerized-data-importer-importer-1.59.0-150600.3.6.1.x86_64.rpm containerized-data-importer-manifests-1.59.0-150600.3.6.1.x86_64.rpm containerized-data-importer-operator-1.59.0-150600.3.6.1.x86_64.rpm containerized-data-importer-uploadproxy-1.59.0-150600.3.6.1.x86_64.rpm containerized-data-importer-uploadserver-1.59.0-150600.3.6.1.x86_64.rpm obs-service-cdi_containers_meta-1.59.0-150600.3.6.1.x86_64.rpm openSUSE-SLE-15.6-2024-2631 Security update for freerdp important SUSE Updates openSUSE-SLE 15.6 This update for freerdp fixes the following issues: - CVE-2024-22211: Fixed integer overflow in `freerdp_bitmap_planar_context_reset` that could lead to heap-buffer overflow (bsc#1219049) - CVE-2024-32658: Fixed out-of-bounds read in Interleaved RLE Bitmap Codec in FreeRDP based clients (bsc#1223353) - CVE-2024-32659: Fixed out-of-bounds read if `((nWidth == 0) and (nHeight == 0))` (bsc#1223346) - CVE-2024-32660: Fixed client crash via invalid huge allocation size (bsc#1223347) - CVE-2024-32661: Fixed client NULL pointer dereference (bsc#1223348) freerdp-2.11.2-150600.4.3.1.src.rpm freerdp-2.11.2-150600.4.3.1.x86_64.rpm freerdp-devel-2.11.2-150600.4.3.1.x86_64.rpm freerdp-proxy-2.11.2-150600.4.3.1.x86_64.rpm freerdp-server-2.11.2-150600.4.3.1.x86_64.rpm freerdp-wayland-2.11.2-150600.4.3.1.x86_64.rpm libfreerdp2-2-2.11.2-150600.4.3.1.x86_64.rpm libuwac0-0-2.11.2-150600.4.3.1.x86_64.rpm libwinpr2-2-2.11.2-150600.4.3.1.x86_64.rpm uwac0-0-devel-2.11.2-150600.4.3.1.x86_64.rpm winpr-devel-2.11.2-150600.4.3.1.x86_64.rpm freerdp-2.11.2-150600.4.3.1.s390x.rpm freerdp-devel-2.11.2-150600.4.3.1.s390x.rpm freerdp-proxy-2.11.2-150600.4.3.1.s390x.rpm freerdp-server-2.11.2-150600.4.3.1.s390x.rpm freerdp-wayland-2.11.2-150600.4.3.1.s390x.rpm libfreerdp2-2-2.11.2-150600.4.3.1.s390x.rpm libuwac0-0-2.11.2-150600.4.3.1.s390x.rpm libwinpr2-2-2.11.2-150600.4.3.1.s390x.rpm uwac0-0-devel-2.11.2-150600.4.3.1.s390x.rpm winpr-devel-2.11.2-150600.4.3.1.s390x.rpm freerdp-2.11.2-150600.4.3.1.ppc64le.rpm freerdp-devel-2.11.2-150600.4.3.1.ppc64le.rpm freerdp-proxy-2.11.2-150600.4.3.1.ppc64le.rpm freerdp-server-2.11.2-150600.4.3.1.ppc64le.rpm freerdp-wayland-2.11.2-150600.4.3.1.ppc64le.rpm libfreerdp2-2-2.11.2-150600.4.3.1.ppc64le.rpm libuwac0-0-2.11.2-150600.4.3.1.ppc64le.rpm libwinpr2-2-2.11.2-150600.4.3.1.ppc64le.rpm uwac0-0-devel-2.11.2-150600.4.3.1.ppc64le.rpm winpr-devel-2.11.2-150600.4.3.1.ppc64le.rpm freerdp-2.11.2-150600.4.3.1.aarch64.rpm freerdp-devel-2.11.2-150600.4.3.1.aarch64.rpm freerdp-proxy-2.11.2-150600.4.3.1.aarch64.rpm freerdp-server-2.11.2-150600.4.3.1.aarch64.rpm freerdp-wayland-2.11.2-150600.4.3.1.aarch64.rpm libfreerdp2-2-2.11.2-150600.4.3.1.aarch64.rpm libuwac0-0-2.11.2-150600.4.3.1.aarch64.rpm libwinpr2-2-2.11.2-150600.4.3.1.aarch64.rpm uwac0-0-devel-2.11.2-150600.4.3.1.aarch64.rpm winpr-devel-2.11.2-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2645 Recommended update for libqt5-qtbase moderate SUSE Updates openSUSE-SLE 15.6 This update for libqt5-qtbase fixes the following issues: - Fixed a regression in the ODBC driver (bsc#1227513) libQt5Bootstrap-devel-static-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Concurrent-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Concurrent5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Core-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Core-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Core-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Core5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Core5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5DBus-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5DBus-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5DBus5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5DBus5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Gui-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Gui-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Gui5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Gui5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5KmsSupport-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Network-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Network-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Network-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Network5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Network5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5OpenGL-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5OpenGL-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5OpenGL5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5OpenGLExtensions-devel-static-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5PlatformSupport-devel-static-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5PlatformSupport-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5PrintSupport-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5PrintSupport-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5PrintSupport5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Sql5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-mysql-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-postgresql-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-sqlite-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-unixODBC-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Test-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Test-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Test-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Test5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Test5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Widgets-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Widgets-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Widgets5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Widgets5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Xml-devel-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Xml5-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libQt5Xml5-5.15.12+kde151-150600.3.3.1.x86_64.rpm libqt5-qtbase-5.15.12+kde151-150600.3.3.1.src.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.3.1.x86_64.rpm libqt5-qtbase-examples-32bit-5.15.12+kde151-150600.3.3.1.x86_64.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.3.1.x86_64.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.3.1.x86_64.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.3.1.x86_64.rpm libqt5-qtbase-private-headers-devel-5.15.12+kde151-150600.3.3.1.noarch.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Core-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Core5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5DBus5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Gui5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Network-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Network5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Sql5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Test-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Test5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Widgets5-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Xml5-5.15.12+kde151-150600.3.3.1.s390x.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.3.1.s390x.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.3.1.s390x.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.3.1.s390x.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.3.1.s390x.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Core-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Core5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5DBus5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Gui5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Network-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Network5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Sql5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Test-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Test5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Widgets5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Xml5-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.3.1.ppc64le.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Core-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Core5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5DBus5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Gui5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Network-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Network5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Sql5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Test-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Test5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Widgets5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libQt5Xml5-5.15.12+kde151-150600.3.3.1.aarch64.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.3.1.aarch64.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.3.1.aarch64.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.3.1.aarch64.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2632 Security update for espeak-ng moderate SUSE Updates openSUSE-SLE 15.6 This update for espeak-ng fixes the following issues: - CVE-2023-49990: Fixed buffer overflow in SetUpPhonemeTable function at synthdata.c (bsc#1218010) - CVE-2023-49991: Fixed stack-buffer-underflow exists in the function CountVowelPosition in synthdata.c (bsc#1218006) - CVE-2023-49992: Fixed stack-buffer-overflow exists in the function RemoveEnding in dictionary.c (bsc#1218007) - CVE-2023-49993: Fixed buffer overflow in ReadClause function at readclause.c (bsc#1218008) - CVE-2023-49994: Fixed floating point exception in PeaksToHarmspect at wavegen.c (bsc#1218009) espeak-ng-1.50-150300.3.3.1.src.rpm espeak-ng-1.50-150300.3.3.1.x86_64.rpm espeak-ng-compat-1.50-150300.3.3.1.x86_64.rpm espeak-ng-compat-devel-1.50-150300.3.3.1.x86_64.rpm espeak-ng-devel-1.50-150300.3.3.1.x86_64.rpm libespeak-ng1-1.50-150300.3.3.1.x86_64.rpm espeak-ng-1.50-150300.3.3.1.s390x.rpm espeak-ng-compat-1.50-150300.3.3.1.s390x.rpm espeak-ng-compat-devel-1.50-150300.3.3.1.s390x.rpm espeak-ng-devel-1.50-150300.3.3.1.s390x.rpm libespeak-ng1-1.50-150300.3.3.1.s390x.rpm espeak-ng-1.50-150300.3.3.1.ppc64le.rpm espeak-ng-compat-1.50-150300.3.3.1.ppc64le.rpm espeak-ng-compat-devel-1.50-150300.3.3.1.ppc64le.rpm espeak-ng-devel-1.50-150300.3.3.1.ppc64le.rpm libespeak-ng1-1.50-150300.3.3.1.ppc64le.rpm espeak-ng-1.50-150300.3.3.1.aarch64.rpm espeak-ng-compat-1.50-150300.3.3.1.aarch64.rpm espeak-ng-compat-devel-1.50-150300.3.3.1.aarch64.rpm espeak-ng-devel-1.50-150300.3.3.1.aarch64.rpm libespeak-ng1-1.50-150300.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2886 Recommended update for dmidecode moderate SUSE Updates openSUSE-SLE 15.6 This update for dmidecode fixes the following issues: - Version update (jsc#PED-8574): * Support for SMBIOS 3.6.0. This includes new memory device types, new processor upgrades, and Loongarch support * Support for SMBIOS 3.7.0. This includes new port types, new processor upgrades, new slot characteristics and new fields for memory modules * Add bash completion * Decode HPE OEM records 197, 216, 224, 230, 238, 239, 242 and 245 * Implement options --list-strings and --list-types * Update HPE OEM records 203, 212, 216, 221, 233 and 236 * Update Redfish support * Bug fixes: - Fix enabled slot characteristics not being printed * Minor improvements: - Print slot width on its own line - Use standard strings for slot width * Add a --no-quirks option * Drop the CPUID exception list * Obsoletes patches removed : dmidecode-do-not-let-dump-bin-overwrite-an-existing-file, dmidecode-fortify-entry-point-length-checks, dmidecode-split-table-fetching-from-decoding, dmidecode-write-the-whole-dump-file-at-once, dmioem-fix-segmentation-fault-in-dmi_hp_240_attr, dmioem-hpe-oem-record-237-firmware-change, dmioem-typo-fix-virutal-virtual, ensure-dev-mem-is-a-character-device-file, news-fix-typo, use-read_file-to-read-from-dump Update for HPE servers from upstream: - dmioem-update-hpe-oem-type-238 patch: Decode PCI bus segment in HPE type 238 records dmidecode-3.6-150400.16.11.2.src.rpm dmidecode-3.6-150400.16.11.2.x86_64.rpm dmidecode-3.6-150400.16.11.2.aarch64.rpm openSUSE-SLE-15.6-2024-2633 Security update for gtk3 important SUSE Updates openSUSE-SLE 15.6 This update for gtk3 fixes the following issues: - CVE-2024-6655: Fixed library injection from current working directory (bsc#1228120) gettext-its-gtk3-3.24.38+111-150600.3.3.1.noarch.rpm gtk3-3.24.38+111-150600.3.3.1.src.rpm gtk3-branding-upstream-3.24.38+111-150600.3.3.1.noarch.rpm gtk3-data-3.24.38+111-150600.3.3.1.noarch.rpm gtk3-devel-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-devel-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-devel-doc-3.24.38+111-150600.3.3.1.noarch.rpm gtk3-immodule-amharic-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-amharic-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-broadway-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-inuktitut-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-inuktitut-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-multipress-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-multipress-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-thai-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-thai-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-tigrigna-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-tigrigna-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-vietnamese-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-vietnamese-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-xim-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-immodule-xim-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-lang-3.24.38+111-150600.3.3.1.noarch.rpm gtk3-schema-3.24.38+111-150600.3.3.1.noarch.rpm gtk3-tools-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-tools-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm libgtk-3-0-3.24.38+111-150600.3.3.1.x86_64.rpm libgtk-3-0-32bit-3.24.38+111-150600.3.3.1.x86_64.rpm typelib-1_0-Gtk-3_0-3.24.38+111-150600.3.3.1.x86_64.rpm gtk3-devel-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-amharic-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-broadway-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-inuktitut-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-multipress-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-thai-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-tigrigna-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-vietnamese-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-immodule-xim-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-tools-3.24.38+111-150600.3.3.1.s390x.rpm libgtk-3-0-3.24.38+111-150600.3.3.1.s390x.rpm typelib-1_0-Gtk-3_0-3.24.38+111-150600.3.3.1.s390x.rpm gtk3-devel-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-amharic-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-broadway-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-inuktitut-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-multipress-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-thai-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-tigrigna-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-vietnamese-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-immodule-xim-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-tools-3.24.38+111-150600.3.3.1.ppc64le.rpm libgtk-3-0-3.24.38+111-150600.3.3.1.ppc64le.rpm typelib-1_0-Gtk-3_0-3.24.38+111-150600.3.3.1.ppc64le.rpm gtk3-devel-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-amharic-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-broadway-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-inuktitut-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-multipress-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-thai-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-tigrigna-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-vietnamese-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-immodule-xim-3.24.38+111-150600.3.3.1.aarch64.rpm gtk3-tools-3.24.38+111-150600.3.3.1.aarch64.rpm libgtk-3-0-3.24.38+111-150600.3.3.1.aarch64.rpm typelib-1_0-Gtk-3_0-3.24.38+111-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2634 Security update for gtk2 important SUSE Updates openSUSE-SLE 15.6 This update for gtk2 fixes the following issues: - CVE-2024-6655: Fixed library injection from current working directory (bsc#1228120) gtk2-2.24.33-150600.11.3.1.src.rpm gtk2-branding-upstream-2.24.33-150600.11.3.1.noarch.rpm gtk2-data-2.24.33-150600.11.3.1.noarch.rpm gtk2-devel-2.24.33-150600.11.3.1.x86_64.rpm gtk2-devel-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-amharic-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-amharic-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-inuktitut-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-inuktitut-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-multipress-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-multipress-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-thai-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-thai-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-tigrigna-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-tigrigna-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-vietnamese-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-vietnamese-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-xim-2.24.33-150600.11.3.1.x86_64.rpm gtk2-immodule-xim-32bit-2.24.33-150600.11.3.1.x86_64.rpm gtk2-lang-2.24.33-150600.11.3.1.noarch.rpm gtk2-tools-2.24.33-150600.11.3.1.x86_64.rpm gtk2-tools-32bit-2.24.33-150600.11.3.1.x86_64.rpm libgtk-2_0-0-2.24.33-150600.11.3.1.x86_64.rpm libgtk-2_0-0-32bit-2.24.33-150600.11.3.1.x86_64.rpm typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.x86_64.rpm gtk2-devel-2.24.33-150600.11.3.1.s390x.rpm gtk2-immodule-amharic-2.24.33-150600.11.3.1.s390x.rpm gtk2-immodule-inuktitut-2.24.33-150600.11.3.1.s390x.rpm gtk2-immodule-multipress-2.24.33-150600.11.3.1.s390x.rpm gtk2-immodule-thai-2.24.33-150600.11.3.1.s390x.rpm gtk2-immodule-tigrigna-2.24.33-150600.11.3.1.s390x.rpm gtk2-immodule-vietnamese-2.24.33-150600.11.3.1.s390x.rpm gtk2-immodule-xim-2.24.33-150600.11.3.1.s390x.rpm gtk2-tools-2.24.33-150600.11.3.1.s390x.rpm libgtk-2_0-0-2.24.33-150600.11.3.1.s390x.rpm typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.s390x.rpm gtk2-devel-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-immodule-amharic-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-immodule-inuktitut-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-immodule-multipress-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-immodule-thai-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-immodule-tigrigna-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-immodule-vietnamese-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-immodule-xim-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-tools-2.24.33-150600.11.3.1.ppc64le.rpm libgtk-2_0-0-2.24.33-150600.11.3.1.ppc64le.rpm typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.ppc64le.rpm gtk2-devel-2.24.33-150600.11.3.1.aarch64.rpm gtk2-immodule-amharic-2.24.33-150600.11.3.1.aarch64.rpm gtk2-immodule-inuktitut-2.24.33-150600.11.3.1.aarch64.rpm gtk2-immodule-multipress-2.24.33-150600.11.3.1.aarch64.rpm gtk2-immodule-thai-2.24.33-150600.11.3.1.aarch64.rpm gtk2-immodule-tigrigna-2.24.33-150600.11.3.1.aarch64.rpm gtk2-immodule-vietnamese-2.24.33-150600.11.3.1.aarch64.rpm gtk2-immodule-xim-2.24.33-150600.11.3.1.aarch64.rpm gtk2-tools-2.24.33-150600.11.3.1.aarch64.rpm libgtk-2_0-0-2.24.33-150600.11.3.1.aarch64.rpm typelib-1_0-Gtk-2_0-2.24.33-150600.11.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2635 Security update for openssl-3 important SUSE Updates openSUSE-SLE 15.6 This update for openssl-3 fixes the following issues: Security fixes: - CVE-2024-5535: Fixed SSL_select_next_proto buffer overread (bsc#1227138) Other fixes: - Build with no-afalgeng (bsc#1226463) - Build with enabled sm2 and sm4 support (bsc#1222899) - Fix non-reproducibility issue (bsc#1223336) libopenssl-3-devel-3.1.4-150600.5.10.1.x86_64.rpm libopenssl-3-devel-32bit-3.1.4-150600.5.10.1.x86_64.rpm libopenssl-3-fips-provider-3.1.4-150600.5.10.1.x86_64.rpm libopenssl-3-fips-provider-32bit-3.1.4-150600.5.10.1.x86_64.rpm libopenssl3-3.1.4-150600.5.10.1.x86_64.rpm libopenssl3-32bit-3.1.4-150600.5.10.1.x86_64.rpm openssl-3-3.1.4-150600.5.10.1.src.rpm openssl-3-3.1.4-150600.5.10.1.x86_64.rpm openssl-3-doc-3.1.4-150600.5.10.1.noarch.rpm libopenssl-3-devel-3.1.4-150600.5.10.1.s390x.rpm libopenssl-3-fips-provider-3.1.4-150600.5.10.1.s390x.rpm libopenssl3-3.1.4-150600.5.10.1.s390x.rpm openssl-3-3.1.4-150600.5.10.1.s390x.rpm libopenssl-3-devel-3.1.4-150600.5.10.1.ppc64le.rpm libopenssl-3-fips-provider-3.1.4-150600.5.10.1.ppc64le.rpm libopenssl3-3.1.4-150600.5.10.1.ppc64le.rpm openssl-3-3.1.4-150600.5.10.1.ppc64le.rpm libopenssl-3-devel-3.1.4-150600.5.10.1.aarch64.rpm libopenssl-3-fips-provider-3.1.4-150600.5.10.1.aarch64.rpm libopenssl3-3.1.4-150600.5.10.1.aarch64.rpm openssl-3-3.1.4-150600.5.10.1.aarch64.rpm openSUSE-SLE-15.6-2024-2636 Security update for bind important SUSE Updates openSUSE-SLE 15.6 This update for bind fixes the following issues: Update to release 9.18.28 Security fixes: - CVE-2024-0760: Fixed a flood of DNS messages over TCP may make the server unstable (bsc#1228255) - CVE-2024-1737: Fixed BIND's database will be slow if a very large number of RRs exist at the same name (bsc#1228256) - CVE-2024-1975: Fixed SIG(0) can be used to exhaust CPU resources (bsc#1228257) - CVE-2024-4076: Fixed assertion failure when serving both stale cache data and authoritative zone content (bsc#1228258) Changelog: * Command-line options for IPv4-only (named -4) and IPv6-only (named -6) modes are now respected for zone primaries, also-notify, and parental-agents. * An RPZ response’s SOA record TTL was set to 1 instead of the SOA TTL, if add-soa was used. This has been fixed. * When a query related to zone maintenance (NOTIFY, SOA) timed out close to a view shutdown (triggered e.g. by rndc reload), named could crash with an assertion failure. This has been fixed. * The statistics channel counters that indicated the number of currently connected TCP IPv4/IPv6 clients were not properly adjusted in certain failure scenarios. This has been fixed. * Some servers that could not be reached due to EHOSTDOWN or ENETDOWN conditions were incorrectly prioritized during server selection. These are now properly handled as unreachable. * On some systems the libuv call may return an error code when sending a TCP reset for a connection, which triggers an assertion failure in named. This error condition is now dealt with in a more graceful manner, by logging the incident and shutting down the connection. * Changes to listen-on statements were ignored on reconfiguration unless the port or interface address was changed, making it impossible to change a related listener transport type. That issue has been fixed. * A bug in the keymgr code unintentionally slowed down some DNSSEC key rollovers. This has been fixed. * Some ISO 8601 durations were accepted erroneously, leading to shorter durations than expected. This has been fixed * A regression in cache-cleaning code enabled memory use to grow significantly more quickly than before, until the configured max-cache-size limit was reached. This has been fixed. * Using rndc flush inadvertently caused cache cleaning to become less effective. This could ultimately lead to the configured max-cache-size limit being exceeded and has now been fixed. * The logic for cleaning up expired cached DNS records was tweaked to be more aggressive. This change helps with enforcing max-cache-ttl and max-ncache-ttl in a timely manner. * It was possible to trigger a use-after-free assertion when the overmem cache cleaning was initiated. This has been fixed. New Features: * A new option signatures-jitter has been added to dnssec-policy to allow signature expirations to be spread out over a period of time. * The statistics channel now includes counters that indicate the number of currently connected TCP IPv4/IPv6 clients. * Added RESOLVER.ARPA to the built in empty zones. Feature Changes: * DNSSEC signatures that are not valid because the current time falls outside the signature inception and expiration dates are skipped instead of causing an immediate validation failure. Security Fixes: * A malicious DNS client that sent many queries over TCP but never read the responses could cause a server to respond slowly or not at all for other clients. This has been fixed. (CVE-2024-0760) * It is possible to craft excessively large resource records sets, which have the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-records-per-type option. * It is possible to craft excessively large numbers of resource record types for a given owner name, which has the effect of slowing down database processing. This has been addressed by adding a configurable limit to the number of records that can be stored per name and type in a cache or zone database. The default is 100, which can be tuned with the new max-types-per-name option. (CVE-2024-1737) * Validating DNS messages signed using the SIG(0) protocol (RFC 2931) could cause excessive CPU load, leading to a denial-of-service condition. Support for SIG(0) message validation was removed from this version of named. (CVE-2024-1975) * Due to a logic error, lookups that triggered serving stale data and required lookups in local authoritative zone data could have resulted in an assertion failure. This has been fixed. * Potential data races were found in our DoH implementation, related to HTTP/2 session object management and endpoints set object management after reconfiguration. These issues have been fixed. * When looking up the NS records of parent zones as part of looking up DS records, it was possible for named to trigger an assertion failure if serve-stale was enabled. This has been fixed. (CVE-2024-4076) bind-9.18.28-150600.3.3.1.src.rpm bind-9.18.28-150600.3.3.1.x86_64.rpm bind-doc-9.18.28-150600.3.3.1.noarch.rpm bind-utils-9.18.28-150600.3.3.1.x86_64.rpm bind-9.18.28-150600.3.3.1.s390x.rpm bind-utils-9.18.28-150600.3.3.1.s390x.rpm bind-9.18.28-150600.3.3.1.ppc64le.rpm bind-utils-9.18.28-150600.3.3.1.ppc64le.rpm bind-9.18.28-150600.3.3.1.aarch64.rpm bind-utils-9.18.28-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2667 Recommended update for libxkbcommon moderate SUSE Updates openSUSE-SLE 15.6 This update of libxkbcommon fixes the following issue: - ship libxkbregistry0-32bit and libxbkregistry-devel-32bit for use by Wine. (bsc#1218640 bsc#1228322) libxcb-1.13-150000.3.11.1.src.rpm libxcb-composite0-1.13-150000.3.11.1.x86_64.rpm libxcb-composite0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-damage0-1.13-150000.3.11.1.x86_64.rpm libxcb-damage0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-devel-1.13-150000.3.11.1.x86_64.rpm libxcb-devel-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-devel-doc-1.13-150000.3.11.1.noarch.rpm libxcb-dpms0-1.13-150000.3.11.1.x86_64.rpm libxcb-dpms0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-dri2-0-1.13-150000.3.11.1.x86_64.rpm libxcb-dri2-0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-dri3-0-1.13-150000.3.11.1.x86_64.rpm libxcb-dri3-0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-glx0-1.13-150000.3.11.1.x86_64.rpm libxcb-glx0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-present0-1.13-150000.3.11.1.x86_64.rpm libxcb-present0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-randr0-1.13-150000.3.11.1.x86_64.rpm libxcb-randr0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-record0-1.13-150000.3.11.1.x86_64.rpm libxcb-record0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-render0-1.13-150000.3.11.1.x86_64.rpm libxcb-render0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-res0-1.13-150000.3.11.1.x86_64.rpm libxcb-res0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-screensaver0-1.13-150000.3.11.1.x86_64.rpm libxcb-screensaver0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-shape0-1.13-150000.3.11.1.x86_64.rpm libxcb-shape0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-shm0-1.13-150000.3.11.1.x86_64.rpm libxcb-shm0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-sync1-1.13-150000.3.11.1.x86_64.rpm libxcb-sync1-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xf86dri0-1.13-150000.3.11.1.x86_64.rpm libxcb-xf86dri0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xfixes0-1.13-150000.3.11.1.x86_64.rpm libxcb-xfixes0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xinerama0-1.13-150000.3.11.1.x86_64.rpm libxcb-xinerama0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xinput0-1.13-150000.3.11.1.x86_64.rpm libxcb-xinput0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xkb1-1.13-150000.3.11.1.x86_64.rpm libxcb-xkb1-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xtest0-1.13-150000.3.11.1.x86_64.rpm libxcb-xtest0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xv0-1.13-150000.3.11.1.x86_64.rpm libxcb-xv0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb-xvmc0-1.13-150000.3.11.1.x86_64.rpm libxcb-xvmc0-32bit-1.13-150000.3.11.1.x86_64.rpm libxcb1-1.13-150000.3.11.1.x86_64.rpm libxcb1-32bit-1.13-150000.3.11.1.x86_64.rpm libxkbcommon-1.5.0-150600.3.3.1.src.rpm libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon-devel-32bit-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon-tools-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon-x11-0-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon-x11-0-32bit-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon-x11-devel-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon-x11-devel-32bit-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon0-1.5.0-150600.3.3.1.x86_64.rpm libxkbcommon0-32bit-1.5.0-150600.3.3.1.x86_64.rpm libxkbregistry-devel-1.5.0-150600.3.3.1.x86_64.rpm libxkbregistry-devel-32bit-1.5.0-150600.3.3.1.x86_64.rpm libxkbregistry0-1.5.0-150600.3.3.1.x86_64.rpm libxkbregistry0-32bit-1.5.0-150600.3.3.1.x86_64.rpm libxcb-composite0-1.13-150000.3.11.1.s390x.rpm libxcb-damage0-1.13-150000.3.11.1.s390x.rpm libxcb-devel-1.13-150000.3.11.1.s390x.rpm libxcb-dpms0-1.13-150000.3.11.1.s390x.rpm libxcb-dri2-0-1.13-150000.3.11.1.s390x.rpm libxcb-dri3-0-1.13-150000.3.11.1.s390x.rpm libxcb-glx0-1.13-150000.3.11.1.s390x.rpm libxcb-present0-1.13-150000.3.11.1.s390x.rpm libxcb-randr0-1.13-150000.3.11.1.s390x.rpm libxcb-record0-1.13-150000.3.11.1.s390x.rpm libxcb-render0-1.13-150000.3.11.1.s390x.rpm libxcb-res0-1.13-150000.3.11.1.s390x.rpm libxcb-screensaver0-1.13-150000.3.11.1.s390x.rpm libxcb-shape0-1.13-150000.3.11.1.s390x.rpm libxcb-shm0-1.13-150000.3.11.1.s390x.rpm libxcb-sync1-1.13-150000.3.11.1.s390x.rpm libxcb-xf86dri0-1.13-150000.3.11.1.s390x.rpm libxcb-xfixes0-1.13-150000.3.11.1.s390x.rpm libxcb-xinerama0-1.13-150000.3.11.1.s390x.rpm libxcb-xinput0-1.13-150000.3.11.1.s390x.rpm libxcb-xkb1-1.13-150000.3.11.1.s390x.rpm libxcb-xtest0-1.13-150000.3.11.1.s390x.rpm libxcb-xv0-1.13-150000.3.11.1.s390x.rpm libxcb-xvmc0-1.13-150000.3.11.1.s390x.rpm libxcb1-1.13-150000.3.11.1.s390x.rpm libxkbcommon-devel-1.5.0-150600.3.3.1.s390x.rpm libxkbcommon-tools-1.5.0-150600.3.3.1.s390x.rpm libxkbcommon-x11-0-1.5.0-150600.3.3.1.s390x.rpm libxkbcommon-x11-devel-1.5.0-150600.3.3.1.s390x.rpm libxkbcommon0-1.5.0-150600.3.3.1.s390x.rpm libxkbregistry-devel-1.5.0-150600.3.3.1.s390x.rpm libxkbregistry0-1.5.0-150600.3.3.1.s390x.rpm libxcb-composite0-1.13-150000.3.11.1.ppc64le.rpm libxcb-damage0-1.13-150000.3.11.1.ppc64le.rpm libxcb-devel-1.13-150000.3.11.1.ppc64le.rpm libxcb-dpms0-1.13-150000.3.11.1.ppc64le.rpm libxcb-dri2-0-1.13-150000.3.11.1.ppc64le.rpm libxcb-dri3-0-1.13-150000.3.11.1.ppc64le.rpm libxcb-glx0-1.13-150000.3.11.1.ppc64le.rpm libxcb-present0-1.13-150000.3.11.1.ppc64le.rpm libxcb-randr0-1.13-150000.3.11.1.ppc64le.rpm libxcb-record0-1.13-150000.3.11.1.ppc64le.rpm libxcb-render0-1.13-150000.3.11.1.ppc64le.rpm libxcb-res0-1.13-150000.3.11.1.ppc64le.rpm libxcb-screensaver0-1.13-150000.3.11.1.ppc64le.rpm libxcb-shape0-1.13-150000.3.11.1.ppc64le.rpm libxcb-shm0-1.13-150000.3.11.1.ppc64le.rpm libxcb-sync1-1.13-150000.3.11.1.ppc64le.rpm libxcb-xf86dri0-1.13-150000.3.11.1.ppc64le.rpm libxcb-xfixes0-1.13-150000.3.11.1.ppc64le.rpm libxcb-xinerama0-1.13-150000.3.11.1.ppc64le.rpm libxcb-xinput0-1.13-150000.3.11.1.ppc64le.rpm libxcb-xkb1-1.13-150000.3.11.1.ppc64le.rpm libxcb-xtest0-1.13-150000.3.11.1.ppc64le.rpm libxcb-xv0-1.13-150000.3.11.1.ppc64le.rpm libxcb-xvmc0-1.13-150000.3.11.1.ppc64le.rpm libxcb1-1.13-150000.3.11.1.ppc64le.rpm libxkbcommon-devel-1.5.0-150600.3.3.1.ppc64le.rpm libxkbcommon-tools-1.5.0-150600.3.3.1.ppc64le.rpm libxkbcommon-x11-0-1.5.0-150600.3.3.1.ppc64le.rpm libxkbcommon-x11-devel-1.5.0-150600.3.3.1.ppc64le.rpm libxkbcommon0-1.5.0-150600.3.3.1.ppc64le.rpm libxkbregistry-devel-1.5.0-150600.3.3.1.ppc64le.rpm libxkbregistry0-1.5.0-150600.3.3.1.ppc64le.rpm libxcb-composite0-1.13-150000.3.11.1.aarch64.rpm libxcb-damage0-1.13-150000.3.11.1.aarch64.rpm libxcb-devel-1.13-150000.3.11.1.aarch64.rpm libxcb-dpms0-1.13-150000.3.11.1.aarch64.rpm libxcb-dri2-0-1.13-150000.3.11.1.aarch64.rpm libxcb-dri3-0-1.13-150000.3.11.1.aarch64.rpm libxcb-glx0-1.13-150000.3.11.1.aarch64.rpm libxcb-present0-1.13-150000.3.11.1.aarch64.rpm libxcb-randr0-1.13-150000.3.11.1.aarch64.rpm libxcb-record0-1.13-150000.3.11.1.aarch64.rpm libxcb-render0-1.13-150000.3.11.1.aarch64.rpm libxcb-res0-1.13-150000.3.11.1.aarch64.rpm libxcb-screensaver0-1.13-150000.3.11.1.aarch64.rpm libxcb-shape0-1.13-150000.3.11.1.aarch64.rpm libxcb-shm0-1.13-150000.3.11.1.aarch64.rpm libxcb-sync1-1.13-150000.3.11.1.aarch64.rpm libxcb-xf86dri0-1.13-150000.3.11.1.aarch64.rpm libxcb-xfixes0-1.13-150000.3.11.1.aarch64.rpm libxcb-xinerama0-1.13-150000.3.11.1.aarch64.rpm libxcb-xinput0-1.13-150000.3.11.1.aarch64.rpm libxcb-xkb1-1.13-150000.3.11.1.aarch64.rpm libxcb-xtest0-1.13-150000.3.11.1.aarch64.rpm libxcb-xv0-1.13-150000.3.11.1.aarch64.rpm libxcb-xvmc0-1.13-150000.3.11.1.aarch64.rpm libxcb1-1.13-150000.3.11.1.aarch64.rpm libxkbcommon-devel-1.5.0-150600.3.3.1.aarch64.rpm libxkbcommon-tools-1.5.0-150600.3.3.1.aarch64.rpm libxkbcommon-x11-0-1.5.0-150600.3.3.1.aarch64.rpm libxkbcommon-x11-devel-1.5.0-150600.3.3.1.aarch64.rpm libxkbcommon0-1.5.0-150600.3.3.1.aarch64.rpm libxkbregistry-devel-1.5.0-150600.3.3.1.aarch64.rpm libxkbregistry0-1.5.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2712 Recommended update for mksusecd moderate SUSE Updates openSUSE-SLE 15.6 This update for mksusecd fixes the following issues: - merge github: openSUSE/mksusecd #75 - update El-Torito UEFI image to match 'EFI' directory (bsc#1227668) mksusecd-2.19-150600.3.6.2.src.rpm mksusecd-2.19-150600.3.6.2.x86_64.rpm mksusecd-2.19-150600.3.6.2.s390x.rpm mksusecd-2.19-150600.3.6.2.ppc64le.rpm mksusecd-2.19-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2663 Security update for orc important SUSE Updates openSUSE-SLE 15.6 This update for orc fixes the following issues: - CVE-2024-40897: Fixed stack-based buffer overflow in the orc compiler when formatting error messages for certain input files (bsc#1228184) liborc-0_4-0-0.4.28-150000.3.6.1.x86_64.rpm liborc-0_4-0-32bit-0.4.28-150000.3.6.1.x86_64.rpm orc-0.4.28-150000.3.6.1.src.rpm orc-0.4.28-150000.3.6.1.x86_64.rpm orc-doc-0.4.28-150000.3.6.1.x86_64.rpm liborc-0_4-0-0.4.28-150000.3.6.1.s390x.rpm orc-0.4.28-150000.3.6.1.s390x.rpm orc-doc-0.4.28-150000.3.6.1.s390x.rpm liborc-0_4-0-0.4.28-150000.3.6.1.ppc64le.rpm orc-0.4.28-150000.3.6.1.ppc64le.rpm orc-doc-0.4.28-150000.3.6.1.ppc64le.rpm liborc-0_4-0-0.4.28-150000.3.6.1.aarch64.rpm orc-0.4.28-150000.3.6.1.aarch64.rpm orc-doc-0.4.28-150000.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2971 Recommended update for perl-DBD-Pg, perl-DBD-SQLite, perl-DBI, perl-YAML-LibYAML moderate SUSE Updates openSUSE-SLE 15.6 This update for perl-DBD-Pg, perl-DBD-SQLite, perl-DBI, perl-YAML-LibYAML fixes the following issues: perl-DBI was updated from version 1.642 to 1.643: - Updated Devel::PPPort and removed redundant compatibility macros - Correct minor typo in documentation - Correct documentation introducing $dbh->selectall_array() - Introduced select and do wrappers earlier in the documentation - Mark as deprecated old API functions which overflow or are affected by Unicode issues - Add new attribute RaiseWarn, similar to RaiseError perl-DBD-SQLite was updated from version 1.66 to 1.74: - Fixed disabling of __perllib_provides - Upgraded SQLite to 3.42.0 - Added missing possible table_type values to POD - Set UTF8CACHE to avoid slowdown with -DDEBUGGING - Lowercase datatype in table column metadata for back-compatibility - Fixed test failure on perl built with -DDEBUGGING - Improve sqlite_load_extension documentation - Add a feature to unregister a created function - Fixed accented characters in POD - Link embedded sqlite devel files to system files - Use the system sqlite rather than the built-in one - Fixed documentation to use the correct attribute with sqlite_ - Modify the fix to silence the sqlite_unicode warning not to check the attribute twice - Fix an encoding issue of naive - Made DBD_SQLITE_STRING_MODE constants exportable - Stop setting THREADSAFE=0 if perl has pthread (ie. 5.20+) - Fixed a memory leak in ::VirtualTable - Introduced "string_mode" handle attribute to fix long-standing issues of sqlite_unicode - Added a dependency from dbdimp.o to the *.inc files included into dbdimp.c - Fixed an offset issue of VirtualTable - Fixed quadmath issues - Added sqlite_txn_state method to see internal state of the backend - Switched to XSLoader - Use quadmath_snprintf if USE_QUADMATH is defined - Use av_fetch instead of av_shift perl-DBD-Pg was update from version 3.10.4 to 3.18.0: - Support new PQclosePrepared function, added in Postgres 17 - Improved documentation about ping always returning a value - New database handle attribute pg_skip_deallocate Prevents any deallocation of automatically prepared statements to support new pgBouncer feature - Fix to handle escaped quotes in connection string - Return number of affected rows from a MERGE command - Added support for Github CI actions - Removed undocumented internal-only pg_pid_number attribute - Small warning in docs about PG_CHAR - Added new attribute "pg_int8_as_string", for backwards compatibility. - Added a META.json file; rename META.yml to META.yaml - Fix 03smethod.t $sth->last_insert_id skip count for DBI < 1.642 - Documentation improvements for service files - Automatically use 64-bit versions of large object functions when available - Set UTF8 flag as needed for error messages - In tests, do not assume what the default transaction isolation level will be - Make tests smarter about detecting pg_ctl results in different locales - Adjust tests for the fact that reltuples can be -1 in Postgres version 13 and later. This is mostly reflected in the CARDINALITY column for $dbh->statistics_info. - Correctly pull back pg_async status from statement handle. Previously, $dbh->{pg_async} would return undef. - Remove the experimental 'fulltest' Makefile target. - The $dbh->primary_key_info and $dbh->foreign_key_info methods will now always return a statement handle, even with no matches. Previously, they returned undef directly. Callers can check if the returned handle contains any rows. - The $dbh->tables method will always return a list, even if it is empty. - Add pg_lo_tell64, pg_lo_seek64, and pg_lo_truncate64, for anyone dealing with really, really, really large 'large objects'. Requires Postgres 9.3 or better. - Allow test to run again when using a non-superuser to connect - Adjust tests to force loading proper version of DBD::Pg every time. - Removed the long-deprecated _pg_use_catalog method. - Many improvements and changes to the test suite. - Redo the "last_result" internals in dbdimp.c, which fixes a memory leak. - Fixed regression in Perl length() for returned query results - Make $sth->finish() do a little less. Notably, even after calling finish(), pg_error_field will still work on the last action performed. - Tweak tests so Windows boxes pass - Run tests in verbose mode - Prevent DBI from flipping AutoCommit to 'on' after a failed commit - Revert overly aggressive testing shortcut as it can cause installs to fail - Return the table info row last in statistics_info. This fixes statistics_info on pre-8.3 servers. - Fixed ASC_OR_DESC field in statistics_info - Indicate NULL ordering in statistics_info - Adjust Makefile to fix failing 'fulltest' target on BSD systems - Indicate non-key index columns (INCLUDE) in statistics_info - Return an empty result set instead of undef from statistics_info when the requested table doesn't exist and $unique_only is false. - Fixed segfault during st destroy - Improved testing for table_info() - Improved UTF-8 wording in documentaion perl-YAML-LibYAML was updated to version 0.89: - Breaking Change: Set $YAML::XS::LoadBlessed default to false to make it more secure - Fixed disabling of __perllib_provides - Recognise core booleans on Perl 5.36+ at dump time - Fixed YAML::XS pod in cpanminus - Convert doc from Swim to Markdown - Added option ForbidDuplicateKeys - Recognize tied variables - Updated libyaml sources to 0.2.4. Changes affecting YAML::XS are - Output '...' at the stream end after a block scalar with trailing empty lines - Accept '%YAML 1.2' directives (they are ignored and do not change behaviour though) - Fix memory leak when loading invalid YAML - Support aliasing scalars resolved as null or booleans - Add YAML::XS::LibYAML::libyaml_version() - Support standard !!int/!!float tags instead of dying - Fixed double free/core dump when Dump()ing binary data - Update config.h from libyaml - Update libyaml to version 0.2.2. Most important change for users is that plain urls in flow style can be parsed now. Example: `[ http://yaml.org]`. - Added $Indent - number of spaces when dumping - Implemented $LoadCode - Update to libyaml 0.2.1. It's forbidden now to escape single quotes inside double quotes - When disabling $LoadBlessed, return scalars not refs - Save anchors also for blessed scalars - Fixed format specifier/argument mismatch - Fixed a C90-compatibility issue - Prevent warning about unused variables perl-DBD-Pg-3.18.0-150600.14.3.2.src.rpm perl-DBD-Pg-3.18.0-150600.14.3.2.x86_64.rpm perl-YAML-LibYAML-0.890.0-150000.3.8.2.src.rpm perl-YAML-LibYAML-0.890.0-150000.3.8.2.x86_64.rpm perl-DBD-Pg-3.18.0-150600.14.3.2.s390x.rpm perl-YAML-LibYAML-0.890.0-150000.3.8.2.s390x.rpm perl-DBD-Pg-3.18.0-150600.14.3.2.ppc64le.rpm perl-YAML-LibYAML-0.890.0-150000.3.8.2.ppc64le.rpm perl-DBD-Pg-3.18.0-150600.14.3.2.aarch64.rpm perl-YAML-LibYAML-0.890.0-150000.3.8.2.aarch64.rpm openSUSE-SLE-15.6-2024-2777 Recommended update for rust, rust1.80 moderate SUSE Updates openSUSE-SLE 15.6 This update for rust, rust1.80 fixes the following issues: Version 1.80.0 (2024-07-25) ========================== Language -------- - Document maximum allocation size - Allow zero-byte offsets and ZST read/writes on arbitrary pointers - Support C23's variadics without a named parameter - Stabilize `exclusive_range_pattern` feature - Guarantee layout and ABI of `Result` in some scenarios Compiler -------- - Update cc crate to v1.0.97 allowing additional spectre mitigations on MSVC targets - Allow field reordering on types marked `repr(packed(1))` - Add a lint against never type fallback affecting unsafe code - Disallow cast with trailing braced macro in let-else - Expand `for_loops_over_fallibles` lint to lint on fallibles behind references. - self-contained linker: retry linking without `-fuse-ld=lld` on CCs that don't support it - Do not parse CVarArgs (`...`) as a type in trait bounds - Improvements to LLDB formatting - For the wasm32-wasip2 target default to PIC and do not use `-fuse-ld=lld` - Add x86_64-unknown-linux-none as a tier 3 target - Lint on `foo.into_iter()` resolving to `&Box<[T]>: IntoIterator` Libraries --------- - Add `size_of` and `size_of_val` and `align_of` and `align_of_val` to the prelude - Abort a process when FD ownership is violated - io::Write::write_fmt: panic if the formatter fails when the stream does not fail - Panic if `PathBuf::set_extension` would add a path separator - Add assert_unsafe_precondition to unchecked_{add,sub,neg,mul,shl,shr} methods - Update `c_char` on AIX to use the correct type - `offset_of!` no longer returns a temporary - Handle sigma in `str.to_lowercase` correctly - Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiB Stabilized APIs --------------- - `impl Default for Rc<CStr>` https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3CCStr%3E - `impl Default for Rc<str>` https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3Cstr%3E - `impl Default for Rc<[T]>` https://doc.rust-lang.org/beta/alloc/rc/struct.Rc.html#impl-Default-for-Rc%3C%5BT%5D%3E - `impl Default for Arc<str>` https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3Cstr%3E - `impl Default for Arc<CStr>` https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3CCStr%3E - `impl Default for Arc<[T]>` https://doc.rust-lang.org/beta/alloc/sync/struct.Arc.html#impl-Default-for-Arc%3C%5BT%5D%3E - `impl IntoIterator for Box<[T]>` https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-IntoIterator-for-Box%3C%5BI%5D,+A%3E - `impl FromIterator<String> for Box<str>` https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-FromIterator%3CString%3E-for-Box%3Cstr%3E) - `impl FromIterator<char> for Box<str>` https://doc.rust-lang.org/beta/alloc/boxed/struct.Box.html#impl-FromIterator%3Cchar%3E-for-Box%3Cstr%3E - `LazyCell` https://doc.rust-lang.org/beta/core/cell/struct.LazyCell.html - `LazyLock` https://doc.rust-lang.org/beta/std/sync/struct.LazyLock.html - `Duration::div_duration_f32` https://doc.rust-lang.org/beta/std/time/struct.Duration.html#method.div_duration_f32 - `Duration::div_duration_f64` https://doc.rust-lang.org/beta/std/time/struct.Duration.html#method.div_duration_f64 - `Option::take_if` https://doc.rust-lang.org/beta/std/option/enum.Option.html#method.take_if - `Seek::seek_relative` https://doc.rust-lang.org/beta/std/io/trait.Seek.html#method.seek_relative - `BinaryHeap::as_slice` https://doc.rust-lang.org/beta/std/collections/struct.BinaryHeap.html#method.as_slice - `NonNull::offset` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.offset - `NonNull::byte_offset` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_offset - `NonNull::add` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.add - `NonNull::byte_add` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_add - `NonNull::sub` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.sub - `NonNull::byte_sub` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_sub - `NonNull::offset_from` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.offset_from - `NonNull::byte_offset_from` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.byte_offset_from - `NonNull::read` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read - `NonNull::read_volatile` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read_volatile - `NonNull::read_unaligned` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.read_unaligned - `NonNull::write` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write - `NonNull::write_volatile` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_volatile - `NonNull::write_unaligned` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_unaligned - `NonNull::write_bytes` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.write_bytes - `NonNull::copy_to` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_to - `NonNull::copy_to_nonoverlapping` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_to_nonoverlapping - `NonNull::copy_from` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_from - `NonNull::copy_from_nonoverlapping` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.copy_from_nonoverlapping - `NonNull::replace` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.replace - `NonNull::swap` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.swap - `NonNull::drop_in_place` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.drop_in_place - `NonNull::align_offset` https://doc.rust-lang.org/beta/std/ptr/struct.NonNull.html#method.align_offset - `<[T]>::split_at_checked` https://doc.rust-lang.org/beta/std/primitive.slice.html#method.split_at_checked - `<[T]>::split_at_mut_checked` https://doc.rust-lang.org/beta/std/primitive.slice.html#method.split_at_mut_checked - `str::split_at_checked` https://doc.rust-lang.org/beta/std/primitive.str.html#method.split_at_checked - `str::split_at_mut_checked` https://doc.rust-lang.org/beta/std/primitive.str.html#method.split_at_mut_checked - `str::trim_ascii` https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii - `str::trim_ascii_start` https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii_start - `str::trim_ascii_end` https://doc.rust-lang.org/beta/std/primitive.str.html#method.trim_ascii_end - `<[u8]>::trim_ascii` https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii - `<[u8]>::trim_ascii_start` https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii_start - `<[u8]>::trim_ascii_end` https://doc.rust-lang.org/beta/core/primitive.slice.html#method.trim_ascii_end - `Ipv4Addr::BITS` https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#associatedconstant.BITS - `Ipv4Addr::to_bits` https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#method.to_bits - `Ipv4Addr::from_bits` https://doc.rust-lang.org/beta/core/net/struct.Ipv4Addr.html#method.from_bits - `Ipv6Addr::BITS` https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#associatedconstant.BITS - `Ipv6Addr::to_bits` https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#method.to_bits - `Ipv6Addr::from_bits` https://doc.rust-lang.org/beta/core/net/struct.Ipv6Addr.html#method.from_bits - `Vec::<[T; N]>::into_flattened` https://doc.rust-lang.org/beta/alloc/vec/struct.Vec.html#method.into_flattened - `<[[T; N]]>::as_flattened` https://doc.rust-lang.org/beta/core/primitive.slice.html#method.as_flattened - `<[[T; N]]>::as_flattened_mut` https://doc.rust-lang.org/beta/core/primitive.slice.html#method.as_flattened_mut These APIs are now stable in const contexts: - `<[T]>::last_chunk` https://doc.rust-lang.org/beta/core/primitive.slice.html#method.last_chunk - `BinaryHeap::new` https://doc.rust-lang.org/beta/std/collections/struct.BinaryHeap.html#method.new Cargo ----- - Stabilize `-Zcheck-cfg` as always enabled - Warn, rather than fail publish, if a target is excluded - Add special `check-cfg` lint config for the `unexpected_cfgs` lint - Stabilize `cargo update --precise <yanked>` - Don't change file permissions on `Cargo.toml` when using `cargo add` - Support using `cargo fix` on IPv6-only networks Rustdoc ----- - Allow searching for references - Stabilize `custom_code_classes_in_docs` feature - fix: In cross-crate scenarios show enum variants on type aliases of enums Compatibility Notes ------------------- - rustfmt estimates line lengths differently when using non-ascii characters - Type aliases are now handled correctly in orphan check - Allow instructing rustdoc to read from stdin via `-` - `std::env::{set_var, remove_var}` can no longer be converted to safe function pointers and no longer implement the `Fn` family of traits - Warn (or error) when `Self` constructor from outer item is referenced in inner nested item - Turn `indirect_structural_match` and `pointer_structural_match` lints into hard errors - Make `where_clause_object_safety` lint a regular object safety violation - Turn `proc_macro_back_compat` lint into a hard error. - Detect unused structs even when implementing private traits - `std::sync::ReentrantLockGuard<T>` is no longer `Sync` if `T: !Sync` cargo-1.80.0-150500.27.18.1.x86_64.rpm cargo1.80-1.80.0-150500.11.3.1.x86_64.rpm rust-1.80.0-150500.27.18.1.src.rpm rust-1.80.0-150500.27.18.1.x86_64.rpm rust1.80-1.80.0-150500.11.3.1.nosrc.rpm rust1.80-1.80.0-150500.11.3.1.x86_64.rpm rust1.80-src-1.80.0-150500.11.3.1.noarch.rpm cargo-1.80.0-150500.27.18.1.s390x.rpm cargo1.80-1.80.0-150500.11.3.1.s390x.rpm rust-1.80.0-150500.27.18.1.s390x.rpm rust1.80-1.80.0-150500.11.3.1.s390x.rpm cargo-1.80.0-150500.27.18.1.ppc64le.rpm cargo1.80-1.80.0-150500.11.3.1.ppc64le.rpm rust-1.80.0-150500.27.18.1.ppc64le.rpm rust1.80-1.80.0-150500.11.3.1.ppc64le.rpm cargo-1.80.0-150500.27.18.1.aarch64.rpm cargo1.80-1.80.0-150500.11.3.1.aarch64.rpm rust-1.80.0-150500.27.18.1.aarch64.rpm rust1.80-1.80.0-150500.11.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2802 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). - CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). - CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). - CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). - CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). - CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). - CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). - CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). - CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). - CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). - CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). - CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). - CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). - CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). - CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). - CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). - CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). - CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). - CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). - CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). - CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). - CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) - CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) - CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) - CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). - CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). - CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). - CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) - CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). - CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). - CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). - CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). - CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) - CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) - CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) - CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) - CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). - CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). - CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) - CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) - CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). - CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). - CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). - CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). - CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). - CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). - CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). - CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). - CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). - CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). - CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). - CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). - CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). - CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). - CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). - CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103. - CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). - CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). - CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). - CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) - CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). - CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). - CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). - CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) - CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). - CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). - CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). - CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). - CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). - CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). - CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). - CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). - CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). - CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). - CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). - CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). - CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). - CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). - CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). - CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). - CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). - CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). - CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). - CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). - CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). - CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). - CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). - CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). - CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). - CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). - CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). - CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). - CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). - CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). - CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). The following non-security bugs were fixed: - ACPI: EC: Abort address space access upon error (stable-fixes). - ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). - ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). - ALSA: PCM: Allow resume only for suspended streams (stable-fixes). - ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). - ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). - ALSA: emux: improve patch ioctl data validation (stable-fixes). - ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). - ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). - ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). - ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). - ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). - ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). - ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). - ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). - ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). - ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). - ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). - ALSA: ump: Do not update FB name for static blocks (git-fixes). - ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). - ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). - ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). - ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). - ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). - ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). - ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). - ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). - ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). - ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). - ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). - ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). - ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). - ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). - ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). - ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). - ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). - ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). - ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). - ASoC: rt711-sdw: add missing readable registers (stable-fixes). - ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). - ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). - ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). - ASoC: ti: davinci-mcasp: Set min period size using FIFO config (stable-fixes). - ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). - ASoC: topology: Do not assign fields that are already set (stable-fixes). - ASoC: topology: Fix references to freed memory (stable-fixes). - ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). - Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). - Bluetooth: Ignore too large handle values in BIG (git-fixes). - Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). - Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). - Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). - Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). - Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). - Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). - Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). - Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). - Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). - Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). - Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). - HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). - HID: wacom: Modify pen IDs (git-fixes). - Input: ads7846 - use spi_device_id table (stable-fixes). - Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). - Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). - Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). - Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). - Input: qt1050 - handle CHIP_ID reading error (git-fixes). - Input: silead - Always support 10 fingers (stable-fixes). - Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). - KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). - KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). - KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). - KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). - NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). - NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). - NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). - NFSv4.1 enforce rootpath check in fs_location query (git-fixes). - NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). - NFSv4: Fixup smatch warning for ambiguous return (git-fixes). - PCI/ASPM: Update save_state when configuration changes (bsc#1226915) - PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). - PCI: Do not wait for disconnected devices when resuming (git-fixes). - PCI: Extend ACS configurability (bsc#1228090). - PCI: Fix resource double counting on remove & rescan (git-fixes). - PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). - PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). - PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). - PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). - PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). - PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). - PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). - PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). - PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). - PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). - PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). - PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). - PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). - PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). - RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). - RDMA/restrack: Fix potential invalid address access (git-fixes) - Revert "drm/bridge: tc358767: Set default CLRSIPO count" (stable-fixes). - Revert "gfs2: fix glock shrinker ref issues" (git-fixes). - Revert "leds: led-core: Fix refcount leak in of_led_get()" (git-fixes). - Revert "usb: musb: da8xx: Set phy in OTG mode by default" (stable-fixes). - Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition" (bsc#1227149). - Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ" (bsc#1227149). - Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices" (bsc#1227149). - SUNRPC: Fix gss_free_in_token_pages() (git-fixes). - SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). - SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). - SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). - USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). - USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). - USB: serial: mos7840: fix crash on resume (git-fixes). - USB: serial: option: add Fibocom FM350-GL (stable-fixes). - USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). - USB: serial: option: add Rolling RW350-GL variants (stable-fixes). - USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). - USB: serial: option: add Telit generic core-dump composition (stable-fixes). - USB: serial: option: add support for Foxconn T99W651 (stable-fixes). - Update config files (bsc#1227282). Update the CONFIG_LSM option to include the selinux LSM in the default set of LSMs. The selinux LSM will not get enabled because it is preceded by apparmor, which is the first exclusive LSM. Updating CONFIG_LSM resolves failures that result in the system not booting up when "security=selinux selinux=1" is passed to the kernel and SELinux policies are installed. - Update config files for mt76 stuff (bsc#1227149) - Update config files: adjust for Arm CONFIG_MT798X_WMAC (bsc#1227149) - Update config files: update for the realtek wifi driver updates (bsc#1227149) - X.509: Fix the parser of extended key usage for length (bsc#1218820). - arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) - arm64/io: add constant-argument check (bsc#1226502 git-fixes) - arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) - arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) - arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) - arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) - arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) - arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) - arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) - arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) - arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) - arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) - arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) - arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) - arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) - arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) - arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) - arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) - arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) - arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) - ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). - auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). - bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). - bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). - bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). - cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). - can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). - can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). - cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). - ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). - char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). - checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). - cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). - clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). - clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). - clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). - clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). - config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) - cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). - cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). - crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). - crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). - crypto: aead,cipher - zeroize key buffer after use (stable-fixes). - crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). - crypto: ecdh - explicitly zeroize private_key (stable-fixes). - crypto: ecdsa - Fix the public key format description (git-fixes). - crypto: hisilicon/debugfs - Fix debugfs uninit process issue (stable-fixes). - crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). - decompress_bunzip2: fix rare decompression failure (git-fixes). - devres: Fix devm_krealloc() wasting memory (git-fixes). - devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). - dlm: fix user space lock decision to copy lvb (git-fixes). - dma: fix call order in dmam_free_coherent (git-fixes). - dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (git-fixes). - docs: crypto: async-tx-api: fix broken code example (git-fixes). - drivers/xen: Improve the late XenStore init protocol (git-fixes). - drivers: soc: xilinx: check return status of get_api_version() (git-fixes). - drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). - drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). - drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). - drm/amd/display: Add refresh rate range check (stable-fixes). - drm/amd/display: Check index msg_id before read or write (stable-fixes). - drm/amd/display: Check pipe offset before setting vblank (stable-fixes). - drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). - drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). - drm/amd/display: Fix refresh rate range for some panel (stable-fixes). - drm/amd/display: Fix uninitialized variables in DM (stable-fixes). - drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). - drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). - drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). - drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). - drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). - drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). - drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). - drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). - drm/amd/pm: remove logically dead code for renoir (git-fixes). - drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). - drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). - drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). - drm/amdgpu: Fix memory range calculation (git-fixes). - drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). - drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). - drm/amdgpu: Indicate CU havest info to CP (stable-fixes). - drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). - drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). - drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). - drm/amdgpu: avoid using null object of framebuffer (stable-fixes). - drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). - drm/amdgpu: fix the warning about the expression (int)size - len (stable-fixes). - drm/amdgpu: fix uninitialized scalar variable warning (stable-fixes). - drm/amdgpu: silence UBSAN warning (stable-fixes). - drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). - drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). - drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). - drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). - drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). - drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). - drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). - drm/exynos: dp: drop driver owner initialization (stable-fixes). - drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). - drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). - drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes (git-fixes). - drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes (git-fixes). - drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). - drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). - drm/lima: Mark simple_ondemand governor as softdep (git-fixes). - drm/lima: fix shared irq handling on driver remove (stable-fixes). - drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). - drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). - drm/mediatek: Add missing plane settings when async update (git-fixes). - drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). - drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). - drm/mediatek: Fix XRGB setting error in OVL (git-fixes). - drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). - drm/mediatek: Fix destination alpha error in OVL (git-fixes). - drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). - drm/mediatek: Set DRM mode configs accordingly (git-fixes). - drm/mediatek: Support DRM plane alpha in Mixer (git-fixes). - drm/mediatek: Support DRM plane alpha in OVL (git-fixes). - drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195 (git-fixes). - drm/mediatek: Turn off the layers with zero width or height (git-fixes). - drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). - drm/meson: fix canvas release in bind function (git-fixes). - drm/mgag200: Bind I2C lifetime to DRM device (git-fixes). - drm/mgag200: Set DDC timeout in milliseconds (git-fixes). - drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_dcs_write_seq() (git-fixes). - drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). - drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). - drm/msm/dpu: fix encoder irq wait skip (git-fixes). - drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). - drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). - drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). - drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare() (git-fixes). - drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulators (git-fixes). - drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better (git-fixes). - drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-fixes). - drm/panel: ilitek-ili9882t: Check for errors on the NOP in prepare() (git-fixes). - drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO before regulators (git-fixes). - drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). - drm/qxl: Add check for drm_cvt_mode (git-fixes). - drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). - drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). - drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). - drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). - drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). - drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). - drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). - drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). - drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). - drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). - eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). - eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). - erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). - exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). - f2fs: fix error path of __f2fs_build_free_nids (git-fixes). - filelock: fix potential use-after-free in posix_lock_inode (git-fixes). - firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). - firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). - firmware: cs_dsp: Return error if block header overflows file (git-fixes). - firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). - firmware: cs_dsp: Validate payload length before processing block (git-fixes). - firmware: dmi: Stop decoding on broken entry (stable-fixes). - firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). - firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). - firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). - fs/file: fix the check in find_next_fd() (git-fixes). - fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). - fuse: verify {g,u}id mount options correctly (bsc#1228193). - gfs2: Do not forget to complete delayed withdraw (git-fixes). - gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). - gfs2: Fix invalid metadata access in punch_hole (git-fixes). - gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). - gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). - gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). - gfs2: convert to ctime accessor functions (git-fixes). - gpio: mc33880: Convert comma to semicolon (git-fixes). - gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). - hfsplus: fix to avoid false alarm of circular locking (git-fixes). - hfsplus: fix uninit-value in copy_name (git-fixes). - hpet: Support 32-bit userspace (git-fixes). - hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). - hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). - hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). - hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). - hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). - i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). - i2c: mark HostNotify target address as used (git-fixes). - i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). - i2c: rcar: bring hardware to known state when probing (git-fixes). - i2c: testunit: avoid re-issued work after read message (git-fixes). - i2c: testunit: correct Kconfig description (git-fixes). - i40e: fix: remove needless retries of NVM update (bsc#1227736). - iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). - iio: frequency: adrf6780: rm clk provider include (git-fixes). - iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). - iio: pressure: fix some word spelling errors (stable-fixes). - input: Add event code for accessibility key (stable-fixes). - input: Add support for "Do Not Disturb" (stable-fixes). - interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). - iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). - iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). - iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). - iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). - iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). - ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). - iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). - iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). - iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). - iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). - jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). - jfs: Fix array-index-out-of-bounds in diFree (git-fixes). - jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). - kABI workaround for wireless updates (bsc#1227149). - kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) - kabi/severities: cover all ath/* drivers (bsc#1227149) All symbols in ath/* network drivers are local and can be ignored - kabi/severities: cover all mt76 modules (bsc#1227149) - kabi/severities: ignore amd pds internal symbols - kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) All those symbols are local and used for its own helpers - kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) - kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). - kconfig: gconf: give a proper initial state to the Save button (stable-fixes). - kconfig: remove wrong expr_trans_bool() (stable-fixes). - kernel-binary: vdso: Own module_dir - knfsd: LOOKUP can return an illegal error value (git-fixes). - kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). - kprobe/ftrace: bail out if ftrace was killed (git-fixes). - kprobe/ftrace: fix build error due to bad function definition (git-fixes). - kunit: Fix checksum tests on big endian CPUs (git-fixed). - leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). - leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). - leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). - leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). - leds: triggers: Flush pending brightness before activating trigger (git-fixes). - lib: objagg: Fix general protection fault (git-fixes). - lib: objagg: Fix spelling (git-fixes). - lib: test_objagg: Fix spelling (git-fixes). - libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). - mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). - mISDN: fix MISDN_TIME_STAMP handling (git-fixes). - mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). - mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). - media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). - media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). - media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). - media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). - media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). - media: dvbdev: Initialize sbuf (stable-fixes). - media: dw2102: Do not translate i2c read into write (stable-fixes). - media: dw2102: fix a potential buffer overflow (git-fixes). - media: i2c: Fix imx412 exposure control (git-fixes). - media: imon: Fix race getting ictx->lock (git-fixes). - media: imx-jpeg: Drop initial source change event if capture has been setup (git-fixes). - media: imx-jpeg: Remove some redundant error logs (git-fixes). - media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). - media: pci: ivtv: Add check for DMA map result (git-fixes). - media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). - media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). - media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). - media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). - media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). - media: uvcvideo: Override default flags (git-fixes). - media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). - media: v4l: subdev: Fix typo in documentation (git-fixes). - media: venus: fix use after free in vdec_close (git-fixes). - media: venus: flush all buffers in output plane streamoff (git-fixes). - mei: demote client disconnect warning on suspend to debug (stable-fixes). - mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). - mfd: pm8008: Fix regmap irq chip initialisation (git-fixes). - misc: fastrpc: Avoid updating PD type for capability request (git-fixes). - misc: fastrpc: Copy the complete capability structure to user (git-fixes). - misc: fastrpc: Fix DSP capabilities request (git-fixes). - misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). - misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). - misc: fastrpc: Restrict untrusted app to attach to privileged PD (git-fixes). - mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). - mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). - mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). - net/dcb: check for detached device before executing callbacks (bsc#1215587). - net: ethernet: mtk_wed: introduce mtk_wed_buf structure (bsc#1227149). - net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc (bsc#1227149). - net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). - net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) - net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). - net: mana: Fix possible double free in error handling path (git-fixes). - net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). - net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). - net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). - net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). - nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). - nfs: Block on write congestion (bsc#1218442). - nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). - nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). - nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). - nfs: Properly initialize server->writeback (bsc#1218442). - nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). - nfs: fix undefined behavior in nfs_block_bits() (git-fixes). - nfs: keep server info for remounts (git-fixes). - nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). - nilfs2: add missing check for inode numbers on directory entries (stable-fixes). - nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). - nilfs2: convert persistent object allocator to use kmap_local (git-fixes). - nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). - nilfs2: fix inode number range checks (stable-fixes). - ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). - ocfs2: fix races between hole punching and AIO+DIO (git-fixes). - ocfs2: use coarse time for new created files (git-fixes). - orangefs: fix out-of-bounds fsid access (git-fixes). - pNFS/filelayout: fixup pNfs allocation modes (git-fixes). - phy: cadence-torrent: Check return value on register read (git-fixes). - pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). - pinctrl: freescale: mxs: Fix refcount of child (git-fixes). - pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). - pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). - pinctrl: rockchip: update rk3308 iomux routes (git-fixes). - pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). - pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). - platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). - platform/x86: lg-laptop: Change ACPI device id (stable-fixes). - platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). - platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). - platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). - platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). - platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). - platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). - platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). - power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). - power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). - powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). - powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). - powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). - powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). - pwm: stm32: Always do lazy disabling (git-fixes). - regmap-i2c: Subtract reg size from max_write (stable-fixes). - remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init (git-fixes). - remoteproc: imx_rproc: Skip over memory region when node value is NULL (git-fixes). - remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). - remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). - rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (git-fixes). - rtc: abx80x: Fix return value of nvmem callback on read (git-fixes). - rtc: cmos: Fix return value of nvmem callbacks (git-fixes). - rtc: interface: Add RTC offset to alarm after fix-up (git-fixes). - rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). - s390: Implement __iowrite32_copy() (bsc#1226502) - s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) - saa7134: Unchecked i2c_transfer function result fixed (git-fixes). - selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). - selftests: fix OOM in msg_zerocopy selftest (git-fixes). - selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). - serial: imx: Raise TX trigger level to 8 (stable-fixes). - smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). - smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). - smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). - smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). - smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). - smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). - soc: qcom: pdr: fix parsing of domains lists (git-fixes). - soc: qcom: pdr: protect locator_addr with the main mutex (git-fixes). - soc: qcom: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). - soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). - soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). - soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). - spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). - spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). - spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). - spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). - spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). - spi: microchip-core: fix the issues in the isr (git-fixes). - spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). - spi: mux: set ctlr->bits_per_word_mask (stable-fixes). - spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). - spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). - sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). - supported.conf: Add support for v4l2-dv-timings (jsc#PED-8644) - supported.conf: mark vdpa modules supported (jsc#PED-8954) - supported.conf: update for mt76 stuff (bsc#1227149) - thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). - tools/memory-model: Fix bug in lock.cat (git-fixes). - tools/power turbostat: Remember global max_die_id (stable-fixes). - tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). - tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). - tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). - tracing: Build event generation tests only as modules (git-fixes). - usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). - usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). - usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). - usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). - usb: gadget: printer: SS+ support (stable-fixes). - usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). - usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). - usb: ucsi: stm32: fix command completion handling (git-fixes). - usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). - vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). - watchdog: rzg2l_wdt: Check return status of pm_runtime_put() (git-fixes). - watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get() (git-fixes). - watchdog: rzn1: Convert comma to semicolon (git-fixes). - wifi: add HAS_IOPORT dependencies (bsc#1227149). - wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). - wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). - wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath10k: Drop checks that are always false (bsc#1227149). - wifi: ath10k: Drop cleaning of driver data from probe error path and remove (bsc#1227149). - wifi: ath10k: Fix a few spelling errors (bsc#1227149). - wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc (bsc#1227149). - wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning (bsc#1227149). - wifi: ath10k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). - wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). - wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). - wifi: ath10k: Use list_count_nodes() (bsc#1227149). - wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). - wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). - wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). - wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). - wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). - wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). - wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). - wifi: ath10k: improve structure padding (bsc#1227149). - wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). - wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). - wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). - wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). - wifi: ath10k: remove unused template structs (bsc#1227149). - wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). - wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). - wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). - wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). - wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). - wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). - wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). - wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). - wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). - wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). - wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). - wifi: ath11k: EMA beacon support (bsc#1227149). - wifi: ath11k: Fix a few spelling errors (bsc#1227149). - wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). - wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). - wifi: ath11k: MBSSID beacon support (bsc#1227149). - wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). - wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). - wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). - wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). - wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). - wifi: ath11k: Remove cal_done check during probe (bsc#1227149). - wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). - wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). - wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). - wifi: ath11k: Remove unneeded semicolon (bsc#1227149). - wifi: ath11k: Remove unused declarations (bsc#1227149). - wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). - wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). - wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). - wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). - wifi: ath11k: Use device_get_match_data() (bsc#1227149). - wifi: ath11k: Use list_count_nodes() (bsc#1227149). - wifi: ath11k: add WMI event debug messages (bsc#1227149). - wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). - wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). - wifi: ath11k: add firmware-2.bin support (bsc#1227149). - wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). - wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). - wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). - wifi: ath11k: add support for QCA2066 (bsc#1227149). - wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). - wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). - wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). - wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). - wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). - wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). - wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). - wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). - wifi: ath11k: do not use %pK (bsc#1227149). - wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). - wifi: ath11k: dp: cleanup debug message (bsc#1227149). - wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). - wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). - wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). - wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). - wifi: ath11k: factory test mode support (bsc#1227149). - wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). - wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). - wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). - wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). - wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). - wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). - wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). - wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). - wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). - wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). - wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). - wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). - wifi: ath11k: hal: cleanup debug message (bsc#1227149). - wifi: ath11k: htc: cleanup debug messages (bsc#1227149). - wifi: ath11k: initialize eirp_power before use (bsc#1227149). - wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). - wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). - wifi: ath11k: move pci.ops registration ahead (bsc#1227149). - wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). - wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). - wifi: ath11k: pci: cleanup debug logging (bsc#1227149). - wifi: ath11k: print debug level in debug messages (bsc#1227149). - wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). - wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). - wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). - wifi: ath11k: refactor setting country code logic (stable-fixes). - wifi: ath11k: refactor vif parameter configurations (bsc#1227149). - wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). - wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). - wifi: ath11k: remove invalid peer create logic (bsc#1227149). - wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). - wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath11k: remove unsupported event handlers (bsc#1227149). - wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). - wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). - wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). - wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). - wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). - wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). - wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). - wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath11k: restore country code during resume (git-fixes). - wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). - wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). - wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). - wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). - wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). - wifi: ath11k: support 2 station interfaces (bsc#1227149). - wifi: ath11k: update proper pdev/vdev id for testmode command (bsc#1227149). - wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for station (bsc#1227149). - wifi: ath11k: update regulatory rules when interface added (bsc#1227149). - wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). - wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). - wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). - wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). - wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). - wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). - wifi: ath11k: wmi: use common error handling style (bsc#1227149). - wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). - wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). - wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). - wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). - wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). - wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). - wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). - wifi: ath12k: Do not drop tx_status in failure case (git-fixes). - wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). - wifi: ath12k: Fix a few spelling errors (bsc#1227149). - wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). - wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). - wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). - wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). - wifi: ath12k: Make QMI message rules const (bsc#1227149). - wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). - wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). - wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). - wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). - wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). - wifi: ath12k: Remove some dead code (bsc#1227149). - wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). - wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). - wifi: ath12k: Remove unused declarations (bsc#1227149). - wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). - wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). - wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). - wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). - wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). - wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). - wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). - wifi: ath12k: add EHT PHY modes (bsc#1227149). - wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). - wifi: ath12k: add MLO header in peer association (bsc#1227149). - wifi: ath12k: add P2P IE in beacon template (bsc#1227149). - wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). - wifi: ath12k: add WMI support for EHT peer (bsc#1227149). - wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). - wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). - wifi: ath12k: add firmware-2.bin support (bsc#1227149). - wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). - wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). - wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). - wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). - wifi: ath12k: add processing for TWT disable event (bsc#1227149). - wifi: ath12k: add processing for TWT enable event (bsc#1227149). - wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). - wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). - wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). - wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: add support for BA1024 (bsc#1227149). - wifi: ath12k: add support for collecting firmware log (bsc#1227149). - wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). - wifi: ath12k: add support for peer meta data version (bsc#1227149). - wifi: ath12k: add support one MSI vector (bsc#1227149). - wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). - wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). - wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). - wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). - wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). - wifi: ath12k: avoid duplicated vdev stop (git-fixes). - wifi: ath12k: avoid explicit HW conversion argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid explicit mac id argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid repeated hw access from ar (bsc#1227149). - wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). - wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). - wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). - wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). - wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). - wifi: ath12k: change interface combination for P2P mode (bsc#1227149). - wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). - wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). - wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). - wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). - wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). - wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). - wifi: ath12k: configure puncturing bitmap (bsc#1227149). - wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). - wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). - wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). - wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). - wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). - wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). - wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). - wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). - wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). - wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). - wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). - wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). - wifi: ath12k: fix PCI read and write (bsc#1227149). - wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). - wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). - wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). - wifi: ath12k: fix debug messages (bsc#1227149). - wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). - wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). - wifi: ath12k: fix firmware crash during reo reinject (git-fixes). - wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). - wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). - wifi: ath12k: fix kernel crash during resume (bsc#1227149). - wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). - wifi: ath12k: fix peer metadata parsing (git-fixes). - wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). - wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). - wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). - wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). - wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). - wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). - wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). - wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). - wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). - wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). - wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). - wifi: ath12k: increase vdev setup timeout (bsc#1227149). - wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (bsc#1227149). - wifi: ath12k: indicate scan complete for scan canceled when scan running (bsc#1227149). - wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K_SCAN_STARTING state (bsc#1227149). - wifi: ath12k: move HE capabilities processing to a new function (bsc#1227149). - wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). - wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). - wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). - wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). - wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). - wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). - wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). - wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). - wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). - wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). - wifi: ath12k: refactor the rfkill worker (bsc#1227149). - wifi: ath12k: register EHT mesh capabilities (bsc#1227149). - wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). - wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). - wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). - wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). - wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). - wifi: ath12k: rename HE capabilities setup/copy functions (bsc#1227149). - wifi: ath12k: rename the sc naming convention to ab (bsc#1227149). - wifi: ath12k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). - wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). - wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). - wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). - wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). - wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). - wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). - wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). - wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). - wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). - wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath5k: Remove redundant dev_err() (bsc#1227149). - wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). - wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). - wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). - wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). - wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). - wifi: ath9k: Remove unused declarations (bsc#1227149). - wifi: ath9k: avoid using uninitialized array (bsc#1227149). - wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). - wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). - wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). - wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). - wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). - wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). - wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). - wifi: ath9k: use u32 for txgain indexes (bsc#1227149). - wifi: ath9k: work around memset overflow warning (bsc#1227149). - wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). - wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). - wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). - wifi: ath: remove unused-but-set parameter (bsc#1227149). - wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). - wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). - wifi: atmel: remove unused ioctl function (bsc#1227149). - wifi: b43: silence sparse warnings (bsc#1227149). - wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). - wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). - wifi: brcmfmac: add linefeed at end of file (bsc#1227149). - wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). - wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). - wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). - wifi: brcmfmac: export firmware interface functions (bsc#1227149). - wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). - wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). - wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). - wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). - wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). - wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). - wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). - wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). - wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). - wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). - wifi: brcmsmac: remove more unused data types (bsc#1227149). - wifi: brcmsmac: remove unused data type (bsc#1227149). - wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: brcmsmac: silence sparse warnings (bsc#1227149). - wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). - wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). - wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). - wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). - wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). - wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). - wifi: cfg80211: Fix typo in documentation (bsc#1227149). - wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). - wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). - wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). - wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). - wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). - wifi: cfg80211: add BSS usage reporting (bsc#1227149). - wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). - wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). - wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). - wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). - wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). - wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). - wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). - wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). - wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). - wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). - wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). - wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). - wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). - wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). - wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). - wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). - wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). - wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). - wifi: cfg80211: fix CQM for non-range use (bsc#1227149). - wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). - wifi: cfg80211: fix spelling & punctutation (bsc#1227149). - wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). - wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). - wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). - wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). - wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). - wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). - wifi: cfg80211: improve documentation for flag fields (bsc#1227149). - wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). - wifi: cfg80211: make RX assoc data const (bsc#1227149). - wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). - wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). - wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). - wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). - wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). - wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). - wifi: cfg80211: remove scan_width support (bsc#1227149). - wifi: cfg80211: remove wdev mutex (bsc#1227149). - wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). - wifi: cfg80211: report per-link errors during association (bsc#1227149). - wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). - wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). - wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). - wifi: cfg80211: set correct param change count in ML element (bsc#1227149). - wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). - wifi: cfg80211: sort certificates in build (bsc#1227149). - wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). - wifi: cfg80211: validate HE operation element parsing (bsc#1227149). - wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). - wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). - wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). - wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). - wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). - wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). - wifi: cw1200: restore endian swapping (bsc#1227149). - wifi: drivers: Explicitly include correct DT includes (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). - wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). - wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). - wifi: hostap: remove unused ioctl function (bsc#1227149). - wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). - wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). - wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). - wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). - wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). - wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). - wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). - wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). - wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). - wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). - wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). - wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). - wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). - wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). - wifi: iwlwifi: Use request_module_nowait (bsc#1227149). - wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). - wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). - wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). - wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). - wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). - wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). - wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). - wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). - wifi: iwlwifi: add support for new ini region types (bsc#1227149). - wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). - wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). - wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). - wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). - wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). - wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). - wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). - wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). - wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). - wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). - wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). - wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). - wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). - wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). - wifi: iwlwifi: clear link_id in time_event (bsc#1227149). - wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). - wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). - wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). - wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). - wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). - wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). - wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). - wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). - wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). - wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). - wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). - wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). - wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). - wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). - wifi: iwlwifi: fix system commands group ordering (bsc#1227149). - wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). - wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). - wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). - wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). - wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). - wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). - wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). - wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). - wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). - wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). - wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). - wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). - wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). - wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). - wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). - wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). - wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). - wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). - wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). - wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). - wifi: iwlwifi: make time_events MLO aware (bsc#1227149). - wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). - wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). - wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). - wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). - wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). - wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). - wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). - wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). - wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). - wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). - wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). - wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). - wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). - wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). - wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). - wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). - wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). - wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). - wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). - wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). - wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). - wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). - wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). - wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). - wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). - wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). - wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). - wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). - wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). - wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). - wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). - wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). - wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). - wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). - wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). - wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). - wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). - wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). - wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). - wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). - wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). - wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). - wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). - wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). - wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). - wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). - wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). - wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). - wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). - wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). - wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). - wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). - wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). - wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). - wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). - wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). - wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). - wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). - wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). - wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). - wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). - wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). - wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). - wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). - wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). - wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). - wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). - wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). - wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). - wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). - wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). - wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). - wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). - wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). - wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). - wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). - wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). - wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). - wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). - wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). - wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). - wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). - wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). - wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). - wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). - wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). - wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). - wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). - wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). - wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). - wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). - wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). - wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). - wifi: iwlwifi: mvm: make functions public (bsc#1227149). - wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). - wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). - wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). - wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). - wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). - wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). - wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). - wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). - wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). - wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). - wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). - wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). - wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). - wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). - wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). - wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). - wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). - wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). - wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). - wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). - wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). - wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). - wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). - wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). - wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). - wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). - wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). - wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). - wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). - wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). - wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). - wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). - wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). - wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). - wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). - wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). - wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). - wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). - wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). - wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). - wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). - wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). - wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). - wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). - wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). - wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). - wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). - wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). - wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). - wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). - wifi: iwlwifi: properly check if link is active (bsc#1227149). - wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). - wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). - wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). - wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). - wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). - wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). - wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). - wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). - wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). - wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). - wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). - wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). - wifi: iwlwifi: read mac step from aux register (bsc#1227149). - wifi: iwlwifi: refactor RX tracing (bsc#1227149). - wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). - wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). - wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). - wifi: iwlwifi: remove async command callback (bsc#1227149). - wifi: iwlwifi: remove dead-code (bsc#1227149). - wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). - wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). - wifi: iwlwifi: remove retry loops in start (bsc#1227149). - wifi: iwlwifi: remove unused function prototype (bsc#1227149). - wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). - wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). - wifi: iwlwifi: send EDT table to FW (bsc#1227149). - wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). - wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). - wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). - wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). - wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). - wifi: iwlwifi: support link command version 2 (bsc#1227149). - wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF (bsc#1227149). - wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd (bsc#1227149). - wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). - wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). - wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). - wifi: iwlwifi: update context info structure definitions (bsc#1227149). - wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). - wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). - wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). - wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). - wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). - wifi: libertas: cleanup SDIO reset (bsc#1227149). - wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). - wifi: libertas: prefer kstrtoX() for simple integer conversions (bsc#1227149). - wifi: libertas: simplify list operations in free_if_spi_card() (bsc#1227149). - wifi: libertas: use convenient lists to manage SDIO packets (bsc#1227149). - wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). - wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). - wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). - wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). - wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). - wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). - wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). - wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). - wifi: mac80211: Print local link address during authentication (bsc#1227149). - wifi: mac80211: Recalc offload when monitor stop (git-fixes). - wifi: mac80211: Remove unused function declarations (bsc#1227149). - wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). - wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). - wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). - wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). - wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). - wifi: mac80211: add a driver callback to check active_links (bsc#1227149). - wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). - wifi: mac80211: add back SPDX identifier (bsc#1227149). - wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). - wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). - wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). - wifi: mac80211: add more ops assertions (bsc#1227149). - wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). - wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). - wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). - wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). - wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). - wifi: mac80211: additions to change_beacon() (bsc#1227149). - wifi: mac80211: address some kerneldoc warnings (bsc#1227149). - wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). - wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). - wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). - wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). - wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). - wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). - wifi: mac80211: check wiphy mutex in ops (bsc#1227149). - wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). - wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). - wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). - wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). - wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). - wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). - wifi: mac80211: describe return values in kernel-doc (bsc#1227149). - wifi: mac80211: disable softirqs for queued frame handling (git-fixes). - wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). - wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). - wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). - wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). - wifi: mac80211: drop robust action frames before assoc (bsc#1227149). - wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). - wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). - wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). - wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). - wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). - wifi: mac80211: fix BA session teardown race (bsc#1227149). - wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). - wifi: mac80211: fix SMPS status handling (bsc#1227149). - wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). - wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). - wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). - wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). - wifi: mac80211: fix another key installation error path (bsc#1227149). - wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). - wifi: mac80211: fix channel switch link data (bsc#1227149). - wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). - wifi: mac80211: fix error path key leak (bsc#1227149). - wifi: mac80211: fix header kernel-doc typos (bsc#1227149). - wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). - wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). - wifi: mac80211: fix potential key leak (bsc#1227149). - wifi: mac80211: fix spelling typo in comment (bsc#1227149). - wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). - wifi: mac80211: fix various kernel-doc issues (bsc#1227149). - wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). - wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). - wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). - wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). - wifi: mac80211: handle tasklet frames before stopping (stable-fixes). - wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). - wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). - wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). - wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). - wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). - wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). - wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). - wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). - wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). - wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). - wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). - wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). - wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). - wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). - wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). - wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). - wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). - wifi: mac80211: move link activation work to wiphy work (bsc#1227149). - wifi: mac80211: move monitor work to wiphy work (bsc#1227149). - wifi: mac80211: move tspec work to wiphy work (bsc#1227149). - wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). - wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). - wifi: mac80211: reduce iflist_mtx (bsc#1227149). - wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). - wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). - wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). - wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). - wifi: mac80211: remove chanctx_mtx (bsc#1227149). - wifi: mac80211: remove key_mtx (bsc#1227149). - wifi: mac80211: remove local->mtx (bsc#1227149). - wifi: mac80211: remove redundant ML element check (bsc#1227149). - wifi: mac80211: remove shifted rate support (bsc#1227149). - wifi: mac80211: remove sta_mtx (bsc#1227149). - wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). - wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). - wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). - wifi: mac80211: report per-link error during association (bsc#1227149). - wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). - wifi: mac80211: rework RX timestamp flags (bsc#1227149). - wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). - wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). - wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). - wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). - wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). - wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149). - wifi: mac80211: support antenna control in injection (bsc#1227149). - wifi: mac80211: support handling of advertised TID-to-link mapping (bsc#1227149). - wifi: mac80211: take MBSSID/EHT data also from probe resp (bsc#1227149). - wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). - wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). - wifi: mac80211: update beacon counters per link basis (bsc#1227149). - wifi: mac80211: update some locking documentation (bsc#1227149). - wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). - wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). - wifi: mac80211: use deflink and fix typo in link ID check (bsc#1227149). - wifi: mac80211: use wiphy locked debugfs for sdata/link (bsc#1227149). - wifi: mac80211: use wiphy locked debugfs helpers for agg_status (bsc#1227149). - wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). - wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). - wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). - wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). - wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). - wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). - wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). - wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). - wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). - wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). - wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). - wifi: mt76: change txpower init to per-phy (bsc#1227149). - wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). - wifi: mt76: check txs format before getting skb by pid (bsc#1227149). - wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). - wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). - wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). - wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). - wifi: mt76: connac: add connac3 mac library (bsc#1227149). - wifi: mt76: connac: add data field in struct tlv (bsc#1227149). - wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). - wifi: mt76: connac: add eht support for tx power (bsc#1227149). - wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). - wifi: mt76: connac: add more unified command IDs (bsc#1227149). - wifi: mt76: connac: add more unified event IDs (bsc#1227149). - wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). - wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). - wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). - wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). - wifi: mt76: connac: check for null before dereferencing (bsc#1227149). - wifi: mt76: connac: export functions for mt7925 (bsc#1227149). - wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). - wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). - wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). - wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). - wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). - wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). - wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). - wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). - wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). - wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). - wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). - wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). - wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). - wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). - wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). - wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). - wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). - wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). - wifi: mt76: move rate info in mt76_vif (bsc#1227149). - wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). - wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). - wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). - wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). - wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). - wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). - wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). - wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). - wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). - wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). - wifi: mt76: mt7915 add tc offloading support (bsc#1227149). - wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). - wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). - wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). - wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). - wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). - wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). - wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). - wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). - wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). - wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). - wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). - wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). - wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). - wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). - wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). - wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). - wifi: mt76: mt7921: Support temp sensor (bsc#1227149). - wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). - wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). - wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). - wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). - wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). - wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). - wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). - wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). - wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). - wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). - wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). - wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). - wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). - wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). - wifi: mt76: mt7921: move connac nic capability handling to mt7921 (bsc#1227149). - wifi: mt76: mt7921: move debugfs shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move dma shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). - wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). - wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). - wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). - wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). - wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). - wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). - wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). - wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). - wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). - wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). - wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). - wifi: mt76: mt7925: fix fw download fail (bsc#1227149). - wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). - wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). - wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). - wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). - wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). - wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). - wifi: mt76: mt7925: support temperature sensor (bsc#1227149). - wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149). - wifi: mt76: mt7925e: fix use-after-free in free_irq() (bsc#1227149). - wifi: mt76: mt792x: add the illegal value check for mtcl table of acpi (bsc#1227149). - wifi: mt76: mt792x: fix ethtool warning (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). - wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). - wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). - wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). - wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). - wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). - wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). - wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). - wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). - wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). - wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). - wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). - wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). - wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). - wifi: mt76: mt7996: add muru support (bsc#1227149). - wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). - wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). - wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). - wifi: mt76: mt7996: add txpower setting support (bsc#1227149). - wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). - wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). - wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). - wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). - wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). - wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). - wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). - wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). - wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). - wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). - wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). - wifi: mt76: mt7996: fix fortify warning (bsc#1227149). - wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). - wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). - wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). - wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). - wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). - wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). - wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). - wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). - wifi: mt76: mt7996: increase tx token size (bsc#1227149). - wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). - wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). - wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). - wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). - wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). - wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). - wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). - wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). - wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). - wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). - wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). - wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). - wifi: mt76: mt7996: support per-band LED control (bsc#1227149). - wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). - wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (bsc#1227149). - wifi: mt76: permit to load precal from NVMEM cell for mt7915 (bsc#1227149). - wifi: mt76: permit to use alternative cell name to eeprom NVMEM load (bsc#1227149). - wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). - wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). - wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). - wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). - wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). - wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). - wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). - wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). - wifi: mt76: use chainmask for power delta calculation (bsc#1227149). - wifi: mwifiex: Drop unused headers (bsc#1227149). - wifi: mwifiex: Fix interface type change (git-fixes). - wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). - wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). - wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). - wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). - wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). - wifi: mwifiex: Use list_count_nodes() (bsc#1227149). - wifi: mwifiex: cleanup adapter data (bsc#1227149). - wifi: mwifiex: cleanup private data structures (bsc#1227149). - wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). - wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). - wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). - wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). - wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). - wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). - wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). - wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). - wifi: mwifiex: simplify PCIE write operations (bsc#1227149). - wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). - wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). - wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). - wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). - wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). - wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). - wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). - wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). - wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). - wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). - wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). - wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). - wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). - wifi: plfxlc: Drop unused include (bsc#1227149). - wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). - wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). - wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). - wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). - wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). - wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rt2x00: Simplify bool conversion (bsc#1227149). - wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). - wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). - wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). - wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). - wifi: rt2x00: fix the typo in comments (bsc#1227149). - wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). - wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). - wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). - wifi: rt2x00: make watchdog param per device (bsc#1227149). - wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). - wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). - wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). - wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). - wifi: rt2x00: silence sparse warnings (bsc#1227149). - wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). - wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). - wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). - wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). - wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). - wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). - wifi: rtl8xxxu: Add beacon functions (bsc#1227149). - wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). - wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). - wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). - wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). - wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). - wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). - wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). - wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). - wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). - wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). - wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). - wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). - wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). - wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). - wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). - wifi: rtl8xxxu: Rename some registers (bsc#1227149). - wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). - wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). - wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). - wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). - wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). - wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). - wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). - wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). - wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). - wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). - wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). - wifi: rtl8xxxu: enable channel switch support (bsc#1227149). - wifi: rtl8xxxu: extend check for matching bssid to both interfaces (bsc#1227149). - wifi: rtl8xxxu: extend wifi connected check to both interfaces (bsc#1227149). - wifi: rtl8xxxu: fix error messages (bsc#1227149). - wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). - wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). - wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). - wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (bsc#1227149). - wifi: rtl8xxxu: prepare supporting two virtual interfaces (bsc#1227149). - wifi: rtl8xxxu: remove assignment of priv->vif in rtl8xxxu_bss_info_changed() (bsc#1227149). - wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). - wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (bsc#1227149). - wifi: rtl8xxxu: support multiple interface in start_ap() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in bss_info_changed() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in configure_filter() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in set_aifs() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (bsc#1227149). - wifi: rtl8xxxu: support setting bssid register for multiple interfaces (bsc#1227149). - wifi: rtl8xxxu: support setting linktype for both interfaces (bsc#1227149). - wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). - wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). - wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). - wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). - wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). - wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). - wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). - wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). - wifi: rtlwifi: cleanup USB interface (bsc#1227149). - wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). - wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149). - wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). - wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). - wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). - wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). - wifi: rtlwifi: remove unused timer and related code (bsc#1227149). - wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). - wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). - wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). - wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use pci_regs.h (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Add pdev into _rtl8821ae_clear_pci_pme_status() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). - wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). - wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). - wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). - wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). - wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). - wifi: rtlwifi: simplify LED management (bsc#1227149). - wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). - wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). - wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). - wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). - wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). - wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). - wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). - wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). - wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). - wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). - wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). - wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). - wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). - wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). - wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). - wifi: rtw88: Stop high queue during scan (bsc#1227149). - wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). - wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). - wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). - wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). - wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). - wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). - wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). - wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). - wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). - wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). - wifi: rtw88: refine register based H2C command (bsc#1227149). - wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). - wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). - wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). - wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). - wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). - wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). - wifi: rtw88: simplify vif iterators (bsc#1227149). - wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). - wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). - wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). - wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). - wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). - wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). - wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). - wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). - wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). - wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). - wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). - wifi: rtw89: 8851b: add RF configurations (bsc#1227149). - wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). - wifi: rtw89: 8851b: add basic power on function (bsc#1227149). - wifi: rtw89: 8851b: add set channel function (bsc#1227149). - wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). - wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). - wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). - wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). - wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). - wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). - wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). - wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). - wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). - wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). - wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). - wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). - wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). - wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). - wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). - wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). - wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). - wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149). - wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy (bsc#1227149). - wifi: rtw89: 8852c: Update bandedge parameters for better performance (bsc#1227149). - wifi: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). - wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). - wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (bsc#1227149). - wifi: rtw89: 8852c: update RF radio A/B parameters to R63 (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (1 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (2 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (3 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). - wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). - wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). - wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). - wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). - wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). - wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial RF calibrations later (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). - wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). - wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). - wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). - wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). - wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). - wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). - wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). - wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). - wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). - wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). - wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). - wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). - wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). - wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). - wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). - wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). - wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (bsc#1227149). - wifi: rtw89: 8922a: read efuse content from physical map (bsc#1227149). - wifi: rtw89: 8922a: read efuse content via efuse map struct from logic map (bsc#1227149). - wifi: rtw89: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). - wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). - wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). - wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). - wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). - wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). - wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). - wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). - wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). - wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). - wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). - wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). - wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). - wifi: rtw89: Set default CQM config if not present (bsc#1227149). - wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). - wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). - wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). - wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). - wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). - wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). - wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). - wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). - wifi: rtw89: add EVM for antenna diversity (bsc#1227149). - wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). - wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). - wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). - wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). - wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). - wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). - wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). - wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). - wifi: rtw89: add firmware parser for v1 format (bsc#1227149). - wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). - wifi: rtw89: add function prototype for coex request duration (bsc#1227149). - wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). - wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). - wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). - wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). - wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). - wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). - wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). - wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). - wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). - wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). - wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). - wifi: rtw89: add wait/completion for abort scan (bsc#1227149). - wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). - wifi: rtw89: advertise missing extended scan feature (bsc#1227149). - wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). - wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). - wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). - wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). - wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). - wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). - wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). - wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). - wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). - wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). - wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). - wifi: rtw89: cleanup private data structures (bsc#1227149). - wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). - wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). - wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). - wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). - wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). - wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). - wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). - wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). - wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (bsc#1227149). - wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle (bsc#1227149). - wifi: rtw89: coex: Translate antenna configuration from ID to string (bsc#1227149). - wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). - wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). - wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). - wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). - wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). - wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). - wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). - wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). - wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). - wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). - wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). - wifi: rtw89: configure PPDU max user by chip (bsc#1227149). - wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). - wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). - wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). - wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). - wifi: rtw89: debug: add FW log component for scan (bsc#1227149). - wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). - wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). - wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). - wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). - wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). - wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). - wifi: rtw89: declare MCC in interface combination (bsc#1227149). - wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). - wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). - wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). - wifi: rtw89: download firmware with five times retry (bsc#1227149). - wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). - wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). - wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: fix HW scan not aborting properly (git-fixes). - wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). - wifi: rtw89: fix a width vs precision bug (bsc#1227149). - wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). - wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). - wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). - wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). - wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). - wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). - wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). - wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). - wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). - wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). - wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). - wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). - wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). - wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). - wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). - wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). - wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). - wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). - wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). - wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). - wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). - wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). - wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). - wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). - wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). - wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). - wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). - wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). - wifi: rtw89: indicate TX power by rate table inside RFE parameter (bsc#1227149). - wifi: rtw89: indicate TX shape table inside RFE parameter (bsc#1227149). - wifi: rtw89: initialize antenna for antenna diversity (bsc#1227149). - wifi: rtw89: initialize multi-channel handling (bsc#1227149). - wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). - wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). - wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). - wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). - wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). - wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). - wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). - wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). - wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). - wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). - wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). - wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). - wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). - wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). - wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). - wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). - wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). - wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). - wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). - wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). - wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). - wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). - wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). - wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). - wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). - wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). - wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). - wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (bsc#1227149). - wifi: rtw89: mac: set bf_assoc capabilities according to chip gen (bsc#1227149). - wifi: rtw89: mac: set bfee_ctrl() according to chip gen (bsc#1227149). - wifi: rtw89: mac: update RTS threshold according to chip gen (bsc#1227149). - wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). - wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). - wifi: rtw89: mcc: consider and determine BT duration (bsc#1227149). - wifi: rtw89: mcc: deal with BT slot change (bsc#1227149). - wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149). - wifi: rtw89: mcc: deal with beacon NoA if GO exists (bsc#1227149). - wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). - wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). - wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). - wifi: rtw89: mcc: initialize start flow (bsc#1227149). - wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). - wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). - wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). - wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). - wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). - wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). - wifi: rtw89: packet offload wait for FW response (bsc#1227149). - wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). - wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). - wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). - wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). - wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). - wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). - wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). - wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). - wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). - wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). - wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). - wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). - wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). - wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). - wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). - wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). - wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). - wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). - wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). - wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). - wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). - wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). - wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). - wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). - wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). - wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). - wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). - wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). - wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). - wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). - wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). - wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power by rate according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power limit according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power offset according to chip gen (bsc#1227149). - wifi: rtw89: phy: set channel_info for WiFi 7 chips (bsc#1227149). - wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). - wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). - wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). - wifi: rtw89: recognize log format from firmware file (bsc#1227149). - wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). - wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). - wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). - wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). - wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). - wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). - wifi: rtw89: refine hardware scan C2H events (bsc#1227149). - wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). - wifi: rtw89: refine packet offload handling under SER (bsc#1227149). - wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). - wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). - wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). - wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). - wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). - wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). - wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). - wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). - wifi: rtw89: return failure if needed firmware elements are not recognized (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger RX DCK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger TXGAPK (bsc#1227149). - wifi: rtw89: rfk: add a completion to wait RF calibration report from C2H event (bsc#1227149). - wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). - wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). - wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). - wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). - wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). - wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). - wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). - wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). - wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). - wifi: rtw89: show EHT rate in debugfs (bsc#1227149). - wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). - wifi: rtw89: support firmware log with formatted text (bsc#1227149). - wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). - wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). - wifi: rtw89: update DMA function with different generation (bsc#1227149). - wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). - wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). - wifi: rtw89: update suspend/resume for different generation (bsc#1227149). - wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). - wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). - wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). - wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (bsc#1227149). - wifi: rtw89: use struct to access RA report (bsc#1227149). - wifi: rtw89: use struct to access firmware C2H event header (bsc#1227149). - wifi: rtw89: use struct to access register-based H2C/C2H (bsc#1227149). - wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). - wifi: rtw89: use struct to parse firmware header (bsc#1227149). - wifi: rtw89: use struct to set RA H2C command (bsc#1227149). - wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). - wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). - wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). - wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). - wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). - wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). - wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). - wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). - wifi: virt_wifi: do not use strlen() in const context (git-fixes). - wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). - wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). - wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). - wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). - wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). - wifi: wfx: allow to send frames during ROC (bsc#1227149). - wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). - wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149). - wifi: wfx: introduce hif_scan_uniq() (bsc#1227149). - wifi: wfx: move wfx_skb_*() out of the header file (bsc#1227149). - wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149). - wifi: wfx: scan_lock is global to the device (bsc#1227149). - wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). - wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). - wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). - wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). - wifi: wilc1000: Remove unused declarations (bsc#1227149). - wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). - wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). - wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). - wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). - wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). - wifi: wilc1000: correct CRC7 calculation (bsc#1227149). - wifi: wilc1000: fix declarations ordering (bsc#1227149). - wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). - wifi: wilc1000: fix ies_len type in connect path (git-fixes). - wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). - wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). - wifi: wilc1000: remove setting msg.spi (bsc#1227149). - wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). - wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). - wifi: wilc1000: simplify remain on channel support (bsc#1227149). - wifi: wilc1000: simplify wilc_scan() (bsc#1227149). - wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). - wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). - wifi: wilc1000: validate chip id during bus probe (bsc#1227149). - wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). - wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). - wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). - wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). - wifi: zd1211rw: silence sparse warnings (bsc#1227149). - wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). - x86/amd_nb: Check for invalid SMN reads (git-fixes). - x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). - x86/asm: Fix build of UML with KASAN (git-fixes). - x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). - x86/boot: Ignore NMIs during very early boot (git-fixes). - x86/cpu: Provide default cache line size if not enumerated (git-fixes). - x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). - x86/csum: Improve performance of `csum_partial` (git-fixes). - x86/csum: Remove unnecessary odd handling (git-fixes). - x86/csum: clean up `csum_partial' further (git-fixes). - x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). - x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). - x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). - x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). - x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). - x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). - x86/shstk: Make return uprobe work with shadow stack (git-fixes). - x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). - x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) - xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). - xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). - xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). - xhci: always resume roothubs if xHC was reset during resume (stable-fixes). cluster-md-kmp-default-6.4.0-150600.23.17.1.x86_64.rpm True dlm-kmp-default-6.4.0-150600.23.17.1.x86_64.rpm True gfs2-kmp-default-6.4.0-150600.23.17.1.x86_64.rpm True kernel-debug-6.4.0-150600.23.17.1.nosrc.rpm True kernel-debug-6.4.0-150600.23.17.1.x86_64.rpm True kernel-debug-devel-6.4.0-150600.23.17.1.x86_64.rpm True kernel-debug-livepatch-devel-6.4.0-150600.23.17.1.x86_64.rpm True kernel-debug-vdso-6.4.0-150600.23.17.1.x86_64.rpm True kernel-default-6.4.0-150600.23.17.1.nosrc.rpm True kernel-default-6.4.0-150600.23.17.1.x86_64.rpm True kernel-default-base-6.4.0-150600.23.17.1.150600.12.6.2.src.rpm True kernel-default-base-6.4.0-150600.23.17.1.150600.12.6.2.x86_64.rpm True kernel-default-base-rebuild-6.4.0-150600.23.17.1.150600.12.6.2.x86_64.rpm True kernel-default-devel-6.4.0-150600.23.17.1.x86_64.rpm True kernel-default-extra-6.4.0-150600.23.17.1.x86_64.rpm True kernel-default-livepatch-6.4.0-150600.23.17.1.x86_64.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.17.1.x86_64.rpm True kernel-default-optional-6.4.0-150600.23.17.1.x86_64.rpm True kernel-default-vdso-6.4.0-150600.23.17.1.x86_64.rpm True kernel-devel-6.4.0-150600.23.17.1.noarch.rpm True kernel-docs-6.4.0-150600.23.17.3.noarch.rpm True kernel-docs-6.4.0-150600.23.17.3.nosrc.rpm True kernel-docs-html-6.4.0-150600.23.17.3.noarch.rpm True kernel-kvmsmall-6.4.0-150600.23.17.1.nosrc.rpm True kernel-kvmsmall-6.4.0-150600.23.17.1.x86_64.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.17.1.x86_64.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.17.1.x86_64.rpm True kernel-kvmsmall-vdso-6.4.0-150600.23.17.1.x86_64.rpm True kernel-macros-6.4.0-150600.23.17.1.noarch.rpm True kernel-obs-build-6.4.0-150600.23.17.1.src.rpm True kernel-obs-build-6.4.0-150600.23.17.1.x86_64.rpm True kernel-obs-qa-6.4.0-150600.23.17.1.src.rpm True kernel-obs-qa-6.4.0-150600.23.17.1.x86_64.rpm True kernel-source-6.4.0-150600.23.17.1.noarch.rpm True kernel-source-6.4.0-150600.23.17.1.src.rpm True kernel-source-vanilla-6.4.0-150600.23.17.1.noarch.rpm True kernel-syms-6.4.0-150600.23.17.1.src.rpm True kernel-syms-6.4.0-150600.23.17.1.x86_64.rpm True kselftests-kmp-default-6.4.0-150600.23.17.1.x86_64.rpm True ocfs2-kmp-default-6.4.0-150600.23.17.1.x86_64.rpm True reiserfs-kmp-default-6.4.0-150600.23.17.1.x86_64.rpm True cluster-md-kmp-default-6.4.0-150600.23.17.1.s390x.rpm True dlm-kmp-default-6.4.0-150600.23.17.1.s390x.rpm True gfs2-kmp-default-6.4.0-150600.23.17.1.s390x.rpm True kernel-default-6.4.0-150600.23.17.1.s390x.rpm True kernel-default-devel-6.4.0-150600.23.17.1.s390x.rpm True kernel-default-extra-6.4.0-150600.23.17.1.s390x.rpm True kernel-default-livepatch-6.4.0-150600.23.17.1.s390x.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.17.1.s390x.rpm True kernel-default-optional-6.4.0-150600.23.17.1.s390x.rpm True kernel-obs-build-6.4.0-150600.23.17.1.s390x.rpm True kernel-obs-qa-6.4.0-150600.23.17.1.s390x.rpm True kernel-syms-6.4.0-150600.23.17.1.s390x.rpm True kernel-zfcpdump-6.4.0-150600.23.17.1.nosrc.rpm True kernel-zfcpdump-6.4.0-150600.23.17.1.s390x.rpm True kselftests-kmp-default-6.4.0-150600.23.17.1.s390x.rpm True ocfs2-kmp-default-6.4.0-150600.23.17.1.s390x.rpm True reiserfs-kmp-default-6.4.0-150600.23.17.1.s390x.rpm True cluster-md-kmp-default-6.4.0-150600.23.17.1.ppc64le.rpm True dlm-kmp-default-6.4.0-150600.23.17.1.ppc64le.rpm True gfs2-kmp-default-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-debug-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-debug-devel-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-debug-livepatch-devel-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-default-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-default-base-6.4.0-150600.23.17.1.150600.12.6.2.ppc64le.rpm True kernel-default-base-rebuild-6.4.0-150600.23.17.1.150600.12.6.2.ppc64le.rpm True kernel-default-devel-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-default-extra-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-default-livepatch-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-default-optional-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-kvmsmall-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-obs-build-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-obs-qa-6.4.0-150600.23.17.1.ppc64le.rpm True kernel-syms-6.4.0-150600.23.17.1.ppc64le.rpm True kselftests-kmp-default-6.4.0-150600.23.17.1.ppc64le.rpm True ocfs2-kmp-default-6.4.0-150600.23.17.1.ppc64le.rpm True reiserfs-kmp-default-6.4.0-150600.23.17.1.ppc64le.rpm True cluster-md-kmp-64kb-6.4.0-150600.23.17.1.aarch64.rpm True cluster-md-kmp-default-6.4.0-150600.23.17.1.aarch64.rpm True dlm-kmp-64kb-6.4.0-150600.23.17.1.aarch64.rpm True dlm-kmp-default-6.4.0-150600.23.17.1.aarch64.rpm True dtb-aarch64-6.4.0-150600.23.17.1.nosrc.rpm True dtb-allwinner-6.4.0-150600.23.17.1.aarch64.rpm True dtb-altera-6.4.0-150600.23.17.1.aarch64.rpm True dtb-amazon-6.4.0-150600.23.17.1.aarch64.rpm True dtb-amd-6.4.0-150600.23.17.1.aarch64.rpm True dtb-amlogic-6.4.0-150600.23.17.1.aarch64.rpm True dtb-apm-6.4.0-150600.23.17.1.aarch64.rpm True dtb-apple-6.4.0-150600.23.17.1.aarch64.rpm True dtb-arm-6.4.0-150600.23.17.1.aarch64.rpm True dtb-broadcom-6.4.0-150600.23.17.1.aarch64.rpm True dtb-cavium-6.4.0-150600.23.17.1.aarch64.rpm True dtb-exynos-6.4.0-150600.23.17.1.aarch64.rpm True dtb-freescale-6.4.0-150600.23.17.1.aarch64.rpm True dtb-hisilicon-6.4.0-150600.23.17.1.aarch64.rpm True dtb-lg-6.4.0-150600.23.17.1.aarch64.rpm True dtb-marvell-6.4.0-150600.23.17.1.aarch64.rpm True dtb-mediatek-6.4.0-150600.23.17.1.aarch64.rpm True dtb-nvidia-6.4.0-150600.23.17.1.aarch64.rpm True dtb-qcom-6.4.0-150600.23.17.1.aarch64.rpm True dtb-renesas-6.4.0-150600.23.17.1.aarch64.rpm True dtb-rockchip-6.4.0-150600.23.17.1.aarch64.rpm True dtb-socionext-6.4.0-150600.23.17.1.aarch64.rpm True dtb-sprd-6.4.0-150600.23.17.1.aarch64.rpm True dtb-xilinx-6.4.0-150600.23.17.1.aarch64.rpm True gfs2-kmp-64kb-6.4.0-150600.23.17.1.aarch64.rpm True gfs2-kmp-default-6.4.0-150600.23.17.1.aarch64.rpm True kernel-64kb-6.4.0-150600.23.17.1.aarch64.rpm True kernel-64kb-6.4.0-150600.23.17.1.nosrc.rpm True kernel-64kb-devel-6.4.0-150600.23.17.1.aarch64.rpm True kernel-64kb-extra-6.4.0-150600.23.17.1.aarch64.rpm True kernel-64kb-livepatch-devel-6.4.0-150600.23.17.1.aarch64.rpm True kernel-64kb-optional-6.4.0-150600.23.17.1.aarch64.rpm True kernel-default-6.4.0-150600.23.17.1.aarch64.rpm True kernel-default-base-6.4.0-150600.23.17.1.150600.12.6.2.aarch64.rpm True kernel-default-base-rebuild-6.4.0-150600.23.17.1.150600.12.6.2.aarch64.rpm True kernel-default-devel-6.4.0-150600.23.17.1.aarch64.rpm True kernel-default-extra-6.4.0-150600.23.17.1.aarch64.rpm True kernel-default-livepatch-6.4.0-150600.23.17.1.aarch64.rpm True kernel-default-livepatch-devel-6.4.0-150600.23.17.1.aarch64.rpm True kernel-default-optional-6.4.0-150600.23.17.1.aarch64.rpm True kernel-kvmsmall-6.4.0-150600.23.17.1.aarch64.rpm True kernel-kvmsmall-devel-6.4.0-150600.23.17.1.aarch64.rpm True kernel-kvmsmall-livepatch-devel-6.4.0-150600.23.17.1.aarch64.rpm True kernel-obs-build-6.4.0-150600.23.17.1.aarch64.rpm True kernel-obs-qa-6.4.0-150600.23.17.1.aarch64.rpm True kernel-syms-6.4.0-150600.23.17.1.aarch64.rpm True kselftests-kmp-64kb-6.4.0-150600.23.17.1.aarch64.rpm True kselftests-kmp-default-6.4.0-150600.23.17.1.aarch64.rpm True ocfs2-kmp-64kb-6.4.0-150600.23.17.1.aarch64.rpm True ocfs2-kmp-default-6.4.0-150600.23.17.1.aarch64.rpm True reiserfs-kmp-64kb-6.4.0-150600.23.17.1.aarch64.rpm True reiserfs-kmp-default-6.4.0-150600.23.17.1.aarch64.rpm True openSUSE-SLE-15.6-2024-3166 Recommended update for glibc moderate SUSE Updates openSUSE-SLE 15.6 This update for glibc fixes the following issue: - s390x-wcsncmp patch for s390x: Fix segfault in wcsncmp (bsc#1228042). glibc-2.38-150600.14.8.2.src.rpm glibc-2.38-150600.14.8.2.x86_64.rpm glibc-32bit-2.38-150600.14.8.2.x86_64.rpm glibc-devel-2.38-150600.14.8.2.x86_64.rpm glibc-devel-32bit-2.38-150600.14.8.2.x86_64.rpm glibc-devel-static-2.38-150600.14.8.2.x86_64.rpm glibc-devel-static-32bit-2.38-150600.14.8.2.x86_64.rpm glibc-extra-2.38-150600.14.8.2.x86_64.rpm glibc-html-2.38-150600.14.8.2.noarch.rpm glibc-i18ndata-2.38-150600.14.8.2.noarch.rpm glibc-info-2.38-150600.14.8.2.noarch.rpm glibc-lang-2.38-150600.14.8.2.noarch.rpm glibc-locale-2.38-150600.14.8.2.x86_64.rpm glibc-locale-base-2.38-150600.14.8.2.x86_64.rpm glibc-locale-base-32bit-2.38-150600.14.8.2.x86_64.rpm glibc-profile-2.38-150600.14.8.2.x86_64.rpm glibc-profile-32bit-2.38-150600.14.8.2.x86_64.rpm glibc-utils-2.38-150600.14.8.2.x86_64.rpm glibc-utils-32bit-2.38-150600.14.8.2.x86_64.rpm glibc-utils-src-2.38-150600.14.8.2.src.rpm libnsl1-2.38-150600.14.8.2.x86_64.rpm libnsl1-32bit-2.38-150600.14.8.2.x86_64.rpm nscd-2.38-150600.14.8.2.x86_64.rpm glibc-2.38-150600.14.8.2.s390x.rpm glibc-devel-2.38-150600.14.8.2.s390x.rpm glibc-devel-static-2.38-150600.14.8.2.s390x.rpm glibc-extra-2.38-150600.14.8.2.s390x.rpm glibc-locale-2.38-150600.14.8.2.s390x.rpm glibc-locale-base-2.38-150600.14.8.2.s390x.rpm glibc-profile-2.38-150600.14.8.2.s390x.rpm glibc-utils-2.38-150600.14.8.2.s390x.rpm libnsl1-2.38-150600.14.8.2.s390x.rpm nscd-2.38-150600.14.8.2.s390x.rpm glibc-2.38-150600.14.8.2.ppc64le.rpm glibc-devel-2.38-150600.14.8.2.ppc64le.rpm glibc-devel-static-2.38-150600.14.8.2.ppc64le.rpm glibc-extra-2.38-150600.14.8.2.ppc64le.rpm glibc-locale-2.38-150600.14.8.2.ppc64le.rpm glibc-locale-base-2.38-150600.14.8.2.ppc64le.rpm glibc-profile-2.38-150600.14.8.2.ppc64le.rpm glibc-utils-2.38-150600.14.8.2.ppc64le.rpm libnsl1-2.38-150600.14.8.2.ppc64le.rpm nscd-2.38-150600.14.8.2.ppc64le.rpm glibc-2.38-150600.14.8.2.aarch64.rpm glibc-devel-2.38-150600.14.8.2.aarch64.rpm glibc-devel-static-2.38-150600.14.8.2.aarch64.rpm glibc-extra-2.38-150600.14.8.2.aarch64.rpm glibc-locale-2.38-150600.14.8.2.aarch64.rpm glibc-locale-base-2.38-150600.14.8.2.aarch64.rpm glibc-profile-2.38-150600.14.8.2.aarch64.rpm glibc-utils-2.38-150600.14.8.2.aarch64.rpm libnsl1-2.38-150600.14.8.2.aarch64.rpm nscd-2.38-150600.14.8.2.aarch64.rpm openSUSE-SLE-15.6-2024-2778 Recommended update for oracleasm moderate SUSE Updates openSUSE-SLE 15.6 This update of oracleasm rebuilds it with the correct secure boot key. oracleasm-2.0.8-150600.16.2.1.src.rpm oracleasm-kmp-default-2.0.8_k6.4.0_150600.23.14-150600.16.2.1.x86_64.rpm oracleasm-kmp-rt-2.0.8_k6.4.0_150600.6-150600.16.2.1.x86_64.rpm oracleasm-kmp-default-2.0.8_k6.4.0_150600.23.14-150600.16.2.1.s390x.rpm oracleasm-kmp-default-2.0.8_k6.4.0_150600.23.14-150600.16.2.1.ppc64le.rpm oracleasm-kmp-64kb-2.0.8_k6.4.0_150600.23.14-150600.16.2.1.aarch64.rpm oracleasm-kmp-default-2.0.8_k6.4.0_150600.23.14-150600.16.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-2878 Recommended update for python-kiwi important SUSE Updates openSUSE-SLE 15.6 This update for python-kiwi fixes the following issues: - Do not exclude the .profile env file by default (bsc#1228118) kiwi's initrd modules read a .profile file which gets included into the initrd produced at build time. To allow rebuild of a host-only initrd from the booted system this information should be present such that it is possible to re-use kiwi initrd code. - Add rd.kiwi.oem.force_resize boot option (bsc#1224389) Forces the disk resize process on an OEM disk image. If set, no sanity check for unpartitioned/free space is performed and also an eventually configured 'oem-resize-once' configuration from the image description will not be taken into account. dracut-kiwi-lib-9.24.43-150100.3.81.1.x86_64.rpm dracut-kiwi-live-9.24.43-150100.3.81.1.x86_64.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.81.1.x86_64.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.81.1.x86_64.rpm dracut-kiwi-overlay-9.24.43-150100.3.81.1.x86_64.rpm kiwi-man-pages-9.24.43-150100.3.81.1.x86_64.rpm kiwi-pxeboot-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-containers-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-core-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.81.1.x86_64.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.81.1.x86_64.rpm kiwi-tools-9.24.43-150100.3.81.1.x86_64.rpm python-kiwi-9.24.43-150100.3.81.1.src.rpm python3-kiwi-9.24.43-150100.3.81.1.x86_64.rpm dracut-kiwi-lib-9.24.43-150100.3.81.1.s390x.rpm dracut-kiwi-live-9.24.43-150100.3.81.1.s390x.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.81.1.s390x.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.81.1.s390x.rpm dracut-kiwi-overlay-9.24.43-150100.3.81.1.s390x.rpm kiwi-man-pages-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-containers-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-core-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.81.1.s390x.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.81.1.s390x.rpm kiwi-tools-9.24.43-150100.3.81.1.s390x.rpm python3-kiwi-9.24.43-150100.3.81.1.s390x.rpm dracut-kiwi-lib-9.24.43-150100.3.81.1.ppc64le.rpm dracut-kiwi-live-9.24.43-150100.3.81.1.ppc64le.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.81.1.ppc64le.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.81.1.ppc64le.rpm dracut-kiwi-overlay-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-man-pages-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-containers-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-core-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.81.1.ppc64le.rpm kiwi-tools-9.24.43-150100.3.81.1.ppc64le.rpm python3-kiwi-9.24.43-150100.3.81.1.ppc64le.rpm dracut-kiwi-lib-9.24.43-150100.3.81.1.aarch64.rpm dracut-kiwi-live-9.24.43-150100.3.81.1.aarch64.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.81.1.aarch64.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.81.1.aarch64.rpm dracut-kiwi-overlay-9.24.43-150100.3.81.1.aarch64.rpm kiwi-man-pages-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-containers-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-core-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.81.1.aarch64.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.81.1.aarch64.rpm kiwi-tools-9.24.43-150100.3.81.1.aarch64.rpm python3-kiwi-9.24.43-150100.3.81.1.aarch64.rpm openSUSE-SLE-15.6-2024-2779 Recommended update for permissions moderate SUSE Updates openSUSE-SLE 15.6 This update for permissions fixes the following issue: * cockpit: moved setuid executable (bsc#1228548) permissions-20240801-150600.10.4.1.src.rpm permissions-20240801-150600.10.4.1.x86_64.rpm permissions-zypp-plugin-20240801-150600.10.4.1.noarch.rpm permissions-20240801-150600.10.4.1.s390x.rpm permissions-20240801-150600.10.4.1.ppc64le.rpm permissions-20240801-150600.10.4.1.aarch64.rpm openSUSE-SLE-15.6-2024-2780 Security update for patch low SUSE Updates openSUSE-SLE 15.6 This update for patch fixes the following issues: - CVE-2019-20633: Fixed double-free/OOB read in pch.c (bsc#1167721) patch-2.7.6-150000.5.6.1.src.rpm patch-2.7.6-150000.5.6.1.x86_64.rpm patch-2.7.6-150000.5.6.1.s390x.rpm patch-2.7.6-150000.5.6.1.ppc64le.rpm patch-2.7.6-150000.5.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2912 Recommended update for cloud-regionsrv-client important SUSE Updates openSUSE-SLE 15.6 This update for cloud-regionsrv-client contains the following fixes: - Update to version 10.3.0 (bsc#1227308, bsc#1222985) + Add support for sidecar registry Podman and rootless Docker support to set up the necessary configuration for the container engines to run as defined + Add running command as root through sudoers file - Update to version 10.2.0 (bsc#1223571, bsc#1224014, bsc#1224016) + In addition to logging, write message to stderr when registration fails + Detect transactional-update system with read only setup and use the transactional-update command to register + Handle operation in a different target root directory for credentials checking cloud-regionsrv-client-10.3.0-150300.13.3.1.src.rpm cloud-regionsrv-client-10.3.0-150300.13.3.1.x86_64.rpm cloud-regionsrv-client-addon-azure-1.0.5-150300.13.3.1.noarch.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.3.1.x86_64.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.3.1.x86_64.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.3.1.x86_64.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.3.1.x86_64.rpm libyaml-0-2-0.1.7-150000.3.2.1.x86_64.rpm libyaml-0.1.7-150000.3.2.1.src.rpm libyaml-devel-0.1.7-150000.3.2.1.x86_64.rpm cloud-regionsrv-client-10.3.0-150300.13.3.1.s390x.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.3.1.s390x.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.3.1.s390x.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.3.1.s390x.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.3.1.s390x.rpm libyaml-0-2-0.1.7-150000.3.2.1.s390x.rpm libyaml-devel-0.1.7-150000.3.2.1.s390x.rpm cloud-regionsrv-client-10.3.0-150300.13.3.1.ppc64le.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.3.1.ppc64le.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.3.1.ppc64le.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.3.1.ppc64le.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.3.1.ppc64le.rpm libyaml-0-2-0.1.7-150000.3.2.1.ppc64le.rpm libyaml-devel-0.1.7-150000.3.2.1.ppc64le.rpm cloud-regionsrv-client-10.3.0-150300.13.3.1.aarch64.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.3.1.aarch64.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.3.1.aarch64.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.3.1.aarch64.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.3.1.aarch64.rpm libyaml-0-2-0.1.7-150000.3.2.1.aarch64.rpm libyaml-devel-0.1.7-150000.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-2784 Security update for curl important SUSE Updates openSUSE-SLE 15.6 This update for curl fixes the following issues: - CVE-2024-7264: Fixed ASN.1 date parser overread (bsc#1228535) - CVE-2024-6197: Fixed freeing stack buffer in utf8asn1str (bsc#1227888) curl-8.6.0-150600.4.3.1.src.rpm curl-8.6.0-150600.4.3.1.x86_64.rpm libcurl-devel-32bit-8.6.0-150600.4.3.1.x86_64.rpm libcurl-devel-8.6.0-150600.4.3.1.x86_64.rpm libcurl4-32bit-8.6.0-150600.4.3.1.x86_64.rpm libcurl4-8.6.0-150600.4.3.1.x86_64.rpm curl-8.6.0-150600.4.3.1.s390x.rpm libcurl-devel-8.6.0-150600.4.3.1.s390x.rpm libcurl4-8.6.0-150600.4.3.1.s390x.rpm curl-8.6.0-150600.4.3.1.ppc64le.rpm libcurl-devel-8.6.0-150600.4.3.1.ppc64le.rpm libcurl4-8.6.0-150600.4.3.1.ppc64le.rpm curl-8.6.0-150600.4.3.1.aarch64.rpm libcurl-devel-8.6.0-150600.4.3.1.aarch64.rpm libcurl4-8.6.0-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2880 Security update for python-Twisted important SUSE Updates openSUSE-SLE 15.6 This update for python-Twisted fixes the following issues: - CVE-2024-41671: Fixed an information disclosure due to HTTP requests processed out-of-order (bsc#1228549) - CVE-2024-41810: Fixed reflected XSS via HTML injection in redirect response (bsc#1228552) python-Twisted-22.10.0-150400.5.23.1.src.rpm python311-Twisted-22.10.0-150400.5.23.1.noarch.rpm python311-Twisted-all_non_platform-22.10.0-150400.5.23.1.noarch.rpm python311-Twisted-conch-22.10.0-150400.5.23.1.noarch.rpm python311-Twisted-conch_nacl-22.10.0-150400.5.23.1.noarch.rpm python311-Twisted-contextvars-22.10.0-150400.5.23.1.noarch.rpm python311-Twisted-http2-22.10.0-150400.5.23.1.noarch.rpm python311-Twisted-serial-22.10.0-150400.5.23.1.noarch.rpm python311-Twisted-tls-22.10.0-150400.5.23.1.noarch.rpm openSUSE-SLE-15.6-2024-2785 Security update for kernel-firmware moderate SUSE Updates openSUSE-SLE 15.6 This update for kernel-firmware fixes the following issues: Update to version 20240728: * amdgpu: update DMCUB to v0.0.227.0 for DCN35 and DCN351 * Revert "iwlwifi: update ty/So/Ma firmwares for core89-58 release" * linux-firmware: update firmware for MT7922 WiFi device * linux-firmware: update firmware for MT7921 WiFi device * linux-firmware: update firmware for mediatek bluetooth chip (MT7922) * linux-firmware: update firmware for mediatek bluetooth chip (MT7921) * iwlwifi: add gl FW for core89-58 release * iwlwifi: update ty/So/Ma firmwares for core89-58 release * iwlwifi: update cc/Qu/QuZ firmwares for core89-58 release * mediatek: Update mt8195 SOF firmware and sof-tplg * ASoC: tas2781: fix the license issue for tas781 firmware * rtl_bt: Update RTL8852B BT USB FW to 0x048F_4008 * i915: Update Xe2LPD DMC to v2.21 * qcom: move signed x1e80100 signed firmware to the SoC subdir * qcom: add video firmware file for vpu-3.0 * intel: avs: Add topology file for I2S Analog Devices 4567 * intel: avs: Add topology file for I2S Nuvoton 8825 * intel: avs: Add topology file for I2S Maxim 98927 * intel: avs: Add topology file for I2S Maxim 98373 * intel: avs: Add topology file for I2S Maxim 98357a * intel: avs: Add topology file for I2S Dialog 7219 * intel: avs: Add topology file for I2S Realtek 5663 * intel: avs: Add topology file for I2S Realtek 5640 * intel: avs: Add topology file for I2S Realtek 5514 * intel: avs: Add topology file for I2S Realtek 298 * intel: avs: Add topology file for I2S Realtek 286 * intel: avs: Add topology file for I2S Realtek 274 * intel: avs: Add topology file for Digital Microphone Array * intel: avs: Add topology file for HDMI codecs * intel: avs: Add topology file for HDAudio codecs * intel: avs: Update AudioDSP base firmware for APL-based platforms kernel-firmware-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-20240728-150600.3.6.1.src.rpm True kernel-firmware-all-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-amdgpu-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-ath10k-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-ath11k-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-ath12k-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-atheros-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-bluetooth-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-bnx2-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-brcm-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-chelsio-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-dpaa2-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-i915-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-intel-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-iwlwifi-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-liquidio-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-marvell-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-media-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-mediatek-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-mellanox-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-mwifiex-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-network-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-nfp-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-nvidia-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-platform-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-prestera-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-qcom-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-qlogic-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-radeon-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-realtek-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-serial-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-sound-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-ti-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-ueagle-20240728-150600.3.6.1.noarch.rpm True kernel-firmware-usb-network-20240728-150600.3.6.1.noarch.rpm True ucode-amd-20240728-150600.3.6.1.noarch.rpm True openSUSE-SLE-15.6-2024-2788 Recommended update for sudo moderate SUSE Updates openSUSE-SLE 15.6 This update for sudo fixes the following issue: - Fix Wrong permissions on /usr/share/polkit-1/rules.d (bsc#1227574). sudo-1.9.15p5-150600.3.6.2.src.rpm sudo-1.9.15p5-150600.3.6.2.x86_64.rpm sudo-devel-1.9.15p5-150600.3.6.2.x86_64.rpm sudo-plugin-python-1.9.15p5-150600.3.6.2.x86_64.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2.x86_64.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2.x86_64.rpm sudo-test-1.9.15p5-150600.3.6.2.x86_64.rpm system-group-sudo-1.9.15p5-150600.3.6.2.x86_64.rpm sudo-1.9.15p5-150600.3.6.2.s390x.rpm sudo-devel-1.9.15p5-150600.3.6.2.s390x.rpm sudo-plugin-python-1.9.15p5-150600.3.6.2.s390x.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2.s390x.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2.s390x.rpm sudo-test-1.9.15p5-150600.3.6.2.s390x.rpm system-group-sudo-1.9.15p5-150600.3.6.2.s390x.rpm sudo-1.9.15p5-150600.3.6.2.ppc64le.rpm sudo-devel-1.9.15p5-150600.3.6.2.ppc64le.rpm sudo-plugin-python-1.9.15p5-150600.3.6.2.ppc64le.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2.ppc64le.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2.ppc64le.rpm sudo-test-1.9.15p5-150600.3.6.2.ppc64le.rpm system-group-sudo-1.9.15p5-150600.3.6.2.ppc64le.rpm sudo-1.9.15p5-150600.3.6.2.aarch64.rpm sudo-devel-1.9.15p5-150600.3.6.2.aarch64.rpm sudo-plugin-python-1.9.15p5-150600.3.6.2.aarch64.rpm sudo-policy-sudo-auth-self-1.9.15p5-150600.3.6.2.aarch64.rpm sudo-policy-wheel-auth-self-1.9.15p5-150600.3.6.2.aarch64.rpm sudo-test-1.9.15p5-150600.3.6.2.aarch64.rpm system-group-sudo-1.9.15p5-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2816 Security update for python-Django important SUSE Updates openSUSE-SLE 15.6 This update for python-Django fixes the following issues: - CVE-2024-42005: Fixed SQL injection in QuerySet.values() and values_list() (bsc#1228629) - CVE-2024-41989: Fixed Memory exhaustion in django.utils.numberformat.floatformat() (bsc#1228630) - CVE-2024-41990: Fixed denial-of-service vulnerability in django.utils.html.urlize() (bsc#1228631) - CVE-2024-41991: Fixed another denial-of-service vulnerability in django.utils.html.urlize() (bsc#1228632) python-Django-4.2.11-150600.3.6.1.src.rpm python311-Django-4.2.11-150600.3.6.1.noarch.rpm openSUSE-SLE-15.6-2024-2786 Security update for java-1_8_0-openjdk important SUSE Updates openSUSE-SLE 15.6 This update for java-1_8_0-openjdk fixes the following issues: Update to version jdk8u422 (icedtea-3.32.0): * Security fixes + JDK-8314794, CVE-2024-21131, bsc#1228046: Improve UTF8 String supports + JDK-8319859, CVE-2024-21138, bsc#1228047: Better symbol storage + JDK-8320097: Improve Image transformations + JDK-8320548, CVE-2024-21140, bsc#1228048: Improved loop handling + JDK-8322106, CVE-2024-21144, bsc#1228050: Enhance Pack 200 loading + JDK-8323231, CVE-2024-21147, bsc#1228052: Improve array management + JDK-8323390: Enhance mask blit functionality + JDK-8324559, CVE-2024-21145, bsc#1228051: Improve 2D image handling + JDK-8325600: Better symbol storage * Import of OpenJDK 8 u422 build 05 + JDK-8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105 + JDK-8069389: CompilerOracle prefix wildcarding is broken for long strings + JDK-8159454: [TEST_BUG] javax/swing/ToolTipManager/7123767/ /bug7123767.java: number of checked graphics configurations should be limited + JDK-8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails + JDK-8203691: [TESTBUG] Test /runtime/containers/cgroup/PlainRead.java fails + JDK-8205407: [windows, vs<2017] C4800 after 8203197 + JDK-8235834: IBM-943 charset encoder needs updating + JDK-8239965: XMLEncoder/Test4625418.java fails due to "Error: Cp943 - can't read properly" + JDK-8240756: [macos] SwingSet2:TableDemo:Printed Japanese characters were garbled + JDK-8256152: tests fail because of ambiguous method resolution + JDK-8258855: Two tests sun/security/krb5/auto/ /ReplayCacheTestProc.java and ReplayCacheTestProcWithMD5.java failed on OL8.3 + JDK-8262017: C2: assert(n != __null) failed: Bad immediate dominator info. + JDK-8268916: Tests for AffirmTrust roots + JDK-8278067: Make HttpURLConnection default keep alive timeout configurable + JDK-8291226: Create Test Cases to cover scenarios for JDK-8278067 + JDK-8291637: HttpClient default keep alive timeout not followed if server sends invalid value + JDK-8291638: Keep-Alive timeout of 0 should close connection immediately + JDK-8293562: KeepAliveCache Blocks Threads while Closing Connections + JDK-8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL + JDK-8304074: [JMX] Add an approximation of total bytes allocated on the Java heap by the JVM + JDK-8313081: MonitoringSupport_lock should be unconditionally initialized after 8304074 + JDK-8315020: The macro definition for LoongArch64 zero build is not accurate. + JDK-8316138: Add GlobalSign 2 TLS root certificates + JDK-8318410: jdk/java/lang/instrument/BootClassPath/ /BootClassPathTest.sh fails on Japanese Windows + JDK-8320005: Allow loading of shared objects with .a extension on AIX + JDK-8324185: [8u] Accept Xcode 12+ builds on macOS + JDK-8325096: Test java/security/cert/CertPathBuilder/akiExt/ /AKISerialNumber.java is failing + JDK-8325927: [8u] Backport of JDK-8170552 missed part of the test + JDK-8326686: Bump update version of OpenJDK: 8u422 + JDK-8327440: Fix "bad source file" error during beaninfo generation + JDK-8328809: [8u] Problem list some CA tests + JDK-8328825: Google CAInterop test failures + JDK-8329544: [8u] sun/security/krb5/auto/ /ReplayCacheTestProc.java cannot find the testlibrary + JDK-8331791: [8u] AIX build break from JDK-8320005 backport + JDK-8331980: [8u] Problem list CAInterop.java#certignarootca test + JDK-8335552: [8u] JDK-8303466 backport to 8u requires 3 ::Identity signature fixes * Bug fixes + JDK-8331730: [8u] GHA: update sysroot for cross builds to Debian bullseye + JDK-8333669: [8u] GHA: Dead VS2010 download link + JDK-8318039: GHA: Bump macOS and Xcode versions java-1_8_0-openjdk-1.8.0.422-150000.3.97.1.src.rpm java-1_8_0-openjdk-1.8.0.422-150000.3.97.1.x86_64.rpm java-1_8_0-openjdk-accessibility-1.8.0.422-150000.3.97.1.x86_64.rpm java-1_8_0-openjdk-demo-1.8.0.422-150000.3.97.1.x86_64.rpm java-1_8_0-openjdk-devel-1.8.0.422-150000.3.97.1.x86_64.rpm java-1_8_0-openjdk-headless-1.8.0.422-150000.3.97.1.x86_64.rpm java-1_8_0-openjdk-javadoc-1.8.0.422-150000.3.97.1.noarch.rpm java-1_8_0-openjdk-src-1.8.0.422-150000.3.97.1.x86_64.rpm java-1_8_0-openjdk-1.8.0.422-150000.3.97.1.s390x.rpm java-1_8_0-openjdk-accessibility-1.8.0.422-150000.3.97.1.s390x.rpm java-1_8_0-openjdk-demo-1.8.0.422-150000.3.97.1.s390x.rpm java-1_8_0-openjdk-devel-1.8.0.422-150000.3.97.1.s390x.rpm java-1_8_0-openjdk-headless-1.8.0.422-150000.3.97.1.s390x.rpm java-1_8_0-openjdk-src-1.8.0.422-150000.3.97.1.s390x.rpm java-1_8_0-openjdk-1.8.0.422-150000.3.97.1.ppc64le.rpm java-1_8_0-openjdk-accessibility-1.8.0.422-150000.3.97.1.ppc64le.rpm java-1_8_0-openjdk-demo-1.8.0.422-150000.3.97.1.ppc64le.rpm java-1_8_0-openjdk-devel-1.8.0.422-150000.3.97.1.ppc64le.rpm java-1_8_0-openjdk-headless-1.8.0.422-150000.3.97.1.ppc64le.rpm java-1_8_0-openjdk-src-1.8.0.422-150000.3.97.1.ppc64le.rpm java-1_8_0-openjdk-1.8.0.422-150000.3.97.1.aarch64.rpm java-1_8_0-openjdk-accessibility-1.8.0.422-150000.3.97.1.aarch64.rpm java-1_8_0-openjdk-demo-1.8.0.422-150000.3.97.1.aarch64.rpm java-1_8_0-openjdk-devel-1.8.0.422-150000.3.97.1.aarch64.rpm java-1_8_0-openjdk-headless-1.8.0.422-150000.3.97.1.aarch64.rpm java-1_8_0-openjdk-src-1.8.0.422-150000.3.97.1.aarch64.rpm openSUSE-SLE-15.6-2024-2869 Security update for ca-certificates-mozilla important SUSE Updates openSUSE-SLE 15.6 This update for ca-certificates-mozilla fixes the following issues: - Updated to 2.68 state of Mozilla SSL root CAs (bsc#1227525) - Added: FIRMAPROFESIONAL CA ROOT-A WEB - Distrust: GLOBALTRUST 2020 - Updated to 2.66 state of Mozilla SSL root CAs (bsc#1220356) Added: - CommScope Public Trust ECC Root-01 - CommScope Public Trust ECC Root-02 - CommScope Public Trust RSA Root-01 - CommScope Public Trust RSA Root-02 - D-Trust SBR Root CA 1 2022 - D-Trust SBR Root CA 2 2022 - Telekom Security SMIME ECC Root 2021 - Telekom Security SMIME RSA Root 2023 - Telekom Security TLS ECC Root 2020 - Telekom Security TLS RSA Root 2023 - TrustAsia Global Root CA G3 - TrustAsia Global Root CA G4 Removed: - Autoridad de Certificacion Firmaprofesional CIF A62634068 - Chambers of Commerce Root - 2008 - Global Chambersign Root - 2008 - Security Communication Root CA - Symantec Class 1 Public Primary Certification Authority - G6 - Symantec Class 2 Public Primary Certification Authority - G6 - TrustCor ECA-1 - TrustCor RootCert CA-1 - TrustCor RootCert CA-2 - VeriSign Class 1 Public Primary Certification Authority - G3 - VeriSign Class 2 Public Primary Certification Authority - G3 ca-certificates-mozilla-2.68-150200.33.1.noarch.rpm ca-certificates-mozilla-2.68-150200.33.1.src.rpm ca-certificates-mozilla-prebuilt-2.68-150200.33.1.noarch.rpm ca-certificates-mozilla-prebuilt-2.68-150200.33.1.src.rpm openSUSE-SLE-15.6-2024-2887 Recommended update for util-linux moderate SUSE Updates openSUSE-SLE 15.6 This update for util-linux fixes the following issues: - agetty: Prevent login cursor escape (bsc#1194818). - Document unexpected side effects of lazy destruction (bsc#1159034). - Don't delete binaries not common for all architectures. Create an util-linux-extra subpackage instead, so users of third party tools can use them (bsc#1222285). - agetty: Prevent login cursor escape (bsc#1194818). - Document unexpected side effects of lazy destruction (bsc#1159034). - Don't delete binaries not common for all architectures. Create an util-linux-extra subpackage instead, so users of third party tools can use them (bsc#1222285). - agetty: Prevent login cursor escape (bsc#1194818). - Document unexpected side effects of lazy destruction (bsc#1159034). - Don't delete binaries not common for all architectures. Create an util-linux-extra subpackage instead, so users of third party tools can use them (bsc#1222285). python3-libmount-2.37.4-150500.9.14.2.src.rpm openSUSE-SLE-15.6-2024-3287 Recommended update for salt moderate SUSE Updates openSUSE-SLE 15.6 This update for salt fixes the following issues: - Fix rich rule comparison in firewalld module (bsc#1222684) - test_vultrpy: adjust test expectation to prevent failure after Debian 10 EOL - Make auth.pam more robust with Salt Bundle and fix tests - Fix performance of user.list_groups with many remote groups - Fix "status.diskusage" function and exclude some tests for Salt Bundle - Skip certain tests if necessary for some OSes and set flaky ones - Add a timer to delete old env post update for venv-minion - Several fixes for tests to avoid errors and failures in some OSes python3-salt-3006.0-150500.4.41.2.x86_64.rpm True python3-salt-testsuite-3006.0-150500.4.41.1.x86_64.rpm True salt-3006.0-150500.4.41.2.src.rpm True salt-3006.0-150500.4.41.2.x86_64.rpm True salt-api-3006.0-150500.4.41.2.x86_64.rpm True salt-bash-completion-3006.0-150500.4.41.2.noarch.rpm True salt-cloud-3006.0-150500.4.41.2.x86_64.rpm True salt-doc-3006.0-150500.4.41.2.x86_64.rpm True salt-fish-completion-3006.0-150500.4.41.2.noarch.rpm True salt-master-3006.0-150500.4.41.2.x86_64.rpm True salt-minion-3006.0-150500.4.41.2.x86_64.rpm True salt-proxy-3006.0-150500.4.41.2.x86_64.rpm True salt-ssh-3006.0-150500.4.41.2.x86_64.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.41.2.x86_64.rpm True salt-syndic-3006.0-150500.4.41.2.x86_64.rpm True salt-test-3006.0-150500.4.41.1.src.rpm True salt-transactional-update-3006.0-150500.4.41.2.x86_64.rpm True salt-zsh-completion-3006.0-150500.4.41.2.noarch.rpm True python3-salt-3006.0-150500.4.41.2.s390x.rpm True python3-salt-testsuite-3006.0-150500.4.41.1.s390x.rpm True salt-3006.0-150500.4.41.2.s390x.rpm True salt-api-3006.0-150500.4.41.2.s390x.rpm True salt-cloud-3006.0-150500.4.41.2.s390x.rpm True salt-doc-3006.0-150500.4.41.2.s390x.rpm True salt-master-3006.0-150500.4.41.2.s390x.rpm True salt-minion-3006.0-150500.4.41.2.s390x.rpm True salt-proxy-3006.0-150500.4.41.2.s390x.rpm True salt-ssh-3006.0-150500.4.41.2.s390x.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.41.2.s390x.rpm True salt-syndic-3006.0-150500.4.41.2.s390x.rpm True salt-transactional-update-3006.0-150500.4.41.2.s390x.rpm True python3-salt-3006.0-150500.4.41.2.ppc64le.rpm True python3-salt-testsuite-3006.0-150500.4.41.1.ppc64le.rpm True salt-3006.0-150500.4.41.2.ppc64le.rpm True salt-api-3006.0-150500.4.41.2.ppc64le.rpm True salt-cloud-3006.0-150500.4.41.2.ppc64le.rpm True salt-doc-3006.0-150500.4.41.2.ppc64le.rpm True salt-master-3006.0-150500.4.41.2.ppc64le.rpm True salt-minion-3006.0-150500.4.41.2.ppc64le.rpm True salt-proxy-3006.0-150500.4.41.2.ppc64le.rpm True salt-ssh-3006.0-150500.4.41.2.ppc64le.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.41.2.ppc64le.rpm True salt-syndic-3006.0-150500.4.41.2.ppc64le.rpm True salt-transactional-update-3006.0-150500.4.41.2.ppc64le.rpm True python3-salt-3006.0-150500.4.41.2.aarch64.rpm True python3-salt-testsuite-3006.0-150500.4.41.1.aarch64.rpm True salt-3006.0-150500.4.41.2.aarch64.rpm True salt-api-3006.0-150500.4.41.2.aarch64.rpm True salt-cloud-3006.0-150500.4.41.2.aarch64.rpm True salt-doc-3006.0-150500.4.41.2.aarch64.rpm True salt-master-3006.0-150500.4.41.2.aarch64.rpm True salt-minion-3006.0-150500.4.41.2.aarch64.rpm True salt-proxy-3006.0-150500.4.41.2.aarch64.rpm True salt-ssh-3006.0-150500.4.41.2.aarch64.rpm True salt-standalone-formulas-configuration-3006.0-150500.4.41.2.aarch64.rpm True salt-syndic-3006.0-150500.4.41.2.aarch64.rpm True salt-transactional-update-3006.0-150500.4.41.2.aarch64.rpm True openSUSE-SLE-15.6-2024-2791 Recommended update for various 32bit packages moderate SUSE Updates openSUSE-SLE 15.6 This update of various packages delivers 32bit variants to allow running Wine on SLE PackageHub 15 SP6. clang11-11.0.1-150300.3.8.1.x86_64.rpm clang11-devel-11.0.1-150300.3.8.1.x86_64.rpm clang11-devel-32bit-11.0.1-150300.3.8.1.x86_64.rpm clang11-doc-11.0.1-150300.3.8.1.noarch.rpm clang15-15.0.7-150500.4.11.1.x86_64.rpm clang15-devel-15.0.7-150500.4.11.1.x86_64.rpm clang15-doc-15.0.7-150500.4.11.1.noarch.rpm gpgme-1.23.0-150600.3.2.1.src.rpm gpgme-1.23.0-150600.3.2.1.x86_64.rpm gpgmeqt-1.23.0-150600.3.2.1.src.rpm gpgmeqt6-1.23.0-150600.3.2.1.src.rpm libLLVM11-11.0.1-150300.3.8.1.x86_64.rpm libLLVM11-32bit-11.0.1-150300.3.8.1.x86_64.rpm libLLVM15-15.0.7-150500.4.11.1.x86_64.rpm libLLVM15-32bit-15.0.7-150500.4.11.1.x86_64.rpm libLTO11-11.0.1-150300.3.8.1.x86_64.rpm libLTO11-32bit-11.0.1-150300.3.8.1.x86_64.rpm libLTO15-15.0.7-150500.4.11.1.x86_64.rpm libOpenCL1-2.3.1-150100.8.9.5.x86_64.rpm libOpenCL1-32bit-2.3.1-150100.8.9.5.x86_64.rpm libassuan-2.5.5-150000.4.7.1.src.rpm libassuan-devel-2.5.5-150000.4.7.1.x86_64.rpm libassuan0-2.5.5-150000.4.7.1.x86_64.rpm libassuan0-32bit-2.5.5-150000.4.7.1.x86_64.rpm libclang-cpp15-15.0.7-150500.4.11.1.x86_64.rpm libclang-cpp15-32bit-15.0.7-150500.4.11.1.x86_64.rpm libclang11-11.0.1-150300.3.8.1.x86_64.rpm libclang11-32bit-11.0.1-150300.3.8.1.x86_64.rpm libgpgme-devel-1.23.0-150600.3.2.1.x86_64.rpm libgpgme11-1.23.0-150600.3.2.1.x86_64.rpm libgpgme11-32bit-1.23.0-150600.3.2.1.x86_64.rpm libgpgmepp-devel-1.23.0-150600.3.2.1.x86_64.rpm libgpgmepp6-1.23.0-150600.3.2.1.x86_64.rpm libgpgmepp6-32bit-1.23.0-150600.3.2.1.x86_64.rpm liblldb11-11.0.1-150300.3.8.1.x86_64.rpm liblldb15-15.0.7-150500.4.11.1.x86_64.rpm libomp11-devel-11.0.1-150300.3.8.1.x86_64.rpm libomp15-devel-15.0.7-150500.4.11.1.x86_64.rpm libopenjp2-7-2.3.0-150000.3.15.1.x86_64.rpm libopenjp2-7-32bit-2.3.0-150000.3.15.1.x86_64.rpm libpcsclite1-1.9.4-150400.3.2.1.x86_64.rpm libpcsclite1-32bit-1.9.4-150400.3.2.1.x86_64.rpm libpcscspy0-1.9.4-150400.3.2.1.x86_64.rpm libpcscspy0-32bit-1.9.4-150400.3.2.1.x86_64.rpm libpoppler-cpp0-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-cpp0-32bit-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-devel-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-glib-devel-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-glib8-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-glib8-32bit-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-qt5-1-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-qt5-1-32bit-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-qt5-devel-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-qt6-3-24.03.0-150600.3.2.1.x86_64.rpm libpoppler-qt6-devel-24.03.0-150600.3.2.1.x86_64.rpm libpoppler135-24.03.0-150600.3.2.1.x86_64.rpm libpoppler135-32bit-24.03.0-150600.3.2.1.x86_64.rpm libqgpgme-devel-1.23.0-150600.3.2.1.x86_64.rpm libqgpgme15-1.23.0-150600.3.2.1.x86_64.rpm libqgpgme15-32bit-1.23.0-150600.3.2.1.x86_64.rpm libqgpgmeqt6-15-1.23.0-150600.3.2.1.x86_64.rpm libqgpgmeqt6-devel-1.23.0-150600.3.2.1.x86_64.rpm libsnmp40-32bit-5.9.4-150600.24.2.1.x86_64.rpm libsnmp40-5.9.4-150600.24.2.1.x86_64.rpm lld11-11.0.1-150300.3.8.1.x86_64.rpm lld15-15.0.7-150500.4.11.1.x86_64.rpm lldb11-11.0.1-150300.3.8.1.x86_64.rpm lldb11-devel-11.0.1-150300.3.8.1.x86_64.rpm lldb15-15.0.7-150500.4.11.1.x86_64.rpm lldb15-devel-15.0.7-150500.4.11.1.x86_64.rpm llvm11-11.0.1-150300.3.8.1.src.rpm llvm11-11.0.1-150300.3.8.1.x86_64.rpm llvm11-LTO-devel-11.0.1-150300.3.8.1.x86_64.rpm llvm11-LTO-devel-32bit-11.0.1-150300.3.8.1.x86_64.rpm llvm11-devel-11.0.1-150300.3.8.1.x86_64.rpm llvm11-devel-32bit-11.0.1-150300.3.8.1.x86_64.rpm llvm11-doc-11.0.1-150300.3.8.1.noarch.rpm llvm11-gold-11.0.1-150300.3.8.1.x86_64.rpm llvm11-opt-viewer-11.0.1-150300.3.8.1.noarch.rpm llvm11-polly-11.0.1-150300.3.8.1.x86_64.rpm llvm11-polly-devel-11.0.1-150300.3.8.1.x86_64.rpm llvm11-vim-plugins-11.0.1-150300.3.8.1.noarch.rpm llvm15-15.0.7-150500.4.11.1.src.rpm llvm15-15.0.7-150500.4.11.1.x86_64.rpm llvm15-devel-15.0.7-150500.4.11.1.x86_64.rpm llvm15-doc-15.0.7-150500.4.11.1.noarch.rpm llvm15-gold-15.0.7-150500.4.11.1.x86_64.rpm llvm15-opt-viewer-15.0.7-150500.4.11.1.noarch.rpm llvm15-polly-15.0.7-150500.4.11.1.x86_64.rpm llvm15-polly-devel-15.0.7-150500.4.11.1.x86_64.rpm llvm15-vim-plugins-15.0.7-150500.4.11.1.noarch.rpm net-snmp-5.9.4-150600.24.2.1.src.rpm net-snmp-5.9.4-150600.24.2.1.x86_64.rpm net-snmp-devel-32bit-5.9.4-150600.24.2.1.x86_64.rpm net-snmp-devel-5.9.4-150600.24.2.1.x86_64.rpm ocl-icd-2.3.1-150100.8.9.5.src.rpm ocl-icd-devel-2.3.1-150100.8.9.5.x86_64.rpm ocl-icd-devel-32bit-2.3.1-150100.8.9.5.x86_64.rpm openjpeg2-2.3.0-150000.3.15.1.src.rpm openjpeg2-2.3.0-150000.3.15.1.x86_64.rpm openjpeg2-devel-2.3.0-150000.3.15.1.x86_64.rpm pcsc-lite-1.9.4-150400.3.2.1.src.rpm pcsc-lite-1.9.4-150400.3.2.1.x86_64.rpm pcsc-lite-devel-1.9.4-150400.3.2.1.x86_64.rpm perl-SNMP-5.9.4-150600.24.2.1.x86_64.rpm poppler-24.03.0-150600.3.2.1.src.rpm poppler-qt5-24.03.0-150600.3.2.1.src.rpm poppler-qt6-24.03.0-150600.3.2.1.src.rpm poppler-tools-24.03.0-150600.3.2.1.x86_64.rpm python3-clang-11.0.1-150300.3.8.1.noarch.rpm python3-clang15-15.0.7-150500.4.11.1.x86_64.rpm python3-gpg-1.23.0-150600.3.2.1.x86_64.rpm python3-lldb11-11.0.1-150300.3.8.1.x86_64.rpm python3-lldb15-15.0.7-150500.4.11.1.x86_64.rpm python3-net-snmp-5.9.4-150600.24.2.1.x86_64.rpm snmp-mibs-5.9.4-150600.24.2.1.x86_64.rpm typelib-1_0-Poppler-0_18-24.03.0-150600.3.2.1.x86_64.rpm clang11-11.0.1-150300.3.8.1.s390x.rpm clang11-devel-11.0.1-150300.3.8.1.s390x.rpm clang15-15.0.7-150500.4.11.1.s390x.rpm clang15-devel-15.0.7-150500.4.11.1.s390x.rpm gpgme-1.23.0-150600.3.2.1.s390x.rpm libLLVM11-11.0.1-150300.3.8.1.s390x.rpm libLLVM15-15.0.7-150500.4.11.1.s390x.rpm libLTO11-11.0.1-150300.3.8.1.s390x.rpm libLTO15-15.0.7-150500.4.11.1.s390x.rpm libOpenCL1-2.3.1-150100.8.9.5.s390x.rpm libassuan-devel-2.5.5-150000.4.7.1.s390x.rpm libassuan0-2.5.5-150000.4.7.1.s390x.rpm libclang-cpp15-15.0.7-150500.4.11.1.s390x.rpm libclang11-11.0.1-150300.3.8.1.s390x.rpm libgpgme-devel-1.23.0-150600.3.2.1.s390x.rpm libgpgme11-1.23.0-150600.3.2.1.s390x.rpm libgpgmepp-devel-1.23.0-150600.3.2.1.s390x.rpm libgpgmepp6-1.23.0-150600.3.2.1.s390x.rpm libopenjp2-7-2.3.0-150000.3.15.1.s390x.rpm libpcsclite1-1.9.4-150400.3.2.1.s390x.rpm libpcscspy0-1.9.4-150400.3.2.1.s390x.rpm libpoppler-cpp0-24.03.0-150600.3.2.1.s390x.rpm libpoppler-devel-24.03.0-150600.3.2.1.s390x.rpm libpoppler-glib-devel-24.03.0-150600.3.2.1.s390x.rpm libpoppler-glib8-24.03.0-150600.3.2.1.s390x.rpm libpoppler-qt5-1-24.03.0-150600.3.2.1.s390x.rpm libpoppler-qt5-devel-24.03.0-150600.3.2.1.s390x.rpm libpoppler-qt6-3-24.03.0-150600.3.2.1.s390x.rpm libpoppler-qt6-devel-24.03.0-150600.3.2.1.s390x.rpm libpoppler135-24.03.0-150600.3.2.1.s390x.rpm libqgpgme-devel-1.23.0-150600.3.2.1.s390x.rpm libqgpgme15-1.23.0-150600.3.2.1.s390x.rpm libqgpgmeqt6-15-1.23.0-150600.3.2.1.s390x.rpm libqgpgmeqt6-devel-1.23.0-150600.3.2.1.s390x.rpm libsnmp40-5.9.4-150600.24.2.1.s390x.rpm lld11-11.0.1-150300.3.8.1.s390x.rpm lld15-15.0.7-150500.4.11.1.s390x.rpm llvm11-11.0.1-150300.3.8.1.s390x.rpm llvm11-LTO-devel-11.0.1-150300.3.8.1.s390x.rpm llvm11-devel-11.0.1-150300.3.8.1.s390x.rpm llvm11-gold-11.0.1-150300.3.8.1.s390x.rpm llvm11-polly-11.0.1-150300.3.8.1.s390x.rpm llvm11-polly-devel-11.0.1-150300.3.8.1.s390x.rpm llvm15-15.0.7-150500.4.11.1.s390x.rpm llvm15-devel-15.0.7-150500.4.11.1.s390x.rpm llvm15-gold-15.0.7-150500.4.11.1.s390x.rpm llvm15-polly-15.0.7-150500.4.11.1.s390x.rpm llvm15-polly-devel-15.0.7-150500.4.11.1.s390x.rpm net-snmp-5.9.4-150600.24.2.1.s390x.rpm net-snmp-devel-5.9.4-150600.24.2.1.s390x.rpm ocl-icd-devel-2.3.1-150100.8.9.5.s390x.rpm openjpeg2-2.3.0-150000.3.15.1.s390x.rpm openjpeg2-devel-2.3.0-150000.3.15.1.s390x.rpm pcsc-lite-1.9.4-150400.3.2.1.s390x.rpm pcsc-lite-devel-1.9.4-150400.3.2.1.s390x.rpm perl-SNMP-5.9.4-150600.24.2.1.s390x.rpm poppler-tools-24.03.0-150600.3.2.1.s390x.rpm python3-clang15-15.0.7-150500.4.11.1.s390x.rpm python3-gpg-1.23.0-150600.3.2.1.s390x.rpm python3-net-snmp-5.9.4-150600.24.2.1.s390x.rpm snmp-mibs-5.9.4-150600.24.2.1.s390x.rpm typelib-1_0-Poppler-0_18-24.03.0-150600.3.2.1.s390x.rpm clang11-11.0.1-150300.3.8.1.ppc64le.rpm clang11-devel-11.0.1-150300.3.8.1.ppc64le.rpm clang15-15.0.7-150500.4.11.1.ppc64le.rpm clang15-devel-15.0.7-150500.4.11.1.ppc64le.rpm gpgme-1.23.0-150600.3.2.1.ppc64le.rpm libLLVM11-11.0.1-150300.3.8.1.ppc64le.rpm libLLVM15-15.0.7-150500.4.11.1.ppc64le.rpm libLTO11-11.0.1-150300.3.8.1.ppc64le.rpm libLTO15-15.0.7-150500.4.11.1.ppc64le.rpm libOpenCL1-2.3.1-150100.8.9.5.ppc64le.rpm libassuan-devel-2.5.5-150000.4.7.1.ppc64le.rpm libassuan0-2.5.5-150000.4.7.1.ppc64le.rpm libclang-cpp15-15.0.7-150500.4.11.1.ppc64le.rpm libclang11-11.0.1-150300.3.8.1.ppc64le.rpm libgpgme-devel-1.23.0-150600.3.2.1.ppc64le.rpm libgpgme11-1.23.0-150600.3.2.1.ppc64le.rpm libgpgmepp-devel-1.23.0-150600.3.2.1.ppc64le.rpm libgpgmepp6-1.23.0-150600.3.2.1.ppc64le.rpm libomp11-devel-11.0.1-150300.3.8.1.ppc64le.rpm libomp15-devel-15.0.7-150500.4.11.1.ppc64le.rpm libopenjp2-7-2.3.0-150000.3.15.1.ppc64le.rpm libpcsclite1-1.9.4-150400.3.2.1.ppc64le.rpm libpcscspy0-1.9.4-150400.3.2.1.ppc64le.rpm libpoppler-cpp0-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler-devel-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler-glib-devel-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler-glib8-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler-qt5-1-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler-qt5-devel-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler-qt6-3-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler-qt6-devel-24.03.0-150600.3.2.1.ppc64le.rpm libpoppler135-24.03.0-150600.3.2.1.ppc64le.rpm libqgpgme-devel-1.23.0-150600.3.2.1.ppc64le.rpm libqgpgme15-1.23.0-150600.3.2.1.ppc64le.rpm libqgpgmeqt6-15-1.23.0-150600.3.2.1.ppc64le.rpm libqgpgmeqt6-devel-1.23.0-150600.3.2.1.ppc64le.rpm libsnmp40-5.9.4-150600.24.2.1.ppc64le.rpm lld11-11.0.1-150300.3.8.1.ppc64le.rpm lld15-15.0.7-150500.4.11.1.ppc64le.rpm llvm11-11.0.1-150300.3.8.1.ppc64le.rpm llvm11-LTO-devel-11.0.1-150300.3.8.1.ppc64le.rpm llvm11-devel-11.0.1-150300.3.8.1.ppc64le.rpm llvm11-gold-11.0.1-150300.3.8.1.ppc64le.rpm llvm11-polly-11.0.1-150300.3.8.1.ppc64le.rpm llvm11-polly-devel-11.0.1-150300.3.8.1.ppc64le.rpm llvm15-15.0.7-150500.4.11.1.ppc64le.rpm llvm15-devel-15.0.7-150500.4.11.1.ppc64le.rpm llvm15-gold-15.0.7-150500.4.11.1.ppc64le.rpm llvm15-polly-15.0.7-150500.4.11.1.ppc64le.rpm llvm15-polly-devel-15.0.7-150500.4.11.1.ppc64le.rpm net-snmp-5.9.4-150600.24.2.1.ppc64le.rpm net-snmp-devel-5.9.4-150600.24.2.1.ppc64le.rpm ocl-icd-devel-2.3.1-150100.8.9.5.ppc64le.rpm openjpeg2-2.3.0-150000.3.15.1.ppc64le.rpm openjpeg2-devel-2.3.0-150000.3.15.1.ppc64le.rpm pcsc-lite-1.9.4-150400.3.2.1.ppc64le.rpm pcsc-lite-devel-1.9.4-150400.3.2.1.ppc64le.rpm perl-SNMP-5.9.4-150600.24.2.1.ppc64le.rpm poppler-tools-24.03.0-150600.3.2.1.ppc64le.rpm python3-clang15-15.0.7-150500.4.11.1.ppc64le.rpm python3-gpg-1.23.0-150600.3.2.1.ppc64le.rpm python3-net-snmp-5.9.4-150600.24.2.1.ppc64le.rpm snmp-mibs-5.9.4-150600.24.2.1.ppc64le.rpm typelib-1_0-Poppler-0_18-24.03.0-150600.3.2.1.ppc64le.rpm clang11-11.0.1-150300.3.8.1.aarch64.rpm clang11-devel-11.0.1-150300.3.8.1.aarch64.rpm clang15-15.0.7-150500.4.11.1.aarch64.rpm clang15-devel-15.0.7-150500.4.11.1.aarch64.rpm gpgme-1.23.0-150600.3.2.1.aarch64.rpm libLLVM11-11.0.1-150300.3.8.1.aarch64.rpm libLLVM15-15.0.7-150500.4.11.1.aarch64.rpm libLTO11-11.0.1-150300.3.8.1.aarch64.rpm libLTO15-15.0.7-150500.4.11.1.aarch64.rpm libOpenCL1-2.3.1-150100.8.9.5.aarch64.rpm libassuan-devel-2.5.5-150000.4.7.1.aarch64.rpm libassuan0-2.5.5-150000.4.7.1.aarch64.rpm libclang-cpp15-15.0.7-150500.4.11.1.aarch64.rpm libclang11-11.0.1-150300.3.8.1.aarch64.rpm libgpgme-devel-1.23.0-150600.3.2.1.aarch64.rpm libgpgme11-1.23.0-150600.3.2.1.aarch64.rpm libgpgmepp-devel-1.23.0-150600.3.2.1.aarch64.rpm libgpgmepp6-1.23.0-150600.3.2.1.aarch64.rpm libomp11-devel-11.0.1-150300.3.8.1.aarch64.rpm libomp15-devel-15.0.7-150500.4.11.1.aarch64.rpm libopenjp2-7-2.3.0-150000.3.15.1.aarch64.rpm libpcsclite1-1.9.4-150400.3.2.1.aarch64.rpm libpcscspy0-1.9.4-150400.3.2.1.aarch64.rpm libpoppler-cpp0-24.03.0-150600.3.2.1.aarch64.rpm libpoppler-devel-24.03.0-150600.3.2.1.aarch64.rpm libpoppler-glib-devel-24.03.0-150600.3.2.1.aarch64.rpm libpoppler-glib8-24.03.0-150600.3.2.1.aarch64.rpm libpoppler-qt5-1-24.03.0-150600.3.2.1.aarch64.rpm libpoppler-qt5-devel-24.03.0-150600.3.2.1.aarch64.rpm libpoppler-qt6-3-24.03.0-150600.3.2.1.aarch64.rpm libpoppler-qt6-devel-24.03.0-150600.3.2.1.aarch64.rpm libpoppler135-24.03.0-150600.3.2.1.aarch64.rpm libqgpgme-devel-1.23.0-150600.3.2.1.aarch64.rpm libqgpgme15-1.23.0-150600.3.2.1.aarch64.rpm libqgpgmeqt6-15-1.23.0-150600.3.2.1.aarch64.rpm libqgpgmeqt6-devel-1.23.0-150600.3.2.1.aarch64.rpm libsnmp40-5.9.4-150600.24.2.1.aarch64.rpm lld11-11.0.1-150300.3.8.1.aarch64.rpm lld15-15.0.7-150500.4.11.1.aarch64.rpm llvm11-11.0.1-150300.3.8.1.aarch64.rpm llvm11-LTO-devel-11.0.1-150300.3.8.1.aarch64.rpm llvm11-devel-11.0.1-150300.3.8.1.aarch64.rpm llvm11-gold-11.0.1-150300.3.8.1.aarch64.rpm llvm11-polly-11.0.1-150300.3.8.1.aarch64.rpm llvm11-polly-devel-11.0.1-150300.3.8.1.aarch64.rpm llvm15-15.0.7-150500.4.11.1.aarch64.rpm llvm15-devel-15.0.7-150500.4.11.1.aarch64.rpm llvm15-gold-15.0.7-150500.4.11.1.aarch64.rpm llvm15-polly-15.0.7-150500.4.11.1.aarch64.rpm llvm15-polly-devel-15.0.7-150500.4.11.1.aarch64.rpm net-snmp-5.9.4-150600.24.2.1.aarch64.rpm net-snmp-devel-5.9.4-150600.24.2.1.aarch64.rpm ocl-icd-devel-2.3.1-150100.8.9.5.aarch64.rpm openjpeg2-2.3.0-150000.3.15.1.aarch64.rpm openjpeg2-devel-2.3.0-150000.3.15.1.aarch64.rpm pcsc-lite-1.9.4-150400.3.2.1.aarch64.rpm pcsc-lite-devel-1.9.4-150400.3.2.1.aarch64.rpm perl-SNMP-5.9.4-150600.24.2.1.aarch64.rpm poppler-tools-24.03.0-150600.3.2.1.aarch64.rpm python3-clang15-15.0.7-150500.4.11.1.aarch64.rpm python3-gpg-1.23.0-150600.3.2.1.aarch64.rpm python3-net-snmp-5.9.4-150600.24.2.1.aarch64.rpm snmp-mibs-5.9.4-150600.24.2.1.aarch64.rpm typelib-1_0-Poppler-0_18-24.03.0-150600.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-2933 Security update for openssl-1_1 moderate SUSE Updates openSUSE-SLE 15.6 This update for openssl-1_1 fixes the following issues: - CVE-2024-5535: Fixed a buffer overread in function SSL_select_next_proto() with an empty supported client protocols buffer (bsc#1227138) Other fixes: - Build with no-afalgeng. (bsc#1226463) - Fixed C99 violations to allow the package to build with GCC 14. (bsc#1225907) libopenssl-1_1-devel-1.1.1w-150600.5.6.1.x86_64.rpm libopenssl-1_1-devel-32bit-1.1.1w-150600.5.6.1.x86_64.rpm libopenssl1_1-1.1.1w-150600.5.6.1.x86_64.rpm libopenssl1_1-32bit-1.1.1w-150600.5.6.1.x86_64.rpm openssl-1_1-1.1.1w-150600.5.6.1.src.rpm openssl-1_1-1.1.1w-150600.5.6.1.x86_64.rpm openssl-1_1-doc-1.1.1w-150600.5.6.1.noarch.rpm libopenssl-1_1-devel-1.1.1w-150600.5.6.1.s390x.rpm libopenssl1_1-1.1.1w-150600.5.6.1.s390x.rpm openssl-1_1-1.1.1w-150600.5.6.1.s390x.rpm libopenssl-1_1-devel-1.1.1w-150600.5.6.1.ppc64le.rpm libopenssl1_1-1.1.1w-150600.5.6.1.ppc64le.rpm openssl-1_1-1.1.1w-150600.5.6.1.ppc64le.rpm libopenssl-1_1-devel-1.1.1w-150600.5.6.1.aarch64.rpm libopenssl1_1-1.1.1w-150600.5.6.1.aarch64.rpm openssl-1_1-1.1.1w-150600.5.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2764 Recommended update for powerpc-utils moderate SUSE Updates openSUSE-SLE 15.6 This update for powerpc-utils fixes the following issues: - ofpathname: skip devices with no devspec when coorelating FC OF paths (bsc#1228597). - lparstat output fixes (bsc#1228637). - drmgr: Free nodes returned from configure_connector (bsc#1228637). - drmgr: Return from get_node_by_name() if matched DRC index (bsc#1228637). powerpc-utils-1.3.12-150600.4.3.2.ppc64le.rpm powerpc-utils-1.3.12-150600.4.3.2.src.rpm openSUSE-SLE-15.6-2024-2932 Recommended update for supportutils moderate SUSE Updates openSUSE-SLE 15.6 This update for supportutils fixes the following issues: Changes to version 3.2.8 + Avoid getting duplicate kernel verifications in boot.text (pr#190) + lvm: suppress file descriptor leak warnings from lvm commands (pr#191) + docker_info: Add timestamps to container logs (pr#196) + Key value pairs and container log timestamps (bsc#1222021 PED-8211, pr#198) + Update supportconfig get pam.d sorted (pr#199) + yast_files: Exclude .zcat (pr#201) + Sanitize grub bootloader (bsc#1227127, pr#203) + Sanitize regcodes (pr#204) + Improve product detection (pr#205) + Add read_values for s390x (bsc#1228265, pr#206) + hardware_info: Remove old alsa ver check (pr#209) + drbd_info: Fix incorrect escape of quotes (pr#210) supportutils-3.2.8-150600.3.3.1.noarch.rpm supportutils-3.2.8-150600.3.3.1.src.rpm openSUSE-SLE-15.6-2024-2781 Recommended update for libnvme, nvme-cli moderate SUSE Updates openSUSE-SLE 15.6 This update for libnvme, nvme-cli fixes the following issues: - Version updates: * linux: update TLS version 1 PSK derivation (bsc#1228376) * linux: add nvme_revoke_tls_key (bsc#1226197) * test: add hostnqn lookup test (bsc#1226216) * test: add config-pcie-with-tcp-config test case (bsc#1226216) * test: add config dump test (bsc#1226216) * test: revamp sysfs tree dump test (bsc#1226216) * test: use diff to compare sysfs output (bsc#1226216) * tree: preserve parsing order of a config file (bsc#1226216) * tree: add helper to lookup hostnqn/hostid (bsc#1226216) * json: filter out pcie transport (bsc#1226216) * fabrics: connect all hosts in config.json (bsc#1226216) * fabrics: refactor discover from json config (bsc#1226216) * fabrics: first read config before topology scanning (bsc#1226216) * fabrics: use helper to lookup default hostnqn/hostid (bsc#1226216) * fabrics: extend already connected message (bsc#1226216) * fabrics: Always pass hostid and hostnqn (bsc#1226216) * fabrics: Make some symbols public (bsc#1226216) * fabrics: extend hostnqn/hostid variable inject interface (bsc#1226216) * doc: add tls-key --revoke documentation (bsc#1226197) * doc: fix tls-key --keyfile shorthand (bsc#1226197) * build: sort documentation files entries (bsc#1226197) * nvme: avoid segfault in show-topology (bsc#1226197) * nvme: add support to revoke TLS key (bsc#1226197) * nvme: return error code/message for TLS commands (bsc#1226197) * nvme: factor out import key function (bsc#1226197) * nvme: use cleanup helper to close file descriptor (bsc#1226216) * nvme: use cleanup helper for STREAM objects (bsc#1226216) * nvme: strip newline when parsing TLS key files (bsc#1226197) * nvme: use stdout for exporting TLS keys (bsc#1226197) * nvme: change _cleanup_file_ to _cleanup_fd_ (bsc#1226197) * nvme: use cleanup helper for nvme_root_t objects (bsc#1226197) * nvme: add new function 'tls_key' (bsc#1226197) * libnvme: Introduce functions to generate host identifier and host NQN (bsc#1226216) * libnvme: add missing symbol nvme_scan_tls_keys (bsc#1226197) * completion: add support for tls-key (bsc#1226197) * completions: Fix bash-nvme-completion.sh indentation errors (bsc#1226197) - Always build documentation libnvme-1.8+39.ge289971-150600.3.3.2.src.rpm libnvme-devel-1.8+39.ge289971-150600.3.3.2.x86_64.rpm libnvme-mi1-1.8+39.ge289971-150600.3.3.2.x86_64.rpm libnvme1-1.8+39.ge289971-150600.3.3.2.x86_64.rpm nvme-cli-2.8+43.g1d9dae6-150600.3.3.2.src.rpm nvme-cli-2.8+43.g1d9dae6-150600.3.3.2.x86_64.rpm nvme-cli-bash-completion-2.8+43.g1d9dae6-150600.3.3.2.noarch.rpm nvme-cli-regress-script-2.8+43.g1d9dae6-150600.3.3.2.noarch.rpm nvme-cli-zsh-completion-2.8+43.g1d9dae6-150600.3.3.2.noarch.rpm python3-libnvme-1.8+39.ge289971-150600.3.3.2.x86_64.rpm libnvme-devel-1.8+39.ge289971-150600.3.3.2.s390x.rpm libnvme-mi1-1.8+39.ge289971-150600.3.3.2.s390x.rpm libnvme1-1.8+39.ge289971-150600.3.3.2.s390x.rpm nvme-cli-2.8+43.g1d9dae6-150600.3.3.2.s390x.rpm python3-libnvme-1.8+39.ge289971-150600.3.3.2.s390x.rpm libnvme-devel-1.8+39.ge289971-150600.3.3.2.ppc64le.rpm libnvme-mi1-1.8+39.ge289971-150600.3.3.2.ppc64le.rpm libnvme1-1.8+39.ge289971-150600.3.3.2.ppc64le.rpm nvme-cli-2.8+43.g1d9dae6-150600.3.3.2.ppc64le.rpm python3-libnvme-1.8+39.ge289971-150600.3.3.2.ppc64le.rpm libnvme-devel-1.8+39.ge289971-150600.3.3.2.aarch64.rpm libnvme-mi1-1.8+39.ge289971-150600.3.3.2.aarch64.rpm libnvme1-1.8+39.ge289971-150600.3.3.2.aarch64.rpm nvme-cli-2.8+43.g1d9dae6-150600.3.3.2.aarch64.rpm python3-libnvme-1.8+39.ge289971-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2799 Recommended update for runc important SUSE Updates openSUSE-SLE 15.6 This update for runc fixes the following issues: - Update to runc v1.1.13, changelog is available at https://github.com/opencontainers/runc/releases/tag/v1.1.13 - Fix a performance issue when running lots of containers caused by too many mount notifications (bsc#1214960) runc-1.1.13-150000.67.1.src.rpm runc-1.1.13-150000.67.1.x86_64.rpm runc-1.1.13-150000.67.1.s390x.rpm runc-1.1.13-150000.67.1.ppc64le.rpm runc-1.1.13-150000.67.1.aarch64.rpm openSUSE-SLE-15.6-2024-3165 Security update for wireshark important SUSE Updates openSUSE-SLE 15.6 This update for wireshark fixes the following issues: wireshark was updated from version 3.6.23 to version 4.2.6 (jsc#PED-8517): - Security issues fixed with this update: * CVE-2024-0207: HTTP3 dissector crash (bsc#1218503) * CVE-2024-0210: Zigbee TLV dissector crash (bsc#1218506) * CVE-2024-0211: DOCSIS dissector crash (bsc#1218507) * CVE-2023-6174: Fixed SSH dissector crash (bsc#1217247) * CVE-2023-6175: NetScreen file parser crash (bsc#1217272) * CVE-2023-5371: RTPS dissector memory leak (bsc#1215959) * CVE-2023-3649: iSCSI dissector crash (bsc#1213318) * CVE-2023-2854: BLF file parser crash (bsc#1211708) * CVE-2023-0666: RTPS dissector crash (bsc#1211709) * CVE-2023-0414: EAP dissector crash (bsc#1207666) - Major changes introduced with versions 4.2.0 and 4.0.0: * Version 4.2.0 https://www.wireshark.org/docs/relnotes/wireshark-4.2.0.html * Version 4.0.0 https://www.wireshark.org/docs/relnotes/wireshark-4.0.0.html - Added an aditional desktopfile to start wireshark which asks for the super user password. libwireshark17-4.2.6-150600.18.6.1.x86_64.rpm libwiretap14-4.2.6-150600.18.6.1.x86_64.rpm libwsutil15-4.2.6-150600.18.6.1.x86_64.rpm wireshark-4.2.6-150600.18.6.1.src.rpm wireshark-4.2.6-150600.18.6.1.x86_64.rpm wireshark-devel-4.2.6-150600.18.6.1.x86_64.rpm wireshark-ui-qt-4.2.6-150600.18.6.1.x86_64.rpm libwireshark17-4.2.6-150600.18.6.1.s390x.rpm libwiretap14-4.2.6-150600.18.6.1.s390x.rpm libwsutil15-4.2.6-150600.18.6.1.s390x.rpm wireshark-4.2.6-150600.18.6.1.s390x.rpm wireshark-devel-4.2.6-150600.18.6.1.s390x.rpm wireshark-ui-qt-4.2.6-150600.18.6.1.s390x.rpm libwireshark17-4.2.6-150600.18.6.1.ppc64le.rpm libwiretap14-4.2.6-150600.18.6.1.ppc64le.rpm libwsutil15-4.2.6-150600.18.6.1.ppc64le.rpm wireshark-4.2.6-150600.18.6.1.ppc64le.rpm wireshark-devel-4.2.6-150600.18.6.1.ppc64le.rpm wireshark-ui-qt-4.2.6-150600.18.6.1.ppc64le.rpm libwireshark17-4.2.6-150600.18.6.1.aarch64.rpm libwiretap14-4.2.6-150600.18.6.1.aarch64.rpm libwsutil15-4.2.6-150600.18.6.1.aarch64.rpm wireshark-4.2.6-150600.18.6.1.aarch64.rpm wireshark-devel-4.2.6-150600.18.6.1.aarch64.rpm wireshark-ui-qt-4.2.6-150600.18.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2864 Security update for ffmpeg-4 moderate SUSE Updates openSUSE-SLE 15.6 This update for ffmpeg-4 fixes the following issues: - CVE-2024-32230: Fixed buffer overflow due to negative-size-param bug in load_input_picture() (bsc#1227296). - CVE-2023-51798: Fixed buffer overflow via a floating point exception (FPE) error at libavfilter/vf_minterpolate.c (bsc#1223304). ffmpeg-4-4.4-150600.13.10.1.src.rpm ffmpeg-4-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-private-devel-4.4-150600.13.10.1.x86_64.rpm libavcodec58_134-32bit-4.4-150600.13.10.1.x86_64.rpm libavcodec58_134-4.4-150600.13.10.1.x86_64.rpm libavdevice58_13-32bit-4.4-150600.13.10.1.x86_64.rpm libavdevice58_13-4.4-150600.13.10.1.x86_64.rpm libavfilter7_110-32bit-4.4-150600.13.10.1.x86_64.rpm libavfilter7_110-4.4-150600.13.10.1.x86_64.rpm libavformat58_76-32bit-4.4-150600.13.10.1.x86_64.rpm libavformat58_76-4.4-150600.13.10.1.x86_64.rpm libavresample4_0-32bit-4.4-150600.13.10.1.x86_64.rpm libavresample4_0-4.4-150600.13.10.1.x86_64.rpm libavutil56_70-32bit-4.4-150600.13.10.1.x86_64.rpm libavutil56_70-4.4-150600.13.10.1.x86_64.rpm libpostproc55_9-32bit-4.4-150600.13.10.1.x86_64.rpm libpostproc55_9-4.4-150600.13.10.1.x86_64.rpm libswresample3_9-32bit-4.4-150600.13.10.1.x86_64.rpm libswresample3_9-4.4-150600.13.10.1.x86_64.rpm libswscale5_9-32bit-4.4-150600.13.10.1.x86_64.rpm libswscale5_9-4.4-150600.13.10.1.x86_64.rpm ffmpeg-4-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-private-devel-4.4-150600.13.10.1.s390x.rpm libavcodec58_134-4.4-150600.13.10.1.s390x.rpm libavdevice58_13-4.4-150600.13.10.1.s390x.rpm libavfilter7_110-4.4-150600.13.10.1.s390x.rpm libavformat58_76-4.4-150600.13.10.1.s390x.rpm libavresample4_0-4.4-150600.13.10.1.s390x.rpm libavutil56_70-4.4-150600.13.10.1.s390x.rpm libpostproc55_9-4.4-150600.13.10.1.s390x.rpm libswresample3_9-4.4-150600.13.10.1.s390x.rpm libswscale5_9-4.4-150600.13.10.1.s390x.rpm ffmpeg-4-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-private-devel-4.4-150600.13.10.1.ppc64le.rpm libavcodec58_134-4.4-150600.13.10.1.ppc64le.rpm libavdevice58_13-4.4-150600.13.10.1.ppc64le.rpm libavfilter7_110-4.4-150600.13.10.1.ppc64le.rpm libavformat58_76-4.4-150600.13.10.1.ppc64le.rpm libavresample4_0-4.4-150600.13.10.1.ppc64le.rpm libavutil56_70-4.4-150600.13.10.1.ppc64le.rpm libpostproc55_9-4.4-150600.13.10.1.ppc64le.rpm libswresample3_9-4.4-150600.13.10.1.ppc64le.rpm libswscale5_9-4.4-150600.13.10.1.ppc64le.rpm ffmpeg-4-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libavcodec-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libavdevice-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libavfilter-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libavformat-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libavresample-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libavutil-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libpostproc-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libswresample-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-libswscale-devel-4.4-150600.13.10.1.aarch64.rpm ffmpeg-4-private-devel-4.4-150600.13.10.1.aarch64.rpm libavcodec58_134-4.4-150600.13.10.1.aarch64.rpm libavdevice58_13-4.4-150600.13.10.1.aarch64.rpm libavfilter7_110-4.4-150600.13.10.1.aarch64.rpm libavformat58_76-4.4-150600.13.10.1.aarch64.rpm libavresample4_0-4.4-150600.13.10.1.aarch64.rpm libavutil56_70-4.4-150600.13.10.1.aarch64.rpm libpostproc55_9-4.4-150600.13.10.1.aarch64.rpm libswresample3_9-4.4-150600.13.10.1.aarch64.rpm libswscale5_9-4.4-150600.13.10.1.aarch64.rpm openSUSE-SLE-15.6-2024-2808 Security update for shadow moderate SUSE Updates openSUSE-SLE 15.6 This update for shadow fixes the following issues: - Fixed not copying of skel files (bsc#1228770) login_defs-4.8.1-150600.17.6.1.noarch.rpm shadow-4.8.1-150600.17.6.1.src.rpm shadow-4.8.1-150600.17.6.1.x86_64.rpm shadow-4.8.1-150600.17.6.1.s390x.rpm shadow-4.8.1-150600.17.6.1.ppc64le.rpm shadow-4.8.1-150600.17.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2952 Recommended update for nfs-utils moderate SUSE Updates openSUSE-SLE 15.6 This update for nfs-utils fixes the following issues: - Include source for libnfsidmap 0.26 and build that. This is needed for compatability with SLE15-SP5 and earlier. - Copied from old nfsidmap package (bsc#1228159). libnfsidmap0-0.26-150600.28.3.2.x86_64.rpm libnfsidmap1-1.0-150600.28.3.2.x86_64.rpm nfs-client-2.6.4-150600.28.3.2.x86_64.rpm nfs-doc-2.6.4-150600.28.3.2.x86_64.rpm nfs-kernel-server-2.6.4-150600.28.3.2.x86_64.rpm nfs-utils-2.6.4-150600.28.3.2.src.rpm nfsidmap-devel-1.0-150600.28.3.2.x86_64.rpm nfsidmap0-devel-0.26-150600.28.3.2.x86_64.rpm libnfsidmap0-0.26-150600.28.3.2.s390x.rpm libnfsidmap1-1.0-150600.28.3.2.s390x.rpm nfs-client-2.6.4-150600.28.3.2.s390x.rpm nfs-doc-2.6.4-150600.28.3.2.s390x.rpm nfs-kernel-server-2.6.4-150600.28.3.2.s390x.rpm nfsidmap-devel-1.0-150600.28.3.2.s390x.rpm nfsidmap0-devel-0.26-150600.28.3.2.s390x.rpm libnfsidmap0-0.26-150600.28.3.2.ppc64le.rpm libnfsidmap1-1.0-150600.28.3.2.ppc64le.rpm nfs-client-2.6.4-150600.28.3.2.ppc64le.rpm nfs-doc-2.6.4-150600.28.3.2.ppc64le.rpm nfs-kernel-server-2.6.4-150600.28.3.2.ppc64le.rpm nfsidmap-devel-1.0-150600.28.3.2.ppc64le.rpm nfsidmap0-devel-0.26-150600.28.3.2.ppc64le.rpm libnfsidmap0-0.26-150600.28.3.2.aarch64.rpm libnfsidmap1-1.0-150600.28.3.2.aarch64.rpm nfs-client-2.6.4-150600.28.3.2.aarch64.rpm nfs-doc-2.6.4-150600.28.3.2.aarch64.rpm nfs-kernel-server-2.6.4-150600.28.3.2.aarch64.rpm nfsidmap-devel-1.0-150600.28.3.2.aarch64.rpm nfsidmap0-devel-0.26-150600.28.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-3267 Security update for SUSE Manager Client Tools important SUSE Updates openSUSE-SLE 15.6 This update fixes the following issues: golang-github-prometheus-prometheus: - Security issues fixed: * CVE-2024-6104: Update go-retryablehttp to version 0.7.7 (bsc#1227038) * CVE-2023-45142: Updated otelhttp to version 0.46.1 (bsc#1228556) - Require Go > 1.20 for building - Migrate from `disabled` to `manual` service mode - Update to 2.45.6 (jsc#PED-3577): * Security fixes in dependencies - Update to 2.45.5: * [BUGFIX] tsdb/agent: ensure that new series get written to WAL on rollback. * [BUGFIX] Remote write: Avoid a race condition when applying configuration. - Update to 2.45.4: * [BUGFIX] Remote read: Release querier resources before encoding the results. - Update to 2.45.3: * [BUGFIX] TSDB: Remove double memory snapshot on shutdown. - Update to 2.45.2: * [BUGFIX] TSDB: Fix PostingsForMatchers race with creating new series. - Update to 2.45.1: * [ENHANCEMENT] Hetzner SD: Support larger ID's that will be used by Hetzner in September. * [BUGFIX] Linode SD: Cast InstanceSpec values to int64 to avoid overflows on 386 architecture. * [BUGFIX] TSDB: Handle TOC parsing failures. rhnlib: - Version 5.0.4-0 * Add the old TLS code for very old traditional clients still on python 2.7 (bsc#1228198) spacecmd: - Version 5.0.9-0 * Update translation strings uyuni-tools: - Version 0.1.21-0 * mgrpxy: Fix typo on Systemd template - Version 0.1.20-0 * Update the push tag to 5.0.1 * mgrpxy: expose port on IPv6 network (bsc#1227951) - Version 0.1.19-0 * Skip updating Tomcat remote debug if conf file is not present - Version 0.1.18-0 * Setup Confidential Computing container during migration (bsc#1227588) * Add the /etc/uyuni/uyuni-tools.yaml path to the config help * Split systemd config files to not loose configuration at upgrade (bsc#1227718) * Use the same logic for image computation in mgradm and mgrpxy (bsc#1228026) * Allow building with different Helm and container default registry paths (bsc#1226191) * Fix recursion in mgradm upgrade podman list --help * Setup hub xmlrpc API service in migration to Podman (bsc#1227588) * Setup disabled hub xmlrpc API service in all cases (bsc#1227584) * Clean the inspection code to make it faster * Properly detect IPv6 enabled on Podman network (bsc#1224349) * Fix the log file path generation * Write scripts output to uyuni-tools.log file * Add uyuni-hubxml-rpc to the list of values in mgradm scale --help * Use path in mgradm support sql file input (bsc#1227505) * On Ubuntu build with go1.21 instead of go1.20 * Enforce Cobbler setup (bsc#1226847) * Expose port on IPv6 network (bsc#1227951) * show output of podman image search --list-tags command * Implement mgrpxy support config command * During migration, ignore /etc/sysconfig/tomcat and /etc/tomcat/tomcat.conf (bsc#1228183) * During migration, remove java.annotation,com.sun.xml.bind and UseConcMarkSweepGC settings * Disable node exporter port for Kubernetes * Fix start, stop and restart in Kubernetes * Increase start timeout in Kubernetes * Fix traefik query * Fix password entry usability (bsc#1226437) * Add --prepare option to migrate command * Fix random error during installation of CA certificate (bsc#1227245) * Clarify and fix distro name guessing when not provided (bsc#1226284) * Replace not working Fatal error by plain error return (bsc#1220136) * Allow server installation with preexisting storage volumes * Do not report error when purging mounted volume (bsc#1225349) * Preserve PAGER settings from the host for interactive sql usage (bsc#1226914) * Add mgrpxy command to clear the Squid cache * Use local images for Confidential Computing and Hub containers (bsc#1227586) - Version 0.1.17-0 * Allow GPG files to be loaded from the local file (bsc#1227195) - Version 0.1.16-0 * Prefer local images in all migration steps (bsc#1227244) - Version 0.1.15-0 * Define --registry flag behaviour (bsc#1226793) - Version 0.1.14-0 * Do not rely on hardcoded registry, remove any FQDN - Version 0.1.13-0 * Fix mgradm support config tarball creation (bsc#1226759) - Version 0.1.12-0 * Detection of k8s on Proxy was wrongly influenced by Server setting spacecmd-5.0.9-150000.3.124.1.noarch.rpm spacecmd-5.0.9-150000.3.124.1.src.rpm openSUSE-SLE-15.6-2024-3288 Security update for golang-github-prometheus-prometheus important SUSE Updates openSUSE-SLE 15.6 This update for golang-github-prometheus-prometheus fixes the following issues: - Require Go > 1.20 for building - Bump go-retryablehttp to version 0.7.7 (CVE-2024-6104, bsc#1227038) - Migrate from `disabled` to `manual` service mode - Add0003-Bump-go-retryablehttp.patch - Update to 2.45.6 (jsc#PED-3577): * Security fixes in dependencies - Update to 2.45.5: * [BUGFIX] tsdb/agent: ensure that new series get written to WAL on rollback. * [BUGFIX] Remote write: Avoid a race condition when applying configuration. - Update to 2.45.4: * [BUGFIX] Remote read: Release querier resources before encoding the results. - Update to 2.45.3: * Security fixes in dependencies * [BUGFIX] TSDB: Remove double memory snapshot on shutdown. - Update to 2.45.2: * Security fixes in dependencies * [SECURITY] Updated otelhttp to version 0.46.1 (CVE-2023-45142, bsc#1228556) * [BUGFIX] TSDB: Fix PostingsForMatchers race with creating new series. - Update to 2.45.1: * [ENHANCEMENT] Hetzner SD: Support larger ID's that will be used by Hetzner in September. * [BUGFIX] Linode SD: Cast InstanceSpec values to int64 to avoid overflows on 386 architecture. * [BUGFIX] TSDB: Handle TOC parsing failures. - update to 2.45.0 (jsc#PED-5406): * [FEATURE] API: New limit parameter to limit the number of items returned by `/api/v1/status/tsdb` endpoint. * [FEATURE] Config: Add limits to global config. * [FEATURE] Consul SD: Added support for `path_prefix`. * [FEATURE] Native histograms: Add option to scrape both classic and native histograms. * [FEATURE] Native histograms: Added support for two more arithmetic operators `avg_over_time` and `sum_over_time`. * [FEATURE] Promtool: When providing the block id, only one block will be loaded and analyzed. * [FEATURE] Remote-write: New Azure ad configuration to support remote writing directly to Azure Monitor workspace. * [FEATURE] TSDB: Samples per chunk are now configurable with flag `storage.tsdb.samples-per-chunk`. By default set to its former value 120. * [ENHANCEMENT] Native histograms: bucket size can now be limited to avoid scrape fails. * [ENHANCEMENT] TSDB: Dropped series are now deleted from the WAL sooner. * [BUGFIX] Native histograms: ChunkSeries iterator now checks if a new sample can be appended to the open chunk. * [BUGFIX] Native histograms: Fix Histogram Appender `Appendable()` segfault. * [BUGFIX] Native histograms: Fix setting reset header to gauge histograms in seriesToChunkEncoder. * [BUGFIX] TSDB: Tombstone intervals are not modified after Get() call. * [BUGFIX] TSDB: Use path/filepath to set the WAL directory. - update to 2.44.0: * [FEATURE] Remote-read: Handle native histograms. * [FEATURE] Promtool: Health and readiness check of prometheus server in CLI. * [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries. * [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples. * [ENHANCEMENT] Scrape: Reduce memory allocations on target labels. * [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`. * [ENHANCEMENT] Rules API: Allow filtering by rule name. * [ENHANCEMENT] Native Histograms: Various fixes and improvements. * [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive. * [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair. * [BUGFIX] TSDB: Block compaction failed when shutting down. * [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted. - rebase patch 0001-Do-not-force-the-pure-Go-name-resolver.patch onto v2.44.0 - update to 2.43.1 * [BUGFIX] Labels: Set() after Del() would be ignored, which broke some relabeling rules. - update to 2.43.0: * [FEATURE] Promtool: Add HTTP client configuration to query commands. * [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files. * [FEATURE] HTTP client: Add `no_proxy` to exclude URLs from proxied requests. * [FEATURE] HTTP client: Add `proxy_from_enviroment` to read proxies from env variables. * [ENHANCEMENT] API: Add support for setting lookback delta per query via the API. * [ENHANCEMENT] API: Change HTTP status code from 503/422 to 499 if a request is canceled. * [ENHANCEMENT] Scrape: Allow exemplars for all metric types. * [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size. * [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL. * [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible. * [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion. * [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading. * [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks` metrics when reading WAL. * [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the `prometheus_tsdb_sample_ooo_delta` metric. - update to 2.42.0: This release comes with a bunch of feature coverage for native histograms and breaking changes. If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading. Because the old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the latest data. Additionally, if you scrape "float histograms" or use recording rules on native histograms in v2.42.0 (which writes float histograms), it is a one-way street since older versions do not support float histograms. * [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms. * [FEATURE] Add 'keep_firing_for' field to alerting rules. * [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump. * [ENHANCEMENT] Agent: Native histogram support. * [ENHANCEMENT] Rules: Support native histograms in recording rules. * [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes. * [ENHANCEMENT] SD: Add VM size label to azure service discovery. * [ENHANCEMENT] Support native histograms in federation. * [ENHANCEMENT] TSDB: Add gauge histogram support. * [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values. * [ENHANCEMENT] UI: Show individual scrape pools on /targets page. - update to 2.41.0: * [FEATURE] Relabeling: Add keepequal and dropequal relabel actions. * [FEATURE] Add support for HTTP proxy headers. * [ENHANCEMENT] Reload private certificates when changed on disk. * [ENHANCEMENT] Add max_version to specify maximum TLS version in tls_config. * [ENHANCEMENT] Add goos and goarch labels to prometheus_build_info. * [ENHANCEMENT] SD: Add proxy support for EC2 and LightSail SDs. * [ENHANCEMENT] SD: Add new metric prometheus_sd_file_watcher_errors_total. * [ENHANCEMENT] Remote Read: Use a pool to speed up marshalling. * [ENHANCEMENT] TSDB: Improve handling of tombstoned chunks in iterators. * [ENHANCEMENT] TSDB: Optimize postings offset table reading. * [BUGFIX] Scrape: Validate the metric name, label names, and label values after relabeling. * [BUGFIX] Remote Write receiver and rule manager: Fix error handling. - update to 2.40.7: * [BUGFIX] TSDB: Fix queries involving negative buckets of native histograms. - update to 2.40.5: * [BUGFIX] TSDB: Fix queries involving native histograms due to improper reset of iterators. - update to 2.40.3: * [BUGFIX] TSDB: Fix compaction after a deletion is called. - update to 2.40.2: * [BUGFIX] UI: Fix black-on-black metric name color in dark mode. - update to 2.40.1: * [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture. * [BUGFIX] Scrape: Fix accept headers. - update to 2.40.0: * [FEATURE] Add experimental support for native histograms. Enable with the flag --enable-feature=native-histograms. * [FEATURE] SD: Add service discovery for OVHcloud. * [ENHANCEMENT] Kubernetes SD: Use protobuf encoding. * [ENHANCEMENT] TSDB: Use golang.org/x/exp/slices for improved sorting speed. * [ENHANCEMENT] Consul SD: Add enterprise admin partitions. Adds __meta_consul_partition label. Adds partition config in consul_sd_config. * [BUGFIX] API: Fix API error codes for /api/v1/labels and /api/v1/series. - update to 2.39.1: * [BUGFIX] Rules: Fix notifier relabel changing the labels on active alerts. - update to 2.39.0: * [FEATURE] experimental TSDB: Add support for ingesting out-of-order samples. This is configured via out_of_order_time_window field in the config file; check config file docs for more info. * [ENHANCEMENT] API: /-/healthy and /-/ready API calls now also respond to a HEAD request on top of existing GET support. * [ENHANCEMENT] PuppetDB SD: Add __meta_puppetdb_query label. * [ENHANCEMENT] AWS EC2 SD: Add __meta_ec2_region label. * [ENHANCEMENT] AWS Lightsail SD: Add __meta_lightsail_region label. * [ENHANCEMENT] Scrape: Optimise relabeling by re-using memory. * [ENHANCEMENT] TSDB: Improve WAL replay timings. * [ENHANCEMENT] TSDB: Optimise memory by not storing unnecessary data in the memory. * [ENHANCEMENT] TSDB: Allow overlapping blocks by default. --storage.tsdb.allow-overlapping-blocks now has no effect. * [ENHANCEMENT] UI: Click to copy label-value pair from query result to clipboard. * [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak. * [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup. * [BUGFIX] PromQL: Properly close file descriptor when logging unfinished queries. * [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired. - update to 2.38.0: * [FEATURE]: Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions. * [FEATURE]: UI: Add support for formatting PromQL expressions in the UI. * [FEATURE]: DNS SD: Support MX records for discovering targets. * [FEATURE]: Templates: Add toTime() template function that allows converting sample timestamps to Go time.Time values. * [ENHANCEMENT]: Kubernetes SD: Add __meta_kubernetes_service_port_number meta label indicating the service port number. * [ENHANCEMENT]: Kubernetes SD: Add __meta_kubernetes_pod_container_image meta label indicating the container image. * [ENHANCEMENT]: PromQL: When a query panics, also log the query itself alongside the panic message. * [ENHANCEMENT]: UI: Tweak colors in the dark theme to improve the contrast ratio. * [ENHANCEMENT]: Web: Speed up calls to /api/v1/rules by avoiding locks and using atomic types instead. * [ENHANCEMENT]: Scrape: Add a no-default-scrape-port feature flag, which omits or removes any default HTTP (:80) or HTTPS (:443) ports in the target's scrape address. * [BUGFIX]: TSDB: In the WAL watcher metrics, expose the type="exemplar" label instead of type="unknown" for exemplar records. * [BUGFIX]: TSDB: Fix race condition around allocating series IDs during chunk snapshot loading. - Remove npm_licenses.tar.bz2 during "make clean" - Remove web-ui archives during "make clean". * [SECURITY] CVE-2022-41715: Limit memory used by parsing regexps (bsc#1204023). - Fix uncontrolled resource consumption by updating Go to version 1.20.1 (CVE-2022-41723, bsc#1208298) firewalld-prometheus-config-0.1-150100.4.20.1.x86_64.rpm golang-github-prometheus-prometheus-2.45.6-150100.4.20.1.src.rpm golang-github-prometheus-prometheus-2.45.6-150100.4.20.1.x86_64.rpm firewalld-prometheus-config-0.1-150100.4.20.1.s390x.rpm golang-github-prometheus-prometheus-2.45.6-150100.4.20.1.s390x.rpm firewalld-prometheus-config-0.1-150100.4.20.1.ppc64le.rpm golang-github-prometheus-prometheus-2.45.6-150100.4.20.1.ppc64le.rpm firewalld-prometheus-config-0.1-150100.4.20.1.aarch64.rpm golang-github-prometheus-prometheus-2.45.6-150100.4.20.1.aarch64.rpm openSUSE-SLE-15.6-2024-2928 Security update for kubernetes1.25 moderate SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.25 fixes the following issues: - CVE-2021-25743: Fixed sanitization of raw data of escape, meta or control sequences before output it to terminal (bsc#1194400) Other fixes: - Included kubernetes1.25-client package. (jsc#PED-5755) kubernetes1.25-1.25.16-150400.9.10.1.src.rpm kubernetes1.25-apiserver-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-client-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-client-bash-completion-1.25.16-150400.9.10.1.noarch.rpm kubernetes1.25-client-common-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-client-fish-completion-1.25.16-150400.9.10.1.noarch.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-kubelet-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-proxy-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-scheduler-1.25.16-150400.9.10.1.x86_64.rpm kubernetes1.25-apiserver-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-client-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-client-common-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-kubelet-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-proxy-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-scheduler-1.25.16-150400.9.10.1.s390x.rpm kubernetes1.25-apiserver-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-client-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-client-common-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-kubelet-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-proxy-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-scheduler-1.25.16-150400.9.10.1.ppc64le.rpm kubernetes1.25-apiserver-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-client-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-client-common-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-kubelet-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-proxy-1.25.16-150400.9.10.1.aarch64.rpm kubernetes1.25-scheduler-1.25.16-150400.9.10.1.aarch64.rpm openSUSE-SLE-15.6-2024-2934 Optional update for kubernetes1.27 low SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.27 fixes the following issues: This update ships the kubernetes1.27-client package. (jsc#PED-5755) kubernetes1.27-1.27.6-150400.9.5.3.src.rpm kubernetes1.27-apiserver-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-client-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-client-bash-completion-1.27.6-150400.9.5.3.noarch.rpm kubernetes1.27-client-common-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-client-fish-completion-1.27.6-150400.9.5.3.noarch.rpm kubernetes1.27-controller-manager-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-kubeadm-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-kubelet-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-kubelet-common-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-proxy-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-scheduler-1.27.6-150400.9.5.3.x86_64.rpm kubernetes1.27-apiserver-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-client-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-client-common-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-controller-manager-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-kubeadm-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-kubelet-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-kubelet-common-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-proxy-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-scheduler-1.27.6-150400.9.5.3.s390x.rpm kubernetes1.27-apiserver-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-client-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-client-common-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-controller-manager-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-kubeadm-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-kubelet-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-kubelet-common-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-proxy-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-scheduler-1.27.6-150400.9.5.3.ppc64le.rpm kubernetes1.27-apiserver-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-client-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-client-common-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-controller-manager-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-kubeadm-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-kubelet-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-kubelet-common-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-proxy-1.27.6-150400.9.5.3.aarch64.rpm kubernetes1.27-scheduler-1.27.6-150400.9.5.3.aarch64.rpm openSUSE-SLE-15.6-2024-2813 Security update for libnbd important SUSE Updates openSUSE-SLE 15.6 This update for libnbd fixes the following issues: - CVE-2024-7383: Fixed incorrect verification of a NBD server's certificate when using TLS to connect to the server (bsc#1228872) Other fixes: - Update to version 1.18.5. libnbd-1.18.5-150600.18.3.1.src.rpm libnbd-1.18.5-150600.18.3.1.x86_64.rpm libnbd-bash-completion-1.18.5-150600.18.3.1.noarch.rpm libnbd-devel-1.18.5-150600.18.3.1.x86_64.rpm libnbd0-1.18.5-150600.18.3.1.x86_64.rpm nbdfuse-1.18.5-150600.18.3.1.x86_64.rpm python3-libnbd-1.18.5-150600.18.3.1.x86_64.rpm libnbd-1.18.5-150600.18.3.1.s390x.rpm libnbd-devel-1.18.5-150600.18.3.1.s390x.rpm libnbd0-1.18.5-150600.18.3.1.s390x.rpm nbdfuse-1.18.5-150600.18.3.1.s390x.rpm python3-libnbd-1.18.5-150600.18.3.1.s390x.rpm libnbd-1.18.5-150600.18.3.1.ppc64le.rpm libnbd-devel-1.18.5-150600.18.3.1.ppc64le.rpm libnbd0-1.18.5-150600.18.3.1.ppc64le.rpm nbdfuse-1.18.5-150600.18.3.1.ppc64le.rpm python3-libnbd-1.18.5-150600.18.3.1.ppc64le.rpm libnbd-1.18.5-150600.18.3.1.aarch64.rpm libnbd-devel-1.18.5-150600.18.3.1.aarch64.rpm libnbd0-1.18.5-150600.18.3.1.aarch64.rpm nbdfuse-1.18.5-150600.18.3.1.aarch64.rpm python3-libnbd-1.18.5-150600.18.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2961 Security update for osc moderate SUSE Updates openSUSE-SLE 15.6 This update for osc fixes the following issues: - 1.9.0 - Security: - Fix possibility to overwrite special files in .osc (CVE-2024-22034 bsc#1225911) Source files are now stored in the 'sources' subdirectory which prevents name collisons. This requires changing version of '.osc' store to 2.0. - Command-line: - Introduce build --checks parameter - Library: - OscConfigParser: Remove automatic __name__ option - 1.8.3 - Command-line: - Change 'repairwc' command to always run all repair steps - Library: - Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional - Fix colorize() to avoid wrapping empty string into color escape sequences - Provide default values for kwargs.get/pop in get_results() function - 1.8.2 - Library: - Change 'repairwc' command to fix missing .osc/_osclib_version - Make error message in check_store_version() more generic to work for both projects and packages - Fix check_store_version in project store - 1.8.1 - Command-line: - Fix 'linkpac' command crash when used with '--disable-build' or '--disable-publish' option - 1.8.0 - Command-line: - Improve 'submitrequest' command to inherit description from superseded request - Fix 'mv' command when renaming a file multiple times - Improve 'info' command to support projects - Improve 'getbinaries' command by accepting '-M' / '--multibuild-package' option outside checkouts - Add architecture filtering to 'release' command - Change 'results' command so the normal and multibuild packages have the same output - Change 'results' command to use csv writer instead of formatting csv as string - Add couple mutually exclusive options errors to 'results' command - Set a default value for 'results --format' only for the csv output - Add support for 'results --format' for the default text mode - Update help text for '--format' option in 'results' command - Add 'results --fail-on-error/-F' flag - Redirect venv warnings from stderr to debug output - Configuration: - Fix config parser to throw an exception on duplicate sections or options - Modify conf.get_config() to print permissions warning to stderr rather than stdout - Library: - Run check_store_version() in obs_scm.Store and fix related code in Project and Package - Forbid extracting files with absolute path from 'cpio' archives (bsc#1122683) - Forbid extracting files with absolute path from 'ar' archives (bsc#1122683) - Remove no longer valid warning from core.unpack_srcrpm() - Make obs_api.KeyinfoSslcert keyid and fingerprint fields optional - Fix return value in build build.create_build_descr_data() - Fix core.get_package_results() to obey 'multibuild_packages' argument - Tests: - Fix tests so they don't modify fixtures - 1.7.0 - Command-line: - Add 'person search' command - Add 'person register' command - Add '-M/--multibuild-package' option to '[what]dependson' commands - Update '-U/--user' option in 'maintainer' command to accept also an email address - Fix 'branch' command to allow using '--new-package' option on packages that do not exist - Fix 'buildinfo' command to include obs:cli_debug_packages by default - Fix 'buildinfo' command to send complete local build environment as the 'build' command does - Fix 'maintainer --devel-project' to raise an error if running outside a working copy without any arguments - Fix handling arguments in 'service remoterun prj/pac' - Fix 'rebuild' command so the '--all' option conflicts with the 'package' argument - Fix crash when removing 'scmsync' element from dst package meta in 'linkpac' command - Fix crash when reading dst package meta in 'linkpac' command - Allow `osc rpmlint` to infer prj/pkg from CWD - Propagate exit code from the run() and do_() commandline methods - Give a hint where a scmsync git is hosted - Fix crash in 'updatepacmetafromspec' command when working with an incomplete spec - Improve 'updatepacmetafromspec' command to expand rpm spec macros by calling rpmspec to query the data - Improve 'build' and 'buildinfo' commands by uploading *.inc files to OBS for parsing BuildRequires (bsc#1221340) - Improve 'service' command by printing names of running services - Improve 'getbinaries' command by ignoring source and debuginfo filters when a binary name is specified - Change 'build' command to pass '--jobs' option to 'build' tool only if 'build_jobs' > 0 - Clarify 'list' command's help that that listing binaries doesn't contain md5 checksums - Improve 'log' command: produce proper CSV and XML outputs, add -p/--patch option for the text output - Allow setlinkrev to set a specific vrev - Document '--buildtool-opt=--noclean' example in 'build' command's help - Fix handling the default package argument on the command-line - Configuration: - Document loading configuration from env variables - Connection: - Don't retry on error 400 - Remove now unused 'retry_on_400' http_request() option from XmlModel - Revert "Don't retry on 400 HTTP status code in core.server_diff()" - Revert "connection: Allow disabling retry on 400 HTTP status code" - Authentication: - Update SignatureAuthHandler to support specifying ssh key by its fingerprint - Use ssh key from ssh agent that contains comment 'obs=<apiurl-hostname>' - Use strings instead of bytes in SignatureAuthHandler - Cache password from SecretService to avoid spamming user with an accept dialog - Never ask for credentials when displaying help - Remove unused SignatureAuthHandler.get_fingerprint() - Library: - Add rootless build support for 'qemu' VM type - Support package linking of packages from scmsync projects - Fix do_createrequest() function to return None instead of request id - Replace invalid 'if' with 'elif' in BaseModel.dict() - Fix crash when no prefered packages are defined - Add XmlModel class that encapsulates manipulation with XML - Add obs_api.Person.cmd_register() for registering new users - Fix conf.get_config() to ignore file type bits when comparing oscrc perms - Fix conf.get_config() to correctly handle overrides when env variables are set - Fix output.tty.IS_INTERACTIVE when os.isatty() throws OSError - Improve cmdln.HelpFormatter to obey newline characters - Update list of color codes in 'output.tty' module - Remove core.setDevelProject() in favor of core.set_devel_project() - Move removing control characters to output.sanitize_text() - Improve sanitize_text() to keep selected CSI escape sequences - Add output.pipe_to_pager() that pipes lines to a pager without creating an intermediate temporary file - Fix output.safe_write() in connection with NamedTemporaryFile - Modernize output.run_pager() - Extend output.print_msg() to accept 'error' and 'warning' values of 'to_print' argument - Add XPathQuery class for translating keyword arguments to an xpath query - Add obs_api.Keyinfo class - Add obs_api.Package class - Add Package.get_revision_list() for listing commit log - Add obs_api.PackageSources class for handling OBS SCM sources - Add obs_api.Person class - Add obs_api.Project class - Add obs_api.Request class - Add obs_api.Token class - Allow storing apiurl in the XmlModel instances - Allow retrieving default field value from top-level model - Fix BaseModel to convert dictionaries to objects on retrieving a model list - Fix BaseModel to always deepcopy mutable defaults on first use - Implement do_snapshot() and has_changed() methods to determine changes in BaseModel - Implement total ordering on BaseModel - Add comments with available attributes/elements to edited XML - Refactoring: - Migrate repo {list,add,remove} commands to obs_api.Project - Migrate core.show_package_disabled_repos() to obs_api.Package - Migrate core.Package.update_package_meta() to obs_api.Package - Migrate core.get_repos_of_project() to obs_api.Project - Migrate core.get_repositories_of_project() to obs_api.Project - Migrate core.show_scmsync() to obs_api.{Package,Project} - Migrate core.set_devel_project() to obs_api.Package - Migrate core.show_devel_project() to obs_api.Package - Migrate Fetcher.run() to obs_api.Keyinfo - Migrate core.create_submit_request() to obs_api.Request - Migrate 'token' command to obs_api.Token - Migrate 'whois/user' command to obs_api.Person - Migrate 'signkey' command to obs_api.Keyinfo - Move print_msg() to the 'osc.output' module - Move run_pager() and get_default_pager() from 'core' to 'output' module - Move core.Package to obs_scm.Package - Move core.Project to obs_scm.Project - Move functions manipulating store from core to obs_scm.store - Move store.Store to obs_scm.Store - Move core.Linkinfo to obs_scm.Linkinfo - Move core.Serviceinfo to obs_scm.Serviceinfo - Move core.File to obs_scm.File - Merge _private.project.ProjectMeta into obs_api.Project - Spec: - Remove dependency on /usr/bin/python3 using %python3_fix_shebang macro (bsc#1212476) - 1.6.2 - Command-line: - Fix 'branch' command to allow using '--new-package' option on packages that do not exist - Fix 'buildinfo' command to include obs:cli_debug_packages by default - Fix 'buildinfo' command to send complete local build environment as the 'build' command does - Allow `osc rpmlint` to infer prj/pkg from CWD - Propagate exit code from the run() and do_() commandline methods - Give a hint where a scmsync git is hosted - Fix crash in 'updatepacmetafromspec' command when working with an incomplete spec - Authentication: - Cache password from SecretService to avoid spamming user with an accept dialog - Never ask for credentials when displaying help - Library: - Support package linking of packages from scmsync projects - Fix do_createrequest() function to return None instead of request id - Replace invalid 'if' with 'elif' in BaseModel.dict() - Fix crash when no prefered packages are defined - 1.6.1 - Command-line: - Use busybox compatible commands for completion - Change 'wipe' command to use the new get_user_input() function - Fix error 500 in running 'meta attribute <prj>' - Configuration: - Fix resolving config symlink to the actual config file - Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars - Warn about ignoring XDG_CONFIG_HOME and ~/.config/osc/oscrc if ~/.oscrc exists - Library: - Error out when branching a scmsync package - New get_user_input() function for consistent handling of user input - Move xml_indent, xml_quote and xml_unquote to osc.util.xml module - Refactor makeurl(), deprecate query taking string or list arguments, drop osc_urlencode() - Remove all path quoting, rely on makeurl() - Always use dict query in makeurl() - Fix core.slash_split() to strip both leading and trailing slashes - 1.6.0 - Command-line: - The 'token --trigger' command no longer sets '--operation=runservice' by default. - Change 'token --create' command to require '--operation' - Fix 'linkdiff' command error 400: prj/pac/md5 not in repository - Update 'build' command to support building 'productcompose' build type with updateinfo.xml data - Don't show meter in terminals that are not interactive - Fix traceback when running osc from an arbitrary git repo that fails to map branch to a project (bsc#1218170) - Configuration: - Implement reading credentials from environmental variables - Allow starting with an empty config if --configfile is either empty or points to /dev/null - Implement 'quiet' conf option - Password can be an empty string (commonly used with ssh auth) - Connection: - Allow -X HEAD on osc api requests as well - Library: - Fix credentials managers to consistently return Password - Fix Password.encode() on python < 3.8 - Refactor 'meter' module, use config settings to pick the right class - Convert to using f-strings - Use Field.get_callback to handle quiet/verbose and http_debug/http_full_debug options - Implement get_callback that allows modifying returned value to the Field class - Add support for List[BaseModel] type to Field class - Report class name when reporting an error during instantiating BaseModel object - Fix exporting an empty model field in BaseModel.dict() - Fix initializing a sub-model instance from a dictionary - Implement 'Enum' support in models - Fix Field.origin_type for Optional types - Drop unused 'exclude_unset' argument from BaseModel.dict() method - Store cached model defaults in self._defaults, avoid sharing references to mutable defaults - Limit model attributes to predefined fields by forbidding creating new attributes on fly - Store model values in self._values dict instead of private attributes - Spec: - Recommend openssh-clients for ssh-add that is required during ssh auth - Add 0%{?amzn} macro that wasn't usptreamed osc-1.9.0-150400.10.6.1.noarch.rpm osc-1.9.0-150400.10.6.1.src.rpm openSUSE-SLE-15.6-2024-2812 Recommended update for AppStream low SUSE Updates openSUSE-SLE 15.6 This update for AppStream fixes the following issues: - Add libAppStreamQt3 to SLE-Module-Packagehub-Subpackages_15-SP6 (bsc#1228248) AppStream-1.0.2-150600.3.2.1.src.rpm AppStream-1.0.2-150600.3.2.1.x86_64.rpm AppStream-compose-1.0.2-150600.3.2.1.x86_64.rpm AppStream-compose-devel-1.0.2-150600.3.2.1.x86_64.rpm AppStream-devel-1.0.2-150600.3.2.1.x86_64.rpm AppStream-doc-1.0.2-150600.3.2.1.noarch.rpm AppStream-lang-1.0.2-150600.3.2.1.noarch.rpm AppStream-qt6-1.0.2-150600.3.2.1.src.rpm appstream-qt5-devel-1.0.2-150600.3.2.1.x86_64.rpm appstream-qt6-devel-1.0.2-150600.3.2.1.x86_64.rpm libAppStreamQt3-1.0.2-150600.3.2.1.x86_64.rpm libAppStreamQt5-3-1.0.2-150600.3.2.1.x86_64.rpm libappstream-compose0-1.0.2-150600.3.2.1.x86_64.rpm libappstream5-1.0.2-150600.3.2.1.x86_64.rpm typelib-1_0-AppStream-1.0-1.0.2-150600.3.2.1.x86_64.rpm typelib-1_0-AppStream-compose-1.0-1.0.2-150600.3.2.1.x86_64.rpm AppStream-1.0.2-150600.3.2.1.s390x.rpm AppStream-compose-1.0.2-150600.3.2.1.s390x.rpm AppStream-compose-devel-1.0.2-150600.3.2.1.s390x.rpm AppStream-devel-1.0.2-150600.3.2.1.s390x.rpm appstream-qt5-devel-1.0.2-150600.3.2.1.s390x.rpm appstream-qt6-devel-1.0.2-150600.3.2.1.s390x.rpm libAppStreamQt3-1.0.2-150600.3.2.1.s390x.rpm libAppStreamQt5-3-1.0.2-150600.3.2.1.s390x.rpm libappstream-compose0-1.0.2-150600.3.2.1.s390x.rpm libappstream5-1.0.2-150600.3.2.1.s390x.rpm typelib-1_0-AppStream-1.0-1.0.2-150600.3.2.1.s390x.rpm typelib-1_0-AppStream-compose-1.0-1.0.2-150600.3.2.1.s390x.rpm AppStream-1.0.2-150600.3.2.1.ppc64le.rpm AppStream-compose-1.0.2-150600.3.2.1.ppc64le.rpm AppStream-compose-devel-1.0.2-150600.3.2.1.ppc64le.rpm AppStream-devel-1.0.2-150600.3.2.1.ppc64le.rpm appstream-qt5-devel-1.0.2-150600.3.2.1.ppc64le.rpm appstream-qt6-devel-1.0.2-150600.3.2.1.ppc64le.rpm libAppStreamQt3-1.0.2-150600.3.2.1.ppc64le.rpm libAppStreamQt5-3-1.0.2-150600.3.2.1.ppc64le.rpm libappstream-compose0-1.0.2-150600.3.2.1.ppc64le.rpm libappstream5-1.0.2-150600.3.2.1.ppc64le.rpm typelib-1_0-AppStream-1.0-1.0.2-150600.3.2.1.ppc64le.rpm typelib-1_0-AppStream-compose-1.0-1.0.2-150600.3.2.1.ppc64le.rpm AppStream-1.0.2-150600.3.2.1.aarch64.rpm AppStream-compose-1.0.2-150600.3.2.1.aarch64.rpm AppStream-compose-devel-1.0.2-150600.3.2.1.aarch64.rpm AppStream-devel-1.0.2-150600.3.2.1.aarch64.rpm appstream-qt5-devel-1.0.2-150600.3.2.1.aarch64.rpm appstream-qt6-devel-1.0.2-150600.3.2.1.aarch64.rpm libAppStreamQt3-1.0.2-150600.3.2.1.aarch64.rpm libAppStreamQt5-3-1.0.2-150600.3.2.1.aarch64.rpm libappstream-compose0-1.0.2-150600.3.2.1.aarch64.rpm libappstream5-1.0.2-150600.3.2.1.aarch64.rpm typelib-1_0-AppStream-1.0-1.0.2-150600.3.2.1.aarch64.rpm typelib-1_0-AppStream-compose-1.0-1.0.2-150600.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-3003 Security update for MozillaFirefox important SUSE Updates openSUSE-SLE 15.6 This update for MozillaFirefox fixes the following issues: Update to Firefox Extended Support Release 128.1.0 ESR (MFSA 2024-35, bsc#1228648) - CVE-2024-7518: Fullscreen notification dialog can be obscured by document - CVE-2024-7519: Out of bounds memory access in graphics shared memory handling - CVE-2024-7520: Type confusion in WebAssembly - CVE-2024-7521: Incomplete WebAssembly exception handing - CVE-2024-7522: Out of bounds read in editor component - CVE-2024-7524: CSP strict-dynamic bypass using web-compatibility shims - CVE-2024-7525: Missing permission check when creating a StreamFilter - CVE-2024-7526: Uninitialized memory used by WebGL - CVE-2024-7527: Use-after-free in JavaScript garbage collection - CVE-2024-7528: Use-after-free in IndexedDB - CVE-2024-7529: Document content could partially obscure security prompts - CVE-2024-7531: PK11_Encrypt using CKM_CHACHA20 can reveal plaintext on Intel MozillaFirefox-128.1.0-150200.152.146.1.src.rpm MozillaFirefox-128.1.0-150200.152.146.1.x86_64.rpm MozillaFirefox-branding-SLE-128-150200.9.16.1.src.rpm MozillaFirefox-branding-SLE-128-150200.9.16.1.x86_64.rpm MozillaFirefox-branding-upstream-128.1.0-150200.152.146.1.x86_64.rpm MozillaFirefox-devel-128.1.0-150200.152.146.1.noarch.rpm MozillaFirefox-translations-common-128.1.0-150200.152.146.1.x86_64.rpm MozillaFirefox-translations-other-128.1.0-150200.152.146.1.x86_64.rpm MozillaFirefox-128.1.0-150200.152.146.1.s390x.rpm MozillaFirefox-branding-SLE-128-150200.9.16.1.s390x.rpm MozillaFirefox-branding-upstream-128.1.0-150200.152.146.1.s390x.rpm MozillaFirefox-translations-common-128.1.0-150200.152.146.1.s390x.rpm MozillaFirefox-translations-other-128.1.0-150200.152.146.1.s390x.rpm MozillaFirefox-128.1.0-150200.152.146.1.ppc64le.rpm MozillaFirefox-branding-SLE-128-150200.9.16.1.ppc64le.rpm MozillaFirefox-branding-upstream-128.1.0-150200.152.146.1.ppc64le.rpm MozillaFirefox-translations-common-128.1.0-150200.152.146.1.ppc64le.rpm MozillaFirefox-translations-other-128.1.0-150200.152.146.1.ppc64le.rpm MozillaFirefox-128.1.0-150200.152.146.1.aarch64.rpm MozillaFirefox-branding-SLE-128-150200.9.16.1.aarch64.rpm MozillaFirefox-branding-upstream-128.1.0-150200.152.146.1.aarch64.rpm MozillaFirefox-translations-common-128.1.0-150200.152.146.1.aarch64.rpm MozillaFirefox-translations-other-128.1.0-150200.152.146.1.aarch64.rpm openSUSE-SLE-15.6-2024-2888 Recommended update for util-linux moderate SUSE Updates openSUSE-SLE 15.6 This update for util-linux fixes the following issues: - agetty: Prevent login cursor escape (bsc#1194818). - Document unexpected side effects of lazy destruction (bsc#1159034). - Don't delete binaries not common for all architectures. Create an util-linux-extra subpackage instead, so users of third party tools can use them (bsc#1222285). - Improved man page for chcpu (bsc#1218609). libblkid-devel-2.39.3-150600.4.9.4.x86_64.rpm libblkid-devel-32bit-2.39.3-150600.4.9.4.x86_64.rpm libblkid-devel-static-2.39.3-150600.4.9.4.x86_64.rpm libblkid1-2.39.3-150600.4.9.4.x86_64.rpm libblkid1-32bit-2.39.3-150600.4.9.4.x86_64.rpm libfdisk-devel-2.39.3-150600.4.9.4.x86_64.rpm libfdisk-devel-32bit-2.39.3-150600.4.9.4.x86_64.rpm libfdisk-devel-static-2.39.3-150600.4.9.4.x86_64.rpm libfdisk1-2.39.3-150600.4.9.4.x86_64.rpm libfdisk1-32bit-2.39.3-150600.4.9.4.x86_64.rpm libmount-devel-2.39.3-150600.4.9.4.x86_64.rpm libmount-devel-32bit-2.39.3-150600.4.9.4.x86_64.rpm libmount-devel-static-2.39.3-150600.4.9.4.x86_64.rpm libmount1-2.39.3-150600.4.9.4.x86_64.rpm libmount1-32bit-2.39.3-150600.4.9.4.x86_64.rpm libsmartcols-devel-2.39.3-150600.4.9.4.x86_64.rpm libsmartcols-devel-32bit-2.39.3-150600.4.9.4.x86_64.rpm libsmartcols-devel-static-2.39.3-150600.4.9.4.x86_64.rpm libsmartcols1-2.39.3-150600.4.9.4.x86_64.rpm libsmartcols1-32bit-2.39.3-150600.4.9.4.x86_64.rpm libuuid-devel-2.39.3-150600.4.9.4.x86_64.rpm libuuid-devel-32bit-2.39.3-150600.4.9.4.x86_64.rpm libuuid-devel-static-2.39.3-150600.4.9.4.x86_64.rpm libuuid1-2.39.3-150600.4.9.4.x86_64.rpm libuuid1-32bit-2.39.3-150600.4.9.4.x86_64.rpm python-libmount-2.39.3-150600.4.9.4.src.rpm python3-libmount-2.39.3-150600.4.9.4.x86_64.rpm util-linux-2.39.3-150600.4.9.4.src.rpm util-linux-2.39.3-150600.4.9.4.x86_64.rpm util-linux-lang-2.39.3-150600.4.9.4.noarch.rpm util-linux-systemd-2.39.3-150600.4.9.4.src.rpm util-linux-systemd-2.39.3-150600.4.9.4.x86_64.rpm util-linux-tty-tools-2.39.3-150600.4.9.4.x86_64.rpm uuidd-2.39.3-150600.4.9.4.x86_64.rpm libblkid-devel-2.39.3-150600.4.9.4.s390x.rpm libblkid-devel-static-2.39.3-150600.4.9.4.s390x.rpm libblkid1-2.39.3-150600.4.9.4.s390x.rpm libfdisk-devel-2.39.3-150600.4.9.4.s390x.rpm libfdisk-devel-static-2.39.3-150600.4.9.4.s390x.rpm libfdisk1-2.39.3-150600.4.9.4.s390x.rpm libmount-devel-2.39.3-150600.4.9.4.s390x.rpm libmount-devel-static-2.39.3-150600.4.9.4.s390x.rpm libmount1-2.39.3-150600.4.9.4.s390x.rpm libsmartcols-devel-2.39.3-150600.4.9.4.s390x.rpm libsmartcols-devel-static-2.39.3-150600.4.9.4.s390x.rpm libsmartcols1-2.39.3-150600.4.9.4.s390x.rpm libuuid-devel-2.39.3-150600.4.9.4.s390x.rpm libuuid-devel-static-2.39.3-150600.4.9.4.s390x.rpm libuuid1-2.39.3-150600.4.9.4.s390x.rpm python3-libmount-2.39.3-150600.4.9.4.s390x.rpm util-linux-2.39.3-150600.4.9.4.s390x.rpm util-linux-systemd-2.39.3-150600.4.9.4.s390x.rpm util-linux-tty-tools-2.39.3-150600.4.9.4.s390x.rpm uuidd-2.39.3-150600.4.9.4.s390x.rpm libblkid-devel-2.39.3-150600.4.9.4.ppc64le.rpm libblkid-devel-static-2.39.3-150600.4.9.4.ppc64le.rpm libblkid1-2.39.3-150600.4.9.4.ppc64le.rpm libfdisk-devel-2.39.3-150600.4.9.4.ppc64le.rpm libfdisk-devel-static-2.39.3-150600.4.9.4.ppc64le.rpm libfdisk1-2.39.3-150600.4.9.4.ppc64le.rpm libmount-devel-2.39.3-150600.4.9.4.ppc64le.rpm libmount-devel-static-2.39.3-150600.4.9.4.ppc64le.rpm libmount1-2.39.3-150600.4.9.4.ppc64le.rpm libsmartcols-devel-2.39.3-150600.4.9.4.ppc64le.rpm libsmartcols-devel-static-2.39.3-150600.4.9.4.ppc64le.rpm libsmartcols1-2.39.3-150600.4.9.4.ppc64le.rpm libuuid-devel-2.39.3-150600.4.9.4.ppc64le.rpm libuuid-devel-static-2.39.3-150600.4.9.4.ppc64le.rpm libuuid1-2.39.3-150600.4.9.4.ppc64le.rpm python3-libmount-2.39.3-150600.4.9.4.ppc64le.rpm util-linux-2.39.3-150600.4.9.4.ppc64le.rpm util-linux-systemd-2.39.3-150600.4.9.4.ppc64le.rpm util-linux-tty-tools-2.39.3-150600.4.9.4.ppc64le.rpm uuidd-2.39.3-150600.4.9.4.ppc64le.rpm libblkid-devel-2.39.3-150600.4.9.4.aarch64.rpm libblkid-devel-static-2.39.3-150600.4.9.4.aarch64.rpm libblkid1-2.39.3-150600.4.9.4.aarch64.rpm libfdisk-devel-2.39.3-150600.4.9.4.aarch64.rpm libfdisk-devel-static-2.39.3-150600.4.9.4.aarch64.rpm libfdisk1-2.39.3-150600.4.9.4.aarch64.rpm libmount-devel-2.39.3-150600.4.9.4.aarch64.rpm libmount-devel-static-2.39.3-150600.4.9.4.aarch64.rpm libmount1-2.39.3-150600.4.9.4.aarch64.rpm libsmartcols-devel-2.39.3-150600.4.9.4.aarch64.rpm libsmartcols-devel-static-2.39.3-150600.4.9.4.aarch64.rpm libsmartcols1-2.39.3-150600.4.9.4.aarch64.rpm libuuid-devel-2.39.3-150600.4.9.4.aarch64.rpm libuuid-devel-static-2.39.3-150600.4.9.4.aarch64.rpm libuuid1-2.39.3-150600.4.9.4.aarch64.rpm python3-libmount-2.39.3-150600.4.9.4.aarch64.rpm util-linux-2.39.3-150600.4.9.4.aarch64.rpm util-linux-systemd-2.39.3-150600.4.9.4.aarch64.rpm util-linux-tty-tools-2.39.3-150600.4.9.4.aarch64.rpm uuidd-2.39.3-150600.4.9.4.aarch64.rpm openSUSE-SLE-15.6-2024-2814 Security update for ffmpeg moderate SUSE Updates openSUSE-SLE 15.6 This update for ffmpeg fixes the following issues: - CVE-2024-32230: Fixed buffer overflow due to negative-size-param bug at libavcodec/mpegvideo_enc.c in load_input_picture (bsc#1227296) ffmpeg-3.4.2-150200.11.50.1.src.rpm ffmpeg-3.4.2-150200.11.50.1.x86_64.rpm ffmpeg-private-devel-3.4.2-150200.11.50.1.x86_64.rpm libavcodec-devel-3.4.2-150200.11.50.1.x86_64.rpm libavcodec57-3.4.2-150200.11.50.1.x86_64.rpm libavcodec57-32bit-3.4.2-150200.11.50.1.x86_64.rpm libavdevice-devel-3.4.2-150200.11.50.1.x86_64.rpm libavdevice57-3.4.2-150200.11.50.1.x86_64.rpm libavdevice57-32bit-3.4.2-150200.11.50.1.x86_64.rpm libavfilter-devel-3.4.2-150200.11.50.1.x86_64.rpm libavfilter6-3.4.2-150200.11.50.1.x86_64.rpm libavfilter6-32bit-3.4.2-150200.11.50.1.x86_64.rpm libavformat-devel-3.4.2-150200.11.50.1.x86_64.rpm libavformat57-3.4.2-150200.11.50.1.x86_64.rpm libavformat57-32bit-3.4.2-150200.11.50.1.x86_64.rpm libavresample-devel-3.4.2-150200.11.50.1.x86_64.rpm libavresample3-3.4.2-150200.11.50.1.x86_64.rpm libavresample3-32bit-3.4.2-150200.11.50.1.x86_64.rpm libavutil-devel-3.4.2-150200.11.50.1.x86_64.rpm libavutil55-3.4.2-150200.11.50.1.x86_64.rpm libavutil55-32bit-3.4.2-150200.11.50.1.x86_64.rpm libpostproc-devel-3.4.2-150200.11.50.1.x86_64.rpm libpostproc54-3.4.2-150200.11.50.1.x86_64.rpm libpostproc54-32bit-3.4.2-150200.11.50.1.x86_64.rpm libswresample-devel-3.4.2-150200.11.50.1.x86_64.rpm libswresample2-3.4.2-150200.11.50.1.x86_64.rpm libswresample2-32bit-3.4.2-150200.11.50.1.x86_64.rpm libswscale-devel-3.4.2-150200.11.50.1.x86_64.rpm libswscale4-3.4.2-150200.11.50.1.x86_64.rpm libswscale4-32bit-3.4.2-150200.11.50.1.x86_64.rpm ffmpeg-3.4.2-150200.11.50.1.s390x.rpm ffmpeg-private-devel-3.4.2-150200.11.50.1.s390x.rpm libavcodec-devel-3.4.2-150200.11.50.1.s390x.rpm libavcodec57-3.4.2-150200.11.50.1.s390x.rpm libavdevice-devel-3.4.2-150200.11.50.1.s390x.rpm libavdevice57-3.4.2-150200.11.50.1.s390x.rpm libavfilter-devel-3.4.2-150200.11.50.1.s390x.rpm libavfilter6-3.4.2-150200.11.50.1.s390x.rpm libavformat-devel-3.4.2-150200.11.50.1.s390x.rpm libavformat57-3.4.2-150200.11.50.1.s390x.rpm libavresample-devel-3.4.2-150200.11.50.1.s390x.rpm libavresample3-3.4.2-150200.11.50.1.s390x.rpm libavutil-devel-3.4.2-150200.11.50.1.s390x.rpm libavutil55-3.4.2-150200.11.50.1.s390x.rpm libpostproc-devel-3.4.2-150200.11.50.1.s390x.rpm libpostproc54-3.4.2-150200.11.50.1.s390x.rpm libswresample-devel-3.4.2-150200.11.50.1.s390x.rpm libswresample2-3.4.2-150200.11.50.1.s390x.rpm libswscale-devel-3.4.2-150200.11.50.1.s390x.rpm libswscale4-3.4.2-150200.11.50.1.s390x.rpm ffmpeg-3.4.2-150200.11.50.1.ppc64le.rpm ffmpeg-private-devel-3.4.2-150200.11.50.1.ppc64le.rpm libavcodec-devel-3.4.2-150200.11.50.1.ppc64le.rpm libavcodec57-3.4.2-150200.11.50.1.ppc64le.rpm libavdevice-devel-3.4.2-150200.11.50.1.ppc64le.rpm libavdevice57-3.4.2-150200.11.50.1.ppc64le.rpm libavfilter-devel-3.4.2-150200.11.50.1.ppc64le.rpm libavfilter6-3.4.2-150200.11.50.1.ppc64le.rpm libavformat-devel-3.4.2-150200.11.50.1.ppc64le.rpm libavformat57-3.4.2-150200.11.50.1.ppc64le.rpm libavresample-devel-3.4.2-150200.11.50.1.ppc64le.rpm libavresample3-3.4.2-150200.11.50.1.ppc64le.rpm libavutil-devel-3.4.2-150200.11.50.1.ppc64le.rpm libavutil55-3.4.2-150200.11.50.1.ppc64le.rpm libpostproc-devel-3.4.2-150200.11.50.1.ppc64le.rpm libpostproc54-3.4.2-150200.11.50.1.ppc64le.rpm libswresample-devel-3.4.2-150200.11.50.1.ppc64le.rpm libswresample2-3.4.2-150200.11.50.1.ppc64le.rpm libswscale-devel-3.4.2-150200.11.50.1.ppc64le.rpm libswscale4-3.4.2-150200.11.50.1.ppc64le.rpm ffmpeg-3.4.2-150200.11.50.1.aarch64.rpm ffmpeg-private-devel-3.4.2-150200.11.50.1.aarch64.rpm libavcodec-devel-3.4.2-150200.11.50.1.aarch64.rpm libavcodec57-3.4.2-150200.11.50.1.aarch64.rpm libavdevice-devel-3.4.2-150200.11.50.1.aarch64.rpm libavdevice57-3.4.2-150200.11.50.1.aarch64.rpm libavfilter-devel-3.4.2-150200.11.50.1.aarch64.rpm libavfilter6-3.4.2-150200.11.50.1.aarch64.rpm libavformat-devel-3.4.2-150200.11.50.1.aarch64.rpm libavformat57-3.4.2-150200.11.50.1.aarch64.rpm libavresample-devel-3.4.2-150200.11.50.1.aarch64.rpm libavresample3-3.4.2-150200.11.50.1.aarch64.rpm libavutil-devel-3.4.2-150200.11.50.1.aarch64.rpm libavutil55-3.4.2-150200.11.50.1.aarch64.rpm libpostproc-devel-3.4.2-150200.11.50.1.aarch64.rpm libpostproc54-3.4.2-150200.11.50.1.aarch64.rpm libswresample-devel-3.4.2-150200.11.50.1.aarch64.rpm libswresample2-3.4.2-150200.11.50.1.aarch64.rpm libswscale-devel-3.4.2-150200.11.50.1.aarch64.rpm libswscale4-3.4.2-150200.11.50.1.aarch64.rpm openSUSE-SLE-15.6-2024-2866 Recommended update for perf moderate SUSE Updates openSUSE-SLE 15.6 This update for perf fixes the following issues: - Fix timing issue with parallel threads in perf bench wake-up-parallel (bsc#1227747). - tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline (bsc#1227747). - tools/perf: Fix perf bench futex to enable the run when some CPU's are offline (bsc#1227747). perf-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.src.rpm perf-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.x86_64.rpm perf-bash-completion-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.x86_64.rpm perf-devel-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.x86_64.rpm perf-gtk-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.x86_64.rpm perf-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.s390x.rpm perf-bash-completion-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.s390x.rpm perf-devel-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.s390x.rpm perf-gtk-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.s390x.rpm perf-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.ppc64le.rpm perf-bash-completion-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.ppc64le.rpm perf-devel-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.ppc64le.rpm perf-gtk-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.ppc64le.rpm perf-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.aarch64.rpm perf-bash-completion-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.aarch64.rpm perf-devel-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.aarch64.rpm perf-gtk-6.4.0.git25687.7bc1e4ff37-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2896 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). - CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). - CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). - CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). - CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). - CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). - CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). - CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). - CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). - CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). - CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). - CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). - CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). - CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). - CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). - CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). - CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). - CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). - CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). - CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). - CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). - CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). - CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). - CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). - CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). - CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). - CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). - CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). - CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). - CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). - CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) - CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) - CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) - CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) - CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) - CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). - CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). - CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). - CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) - CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) - CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) - CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). - CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). - CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). - CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). - CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). - CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103. - CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). - CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). - CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) - CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). - CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). - CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) - CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) - CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) - CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). - CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). - CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). - CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). - CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). - CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). - CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). - CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). - CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601, bsc#1225600). - CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). - CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). - CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). - CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). - CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). - CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). - CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). - CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). - CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). - CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). - CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). - CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). - CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). - CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). - CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). - CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). - CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). - CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). - CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). - CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). - CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). - CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). - CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). - CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). - CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). - CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). - CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). - CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). - CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). - CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). - CVE-2023-52846: hsr: Prevent use after free in prp_create_tagged_frame() (bsc#1225098). - CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). - CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). - CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). - CVE-2024-38559: scsi: qedf: Ensure the copied buf is NUL terminated (bsc#1226785). - CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). - CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). - CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). - CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). - CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). - CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). - CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). - CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). - CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). - CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). - CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). - CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). - CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). - CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). - CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). - CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). - CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). - CVE-2024-38560: scsi: bfa: Ensure the copied buf is NUL terminated (bsc#1226786). - CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). - CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). - CVE-2024-36974: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP (bsc#1226519). - CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). - CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). - CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). - CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). - CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). - CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). - CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). - CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). - CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). - CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). - CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). - CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). - CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). - CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). - CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). - CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). - CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). - CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). - CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). - CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). - CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). - CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). - CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). - CVE-2024-35979: raid1: fix use-after-free for original bio in raid1_write_request() (bsc#1224572). - CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). - CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). - CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). - CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). - CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). - CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). - CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). - CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). - CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). - CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). - CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). - CVE-2023-52837: nbd: fix uaf in nbd_open (bsc#1224935). - CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). - CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). - CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). - CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). - CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). - CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). - CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). - CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). - CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). - CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). - CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). - CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). - CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). - CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). - CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). - CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). - CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). - CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). - CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). - CVE-2024-27419: Fixed data-races around sysctl_net_busy_read (bsc#1224759) - CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). - CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) - CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). - CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). - CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). - CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). - CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). The following non-security bugs were fixed: - ACPI: EC: Abort address space access upon error (stable-fixes). - ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). - ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). - ACPI: EC: Install address space handler at the namespace root (stable-fixes). - ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). - ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). - ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). - ACPI: x86: Force StorageD3Enable on more products (stable-fixes). - ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). - ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). - ALSA: PCM: Allow resume only for suspended streams (stable-fixes). - ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). - ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). - ALSA: emux: improve patch ioctl data validation (stable-fixes). - ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). - ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). - ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). - ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). - ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). - ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). - ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). - ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). - ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). - ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-fixes). - ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4 (stable-fixes). - ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5 (stable-fixes). - ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). - ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). - ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). - ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). - ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). - ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). - ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4 (stable-fixes). - ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5 (stable-fixes). - ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). - ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). - ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). - ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). - ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). - ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). - ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). - ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). - ALSA: ump: Do not update FB name for static blocks (git-fixes). - ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). - ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). - ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). - ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). - ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). - ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). - ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). - ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). - ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). - ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). - ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). - ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). - ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). - ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). - ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). - ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). - ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). - ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). - ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). - ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). - ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). - ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). - ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). - ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). - ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). - ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). - ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). - ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). - ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). - ASoC: rt711-sdw: add missing readable registers (stable-fixes). - ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). - ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). - ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). - ASoC: ti: davinci-mcasp: Set min period size using FIFO config (stable-fixes). - ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). - ASoC: topology: Do not assign fields that are already set (stable-fixes). - ASoC: topology: Fix references to freed memory (stable-fixes). - ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). - Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). - Bluetooth: ISO: Fix BIS cleanup (stable-fixes). - Bluetooth: Ignore too large handle values in BIG (git-fixes). - Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). - Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). - Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). - Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). - Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). - Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). - Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). - Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). - Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). - Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). - Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). - Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). - Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). - Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). - Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). - HID: Add quirk for Logitech Casa touchpad (stable-fixes). - HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). - HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). - HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). - HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). - HID: wacom: Modify pen IDs (git-fixes). - Input: ads7846 - use spi_device_id table (stable-fixes). - Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). - Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). - Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). - Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). - Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). - Input: qt1050 - handle CHIP_ID reading error (git-fixes). - Input: silead - Always support 10 fingers (stable-fixes). - Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). - Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). - KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). - KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). - KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). - KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). - KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). - KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). - NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). - NFS: abort nfs_atomic_open_v23 if name is too long (bsc#1219847). - NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly (bsc#1219847). - NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). - NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). - NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). - NFSv4.1 enforce rootpath check in fs_location query (git-fixes). - NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). - NFSv4: Fixup smatch warning for ambiguous return (git-fixes). - PCI/ASPM: Update save_state when configuration changes (bsc#1226915) - PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). - PCI/MSI: Fix UAF in msi_capability_init (git-fixes). - PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). - PCI: Clear Secondary Status errors after enumeration (bsc#1226928) - PCI: Do not wait for disconnected devices when resuming (git-fixes). - PCI: Extend ACS configurability (bsc#1228090). - PCI: Fix resource double counting on remove & rescan (git-fixes). - PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). - PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). - PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). - PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). - PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). - PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). - PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). - PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). - PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). - PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). - PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). - PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). - PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). - PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). - RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). - RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). - RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) - RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). - RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) - RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) - RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) - RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) - RDMA/mlx5: Remove extra unlock on error path (git-fixes) - RDMA/restrack: Fix potential invalid address access (git-fixes) - RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) - RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) - SUNRPC: Fix gss_free_in_token_pages() (git-fixes). - SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). - SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). - SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). - Temporarily drop KVM patch that caused a regression (bsc#1226158) - USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). - USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). - USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). - USB: serial: mos7840: fix crash on resume (git-fixes). - USB: serial: option: add Fibocom FM350-GL (stable-fixes). - USB: serial: option: add Netprisma LCUK54 series modules (stable-fixes). - USB: serial: option: add Rolling RW350-GL variants (stable-fixes). - USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). - USB: serial: option: add Telit generic core-dump composition (stable-fixes). - USB: serial: option: add support for Foxconn T99W651 (stable-fixes). - USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). - X.509: Fix the parser of extended key usage for length (bsc#1218820). - arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) - arm64/io: add constant-argument check (bsc#1226502 git-fixes) - arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). - arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) - arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) - arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) - arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) - arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) - arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) - arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) - arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) - arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) - arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) - arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) - arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) - arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) - arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) - arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) - arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) - arm64: dts: rockchip: Update WIFi/BT related nodes on (git-fixes) - arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) - arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). - arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). - arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). - ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). - ata: ahci: Clean up sysfs file on error (git-fixes). - ata: libata-core: Fix double free on error (git-fixes). - ata: libata-core: Fix null pointer dereference on error (git-fixes). - ata: libata-scsi: Fix offsets for the fixed format sense data (git-fixes). - auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). - ax25: Fix refcount imbalance on inbound connections (git-fixes). - batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). - batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). - bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). - bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). - bpf: correct loop detection for iterators convergence (bsc#1225903). - bpf: exact states comparison for iterator convergence checks (bsc#1225903). - bpf: extract __check_reg_arg() utility function (bsc#1225903). - bpf: extract same_callsites() as utility function (bsc#1225903). - bpf: extract setup_func_entry() utility function (bsc#1225903). - bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). - bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). - bpf: print full verifier states on infinite loop detection (bsc#1225903). - bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). - bpf: widening for callback iterators (bsc#1225903). - bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). - bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). - cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). - cachefiles: remove requests from xarray during flushing requests (bsc#1226588). - can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). - can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). - can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). - cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). - ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). - ceph: always check dir caps asynchronously (bsc#1226022). - ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). - ceph: break the check delayed cap loop every 5s (bsc#1226022). - ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). - ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). - char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). - checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). - cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). - clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). - clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). - clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). - clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). - clkdev: Update clkdev id usage to allow for longer names (stable-fixes). - config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) - counter: ti-eqep: enable clock at probe (git-fixes). - cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). - cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). - cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). - cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). - crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). - crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). - crypto: aead,cipher - zeroize key buffer after use (stable-fixes). - crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). - crypto: deflate - Add aliases to deflate (bsc#1227190). - crypto: ecdh - explicitly zeroize private_key (stable-fixes). - crypto: ecdsa - Fix the public key format description (git-fixes). - crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). - crypto: hisilicon/debugfs - Fix debugfs uninit process issue (stable-fixes). - crypto: hisilicon/qm - Add the err memory release process to qm uninit (stable-fixes). - crypto: hisilicon/sec - Fix memory leak for sec resource release (stable-fixes). - crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). - crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). - cxl/region: Fix cxlr_pmem leaks (git-fixes). - cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). - cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). - cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). - decompress_bunzip2: fix rare decompression failure (git-fixes). - devres: Fix devm_krealloc() wasting memory (git-fixes). - devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). - dlm: fix user space lock decision to copy lvb (git-fixes). - dma: fix call order in dmam_free_coherent (git-fixes). - dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). - dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). - dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). - dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). - dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). - dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (git-fixes). - docs: crypto: async-tx-api: fix broken code example (git-fixes). - dpll: spec: use proper enum for pin capabilities attribute (git-fixes). - drivers/xen: Improve the late XenStore init protocol (git-fixes). - drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). - drivers: soc: xilinx: check return status of get_api_version() (git-fixes). - drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). - drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). - drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). - drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). - drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). - drm/amd/display: Add refresh rate range check (stable-fixes). - drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). - drm/amd/display: Check index msg_id before read or write (stable-fixes). - drm/amd/display: Check pipe offset before setting vblank (stable-fixes). - drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). - drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). - drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). - drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). - drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). - drm/amd/display: Fix refresh rate range for some panel (stable-fixes). - drm/amd/display: Fix uninitialized variables in DM (stable-fixes). - drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). - drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). - drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). - drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). - drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). - drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). - drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). - drm/amd/display: Update efficiency bandwidth for dcn351 (stable-fixes). - drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). - drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). - drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). - drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). - drm/amd/pm: Restore config space after reset (stable-fixes). - drm/amd/pm: remove logically dead code for renoir (git-fixes). - drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). - drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). - drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). - drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). - drm/amdgpu/mes: fix use-after-free issue (stable-fixes). - drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). - drm/amdgpu: Fix VRAM memory accounting (stable-fixes). - drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). - drm/amdgpu: Fix memory range calculation (git-fixes). - drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). - drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). - drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). - drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). - drm/amdgpu: Indicate CU havest info to CP (stable-fixes). - drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). - drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). - drm/amdgpu: Update BO eviction priorities (stable-fixes). - drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). - drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). - drm/amdgpu: avoid using null object of framebuffer (stable-fixes). - drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). - drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). - drm/amdgpu: fix the warning about the expression (int)size - len (stable-fixes). - drm/amdgpu: fix uninitialized scalar variable warning (stable-fixes). - drm/amdgpu: init microcode chip name from ip versions (stable-fixes). - drm/amdgpu: silence UBSAN warning (stable-fixes). - drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). - drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). - drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). - drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). - drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). - drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). - drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). - drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). - drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). - drm/drm_file: Fix pid refcounting race (git-fixes). - drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). - drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). - drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). - drm/exynos: dp: drop driver owner initialization (stable-fixes). - drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). - drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). - drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). - drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). - drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes (git-fixes). - drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes (git-fixes). - drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). - drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). - drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). - drm/i915/hwmon: Get rid of devm (stable-fixes). - drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). - drm/komeda: check for error-valued pointer (git-fixes). - drm/lima: Mark simple_ondemand governor as softdep (git-fixes). - drm/lima: add mask irq callback to gp and pp (stable-fixes). - drm/lima: fix shared irq handling on driver remove (stable-fixes). - drm/lima: mask irqs in timeout path before hard reset (stable-fixes). - drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). - drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). - drm/mediatek: Add missing plane settings when async update (git-fixes). - drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). - drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). - drm/mediatek: Fix XRGB setting error in OVL (git-fixes). - drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). - drm/mediatek: Fix destination alpha error in OVL (git-fixes). - drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). - drm/mediatek: Set DRM mode configs accordingly (git-fixes). - drm/mediatek: Support DRM plane alpha in Mixer (git-fixes). - drm/mediatek: Support DRM plane alpha in OVL (git-fixes). - drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195 (git-fixes). - drm/mediatek: Turn off the layers with zero width or height (git-fixes). - drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). - drm/meson: fix canvas release in bind function (git-fixes). - drm/mgag200: Bind I2C lifetime to DRM device (git-fixes). - drm/mgag200: Set DDC timeout in milliseconds (git-fixes). - drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_dcs_write_seq() (git-fixes). - drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). - drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). - drm/msm/dpu: fix encoder irq wait skip (git-fixes). - drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). - drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). - drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). - drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). - drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare() (git-fixes). - drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulators (git-fixes). - drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better (git-fixes). - drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-fixes). - drm/panel: ilitek-ili9882t: Check for errors on the NOP in prepare() (git-fixes). - drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO before regulators (git-fixes). - drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). - drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). - drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). - drm/qxl: Add check for drm_cvt_mode (git-fixes). - drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). - drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). - drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). - drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). - drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). - drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). - drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). - drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). - drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). - drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). - drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). - drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). - drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). - drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). - drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). - drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). - eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). - eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). - efi/x86: Free EFI memory map only when installing a new one (git-fixes). - erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). - exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). - f2fs: fix error path of __f2fs_build_free_nids (git-fixes). - filelock: fix potential use-after-free in posix_lock_inode (git-fixes). - firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). - firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). - firmware: cs_dsp: Return error if block header overflows file (git-fixes). - firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). - firmware: cs_dsp: Validate payload length before processing block (git-fixes). - firmware: dmi: Stop decoding on broken entry (stable-fixes). - firmware: psci: Fix return value from psci_system_suspend() (git-fixes). - firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). - firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). - firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). - fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). - fs/file: fix the check in find_next_fd() (git-fixes). - fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). - fuse: verify {g,u}id mount options correctly (bsc#1228193). - genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). - gfs2: Do not forget to complete delayed withdraw (git-fixes). - gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). - gfs2: Fix invalid metadata access in punch_hole (git-fixes). - gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). - gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). - gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). - gfs2: convert to ctime accessor functions (git-fixes). - gpio: davinci: Validate the obtained number of IRQs (git-fixes). - gpio: lpc32xx: fix module autoloading (stable-fixes). - gpio: mc33880: Convert comma to semicolon (git-fixes). - gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). - gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). - gpio: tqmx86: fix typo in Kconfig label (git-fixes). - gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). - gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). - gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). - hfsplus: fix to avoid false alarm of circular locking (git-fixes). - hfsplus: fix uninit-value in copy_name (git-fixes). - hpet: Support 32-bit userspace (git-fixes). - hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). - hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). - hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). - hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). - hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). - i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). - i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). - i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). - i2c: mark HostNotify target address as used (git-fixes). - i2c: ocores: set IACK bit after core is enabled (git-fixes). - i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). - i2c: rcar: bring hardware to known state when probing (git-fixes). - i2c: testunit: avoid re-issued work after read message (git-fixes). - i2c: testunit: correct Kconfig description (git-fixes). - i2c: testunit: discard write requests while old command is running (git-fixes). - i2c: testunit: do not erase registers after STOP (git-fixes). - i40e: fix: remove needless retries of NVM update (bsc#1227736). - iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). - iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). - iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). - iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). - iio: adc: ad7266: Fix variable checking bug (git-fixes). - iio: adc: ad9467: fix scan type sign (git-fixes). - iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). - iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). - iio: chemical: bme680: Fix calibration data variable (git-fixes). - iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). - iio: chemical: bme680: Fix pressure value output (git-fixes). - iio: chemical: bme680: Fix sensor data read operation (git-fixes). - iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). - iio: frequency: adrf6780: rm clk provider include (git-fixes). - iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). - iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). - iio: pressure: fix some word spelling errors (stable-fixes). - iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). - input: Add event code for accessibility key (stable-fixes). - input: Add support for "Do Not Disturb" (stable-fixes). - intel_th: pci: Add Granite Rapids SOC support (stable-fixes). - intel_th: pci: Add Granite Rapids support (stable-fixes). - intel_th: pci: Add Lunar Lake support (stable-fixes). - intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). - intel_th: pci: Add Meteor Lake-S support (stable-fixes). - intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). - interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). - io-wq: write next_work before dropping acct_lock (git-fixes). - io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). - io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). - io_uring/kbuf: get rid of bl->is_ready (git-fixes). - io_uring/kbuf: get rid of lower BGID lists (git-fixes). - io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). Reuses a padding space in the structure. - io_uring/kbuf: rename is_mapped (git-fixes). - io_uring/net: correct the type of variable (git-fixes). - io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). - io_uring/net: fix sendzc lazy wake polling (git-fixes). - io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). - io_uring/net: restore msg_control on sendzc retry (git-fixes). - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). - io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). - io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). - io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). - io_uring/sqpoll: work around a potential audit memory leak (git-fixes). - io_uring/unix: drop usage of io_uring socket (git-fixes). - io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). - io_uring: clean rings on NO_MMAP alloc fail (git-fixes). - io_uring: clear opcode specific data for an early failure (git-fixes). - io_uring: do not save/restore iowait state (git-fixes). - io_uring: fail NOP if non-zero op flags is passed in (git-fixes). - io_uring: fix io_queue_proc modifying req->flags (git-fixes). - io_uring: fix mshot io-wq checks (git-fixes). - io_uring: fix mshot read defer taskrun cqe posting (git-fixes). - io_uring: fix poll_remove stalled req completion (git-fixes). - io_uring: remove looping around handling traditional task_work (git-fixes). - io_uring: remove unconditional looping in local task_work handling (git-fixes). - io_uring: use private workqueue for exit work (git-fixes). - io_uring: use the right type for work_llist empty check (git-fixes). - iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). - iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). - iommu/amd: Fix sysfs leak in iommu init (git-fixes). - iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). - iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). - iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). - iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). - iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). - iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). - iommu: Return right value in iommu_sva_bind_device() (git-fixes). - iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). - iommu: mtk: fix module autoloading (git-fixes). - ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). - ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) - iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). - iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). - iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). - iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). - jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). - jfs: Fix array-index-out-of-bounds in diFree (git-fixes). - jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). - kABI fix of KVM: x86/pmu: Prioritize VMX interception over - kABI workaround for sof_ipc_pcm_ops (git-fixes). - kABI workaround for wireless updates (bsc#1227149). - kABI: bpf: verifier kABI workaround (bsc#1225903). - kabi/severities: Ignore io_uring internal symbols - kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) - kabi/severities: cover all ath/* drivers (bsc#1227149) All symbols in ath/* network drivers are local and can be ignored - kabi/severities: cover all mt76 modules (bsc#1227149) - kabi/severities: ignore amd pds internal symbols - kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) All those symbols are local and used for its own helpers - kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) - kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). - kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). - kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). - kbuild: doc: Update default INSTALL_MOD_DIR from extra to updates (git-fixes). - kconfig: doc: fix a typo in the note about 'imply' (git-fixes). - kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). - kconfig: gconf: give a proper initial state to the Save button (stable-fixes). - kconfig: remove wrong expr_trans_bool() (stable-fixes). - kcov: do not lose track of remote references during softirqs (git-fixes). - kernel-binary: vdso: Own module_dir - kernel-doc: fix struct_group_tagged() parsing (git-fixes). - kheaders: explicitly define file modes for archived headers (stable-fixes). - knfsd: LOOKUP can return an illegal error value (git-fixes). - kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). - kprobe/ftrace: bail out if ftrace was killed (git-fixes). - kprobe/ftrace: fix build error due to bad function definition (git-fixes). - kunit: Fix checksum tests on big endian CPUs (git-fixed). - leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). - leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). - leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). - leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). - leds: triggers: Flush pending brightness before activating trigger (git-fixes). - lib: objagg: Fix general protection fault (git-fixes). - lib: objagg: Fix spelling (git-fixes). - lib: test_objagg: Fix spelling (git-fixes). - libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). - mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). - mISDN: fix MISDN_TIME_STAMP handling (git-fixes). - mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). - mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). - media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). - media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). - media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). - media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). - media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). - media: dvbdev: Initialize sbuf (stable-fixes). - media: dw2102: Do not translate i2c read into write (stable-fixes). - media: dw2102: fix a potential buffer overflow (git-fixes). - media: i2c: Fix imx412 exposure control (git-fixes). - media: imon: Fix race getting ictx->lock (git-fixes). - media: imx-jpeg: Drop initial source change event if capture has been setup (git-fixes). - media: imx-jpeg: Remove some redundant error logs (git-fixes). - media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). - media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). - media: mxl5xx: Move xpt structures off stack (stable-fixes). - media: pci: ivtv: Add check for DMA map result (git-fixes). - media: radio-shark2: Avoid led_names truncations (git-fixes). - media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). - media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). - media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). - media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). - media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). - media: uvcvideo: Override default flags (git-fixes). - media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). - media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). - media: v4l: subdev: Fix typo in documentation (git-fixes). - media: venus: fix use after free in vdec_close (git-fixes). - media: venus: flush all buffers in output plane streamoff (git-fixes). - mei: demote client disconnect warning on suspend to debug (stable-fixes). - mei: me: release irq in mei_me_pci_resume error path (git-fixes). - mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). - mfd: pm8008: Fix regmap irq chip initialisation (git-fixes). - misc: fastrpc: Avoid updating PD type for capability request (git-fixes). - misc: fastrpc: Copy the complete capability structure to user (git-fixes). - misc: fastrpc: Fix DSP capabilities request (git-fixes). - misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). - misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). - misc: fastrpc: Restrict untrusted app to attach to privileged PD (git-fixes). - misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe() (git-fixes). - misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe() (git-fixes). - mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). - mmc: core: Do not force a retune before RPMB switch (stable-fixes). - mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus T100TA (git-fixes). - mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A (stable-fixes). - mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working (stable-fixes). - mmc: sdhci-acpi: Sort DMI quirks alphabetically (stable-fixes). - mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). - mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). - mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). - mmc: sdhci: Do not invert write-protect twice (git-fixes). - mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). - module: do not ignore sysfs_create_link() failures (git-fixes). - mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). - mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). - mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). - mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). - mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). - mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). - mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). - net/dcb: check for detached device before executing callbacks (bsc#1215587). - net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). - net: can: j1939: Initialize unused data in j1939_send_one() (git-fixes). - net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new (git-fixes). - net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). - net: ena: Fix redundant device NUMA node override (jsc#PED-8688). - net: ethernet: mtk_wed: introduce mtk_wed_buf structure (bsc#1227149). - net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc (bsc#1227149). - net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). - net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) - net: lan743x: Support WOL at both the PHY and MAC appropriately (git-fixes). - net: lan743x: disable WOL upon resume to restore full data path operation (git-fixes). - net: mac802154: Fix racy device stats updates by DEV_STATS_INC() and DEV_STATS_ADD() (stable-fixes). - net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). - net: mana: Fix possible double free in error handling path (git-fixes). - net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). - net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). - net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). - net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). - net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). - net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). - net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). - net: usb: ax88179_178a: improve link status logs (git-fixes). - net: usb: ax88179_178a: improve reset check (git-fixes). - net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). - net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). - net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). - nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). - nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). - nfs: Block on write congestion (bsc#1218442). - nfs: Bump default write congestion size (bsc#1218442). - nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). - nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). - nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). - nfs: Properly initialize server->writeback (bsc#1218442). - nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). - nfs: fix undefined behavior in nfs_block_bits() (git-fixes). - nfs: keep server info for remounts (git-fixes). - nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). - nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). - nilfs2: add missing check for inode numbers on directory entries (stable-fixes). - nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). - nilfs2: convert persistent object allocator to use kmap_local (git-fixes). - nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). - nilfs2: fix inode number range checks (stable-fixes). - nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). - nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). - nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). - nouveau: add an ioctl to report vram usage (stable-fixes). - nouveau: add an ioctl to return vram bar size (stable-fixes). - nouveau: report byte usage in VRAM usage (git-fixes). - nvme-fabrics: short-circuit reconnect retries (bsc#1186716). - nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). - nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). - nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). - nvme: do not retry authentication failures (bsc#1186716). - nvme: find numa distance only if controller has valid numa id (git-fixes). - nvme: fix nvme_pr_* status code parsing (git-fixes). - nvme: return kernel error codes for admin queue connect (bsc#1186716). - nvmet-auth: replace pr_debug() with pr_err() to report an error (git-fixes). - nvmet-auth: return the error code to the nvmet_auth_host_hash() callers (git-fixes). - nvmet-passthru: propagate status from id override functions (git-fixes). - nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). - nvmet: fix nvme status code when namespace is disabled (git-fixes). - nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). - nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). - nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). - ocfs2: adjust enabling place for la window (bsc#1219224). - ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). - ocfs2: fix races between hole punching and AIO+DIO (git-fixes). - ocfs2: fix sparse warnings (bsc#1219224). - ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). - ocfs2: speed up chain-list searching (bsc#1219224). - ocfs2: use coarse time for new created files (git-fixes). - orangefs: fix out-of-bounds fsid access (git-fixes). - pNFS/filelayout: fixup pNfs allocation modes (git-fixes). - phy: cadence-torrent: Check return value on register read (git-fixes). - pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). - pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). - pinctrl: freescale: mxs: Fix refcount of child (git-fixes). - pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). - pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). - pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). - pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). - pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). - pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). - pinctrl: rockchip: update rk3308 iomux routes (git-fixes). - pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). - pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). - pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). - platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). - platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). - platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). - platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). - platform/x86: lg-laptop: Change ACPI device id (stable-fixes). - platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). - platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). - platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). - platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). - platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). - platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). - platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). - platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). - platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). - power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). - power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). - power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). - powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). - powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). - powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). - powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). - pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). - pwm: sti: Simplify probe function using devm functions (git-fixes). - pwm: stm32: Always do lazy disabling (git-fixes). - regmap-i2c: Subtract reg size from max_write (stable-fixes). - regulator: bd71815: fix ramp values (git-fixes). - regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). - regulator: irq_helpers: duplicate IRQ name (stable-fixes). - regulator: vqmmc-ipq4019: fix module autoloading (stable-fixes). - remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init (git-fixes). - remoteproc: imx_rproc: Skip over memory region when node value is NULL (git-fixes). - remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). - remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). - rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (git-fixes). - rtc: abx80x: Fix return value of nvmem callback on read (git-fixes). - rtc: cmos: Fix return value of nvmem callbacks (git-fixes). - rtc: interface: Add RTC offset to alarm after fix-up (git-fixes). - rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). - s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). - s390: Implement __iowrite32_copy() (bsc#1226502) - s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) - saa7134: Unchecked i2c_transfer function result fixed (git-fixes). - sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). - selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). - selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). - selftests/bpf: test widening for iterating callbacks (bsc#1225903). - selftests/bpf: tests for iterating callbacks (bsc#1225903). - selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). - selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). - selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). - selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). - selftests/mm: fix build warnings on ppc64 (stable-fixes). - selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). - selftests: fix OOM in msg_zerocopy selftest (git-fixes). - selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). - selftests: mptcp: add ms units for tc-netem delay (stable-fixes). - selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). - serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). - serial: core: introduce uart_port_tx_limited_flags() (git-fixes). - serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). - serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). - serial: imx: Raise TX trigger level to 8 (stable-fixes). - smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). - smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). - smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). - smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). - smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). - smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). - soc: qcom: pdr: fix parsing of domains lists (git-fixes). - soc: qcom: pdr: protect locator_addr with the main mutex (git-fixes). - soc: qcom: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). - soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). - soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). - soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). - soundwire: cadence: fix invalid PDI offset (stable-fixes). - spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). - spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). - spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). - spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). - spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). - spi: microchip-core: fix the issues in the isr (git-fixes). - spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). - spi: mux: set ctlr->bits_per_word_mask (stable-fixes). - spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). - spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). - spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4 (git-fixes). - spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup() (git-fixes). - ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). - struct acpi_ec kABI workaround (git-fixes). - sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). - tcp: Dump bound-only sockets in inet_diag (bsc#1204562). - thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). - thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). - thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). - tools/memory-model: Fix bug in lock.cat (git-fixes). - tools/power turbostat: Remember global max_die_id (stable-fixes). - tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). - tools: ynl: do not leak mcast_groups on init error (git-fixes). - tools: ynl: fix handling of multiple mcast groups (git-fixes). - tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). - tpm_tis: Do *not* flush uninitialized work (git-fixes). - tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). - tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). - tracing: Build event generation tests only as modules (git-fixes). - tty: mcf: MCF54418 has 10 UARTS (git-fixes). - tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). - usb-storage: alauda: Check whether the media is initialized (git-fixes). - usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). - usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). - usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). - usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). - usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). - usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). - usb: gadget: aspeed_udc: fix device address configuration (git-fixes). - usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). - usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). - usb: gadget: printer: SS+ support (stable-fixes). - usb: gadget: printer: fix races against disable (git-fixes). - usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). - usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). - usb: musb: da8xx: fix a resource leak in probe() (git-fixes). - usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). - usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). - usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). - usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). - usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). - usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). - usb: ucsi: stm32: fix command completion handling (git-fixes). - usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). - virtio_net: avoid data-races on dev->stats fields (git-fixes). - virtio_net: checksum offloading handling fix (git-fixes). - vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). - watchdog: rzg2l_wdt: Check return status of pm_runtime_put() (git-fixes). - watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get() (git-fixes). - watchdog: rzn1: Convert comma to semicolon (git-fixes). - wifi: add HAS_IOPORT dependencies (bsc#1227149). - wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). - wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). - wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath10k: Drop checks that are always false (bsc#1227149). - wifi: ath10k: Drop cleaning of driver data from probe error path and remove (bsc#1227149). - wifi: ath10k: Fix a few spelling errors (bsc#1227149). - wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc (bsc#1227149). - wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning (bsc#1227149). - wifi: ath10k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). - wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). - wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). - wifi: ath10k: Use list_count_nodes() (bsc#1227149). - wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). - wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). - wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). - wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). - wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). - wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). - wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). - wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). - wifi: ath10k: improve structure padding (bsc#1227149). - wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). - wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). - wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). - wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). - wifi: ath10k: remove unused template structs (bsc#1227149). - wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). - wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). - wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). - wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). - wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). - wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). - wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). - wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). - wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). - wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). - wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). - wifi: ath11k: EMA beacon support (bsc#1227149). - wifi: ath11k: Fix a few spelling errors (bsc#1227149). - wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). - wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). - wifi: ath11k: MBSSID beacon support (bsc#1227149). - wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). - wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). - wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). - wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). - wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). - wifi: ath11k: Remove cal_done check during probe (bsc#1227149). - wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). - wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). - wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). - wifi: ath11k: Remove unneeded semicolon (bsc#1227149). - wifi: ath11k: Remove unused declarations (bsc#1227149). - wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). - wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). - wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). - wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). - wifi: ath11k: Use device_get_match_data() (bsc#1227149). - wifi: ath11k: Use list_count_nodes() (bsc#1227149). - wifi: ath11k: add WMI event debug messages (bsc#1227149). - wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). - wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). - wifi: ath11k: add firmware-2.bin support (bsc#1227149). - wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). - wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). - wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). - wifi: ath11k: add support for QCA2066 (bsc#1227149). - wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). - wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). - wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). - wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). - wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). - wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). - wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). - wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). - wifi: ath11k: do not use %pK (bsc#1227149). - wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). - wifi: ath11k: dp: cleanup debug message (bsc#1227149). - wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). - wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). - wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). - wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). - wifi: ath11k: factory test mode support (bsc#1227149). - wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). - wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). - wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). - wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). - wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). - wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). - wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). - wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). - wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). - wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). - wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). - wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). - wifi: ath11k: hal: cleanup debug message (bsc#1227149). - wifi: ath11k: htc: cleanup debug messages (bsc#1227149). - wifi: ath11k: initialize eirp_power before use (bsc#1227149). - wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). - wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). - wifi: ath11k: move pci.ops registration ahead (bsc#1227149). - wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). - wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). - wifi: ath11k: pci: cleanup debug logging (bsc#1227149). - wifi: ath11k: print debug level in debug messages (bsc#1227149). - wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). - wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). - wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). - wifi: ath11k: refactor setting country code logic (stable-fixes). - wifi: ath11k: refactor vif parameter configurations (bsc#1227149). - wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). - wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). - wifi: ath11k: remove invalid peer create logic (bsc#1227149). - wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). - wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath11k: remove unsupported event handlers (bsc#1227149). - wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). - wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). - wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). - wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). - wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). - wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). - wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). - wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath11k: restore country code during resume (git-fixes). - wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). - wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). - wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). - wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). - wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). - wifi: ath11k: support 2 station interfaces (bsc#1227149). - wifi: ath11k: update proper pdev/vdev id for testmode command (bsc#1227149). - wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for station (bsc#1227149). - wifi: ath11k: update regulatory rules when interface added (bsc#1227149). - wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). - wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). - wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). - wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). - wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). - wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). - wifi: ath11k: wmi: use common error handling style (bsc#1227149). - wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). - wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). - wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). - wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). - wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). - wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). - wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). - wifi: ath12k: Do not drop tx_status in failure case (git-fixes). - wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). - wifi: ath12k: Fix a few spelling errors (bsc#1227149). - wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). - wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). - wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). - wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). - wifi: ath12k: Make QMI message rules const (bsc#1227149). - wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). - wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). - wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). - wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). - wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). - wifi: ath12k: Remove some dead code (bsc#1227149). - wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). - wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). - wifi: ath12k: Remove unused declarations (bsc#1227149). - wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). - wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). - wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). - wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). - wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). - wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). - wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). - wifi: ath12k: add EHT PHY modes (bsc#1227149). - wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). - wifi: ath12k: add MLO header in peer association (bsc#1227149). - wifi: ath12k: add P2P IE in beacon template (bsc#1227149). - wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). - wifi: ath12k: add WMI support for EHT peer (bsc#1227149). - wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). - wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). - wifi: ath12k: add firmware-2.bin support (bsc#1227149). - wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). - wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). - wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). - wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). - wifi: ath12k: add processing for TWT disable event (bsc#1227149). - wifi: ath12k: add processing for TWT enable event (bsc#1227149). - wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). - wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). - wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). - wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: add support for BA1024 (bsc#1227149). - wifi: ath12k: add support for collecting firmware log (bsc#1227149). - wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). - wifi: ath12k: add support for peer meta data version (bsc#1227149). - wifi: ath12k: add support one MSI vector (bsc#1227149). - wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). - wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). - wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). - wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). - wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). - wifi: ath12k: avoid duplicated vdev stop (git-fixes). - wifi: ath12k: avoid explicit HW conversion argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid explicit mac id argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid repeated hw access from ar (bsc#1227149). - wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). - wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). - wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). - wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). - wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). - wifi: ath12k: change interface combination for P2P mode (bsc#1227149). - wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). - wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). - wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). - wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). - wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). - wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). - wifi: ath12k: configure puncturing bitmap (bsc#1227149). - wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). - wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). - wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). - wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). - wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). - wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). - wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). - wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). - wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). - wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). - wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). - wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). - wifi: ath12k: fix PCI read and write (bsc#1227149). - wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). - wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). - wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). - wifi: ath12k: fix debug messages (bsc#1227149). - wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). - wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). - wifi: ath12k: fix firmware crash during reo reinject (git-fixes). - wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). - wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). - wifi: ath12k: fix kernel crash during resume (bsc#1227149). - wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). - wifi: ath12k: fix peer metadata parsing (git-fixes). - wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). - wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). - wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). - wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). - wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). - wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). - wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). - wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). - wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). - wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). - wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). - wifi: ath12k: increase vdev setup timeout (bsc#1227149). - wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (bsc#1227149). - wifi: ath12k: indicate scan complete for scan canceled when scan running (bsc#1227149). - wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K_SCAN_STARTING state (bsc#1227149). - wifi: ath12k: move HE capabilities processing to a new function (bsc#1227149). - wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). - wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). - wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). - wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). - wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). - wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). - wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). - wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). - wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). - wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). - wifi: ath12k: refactor the rfkill worker (bsc#1227149). - wifi: ath12k: register EHT mesh capabilities (bsc#1227149). - wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). - wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). - wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). - wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). - wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). - wifi: ath12k: rename HE capabilities setup/copy functions (bsc#1227149). - wifi: ath12k: rename the sc naming convention to ab (bsc#1227149). - wifi: ath12k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). - wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). - wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). - wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). - wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). - wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). - wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). - wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). - wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). - wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). - wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath5k: Remove redundant dev_err() (bsc#1227149). - wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). - wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). - wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). - wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). - wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). - wifi: ath9k: Remove unused declarations (bsc#1227149). - wifi: ath9k: avoid using uninitialized array (bsc#1227149). - wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). - wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). - wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). - wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). - wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). - wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). - wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). - wifi: ath9k: use u32 for txgain indexes (bsc#1227149). - wifi: ath9k: work around memset overflow warning (bsc#1227149). - wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). - wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). - wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). - wifi: ath: remove unused-but-set parameter (bsc#1227149). - wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). - wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). - wifi: atmel: remove unused ioctl function (bsc#1227149). - wifi: b43: silence sparse warnings (bsc#1227149). - wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). - wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). - wifi: brcmfmac: add linefeed at end of file (bsc#1227149). - wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). - wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). - wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). - wifi: brcmfmac: export firmware interface functions (bsc#1227149). - wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). - wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). - wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). - wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). - wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). - wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). - wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). - wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). - wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). - wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). - wifi: brcmsmac: remove more unused data types (bsc#1227149). - wifi: brcmsmac: remove unused data type (bsc#1227149). - wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: brcmsmac: silence sparse warnings (bsc#1227149). - wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). - wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). - wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). - wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). - wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). - wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). - wifi: cfg80211: Fix typo in documentation (bsc#1227149). - wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). - wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). - wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). - wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). - wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). - wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). - wifi: cfg80211: add BSS usage reporting (bsc#1227149). - wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). - wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). - wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). - wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). - wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). - wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). - wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). - wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). - wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). - wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). - wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). - wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). - wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). - wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). - wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). - wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). - wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). - wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). - wifi: cfg80211: fix CQM for non-range use (bsc#1227149). - wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). - wifi: cfg80211: fix spelling & punctutation (bsc#1227149). - wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). - wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). - wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). - wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). - wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). - wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). - wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). - wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). - wifi: cfg80211: improve documentation for flag fields (bsc#1227149). - wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). - wifi: cfg80211: make RX assoc data const (bsc#1227149). - wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). - wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). - wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). - wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). - wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). - wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). - wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). - wifi: cfg80211: remove scan_width support (bsc#1227149). - wifi: cfg80211: remove wdev mutex (bsc#1227149). - wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). - wifi: cfg80211: report per-link errors during association (bsc#1227149). - wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). - wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). - wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). - wifi: cfg80211: set correct param change count in ML element (bsc#1227149). - wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). - wifi: cfg80211: sort certificates in build (bsc#1227149). - wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). - wifi: cfg80211: validate HE operation element parsing (bsc#1227149). - wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). - wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). - wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). - wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). - wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). - wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). - wifi: cw1200: restore endian swapping (bsc#1227149). - wifi: drivers: Explicitly include correct DT includes (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). - wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). - wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). - wifi: hostap: remove unused ioctl function (bsc#1227149). - wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). - wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). - wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). - wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). - wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). - wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). - wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). - wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). - wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). - wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). - wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). - wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). - wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). - wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). - wifi: iwlwifi: Use request_module_nowait (bsc#1227149). - wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). - wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). - wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). - wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). - wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). - wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). - wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). - wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). - wifi: iwlwifi: add support for new ini region types (bsc#1227149). - wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). - wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). - wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). - wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). - wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). - wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). - wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). - wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). - wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). - wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). - wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). - wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). - wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). - wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). - wifi: iwlwifi: clear link_id in time_event (bsc#1227149). - wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). - wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). - wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). - wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). - wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). - wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). - wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). - wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). - wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). - wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). - wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). - wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). - wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). - wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). - wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). - wifi: iwlwifi: fix system commands group ordering (bsc#1227149). - wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). - wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). - wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). - wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). - wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). - wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). - wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). - wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). - wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). - wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). - wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). - wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). - wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). - wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). - wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). - wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). - wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). - wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). - wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). - wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). - wifi: iwlwifi: make time_events MLO aware (bsc#1227149). - wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). - wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). - wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). - wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). - wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). - wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). - wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). - wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). - wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). - wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). - wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). - wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). - wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). - wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). - wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). - wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). - wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). - wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). - wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). - wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). - wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). - wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). - wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). - wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). - wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). - wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). - wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). - wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). - wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). - wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). - wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). - wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). - wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). - wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). - wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). - wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). - wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). - wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). - wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). - wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). - wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). - wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). - wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). - wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). - wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). - wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). - wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). - wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). - wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). - wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). - wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). - wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). - wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). - wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). - wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). - wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). - wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). - wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). - wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). - wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). - wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). - wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). - wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). - wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). - wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). - wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). - wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). - wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). - wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). - wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). - wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). - wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). - wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). - wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). - wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). - wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). - wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). - wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). - wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). - wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). - wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). - wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). - wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). - wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). - wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). - wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). - wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). - wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). - wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). - wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). - wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). - wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). - wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). - wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). - wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). - wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). - wifi: iwlwifi: mvm: make functions public (bsc#1227149). - wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). - wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). - wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). - wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). - wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). - wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). - wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). - wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). - wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). - wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). - wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). - wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). - wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). - wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). - wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). - wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). - wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). - wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). - wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). - wifi: iwlwifi: mvm: set properly mac header (git-fixes). - wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). - wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). - wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). - wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). - wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). - wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). - wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). - wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). - wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). - wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). - wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). - wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). - wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). - wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). - wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). - wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). - wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). - wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). - wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). - wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). - wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). - wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). - wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). - wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). - wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). - wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). - wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). - wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). - wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). - wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). - wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). - wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). - wifi: iwlwifi: properly check if link is active (bsc#1227149). - wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). - wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). - wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). - wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). - wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). - wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). - wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). - wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). - wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). - wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). - wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). - wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). - wifi: iwlwifi: read mac step from aux register (bsc#1227149). - wifi: iwlwifi: refactor RX tracing (bsc#1227149). - wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). - wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). - wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). - wifi: iwlwifi: remove async command callback (bsc#1227149). - wifi: iwlwifi: remove dead-code (bsc#1227149). - wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). - wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). - wifi: iwlwifi: remove retry loops in start (bsc#1227149). - wifi: iwlwifi: remove unused function prototype (bsc#1227149). - wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). - wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). - wifi: iwlwifi: send EDT table to FW (bsc#1227149). - wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). - wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). - wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). - wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). - wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). - wifi: iwlwifi: support link command version 2 (bsc#1227149). - wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF (bsc#1227149). - wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd (bsc#1227149). - wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). - wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). - wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). - wifi: iwlwifi: update context info structure definitions (bsc#1227149). - wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). - wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). - wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). - wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). - wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). - wifi: libertas: cleanup SDIO reset (bsc#1227149). - wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). - wifi: libertas: prefer kstrtoX() for simple integer conversions (bsc#1227149). - wifi: libertas: simplify list operations in free_if_spi_card() (bsc#1227149). - wifi: libertas: use convenient lists to manage SDIO packets (bsc#1227149). - wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). - wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). - wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). - wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). - wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). - wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). - wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). - wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). - wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). - wifi: mac80211: Print local link address during authentication (bsc#1227149). - wifi: mac80211: Recalc offload when monitor stop (git-fixes). - wifi: mac80211: Remove unused function declarations (bsc#1227149). - wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). - wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). - wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). - wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). - wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). - wifi: mac80211: add a driver callback to check active_links (bsc#1227149). - wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). - wifi: mac80211: add back SPDX identifier (bsc#1227149). - wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). - wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). - wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). - wifi: mac80211: add more ops assertions (bsc#1227149). - wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). - wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). - wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). - wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). - wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). - wifi: mac80211: additions to change_beacon() (bsc#1227149). - wifi: mac80211: address some kerneldoc warnings (bsc#1227149). - wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). - wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). - wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). - wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). - wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). - wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). - wifi: mac80211: check wiphy mutex in ops (bsc#1227149). - wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). - wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). - wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). - wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). - wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). - wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). - wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). - wifi: mac80211: describe return values in kernel-doc (bsc#1227149). - wifi: mac80211: disable softirqs for queued frame handling (git-fixes). - wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). - wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). - wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). - wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). - wifi: mac80211: do not use rate mask for scanning (stable-fixes). - wifi: mac80211: drop robust action frames before assoc (bsc#1227149). - wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). - wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). - wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). - wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). - wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). - wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). - wifi: mac80211: fix BA session teardown race (bsc#1227149). - wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). - wifi: mac80211: fix SMPS status handling (bsc#1227149). - wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). - wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). - wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). - wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). - wifi: mac80211: fix another key installation error path (bsc#1227149). - wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). - wifi: mac80211: fix channel switch link data (bsc#1227149). - wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). - wifi: mac80211: fix error path key leak (bsc#1227149). - wifi: mac80211: fix header kernel-doc typos (bsc#1227149). - wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). - wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). - wifi: mac80211: fix potential key leak (bsc#1227149). - wifi: mac80211: fix spelling typo in comment (bsc#1227149). - wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). - wifi: mac80211: fix various kernel-doc issues (bsc#1227149). - wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). - wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). - wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). - wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). - wifi: mac80211: handle tasklet frames before stopping (stable-fixes). - wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). - wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). - wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). - wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). - wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). - wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). - wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). - wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). - wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). - wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). - wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). - wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). - wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). - wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). - wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). - wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). - wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). - wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). - wifi: mac80211: move link activation work to wiphy work (bsc#1227149). - wifi: mac80211: move monitor work to wiphy work (bsc#1227149). - wifi: mac80211: move tspec work to wiphy work (bsc#1227149). - wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). - wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). - wifi: mac80211: reduce iflist_mtx (bsc#1227149). - wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). - wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). - wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). - wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). - wifi: mac80211: remove chanctx_mtx (bsc#1227149). - wifi: mac80211: remove key_mtx (bsc#1227149). - wifi: mac80211: remove local->mtx (bsc#1227149). - wifi: mac80211: remove redundant ML element check (bsc#1227149). - wifi: mac80211: remove shifted rate support (bsc#1227149). - wifi: mac80211: remove sta_mtx (bsc#1227149). - wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). - wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). - wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). - wifi: mac80211: report per-link error during association (bsc#1227149). - wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). - wifi: mac80211: rework RX timestamp flags (bsc#1227149). - wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). - wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). - wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). - wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). - wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). - wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149). - wifi: mac80211: support antenna control in injection (bsc#1227149). - wifi: mac80211: support handling of advertised TID-to-link mapping (bsc#1227149). - wifi: mac80211: take MBSSID/EHT data also from probe resp (bsc#1227149). - wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). - wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). - wifi: mac80211: update beacon counters per link basis (bsc#1227149). - wifi: mac80211: update some locking documentation (bsc#1227149). - wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). - wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). - wifi: mac80211: use deflink and fix typo in link ID check (bsc#1227149). - wifi: mac80211: use wiphy locked debugfs for sdata/link (bsc#1227149). - wifi: mac80211: use wiphy locked debugfs helpers for agg_status (bsc#1227149). - wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). - wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). - wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). - wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). - wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). - wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). - wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). - wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). - wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). - wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). - wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). - wifi: mt76: change txpower init to per-phy (bsc#1227149). - wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). - wifi: mt76: check txs format before getting skb by pid (bsc#1227149). - wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). - wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). - wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). - wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). - wifi: mt76: connac: add connac3 mac library (bsc#1227149). - wifi: mt76: connac: add data field in struct tlv (bsc#1227149). - wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). - wifi: mt76: connac: add eht support for tx power (bsc#1227149). - wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). - wifi: mt76: connac: add more unified command IDs (bsc#1227149). - wifi: mt76: connac: add more unified event IDs (bsc#1227149). - wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). - wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). - wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). - wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). - wifi: mt76: connac: check for null before dereferencing (bsc#1227149). - wifi: mt76: connac: export functions for mt7925 (bsc#1227149). - wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). - wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). - wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). - wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). - wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). - wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). - wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). - wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). - wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). - wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). - wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). - wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). - wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). - wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). - wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). - wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). - wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). - wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). - wifi: mt76: move rate info in mt76_vif (bsc#1227149). - wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). - wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). - wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). - wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). - wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). - wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). - wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). - wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). - wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). - wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). - wifi: mt76: mt7915 add tc offloading support (bsc#1227149). - wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). - wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). - wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). - wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). - wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). - wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). - wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). - wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). - wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). - wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). - wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). - wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). - wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). - wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). - wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). - wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). - wifi: mt76: mt7921: Support temp sensor (bsc#1227149). - wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). - wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). - wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). - wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). - wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). - wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). - wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). - wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). - wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). - wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). - wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). - wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). - wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). - wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). - wifi: mt76: mt7921: move connac nic capability handling to mt7921 (bsc#1227149). - wifi: mt76: mt7921: move debugfs shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move dma shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). - wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). - wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). - wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). - wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). - wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). - wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). - wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). - wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). - wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). - wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). - wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). - wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). - wifi: mt76: mt7925: fix fw download fail (bsc#1227149). - wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). - wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). - wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). - wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). - wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). - wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). - wifi: mt76: mt7925: support temperature sensor (bsc#1227149). - wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149). - wifi: mt76: mt7925e: fix use-after-free in free_irq() (bsc#1227149). - wifi: mt76: mt792x: add the illegal value check for mtcl table of acpi (bsc#1227149). - wifi: mt76: mt792x: fix ethtool warning (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). - wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). - wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). - wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). - wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). - wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). - wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). - wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). - wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). - wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). - wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). - wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). - wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). - wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). - wifi: mt76: mt7996: add muru support (bsc#1227149). - wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). - wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). - wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). - wifi: mt76: mt7996: add txpower setting support (bsc#1227149). - wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). - wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). - wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). - wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). - wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). - wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). - wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). - wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). - wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). - wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). - wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). - wifi: mt76: mt7996: fix fortify warning (bsc#1227149). - wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). - wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). - wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). - wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). - wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). - wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). - wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). - wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). - wifi: mt76: mt7996: increase tx token size (bsc#1227149). - wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). - wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). - wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). - wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). - wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). - wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). - wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). - wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). - wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). - wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). - wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). - wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). - wifi: mt76: mt7996: support per-band LED control (bsc#1227149). - wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). - wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (bsc#1227149). - wifi: mt76: permit to load precal from NVMEM cell for mt7915 (bsc#1227149). - wifi: mt76: permit to use alternative cell name to eeprom NVMEM load (bsc#1227149). - wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). - wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). - wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). - wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). - wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). - wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). - wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). - wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). - wifi: mt76: use chainmask for power delta calculation (bsc#1227149). - wifi: mwifiex: Drop unused headers (bsc#1227149). - wifi: mwifiex: Fix interface type change (git-fixes). - wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). - wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). - wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). - wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). - wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). - wifi: mwifiex: Use list_count_nodes() (bsc#1227149). - wifi: mwifiex: cleanup adapter data (bsc#1227149). - wifi: mwifiex: cleanup private data structures (bsc#1227149). - wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). - wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). - wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). - wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). - wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). - wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). - wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). - wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). - wifi: mwifiex: simplify PCIE write operations (bsc#1227149). - wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). - wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). - wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). - wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). - wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). - wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). - wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). - wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). - wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). - wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). - wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). - wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). - wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). - wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). - wifi: plfxlc: Drop unused include (bsc#1227149). - wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). - wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). - wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). - wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). - wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). - wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rt2x00: Simplify bool conversion (bsc#1227149). - wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). - wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). - wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). - wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). - wifi: rt2x00: fix the typo in comments (bsc#1227149). - wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). - wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). - wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). - wifi: rt2x00: make watchdog param per device (bsc#1227149). - wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). - wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). - wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). - wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). - wifi: rt2x00: silence sparse warnings (bsc#1227149). - wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). - wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). - wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). - wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). - wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). - wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). - wifi: rtl8xxxu: Add beacon functions (bsc#1227149). - wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). - wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). - wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). - wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). - wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). - wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). - wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). - wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). - wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). - wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). - wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). - wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). - wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). - wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). - wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). - wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). - wifi: rtl8xxxu: Rename some registers (bsc#1227149). - wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). - wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). - wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). - wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). - wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). - wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). - wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). - wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). - wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). - wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). - wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). - wifi: rtl8xxxu: enable channel switch support (bsc#1227149). - wifi: rtl8xxxu: extend check for matching bssid to both interfaces (bsc#1227149). - wifi: rtl8xxxu: extend wifi connected check to both interfaces (bsc#1227149). - wifi: rtl8xxxu: fix error messages (bsc#1227149). - wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). - wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). - wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). - wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (bsc#1227149). - wifi: rtl8xxxu: prepare supporting two virtual interfaces (bsc#1227149). - wifi: rtl8xxxu: remove assignment of priv->vif in rtl8xxxu_bss_info_changed() (bsc#1227149). - wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). - wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (bsc#1227149). - wifi: rtl8xxxu: support multiple interface in start_ap() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in bss_info_changed() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in configure_filter() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in set_aifs() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (bsc#1227149). - wifi: rtl8xxxu: support setting bssid register for multiple interfaces (bsc#1227149). - wifi: rtl8xxxu: support setting linktype for both interfaces (bsc#1227149). - wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). - wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). - wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). - wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). - wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). - wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). - wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). - wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). - wifi: rtlwifi: cleanup USB interface (bsc#1227149). - wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). - wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149). - wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). - wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). - wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). - wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). - wifi: rtlwifi: remove unused timer and related code (bsc#1227149). - wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). - wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). - wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). - wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (stable-fixes). - wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path (stable-fixes). - wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE (stable-fixes). - wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use pci_regs.h (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Add pdev into _rtl8821ae_clear_pci_pme_status() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). - wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). - wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). - wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). - wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). - wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). - wifi: rtlwifi: simplify LED management (bsc#1227149). - wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). - wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). - wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). - wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). - wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). - wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). - wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). - wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). - wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). - wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). - wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). - wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). - wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). - wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). - wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). - wifi: rtw88: Stop high queue during scan (bsc#1227149). - wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). - wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). - wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). - wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). - wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). - wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). - wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). - wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). - wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). - wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). - wifi: rtw88: refine register based H2C command (bsc#1227149). - wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). - wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). - wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). - wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). - wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). - wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). - wifi: rtw88: simplify vif iterators (bsc#1227149). - wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). - wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). - wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). - wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). - wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). - wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). - wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). - wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). - wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). - wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). - wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). - wifi: rtw89: 8851b: add RF configurations (bsc#1227149). - wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). - wifi: rtw89: 8851b: add basic power on function (bsc#1227149). - wifi: rtw89: 8851b: add set channel function (bsc#1227149). - wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). - wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). - wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). - wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). - wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). - wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). - wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). - wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). - wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). - wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). - wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). - wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). - wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). - wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). - wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). - wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). - wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). - wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149). - wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy (bsc#1227149). - wifi: rtw89: 8852c: Update bandedge parameters for better performance (bsc#1227149). - wifi: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). - wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). - wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (bsc#1227149). - wifi: rtw89: 8852c: update RF radio A/B parameters to R63 (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (1 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (2 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (3 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). - wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). - wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). - wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). - wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). - wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). - wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial RF calibrations later (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). - wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). - wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). - wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). - wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). - wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). - wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). - wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). - wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). - wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). - wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). - wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). - wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). - wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). - wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). - wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). - wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). - wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (bsc#1227149). - wifi: rtw89: 8922a: read efuse content from physical map (bsc#1227149). - wifi: rtw89: 8922a: read efuse content via efuse map struct from logic map (bsc#1227149). - wifi: rtw89: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). - wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). - wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). - wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). - wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). - wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). - wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). - wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). - wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). - wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). - wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). - wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). - wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). - wifi: rtw89: Set default CQM config if not present (bsc#1227149). - wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). - wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). - wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). - wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). - wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). - wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). - wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). - wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). - wifi: rtw89: add EVM for antenna diversity (bsc#1227149). - wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). - wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). - wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). - wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). - wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). - wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). - wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). - wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). - wifi: rtw89: add firmware parser for v1 format (bsc#1227149). - wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). - wifi: rtw89: add function prototype for coex request duration (bsc#1227149). - wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). - wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). - wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). - wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). - wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). - wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). - wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). - wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). - wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). - wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). - wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). - wifi: rtw89: add wait/completion for abort scan (bsc#1227149). - wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). - wifi: rtw89: advertise missing extended scan feature (bsc#1227149). - wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). - wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). - wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). - wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). - wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). - wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). - wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). - wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). - wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). - wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). - wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). - wifi: rtw89: cleanup private data structures (bsc#1227149). - wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). - wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). - wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). - wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). - wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). - wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). - wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). - wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). - wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (bsc#1227149). - wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle (bsc#1227149). - wifi: rtw89: coex: Translate antenna configuration from ID to string (bsc#1227149). - wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). - wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). - wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). - wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). - wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). - wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). - wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). - wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). - wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). - wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). - wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). - wifi: rtw89: configure PPDU max user by chip (bsc#1227149). - wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). - wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). - wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). - wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). - wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). - wifi: rtw89: debug: add FW log component for scan (bsc#1227149). - wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). - wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). - wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). - wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). - wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). - wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). - wifi: rtw89: declare MCC in interface combination (bsc#1227149). - wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). - wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). - wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). - wifi: rtw89: download firmware with five times retry (bsc#1227149). - wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). - wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). - wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: fix HW scan not aborting properly (git-fixes). - wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). - wifi: rtw89: fix a width vs precision bug (bsc#1227149). - wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). - wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). - wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). - wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). - wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). - wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). - wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). - wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). - wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). - wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). - wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). - wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). - wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). - wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). - wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). - wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). - wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). - wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). - wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). - wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). - wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). - wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). - wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). - wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). - wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). - wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). - wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). - wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). - wifi: rtw89: indicate TX power by rate table inside RFE parameter (bsc#1227149). - wifi: rtw89: indicate TX shape table inside RFE parameter (bsc#1227149). - wifi: rtw89: initialize antenna for antenna diversity (bsc#1227149). - wifi: rtw89: initialize multi-channel handling (bsc#1227149). - wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). - wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). - wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). - wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). - wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). - wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). - wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). - wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). - wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). - wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). - wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). - wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). - wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). - wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). - wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). - wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). - wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). - wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). - wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). - wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). - wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). - wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). - wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). - wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). - wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). - wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). - wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). - wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (bsc#1227149). - wifi: rtw89: mac: set bf_assoc capabilities according to chip gen (bsc#1227149). - wifi: rtw89: mac: set bfee_ctrl() according to chip gen (bsc#1227149). - wifi: rtw89: mac: update RTS threshold according to chip gen (bsc#1227149). - wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). - wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). - wifi: rtw89: mcc: consider and determine BT duration (bsc#1227149). - wifi: rtw89: mcc: deal with BT slot change (bsc#1227149). - wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149). - wifi: rtw89: mcc: deal with beacon NoA if GO exists (bsc#1227149). - wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). - wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). - wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). - wifi: rtw89: mcc: initialize start flow (bsc#1227149). - wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). - wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). - wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). - wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). - wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). - wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). - wifi: rtw89: packet offload wait for FW response (bsc#1227149). - wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). - wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). - wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). - wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). - wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). - wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). - wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). - wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). - wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). - wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). - wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). - wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). - wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). - wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). - wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). - wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). - wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). - wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). - wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). - wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). - wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). - wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). - wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). - wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). - wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). - wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). - wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). - wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). - wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). - wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). - wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). - wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power by rate according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power limit according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power offset according to chip gen (bsc#1227149). - wifi: rtw89: phy: set channel_info for WiFi 7 chips (bsc#1227149). - wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). - wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). - wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). - wifi: rtw89: recognize log format from firmware file (bsc#1227149). - wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). - wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). - wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). - wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). - wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). - wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). - wifi: rtw89: refine hardware scan C2H events (bsc#1227149). - wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). - wifi: rtw89: refine packet offload handling under SER (bsc#1227149). - wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). - wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). - wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). - wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). - wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). - wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). - wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). - wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). - wifi: rtw89: return failure if needed firmware elements are not recognized (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger RX DCK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger TXGAPK (bsc#1227149). - wifi: rtw89: rfk: add a completion to wait RF calibration report from C2H event (bsc#1227149). - wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). - wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). - wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). - wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). - wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). - wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). - wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). - wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). - wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). - wifi: rtw89: show EHT rate in debugfs (bsc#1227149). - wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). - wifi: rtw89: support firmware log with formatted text (bsc#1227149). - wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). - wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). - wifi: rtw89: update DMA function with different generation (bsc#1227149). - wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). - wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). - wifi: rtw89: update suspend/resume for different generation (bsc#1227149). - wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). - wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). - wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). - wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (bsc#1227149). - wifi: rtw89: use struct to access RA report (bsc#1227149). - wifi: rtw89: use struct to access firmware C2H event header (bsc#1227149). - wifi: rtw89: use struct to access register-based H2C/C2H (bsc#1227149). - wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). - wifi: rtw89: use struct to parse firmware header (bsc#1227149). - wifi: rtw89: use struct to set RA H2C command (bsc#1227149). - wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). - wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). - wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). - wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). - wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). - wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). - wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). - wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). - wifi: virt_wifi: do not use strlen() in const context (git-fixes). - wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). - wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). - wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). - wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). - wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). - wifi: wfx: allow to send frames during ROC (bsc#1227149). - wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). - wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149). - wifi: wfx: introduce hif_scan_uniq() (bsc#1227149). - wifi: wfx: move wfx_skb_*() out of the header file (bsc#1227149). - wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149). - wifi: wfx: scan_lock is global to the device (bsc#1227149). - wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). - wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). - wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). - wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). - wifi: wilc1000: Remove unused declarations (bsc#1227149). - wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). - wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). - wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). - wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). - wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). - wifi: wilc1000: correct CRC7 calculation (bsc#1227149). - wifi: wilc1000: fix declarations ordering (bsc#1227149). - wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). - wifi: wilc1000: fix ies_len type in connect path (git-fixes). - wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). - wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). - wifi: wilc1000: remove setting msg.spi (bsc#1227149). - wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). - wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). - wifi: wilc1000: simplify remain on channel support (bsc#1227149). - wifi: wilc1000: simplify wilc_scan() (bsc#1227149). - wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). - wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). - wifi: wilc1000: validate chip id during bus probe (bsc#1227149). - wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). - wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). - wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). - wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). - wifi: zd1211rw: silence sparse warnings (bsc#1227149). - wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). - work around gcc bugs with 'asm goto' with outputs (git-fixes). - x86/amd_nb: Check for invalid SMN reads (git-fixes). - x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). - x86/asm: Fix build of UML with KASAN (git-fixes). - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). - x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). - x86/boot: Ignore NMIs during very early boot (git-fixes). - x86/cpu: Provide default cache line size if not enumerated (git-fixes). - x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). - x86/csum: Improve performance of `csum_partial` (git-fixes). - x86/csum: Remove unnecessary odd handling (git-fixes). - x86/csum: clean up `csum_partial' further (git-fixes). - x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). - x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). - x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). - x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). - x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). - x86/kexec: Fix bug with call depth tracking (git-fixes). - x86/mce: Dynamically size space for machine check records (bsc#1222241). - x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). - x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). - x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). - x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). - x86/sev: Fix position dependent variable references in startup code (git-fixes). - x86/shstk: Make return uprobe work with shadow stack (git-fixes). - x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). - x86/tdx: Preserve shared bit on mprotect() (git-fixes). - x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). - x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). - x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) - xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). - xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). - xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). - xhci: Apply broken streams quirk to Etron EJ188 xHCI host (stable-fixes). - xhci: Apply reset resume quirk to Etron EJ188 xHCI host (stable-fixes). - xhci: Handle TD clearing for multiple streams case (git-fixes). - xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). - xhci: always resume roothubs if xHC was reset during resume (stable-fixes). cluster-md-kmp-azure-6.4.0-150600.8.8.2.x86_64.rpm True dlm-kmp-azure-6.4.0-150600.8.8.2.x86_64.rpm True gfs2-kmp-azure-6.4.0-150600.8.8.2.x86_64.rpm True kernel-azure-6.4.0-150600.8.8.2.nosrc.rpm True kernel-azure-6.4.0-150600.8.8.2.x86_64.rpm True kernel-azure-devel-6.4.0-150600.8.8.2.x86_64.rpm True kernel-azure-extra-6.4.0-150600.8.8.2.x86_64.rpm True kernel-azure-livepatch-devel-6.4.0-150600.8.8.2.x86_64.rpm True kernel-azure-optional-6.4.0-150600.8.8.2.x86_64.rpm True kernel-azure-vdso-6.4.0-150600.8.8.2.x86_64.rpm True kernel-devel-azure-6.4.0-150600.8.8.2.noarch.rpm True kernel-source-azure-6.4.0-150600.8.8.2.noarch.rpm True kernel-source-azure-6.4.0-150600.8.8.2.src.rpm True kernel-syms-azure-6.4.0-150600.8.8.1.src.rpm True kernel-syms-azure-6.4.0-150600.8.8.1.x86_64.rpm True kselftests-kmp-azure-6.4.0-150600.8.8.2.x86_64.rpm True ocfs2-kmp-azure-6.4.0-150600.8.8.2.x86_64.rpm True reiserfs-kmp-azure-6.4.0-150600.8.8.2.x86_64.rpm True cluster-md-kmp-azure-6.4.0-150600.8.8.2.aarch64.rpm True dlm-kmp-azure-6.4.0-150600.8.8.2.aarch64.rpm True gfs2-kmp-azure-6.4.0-150600.8.8.2.aarch64.rpm True kernel-azure-6.4.0-150600.8.8.2.aarch64.rpm True kernel-azure-devel-6.4.0-150600.8.8.2.aarch64.rpm True kernel-azure-extra-6.4.0-150600.8.8.2.aarch64.rpm True kernel-azure-livepatch-devel-6.4.0-150600.8.8.2.aarch64.rpm True kernel-azure-optional-6.4.0-150600.8.8.2.aarch64.rpm True kernel-syms-azure-6.4.0-150600.8.8.1.aarch64.rpm True kselftests-kmp-azure-6.4.0-150600.8.8.2.aarch64.rpm True ocfs2-kmp-azure-6.4.0-150600.8.8.2.aarch64.rpm True reiserfs-kmp-azure-6.4.0-150600.8.8.2.aarch64.rpm True openSUSE-SLE-15.6-2024-2875 Security update for qt6-base important SUSE Updates openSUSE-SLE 15.6 This update for qt6-base fixes the following issues: - CVE-2024-33861: Fixed an invalid pointer being passed as a callback which coud lead to modification of the stack (bsc#1223917) - CVE-2024-39936: Fixed information leakage due to process HTTP2 communication before encrypted() can be responded to (bsc#1227426) libQt6Concurrent6-6.6.3-150600.3.3.1.x86_64.rpm libQt6Core6-6.6.3-150600.3.3.1.x86_64.rpm libQt6DBus6-6.6.3-150600.3.3.1.x86_64.rpm libQt6Gui6-6.6.3-150600.3.3.1.x86_64.rpm libQt6Network6-6.6.3-150600.3.3.1.x86_64.rpm libQt6OpenGL6-6.6.3-150600.3.3.1.x86_64.rpm libQt6OpenGLWidgets6-6.6.3-150600.3.3.1.x86_64.rpm libQt6PrintSupport6-6.6.3-150600.3.3.1.x86_64.rpm libQt6Sql6-6.6.3-150600.3.3.1.x86_64.rpm libQt6Test6-6.6.3-150600.3.3.1.x86_64.rpm libQt6Widgets6-6.6.3-150600.3.3.1.x86_64.rpm libQt6Xml6-6.6.3-150600.3.3.1.x86_64.rpm qt6-base-6.6.3-150600.3.3.1.src.rpm qt6-base-common-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-base-devel-6.6.3-150600.3.3.1.noarch.rpm qt6-base-docs-6.6.3-150600.3.3.1.src.rpm qt6-base-docs-html-6.6.3-150600.3.3.1.x86_64.rpm qt6-base-docs-qch-6.6.3-150600.3.3.1.x86_64.rpm qt6-base-examples-6.6.3-150600.3.3.1.x86_64.rpm qt6-base-private-devel-6.6.3-150600.3.3.1.noarch.rpm qt6-concurrent-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-core-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-core-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-dbus-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-dbus-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-docs-common-6.6.3-150600.3.3.1.noarch.rpm qt6-exampleicons-devel-static-6.6.3-150600.3.3.1.x86_64.rpm qt6-gui-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-gui-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-kmssupport-devel-static-6.6.3-150600.3.3.1.x86_64.rpm qt6-kmssupport-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-network-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-network-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-network-tls-6.6.3-150600.3.3.1.x86_64.rpm qt6-networkinformation-glib-6.6.3-150600.3.3.1.x86_64.rpm qt6-networkinformation-nm-6.6.3-150600.3.3.1.x86_64.rpm qt6-opengl-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-opengl-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-openglwidgets-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-platformsupport-devel-static-6.6.3-150600.3.3.1.x86_64.rpm qt6-platformsupport-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-platformtheme-gtk3-6.6.3-150600.3.3.1.x86_64.rpm qt6-platformtheme-xdgdesktopportal-6.6.3-150600.3.3.1.x86_64.rpm qt6-printsupport-cups-6.6.3-150600.3.3.1.x86_64.rpm qt6-printsupport-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-printsupport-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-sql-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-sql-mysql-6.6.3-150600.3.3.1.x86_64.rpm qt6-sql-postgresql-6.6.3-150600.3.3.1.x86_64.rpm qt6-sql-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-sql-sqlite-6.6.3-150600.3.3.1.x86_64.rpm qt6-sql-unixODBC-6.6.3-150600.3.3.1.x86_64.rpm qt6-test-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-test-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-widgets-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-widgets-private-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-xml-devel-6.6.3-150600.3.3.1.x86_64.rpm qt6-xml-private-devel-6.6.3-150600.3.3.1.x86_64.rpm libQt6Concurrent6-6.6.3-150600.3.3.1.s390x.rpm libQt6Core6-6.6.3-150600.3.3.1.s390x.rpm libQt6DBus6-6.6.3-150600.3.3.1.s390x.rpm libQt6Gui6-6.6.3-150600.3.3.1.s390x.rpm libQt6Network6-6.6.3-150600.3.3.1.s390x.rpm libQt6OpenGL6-6.6.3-150600.3.3.1.s390x.rpm libQt6OpenGLWidgets6-6.6.3-150600.3.3.1.s390x.rpm libQt6PrintSupport6-6.6.3-150600.3.3.1.s390x.rpm libQt6Sql6-6.6.3-150600.3.3.1.s390x.rpm libQt6Test6-6.6.3-150600.3.3.1.s390x.rpm libQt6Widgets6-6.6.3-150600.3.3.1.s390x.rpm libQt6Xml6-6.6.3-150600.3.3.1.s390x.rpm qt6-base-common-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-base-docs-html-6.6.3-150600.3.3.1.s390x.rpm qt6-base-docs-qch-6.6.3-150600.3.3.1.s390x.rpm qt6-base-examples-6.6.3-150600.3.3.1.s390x.rpm qt6-concurrent-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-core-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-core-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-dbus-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-dbus-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-exampleicons-devel-static-6.6.3-150600.3.3.1.s390x.rpm qt6-gui-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-gui-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-kmssupport-devel-static-6.6.3-150600.3.3.1.s390x.rpm qt6-kmssupport-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-network-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-network-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-network-tls-6.6.3-150600.3.3.1.s390x.rpm qt6-networkinformation-glib-6.6.3-150600.3.3.1.s390x.rpm qt6-networkinformation-nm-6.6.3-150600.3.3.1.s390x.rpm qt6-opengl-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-opengl-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-openglwidgets-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-platformsupport-devel-static-6.6.3-150600.3.3.1.s390x.rpm qt6-platformsupport-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-platformtheme-gtk3-6.6.3-150600.3.3.1.s390x.rpm qt6-platformtheme-xdgdesktopportal-6.6.3-150600.3.3.1.s390x.rpm qt6-printsupport-cups-6.6.3-150600.3.3.1.s390x.rpm qt6-printsupport-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-printsupport-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-sql-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-sql-mysql-6.6.3-150600.3.3.1.s390x.rpm qt6-sql-postgresql-6.6.3-150600.3.3.1.s390x.rpm qt6-sql-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-sql-sqlite-6.6.3-150600.3.3.1.s390x.rpm qt6-sql-unixODBC-6.6.3-150600.3.3.1.s390x.rpm qt6-test-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-test-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-widgets-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-widgets-private-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-xml-devel-6.6.3-150600.3.3.1.s390x.rpm qt6-xml-private-devel-6.6.3-150600.3.3.1.s390x.rpm libQt6Concurrent6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Core6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6DBus6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Gui6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Network6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6OpenGL6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6OpenGLWidgets6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6PrintSupport6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Sql6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Test6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Widgets6-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Xml6-6.6.3-150600.3.3.1.ppc64le.rpm qt6-base-common-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-base-docs-html-6.6.3-150600.3.3.1.ppc64le.rpm qt6-base-docs-qch-6.6.3-150600.3.3.1.ppc64le.rpm qt6-base-examples-6.6.3-150600.3.3.1.ppc64le.rpm qt6-concurrent-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-core-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-core-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-dbus-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-dbus-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-exampleicons-devel-static-6.6.3-150600.3.3.1.ppc64le.rpm qt6-gui-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-gui-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-kmssupport-devel-static-6.6.3-150600.3.3.1.ppc64le.rpm qt6-kmssupport-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-network-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-network-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-network-tls-6.6.3-150600.3.3.1.ppc64le.rpm qt6-networkinformation-glib-6.6.3-150600.3.3.1.ppc64le.rpm qt6-networkinformation-nm-6.6.3-150600.3.3.1.ppc64le.rpm qt6-opengl-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-opengl-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-openglwidgets-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-platformsupport-devel-static-6.6.3-150600.3.3.1.ppc64le.rpm qt6-platformsupport-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-platformtheme-gtk3-6.6.3-150600.3.3.1.ppc64le.rpm qt6-platformtheme-xdgdesktopportal-6.6.3-150600.3.3.1.ppc64le.rpm qt6-printsupport-cups-6.6.3-150600.3.3.1.ppc64le.rpm qt6-printsupport-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-printsupport-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-sql-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-sql-mysql-6.6.3-150600.3.3.1.ppc64le.rpm qt6-sql-postgresql-6.6.3-150600.3.3.1.ppc64le.rpm qt6-sql-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-sql-sqlite-6.6.3-150600.3.3.1.ppc64le.rpm qt6-sql-unixODBC-6.6.3-150600.3.3.1.ppc64le.rpm qt6-test-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-test-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-widgets-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-widgets-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-xml-devel-6.6.3-150600.3.3.1.ppc64le.rpm qt6-xml-private-devel-6.6.3-150600.3.3.1.ppc64le.rpm libQt6Concurrent6-6.6.3-150600.3.3.1.aarch64.rpm libQt6Core6-6.6.3-150600.3.3.1.aarch64.rpm libQt6DBus6-6.6.3-150600.3.3.1.aarch64.rpm libQt6Gui6-6.6.3-150600.3.3.1.aarch64.rpm libQt6Network6-6.6.3-150600.3.3.1.aarch64.rpm libQt6OpenGL6-6.6.3-150600.3.3.1.aarch64.rpm libQt6OpenGLWidgets6-6.6.3-150600.3.3.1.aarch64.rpm libQt6PrintSupport6-6.6.3-150600.3.3.1.aarch64.rpm libQt6Sql6-6.6.3-150600.3.3.1.aarch64.rpm libQt6Test6-6.6.3-150600.3.3.1.aarch64.rpm libQt6Widgets6-6.6.3-150600.3.3.1.aarch64.rpm libQt6Xml6-6.6.3-150600.3.3.1.aarch64.rpm qt6-base-common-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-base-docs-html-6.6.3-150600.3.3.1.aarch64.rpm qt6-base-docs-qch-6.6.3-150600.3.3.1.aarch64.rpm qt6-base-examples-6.6.3-150600.3.3.1.aarch64.rpm qt6-concurrent-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-core-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-core-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-dbus-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-dbus-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-exampleicons-devel-static-6.6.3-150600.3.3.1.aarch64.rpm qt6-gui-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-gui-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-kmssupport-devel-static-6.6.3-150600.3.3.1.aarch64.rpm qt6-kmssupport-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-network-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-network-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-network-tls-6.6.3-150600.3.3.1.aarch64.rpm qt6-networkinformation-glib-6.6.3-150600.3.3.1.aarch64.rpm qt6-networkinformation-nm-6.6.3-150600.3.3.1.aarch64.rpm qt6-opengl-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-opengl-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-openglwidgets-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-platformsupport-devel-static-6.6.3-150600.3.3.1.aarch64.rpm qt6-platformsupport-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-platformtheme-gtk3-6.6.3-150600.3.3.1.aarch64.rpm qt6-platformtheme-xdgdesktopportal-6.6.3-150600.3.3.1.aarch64.rpm qt6-printsupport-cups-6.6.3-150600.3.3.1.aarch64.rpm qt6-printsupport-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-printsupport-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-sql-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-sql-mysql-6.6.3-150600.3.3.1.aarch64.rpm qt6-sql-postgresql-6.6.3-150600.3.3.1.aarch64.rpm qt6-sql-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-sql-sqlite-6.6.3-150600.3.3.1.aarch64.rpm qt6-sql-unixODBC-6.6.3-150600.3.3.1.aarch64.rpm qt6-test-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-test-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-widgets-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-widgets-private-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-xml-devel-6.6.3-150600.3.3.1.aarch64.rpm qt6-xml-private-devel-6.6.3-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2882 Security update for libqt5-qtbase important SUSE Updates openSUSE-SLE 15.6 This update for libqt5-qtbase fixes the following issues: - CVE-2023-45935: Fixed NULL pointer dereference in QXcbConnection::initializeAllAtoms() due to anomalous behavior from the X server (bsc#1222120) - CVE-2024-39936: Fixed information leakage due to process HTTP2 communication before encrypted() can be responded to (bsc#1227426) libQt5Bootstrap-devel-static-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Concurrent-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Concurrent5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Core-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Core-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Core-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Core5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Core5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5DBus-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5DBus-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5DBus5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5DBus5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Gui-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Gui-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Gui5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Gui5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5KmsSupport-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Network-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Network-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Network-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Network5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Network5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5OpenGL-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5OpenGL-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5OpenGL5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5OpenGLExtensions-devel-static-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5PlatformSupport-devel-static-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5PlatformSupport-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5PrintSupport-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5PrintSupport-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5PrintSupport5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Sql5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-mysql-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-postgresql-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-sqlite-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-unixODBC-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Test-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Test-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Test-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Test5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Test5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Widgets-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Widgets-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Widgets5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Widgets5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Xml-devel-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Xml5-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libQt5Xml5-5.15.12+kde151-150600.3.6.1.x86_64.rpm libqt5-qtbase-5.15.12+kde151-150600.3.6.1.src.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.6.1.x86_64.rpm libqt5-qtbase-examples-32bit-5.15.12+kde151-150600.3.6.1.x86_64.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.6.1.x86_64.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.6.1.x86_64.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.6.1.x86_64.rpm libqt5-qtbase-private-headers-devel-5.15.12+kde151-150600.3.6.1.noarch.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Core-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Core5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5DBus5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Gui5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Network-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Network5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Sql5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Test-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Test5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Widgets5-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Xml5-5.15.12+kde151-150600.3.6.1.s390x.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.6.1.s390x.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.6.1.s390x.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.6.1.s390x.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.6.1.s390x.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Core-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Core5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5DBus5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Gui5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Network-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Network5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Sql5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Test-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Test5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Widgets5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Xml5-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.6.1.ppc64le.rpm libQt5Bootstrap-devel-static-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Concurrent-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Concurrent5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Core-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Core5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5DBus-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5DBus5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Gui-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Gui5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5KmsSupport-devel-static-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Network-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Network5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5OpenGL-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5OpenGL5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5OpenGLExtensions-devel-static-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5PlatformHeaders-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5PlatformSupport-devel-static-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5PrintSupport-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5PrintSupport5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Sql-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Sql5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Sql5-mysql-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Sql5-postgresql-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Sql5-sqlite-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Sql5-unixODBC-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Test-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Test5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Widgets-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Widgets5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Xml-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libQt5Xml5-5.15.12+kde151-150600.3.6.1.aarch64.rpm libqt5-qtbase-common-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libqt5-qtbase-devel-5.15.12+kde151-150600.3.6.1.aarch64.rpm libqt5-qtbase-examples-5.15.12+kde151-150600.3.6.1.aarch64.rpm libqt5-qtbase-platformtheme-gtk3-5.15.12+kde151-150600.3.6.1.aarch64.rpm libqt5-qtbase-platformtheme-xdgdesktopportal-5.15.12+kde151-150600.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-2858 Security update for kubernetes1.23 moderate SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.23 fixes the following issues: - CVE-2021-25743: Fixed sanitization of raw data of escape, meta or control sequences before output it to terminal (bsc#1194400) kubernetes1.23-1.23.17-150500.3.15.1.src.rpm kubernetes1.23-apiserver-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-client-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-client-bash-completion-1.23.17-150500.3.15.1.noarch.rpm kubernetes1.23-client-common-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-client-fish-completion-1.23.17-150500.3.15.1.noarch.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-kubelet-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-proxy-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-scheduler-1.23.17-150500.3.15.1.x86_64.rpm kubernetes1.23-apiserver-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-client-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-client-common-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-kubelet-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-proxy-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-scheduler-1.23.17-150500.3.15.1.s390x.rpm kubernetes1.23-apiserver-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-client-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-client-common-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-kubelet-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-proxy-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-scheduler-1.23.17-150500.3.15.1.ppc64le.rpm kubernetes1.23-apiserver-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-client-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-client-common-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-kubelet-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-proxy-1.23.17-150500.3.15.1.aarch64.rpm kubernetes1.23-scheduler-1.23.17-150500.3.15.1.aarch64.rpm openSUSE-SLE-15.6-2024-2859 Security update for kubernetes1.24 moderate SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.24 fixes the following issues: - CVE-2021-25743: Fixed sanitization of raw data of escape, meta or control sequences before output it to terminal (bsc#1194400) kubernetes1.24-1.24.17-150500.3.19.1.src.rpm kubernetes1.24-apiserver-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-client-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-client-bash-completion-1.24.17-150500.3.19.1.noarch.rpm kubernetes1.24-client-common-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-client-fish-completion-1.24.17-150500.3.19.1.noarch.rpm kubernetes1.24-controller-manager-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-kubeadm-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-kubelet-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-kubelet-common-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-proxy-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-scheduler-1.24.17-150500.3.19.1.x86_64.rpm kubernetes1.24-apiserver-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-client-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-client-common-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-controller-manager-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-kubeadm-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-kubelet-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-kubelet-common-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-proxy-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-scheduler-1.24.17-150500.3.19.1.s390x.rpm kubernetes1.24-apiserver-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-client-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-client-common-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-controller-manager-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-kubeadm-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-kubelet-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-kubelet-common-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-proxy-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-scheduler-1.24.17-150500.3.19.1.ppc64le.rpm kubernetes1.24-apiserver-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-client-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-client-common-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-controller-manager-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-kubeadm-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-kubelet-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-kubelet-common-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-proxy-1.24.17-150500.3.19.1.aarch64.rpm kubernetes1.24-scheduler-1.24.17-150500.3.19.1.aarch64.rpm openSUSE-SLE-15.6-2024-2865 Recommended update for libnvme, nvme-cli moderate SUSE Updates openSUSE-SLE 15.6 This update for libnvme, nvme-cli fixes the following issues: - linux: Correct error handling for derive_psk_digest (bsc#1228376). - tree: Add NVM subsystem controller identifier (bsc#1224024). - nvme-print: Print cntlid number for controller (bsc#1224024). libnvme-1.8+41.g6e8e2d7-150600.3.6.2.src.rpm libnvme-devel-1.8+41.g6e8e2d7-150600.3.6.2.x86_64.rpm libnvme-mi1-1.8+41.g6e8e2d7-150600.3.6.2.x86_64.rpm libnvme1-1.8+41.g6e8e2d7-150600.3.6.2.x86_64.rpm nvme-cli-2.8+44.gb56f5d9-150600.3.6.1.src.rpm nvme-cli-2.8+44.gb56f5d9-150600.3.6.1.x86_64.rpm nvme-cli-bash-completion-2.8+44.gb56f5d9-150600.3.6.1.noarch.rpm nvme-cli-regress-script-2.8+44.gb56f5d9-150600.3.6.1.noarch.rpm nvme-cli-zsh-completion-2.8+44.gb56f5d9-150600.3.6.1.noarch.rpm python3-libnvme-1.8+41.g6e8e2d7-150600.3.6.2.x86_64.rpm libnvme-devel-1.8+41.g6e8e2d7-150600.3.6.2.s390x.rpm libnvme-mi1-1.8+41.g6e8e2d7-150600.3.6.2.s390x.rpm libnvme1-1.8+41.g6e8e2d7-150600.3.6.2.s390x.rpm nvme-cli-2.8+44.gb56f5d9-150600.3.6.1.s390x.rpm python3-libnvme-1.8+41.g6e8e2d7-150600.3.6.2.s390x.rpm libnvme-devel-1.8+41.g6e8e2d7-150600.3.6.2.ppc64le.rpm libnvme-mi1-1.8+41.g6e8e2d7-150600.3.6.2.ppc64le.rpm libnvme1-1.8+41.g6e8e2d7-150600.3.6.2.ppc64le.rpm nvme-cli-2.8+44.gb56f5d9-150600.3.6.1.ppc64le.rpm python3-libnvme-1.8+41.g6e8e2d7-150600.3.6.2.ppc64le.rpm libnvme-devel-1.8+41.g6e8e2d7-150600.3.6.2.aarch64.rpm libnvme-mi1-1.8+41.g6e8e2d7-150600.3.6.2.aarch64.rpm libnvme1-1.8+41.g6e8e2d7-150600.3.6.2.aarch64.rpm nvme-cli-2.8+44.gb56f5d9-150600.3.6.1.aarch64.rpm python3-libnvme-1.8+41.g6e8e2d7-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-3106 Security update for openssl-3 moderate SUSE Updates openSUSE-SLE 15.6 This update for openssl-3 fixes the following issues: - CVE-2024-6119: Fixed denial of service in X.509 name checks (bsc#1229465) Other fixes: - FIPS: Deny SHA-1 signature verification in FIPS provider (bsc#1221365). - FIPS: RSA keygen PCT requirements. - FIPS: Check that the fips provider is available before setting it as the default provider in FIPS mode (bsc#1220523). - FIPS: Port openssl to use jitterentropy (bsc#1220523). - FIPS: Block non-Approved Elliptic Curves (bsc#1221786). - FIPS: Service Level Indicator (bsc#1221365). - FIPS: Output the FIPS-validation name and module version which uniquely identify the FIPS validated module (bsc#1221751). - FIPS: Add required selftests: (bsc#1221760). - FIPS: DH: Disable FIPS 186-4 Domain Parameters (bsc#1221821). - FIPS: Recommendation for Password-Based Key Derivation (bsc#1221827). - FIPS: Zero initialization required (bsc#1221752). - FIPS: Reseed DRBG (bsc#1220690, bsc#1220693, bsc#1220696). - FIPS: NIST SP 800-56Brev2 (bsc#1221824). - FIPS: Approved Modulus Sizes for RSA Digital Signature for FIPS 186-4 (bsc#1221787). - FIPS: Port openssl to use jitterentropy (bsc#1220523). - FIPS: NIST SP 800-56Arev3 (bsc#1221822). - FIPS: Error state has to be enforced (bsc#1221753). libopenssl-3-devel-3.1.4-150600.5.15.1.x86_64.rpm libopenssl-3-devel-32bit-3.1.4-150600.5.15.1.x86_64.rpm libopenssl-3-fips-provider-3.1.4-150600.5.15.1.x86_64.rpm libopenssl-3-fips-provider-32bit-3.1.4-150600.5.15.1.x86_64.rpm libopenssl3-3.1.4-150600.5.15.1.x86_64.rpm libopenssl3-32bit-3.1.4-150600.5.15.1.x86_64.rpm openssl-3-3.1.4-150600.5.15.1.src.rpm openssl-3-3.1.4-150600.5.15.1.x86_64.rpm openssl-3-doc-3.1.4-150600.5.15.1.noarch.rpm libopenssl-3-devel-3.1.4-150600.5.15.1.s390x.rpm libopenssl-3-fips-provider-3.1.4-150600.5.15.1.s390x.rpm libopenssl3-3.1.4-150600.5.15.1.s390x.rpm openssl-3-3.1.4-150600.5.15.1.s390x.rpm libopenssl-3-devel-3.1.4-150600.5.15.1.ppc64le.rpm libopenssl-3-fips-provider-3.1.4-150600.5.15.1.ppc64le.rpm libopenssl3-3.1.4-150600.5.15.1.ppc64le.rpm openssl-3-3.1.4-150600.5.15.1.ppc64le.rpm libopenssl-3-devel-3.1.4-150600.5.15.1.aarch64.rpm libopenssl-3-fips-provider-3.1.4-150600.5.15.1.aarch64.rpm libopenssl3-3.1.4-150600.5.15.1.aarch64.rpm openssl-3-3.1.4-150600.5.15.1.aarch64.rpm openSUSE-SLE-15.6-2024-2967 Recommended update for pam moderate SUSE Updates openSUSE-SLE 15.6 This update for pam fixes the following issue: - Prevent cursor escape from the login prompt (bsc#1194818). pam-1.3.0-150000.6.71.2.src.rpm pam-1.3.0-150000.6.71.2.x86_64.rpm pam-32bit-1.3.0-150000.6.71.2.x86_64.rpm pam-devel-1.3.0-150000.6.71.2.x86_64.rpm pam-devel-32bit-1.3.0-150000.6.71.2.x86_64.rpm pam-doc-1.3.0-150000.6.71.2.noarch.rpm pam-extra-1.3.0-150000.6.71.2.x86_64.rpm pam-extra-32bit-1.3.0-150000.6.71.2.x86_64.rpm pam-1.3.0-150000.6.71.2.s390x.rpm pam-devel-1.3.0-150000.6.71.2.s390x.rpm pam-extra-1.3.0-150000.6.71.2.s390x.rpm pam-1.3.0-150000.6.71.2.ppc64le.rpm pam-devel-1.3.0-150000.6.71.2.ppc64le.rpm pam-extra-1.3.0-150000.6.71.2.ppc64le.rpm pam-1.3.0-150000.6.71.2.aarch64.rpm pam-devel-1.3.0-150000.6.71.2.aarch64.rpm pam-extra-1.3.0-150000.6.71.2.aarch64.rpm openSUSE-SLE-15.6-2024-3120 Security update for buildah, docker critical SUSE Updates openSUSE-SLE 15.6 This update for buildah, docker fixes the following issues: Changes in docker: - CVE-2024-23651: Fixed arbitrary files write due to race condition on mounts (bsc#1219267) - CVE-2024-23652: Fixed insufficient validation of parent directory on mount (bsc#1219268) - CVE-2024-23653: Fixed insufficient validation on entitlement on container creation via buildkit (bsc#1219438) - CVE-2024-41110: A Authz zero length regression that could lead to authentication bypass was fixed (bsc#1228324) Other fixes: - Update to Docker 25.0.6-ce. See upstream changelog online at <https://docs.docker.com/engine/release-notes/25.0/#2506> - Update to Docker 25.0.5-ce (bsc#1223409) - Fix BuildKit's symlink resolution logic to correctly handle non-lexical symlinks. (bsc#1221916) - Write volume options atomically so sudden system crashes won't result in future Docker starts failing due to empty files. (bsc#1214855) Changes in buildah: - Update to version 1.35.4: * [release-1.35] Bump to Buildah v1.35.4 * [release-1.35] CVE-2024-3727 updates (bsc#1224117) * integration test: handle new labels in "bud and test --unsetlabel" * [release-1.35] Bump go-jose CVE-2024-28180 * [release-1.35] Bump ocicrypt and go-jose CVE-2024-28180 - Update to version 1.35.3: * [release-1.35] Bump to Buildah v1.35.3 * [release-1.35] correctly configure /etc/hosts and resolv.conf * [release-1.35] buildah: refactor resolv/hosts setup. * [release-1.35] rename the hostFile var to reflect * [release-1.35] Bump c/common to v0.58.1 * [release-1.35] Bump Buildah to v1.35.2 * [release-1.35] CVE-2024-24786 protobuf to 1.33 * [release-1.35] Bump to v1.35.2-dev - Update to version 1.35.1: * [release-1.35] Bump to v1.35.1 * [release-1.35] CVE-2024-1753 container escape fix (bsc#1221677) - Buildah dropped cni support, require netavark instead (bsc#1221243) - Remove obsolete requires libcontainers-image & libcontainers-storage - Require passt for rootless networking (poo#156955) Buildah moved to passt/pasta for rootless networking from slirp4netns (https://github.com/containers/common/pull/1846) - Update to version 1.35.0: * Bump v1.35.0 * Bump c/common v0.58.0, c/image v5.30.0, c/storage v1.53.0 * conformance tests: don't break on trailing zeroes in layer blobs * Add a conformance test for copying to a mounted prior stage * fix(deps): update module github.com/stretchr/testify to v1.9.0 * cgroups: reuse version check from c/common * Update vendor of containers/(common,image) * fix(deps): update github.com/containers/storage digest to eadc620 * fix(deps): update github.com/containers/luksy digest to ceb12d4 * fix(deps): update github.com/containers/image/v5 digest to cdc6802 * manifest add: complain if we get artifact flags without --artifact * Use retry logic from containers/common * Vendor in containers/(storage,image,common) * Update module golang.org/x/crypto to v0.20.0 * Add comment re: Total Success task name * tests: skip_if_no_unshare(): check for --setuid * Properly handle build --pull=false * [skip-ci] Update tim-actions/get-pr-commits action to v1.3.1 * Update module go.etcd.io/bbolt to v1.3.9 * Revert "Reduce official image size" * Update module github.com/opencontainers/image-spec to v1.1.0 * Reduce official image size * Build with CNI support on FreeBSD * build --all-platforms: skip some base "image" platforms * Bump main to v1.35.0-dev * Vendor in latest containers/(storage,image,common) * Split up error messages for missing --sbom related flags * `buildah manifest`: add artifact-related options * cmd/buildah/manifest.go: lock lists before adding/annotating/pushing * cmd/buildah/manifest.go: don't make struct declarations aliases * Use golang.org/x/exp/slices.Contains * Disable loong64 again * Fix a couple of typos in one-line comments * egrep is obsolescent; use grep -E * Try Cirrus with a newer VM version * Set CONTAINERS_CONF in the chroot-mount-flags integration test * Update to match dependency API update * Update github.com/openshift/imagebuilder and containers/common * docs: correct default authfile path * fix(deps): update module github.com/containerd/containerd to v1.7.13 * tests: retrofit test for heredoc summary * build, heredoc: show heredoc summary in build output * manifest, push: add support for --retry and --retry-delay * fix(deps): update github.com/openshift/imagebuilder digest to b767bc3 * imagebuildah: fix crash with empty RUN * fix(deps): update github.com/containers/luksy digest to b62d551 * fix(deps): update module github.com/opencontainers/runc to v1.1.12 [security] * fix(deps): update module github.com/moby/buildkit to v0.12.5 [security] * Make buildah match podman for handling of ulimits * docs: move footnotes to where they're applicable * Allow users to specify no-dereference * Run codespell on code * Fix FreeBSD version parsing * Fix a build break on FreeBSD * Remove a bad FROM line * fix(deps): update module github.com/onsi/gomega to v1.31.1 * fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc6 * docs: use reversed logo for dark theme in README * build,commit: add --sbom to scan and produce SBOMs when committing * commit: force omitHistory if the parent has layers but no history * docs: fix a couple of typos * internal/mkcw.Archive(): handle extra image content * stage_executor,heredoc: honor interpreter in heredoc * stage_executor,layers: burst cache if heredoc content is changed * fix(deps): update module golang.org/x/crypto to v0.18.0 * Replace map[K]bool with map[K]struct{} where it makes sense * fix(deps): update module golang.org/x/sync to v0.6.0 * fix(deps): update module golang.org/x/term to v0.16.0 * Bump CI VMs * Replace strings.SplitN with strings.Cut * fix(deps): update github.com/containers/storage digest to ef81e9b * fix(deps): update github.com/containers/image/v5 digest to 1b221d4 * fix(deps): update module github.com/fsouza/go-dockerclient to v1.10.1 * Document use of containers-transports values in buildah * fix(deps): update module golang.org/x/crypto to v0.17.0 [security] * chore(deps): update dependency containers/automation_images to v20231208 * manifest: addCompression use default from containers.conf * commit: add a --add-file flag * mkcw: populate the rootfs using an overlay * chore(deps): update dependency containers/automation_images to v20230517 * [skip-ci] Update actions/stale action to v9 * fix(deps): update module github.com/containernetworking/plugins to v1.4.0 * fix(deps): update github.com/containers/image/v5 digest to 7a40fee * Bump to v1.34.1-dev * Ignore errors if label.Relabel returns ENOSUP Updating docker will restart the docker service, which may stop some of your docker containers. Do you want to proceed with the update? docker-25.0.6_ce-150000.207.1.src.rpm docker-25.0.6_ce-150000.207.1.x86_64.rpm docker-bash-completion-25.0.6_ce-150000.207.1.noarch.rpm docker-fish-completion-25.0.6_ce-150000.207.1.noarch.rpm docker-rootless-extras-25.0.6_ce-150000.207.1.noarch.rpm docker-zsh-completion-25.0.6_ce-150000.207.1.noarch.rpm docker-25.0.6_ce-150000.207.1.s390x.rpm docker-25.0.6_ce-150000.207.1.ppc64le.rpm docker-25.0.6_ce-150000.207.1.aarch64.rpm openSUSE-SLE-15.6-2024-3057 Recommended update for go1.21 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.21 fixes the following issue: - go1.21.13 (released 2024-08-06) includes fixes to the go command, the covdata command, and the bytes package (bsc#1212475). go1.21-1.21.13-150000.1.42.2.src.rpm go1.21-1.21.13-150000.1.42.2.x86_64.rpm go1.21-doc-1.21.13-150000.1.42.2.x86_64.rpm go1.21-race-1.21.13-150000.1.42.2.x86_64.rpm go1.21-1.21.13-150000.1.42.2.s390x.rpm go1.21-doc-1.21.13-150000.1.42.2.s390x.rpm go1.21-race-1.21.13-150000.1.42.2.s390x.rpm go1.21-1.21.13-150000.1.42.2.ppc64le.rpm go1.21-doc-1.21.13-150000.1.42.2.ppc64le.rpm go1.21-race-1.21.13-150000.1.42.2.ppc64le.rpm go1.21-1.21.13-150000.1.42.2.aarch64.rpm go1.21-doc-1.21.13-150000.1.42.2.aarch64.rpm go1.21-race-1.21.13-150000.1.42.2.aarch64.rpm openSUSE-SLE-15.6-2024-3056 Recommended update for go1.22 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.22 fixes the following issue: - go1.22.6 (released 2024-08-06) includes fixes to the go command, the compiler, the linker, the trace command, the covdata command, and the bytes, go/types, and os/exec packages (bsc#1218424). go1.22-1.22.6-150000.1.24.2.src.rpm go1.22-1.22.6-150000.1.24.2.x86_64.rpm go1.22-doc-1.22.6-150000.1.24.2.x86_64.rpm go1.22-race-1.22.6-150000.1.24.2.x86_64.rpm go1.22-1.22.6-150000.1.24.2.s390x.rpm go1.22-doc-1.22.6-150000.1.24.2.s390x.rpm go1.22-race-1.22.6-150000.1.24.2.s390x.rpm go1.22-1.22.6-150000.1.24.2.ppc64le.rpm go1.22-doc-1.22.6-150000.1.24.2.ppc64le.rpm go1.22-race-1.22.6-150000.1.24.2.ppc64le.rpm go1.22-1.22.6-150000.1.24.2.aarch64.rpm go1.22-doc-1.22.6-150000.1.24.2.aarch64.rpm go1.22-race-1.22.6-150000.1.24.2.aarch64.rpm openSUSE-SLE-15.6-2024-3013 Recommended update for regionServiceClientConfigGCE moderate SUSE Updates openSUSE-SLE 15.6 This update for regionServiceClientConfigGCE fixes the following issues: - Version 4.2.0 (jsc#PCT-361) + Add IPv6 certs to supprt access of the update infrastructure via IPv6 on GCE instances. - Update to version 4.1.0 (bsc#1217538) + Replace 162.222.182.90 and 35.187.193.56 (length 4096): rgnsrv-gce-asia-northeast1 -> 162.222.182.90 expires in 9 years. rgnsrv-gce-us-central1 -> 35.187.193.56 expires in 10 years. regionServiceClientConfigGCE-4.2.0-150000.4.15.1.noarch.rpm regionServiceClientConfigGCE-4.2.0-150000.4.15.1.src.rpm openSUSE-SLE-15.6-2024-3012 Recommended update for regionServiceClientConfigAzure moderate SUSE Updates openSUSE-SLE 15.6 This update for regionServiceClientConfigAzure contains the following fixes: - Update to version 2.2.0 (jsc#PCT-360) + Add IPv6 certs to enable IPv6 access of the update infrastructure + Add noipv6 to patch out IPv6 on SLE 12, no IPv6 support in SLE 12 in the Public Cloud - Update to version 2.1.0 (bsc#1217537) + Replace certs 23.100.36.229.pem and 40.121.202.140.pem (4096 length): rgnsrv-azure-westus -> 23.100.36.229.pem expires 9 years rgnsrv-azure-eastus -> 40.121.202.140.pem expires 10 years regionServiceClientConfigAzure-2.2.0-150000.3.22.1.noarch.rpm regionServiceClientConfigAzure-2.2.0-150000.3.22.1.src.rpm openSUSE-SLE-15.6-2024-2918 Recommended update for grub2 important SUSE Updates openSUSE-SLE 15.6 This update for grub2 fixes the following issues: - Fix btrfs subvolume for platform modules not mounting at runtime when the default subvolume is the topmost root tree (bsc#1228124) - Fix error in grub-install when root is on tmpfs (bsc#1226100) - Fix input handling in ppc64le grub2 has high latency (bsc#1223535) grub2-2.12-150600.8.3.1.src.rpm grub2-2.12-150600.8.3.1.x86_64.rpm grub2-arm64-efi-2.12-150600.8.3.1.noarch.rpm grub2-arm64-efi-debug-2.12-150600.8.3.1.noarch.rpm grub2-arm64-efi-extras-2.12-150600.8.3.1.noarch.rpm grub2-branding-upstream-2.12-150600.8.3.1.x86_64.rpm grub2-i386-pc-2.12-150600.8.3.1.noarch.rpm grub2-i386-pc-debug-2.12-150600.8.3.1.noarch.rpm grub2-i386-pc-extras-2.12-150600.8.3.1.noarch.rpm grub2-powerpc-ieee1275-2.12-150600.8.3.1.noarch.rpm grub2-powerpc-ieee1275-debug-2.12-150600.8.3.1.noarch.rpm grub2-powerpc-ieee1275-extras-2.12-150600.8.3.1.noarch.rpm grub2-snapper-plugin-2.12-150600.8.3.1.noarch.rpm grub2-systemd-sleep-plugin-2.12-150600.8.3.1.noarch.rpm grub2-x86_64-efi-2.12-150600.8.3.1.noarch.rpm grub2-x86_64-efi-debug-2.12-150600.8.3.1.noarch.rpm grub2-x86_64-efi-extras-2.12-150600.8.3.1.noarch.rpm grub2-x86_64-xen-2.12-150600.8.3.1.noarch.rpm grub2-x86_64-xen-extras-2.12-150600.8.3.1.noarch.rpm grub2-2.12-150600.8.3.1.s390x.rpm grub2-branding-upstream-2.12-150600.8.3.1.s390x.rpm grub2-s390x-emu-2.12-150600.8.3.1.s390x.rpm grub2-s390x-emu-debug-2.12-150600.8.3.1.s390x.rpm grub2-s390x-emu-extras-2.12-150600.8.3.1.noarch.rpm grub2-2.12-150600.8.3.1.ppc64le.rpm grub2-branding-upstream-2.12-150600.8.3.1.ppc64le.rpm grub2-2.12-150600.8.3.1.aarch64.rpm grub2-branding-upstream-2.12-150600.8.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3059 Recommended update for udisks2 moderate SUSE Updates openSUSE-SLE 15.6 This update for udisks2 fixes the following issue: - Code patch: fix double free inside the g_static_resource_fini() atexit handler (bsc#1228290). libudisks2-0-2.9.2-150400.3.6.2.x86_64.rpm libudisks2-0-devel-2.9.2-150400.3.6.2.x86_64.rpm libudisks2-0_bcache-2.9.2-150400.3.6.2.x86_64.rpm libudisks2-0_btrfs-2.9.2-150400.3.6.2.x86_64.rpm libudisks2-0_lsm-2.9.2-150400.3.6.2.x86_64.rpm libudisks2-0_lvm2-2.9.2-150400.3.6.2.x86_64.rpm libudisks2-0_vdo-2.9.2-150400.3.6.2.x86_64.rpm libudisks2-0_zram-2.9.2-150400.3.6.2.x86_64.rpm typelib-1_0-UDisks-2_0-2.9.2-150400.3.6.2.x86_64.rpm udisks2-2.9.2-150400.3.6.2.src.rpm udisks2-2.9.2-150400.3.6.2.x86_64.rpm udisks2-lang-2.9.2-150400.3.6.2.noarch.rpm libudisks2-0-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0-devel-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0_bcache-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0_btrfs-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0_lsm-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0_lvm2-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0_vdo-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0_zram-2.9.2-150400.3.6.2.s390x.rpm typelib-1_0-UDisks-2_0-2.9.2-150400.3.6.2.s390x.rpm udisks2-2.9.2-150400.3.6.2.s390x.rpm libudisks2-0-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0-devel-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0_bcache-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0_btrfs-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0_lsm-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0_lvm2-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0_vdo-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0_zram-2.9.2-150400.3.6.2.ppc64le.rpm typelib-1_0-UDisks-2_0-2.9.2-150400.3.6.2.ppc64le.rpm udisks2-2.9.2-150400.3.6.2.ppc64le.rpm libudisks2-0-2.9.2-150400.3.6.2.aarch64.rpm libudisks2-0-devel-2.9.2-150400.3.6.2.aarch64.rpm libudisks2-0_bcache-2.9.2-150400.3.6.2.aarch64.rpm libudisks2-0_btrfs-2.9.2-150400.3.6.2.aarch64.rpm libudisks2-0_lsm-2.9.2-150400.3.6.2.aarch64.rpm libudisks2-0_lvm2-2.9.2-150400.3.6.2.aarch64.rpm libudisks2-0_vdo-2.9.2-150400.3.6.2.aarch64.rpm libudisks2-0_zram-2.9.2-150400.3.6.2.aarch64.rpm typelib-1_0-UDisks-2_0-2.9.2-150400.3.6.2.aarch64.rpm udisks2-2.9.2-150400.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-2973 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-0160: Fixed deadlock flaw in BPF that could allow a local user to potentially crash the system (bsc#1209657). - CVE-2023-38417: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225600). - CVE-2023-47210: wifi: iwlwifi: bump FW API to 90 for BZ/SC devices (bsc#1225601). - CVE-2023-52435: net: prevent mss overflow in skb_segment() (bsc#1220138). - CVE-2023-52458: Fixed check that partition length needs to be aligned with block size (bsc#1220428). - CVE-2023-52503: Fixed tee/amdtee use-after-free vulnerability in amdtee_close_session (bsc#1220915). - CVE-2023-52618: Fixed string overflow in block/rnbd-srv (bsc#1221615). - CVE-2023-52622: ext4: avoid online resizing failures due to oversized flex bg (bsc#1222080). - CVE-2023-52631: Fixed an NULL dereference bug (bsc#1222264 CVE-2023-52631). - CVE-2023-52640: Fixed out-of-bounds in ntfs_listxattr (bsc#1222301). - CVE-2023-52641: Fixed NULL ptr dereference checking at the end of attr_allocate_frame() (bsc#1222303) - CVE-2023-52645: Fixed pmdomain/mediatek race conditions with genpd (bsc#1223033). - CVE-2023-52652: Fixed NTB for possible name leak in ntb_register_device() (bsc#1223686). - CVE-2023-52656: Dropped any code related to SCM_RIGHTS (bsc#1224187). - CVE-2023-52672: pipe: wakeup wr_wait after setting max_usage (bsc#1224614). - CVE-2023-52674: Add clamp() in scarlett2_mixer_ctl_put() (bsc#1224727). - CVE-2023-52659: Fixed to pfn_to_kaddr() not treated as a 64-bit type (bsc#1224442) - CVE-2023-52680: Fixed missing error checks to *_ctl_get() (bsc#1224608). - CVE-2023-52692: Fixed missing error check to scarlett2_usb_set_config() (bsc#1224628). - CVE-2023-52698: Fixed memory leak in netlbl_calipso_add_pass() (CVE-2023-52698 bsc#1224621) - CVE-2023-52699: sysv: don't call sb_bread() with pointers_lock held (bsc#1224659). - CVE-2023-52735: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself (bsc#1225475). - CVE-2023-52751: smb: client: fix use-after-free in smb2_query_info_compound() (bsc#1225489). - CVE-2023-52757: Fixed potential deadlock when releasing mids (bsc#1225548). - CVE-2023-52771: Fixed delete_endpoint() vs parent unregistration race (bsc#1225007). - CVE-2023-52772: Fixed use-after-free in unix_stream_read_actor() (bsc#1224989). - CVE-2023-52775: net/smc: avoid data corruption caused by decline (bsc#1225088). - CVE-2023-52786: ext4: fix racy may inline data check in dio write (bsc#1224939). - CVE-2023-52787: blk-mq: make sure active queue usage is held for bio_integrity_prep() (bsc#1225105). - CVE-2023-52837: nbd: fix uaf in nbd_open (bsc#1224935). - CVE-2023-52843: llc: verify mac len before reading mac header (bsc#1224951). - CVE-2023-52845: tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING (bsc#1225585). - CVE-2023-52855: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency (bsc#1225583). - CVE-2023-52860: Fixed null pointer dereference in hisi_hns3 (bsc#1224936). - CVE-2023-52875: Add check for mtk_alloc_clk_data (bsc#1225096). - CVE-2023-52881: tcp: do not accept ACK of bytes we never sent (bsc#1225611). - CVE-2023-6238: Fixed kcalloc() arguments order (bsc#1217384). - CVE-2024-21823: Fixed safety flag to struct ends (bsc#1223625). - CVE-2024-23848: Fixed media/cec for possible use-after-free in cec_queue_msg_fh (bsc#1219104). - CVE-2024-25739: Fixed possible crash in create_empty_lvol() in drivers/mtd/ubi/vtbl.c (bsc#1219834). - CVE-2024-26601: Fixed ext4 buddy bitmap corruption via fast commit replay (bsc#1220342). - CVE-2024-26614: Fixed the initialization of accept_queue's spinlocks (bsc#1221293). - CVE-2024-26615: net/smc: fix illegal rmb_desc access in SMC-D connection dump (bsc#1220942). - CVE-2024-26623: pds_core: Prevent race issues involving the adminq (bsc#1221057). - CVE-2024-26625: Call sock_orphan() at release time (bsc#1221086) - CVE-2024-26632: Fixed iterating over an empty bio with bio_for_each_folio_all (bsc#1221635). - CVE-2024-26633: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() (bsc#1221647). - CVE-2024-26635: llc: Drop support for ETH_P_TR_802_2 (bsc#1221656). - CVE-2024-26636: llc: make llc_ui_sendmsg() more robust against bonding changes (bsc#1221659). - CVE-2024-26638: Fixed uninitialize struct msghdr completely (bsc#1221649 CVE-2024-26638). - CVE-2024-26641: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() (bsc#1221654). - CVE-2024-26642: Fixed the set of anonymous timeout flag in netfilter nf_tables (bsc#1221830). - CVE-2024-26643: Fixed mark set as dead when unbinding anonymous set with timeout (bsc#1221829). - CVE-2024-26663: tipc: Check the bearer type before calling tipc_udp_nl_bearer_add() (bsc#1222326). - CVE-2024-26665: tunnels: fix out of bounds access when building IPv6 PMTU error (bsc#1222328). - CVE-2024-26671: Fixed blk-mq IO hang from sbitmap wakeup race (bsc#1222357). - CVE-2024-26673: Fixed netfilter/nft_ct layer 3 and 4 protocol sanitization (bsc#1222368). - CVE-2024-26674: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups (bsc#1222378). - CVE-2024-26679: Fixed read sk->sk_family once in inet_recv_error() (bsc#1222385). - CVE-2024-26684: Fixed net/stmmac/xgmac handling of DPP safety error for DMA channels (bsc#1222445). - CVE-2024-26691: KVM: arm64: Fix circular locking dependency (bsc#1222463). - CVE-2024-26704: Fixed a double-free of blocks due to wrong extents moved_len in ext4 (bsc#1222422). - CVE-2024-26726: Fixed invalid drop extent_map for free space inode on write error (bsc#1222532) - CVE-2024-26731: Fixed NULL pointer dereference in sk_psock_verdict_data_ready() (bsc#1222371). - CVE-2024-26733: Fixed an overflow in arp_req_get() in arp (bsc#1222585). - CVE-2024-26734: devlink: fix possible use-after-free and memory leaks in devlink_init() (bsc#1222438). - CVE-2024-26737: Fixed selftests/bpf racing between bpf_timer_cancel_and_free and bpf_timer_cancel (bsc#1222557). - CVE-2024-26740: Fixed use the backlog for mirred ingress (bsc#1222563). - CVE-2024-26760: scsi: target: pscsi: Fix bio_put() for error case (bsc#1222596). - CVE-2024-26772: Fixed ext4 to avoid allocating blocks from corrupted group in ext4_mb_find_by_goal() (bsc#1222613). - CVE-2024-26773: Fixed ext4 block allocation from corrupted group in ext4_mb_try_best_found() (bsc#1222618). - CVE-2024-26774: Fixed dividing by 0 in mb_update_avg_fragment_size() when block bitmap corrupt (bsc#1222622). - CVE-2024-26775: Fixed potential deadlock at set_capacity (bsc#1222627). - CVE-2024-26783: Fixed mm/vmscan bug when calling wakeup_kswapd() with a wrong zone index (bsc#1222615). - CVE-2024-26785: iommufd: Fix protection fault in iommufd_test_syz_conv_iova (bsc#1222779). - CVE-2024-26791: Fixed properly validate device names in btrfs (bsc#1222793) - CVE-2024-26805: Fixed a kernel-infoleak-after-free in __skb_datagram_iter in netlink (bsc#1222630). - CVE-2024-26807: Fixed spi/cadence-qspi NULL pointer reference in runtime PM hooks (bsc#1222801). - CVE-2024-26813: vfio/platform: Create persistent IRQ handlers (bsc#1222809). - CVE-2024-26814: vfio/fsl-mc: Block calling interrupt handler without trigger (bsc#1222810). - CVE-2024-26815: Fixed improper TCA_TAPRIO_TC_ENTRY_INDEX check (bsc#1222635). - CVE-2024-26816: Fixed relocations in .notes section when building with CONFIG_XEN_PV=y (bsc#1222624). - CVE-2024-26822: Set correct id, uid and cruid for multiuser automounts (bsc#1223011). - CVE-2024-26826: mptcp: fix data re-injection from stale subflow (bsc#1223010). - CVE-2024-26832: Fixed missing folio cleanup in writeback race path (bsc#1223007). - CVE-2024-26836: Fixed platform/x86/think-lmi password opcode ordering for workstations (bsc#1222968). - CVE-2024-26844: Fixed WARNING in _copy_from_iter (bsc#1223015). - CVE-2024-26845: scsi: target: core: Add TMF to tmr_list handling (bsc#1223018). - CVE-2024-26860: Fixed a memory leak when rechecking the data (bsc#1223077). - CVE-2024-26862: Fixed packet annotate data-races around ignore_outgoing (bsc#1223111). - CVE-2024-26863: hsr: Fix uninit-value access in hsr_get_node() (bsc#1223021). - CVE-2024-26878: Fixed quota for potential NULL pointer dereference (bsc#1223060). - CVE-2024-26882: Fixed net/ip_tunnel to make sure to pull inner header in ip_tunnel_rcv() (bsc#1223034). - CVE-2024-26883: Fixed bpf stackmap overflow check on 32-bit arches (bsc#1223035). - CVE-2024-26884: Fixed bpf hashtab overflow check on 32-bit arches (bsc#1223189). - CVE-2024-26885: Fixed bpf DEVMAP_HASH overflow check on 32-bit arches (bsc#1223190). - CVE-2024-26899: Fixed deadlock between bd_link_disk_holder and partition scan (bsc#1223045). - CVE-2024-26901: Fixed do_sys_name_to_handle() to use kzalloc() to prevent kernel-infoleak (bsc#1223198). - CVE-2024-26906: Fixed invalid vsyscall page read for copy_from_kernel_nofault() (bsc#1223202). - CVE-2024-26909: Fixed drm bridge use-after-free (bsc#1223143). - CVE-2024-26921: Preserve kabi for sk_buff (bsc#1223138). - CVE-2024-26923: Fixed false-positive lockdep splat for spin_lock() in __unix_gc() (bsc#1223384). - CVE-2024-26925: Release mutex after nft_gc_seq_end from abort path (bsc#1223390). - CVE-2024-26928: Fixed potential UAF in cifs_debug_files_proc_show() (bsc#1223532). - CVE-2024-26944: btrfs: zoned: fix lock ordering in btrfs_zone_activate() (bsc#1223731). - CVE-2024-26945: Fixed nr_cpus &lt; nr_iaa case (bsc#1223732). - CVE-2024-26946: Fixed copy_from_kernel_nofault() to read from unsafe address (bsc#1223669). - CVE-2024-26948: Fixed drm/amd/display by adding dc_state NULL check in dc_state_release (bsc#1223664). - CVE-2024-26958: Fixed UAF in direct writes (bsc#1223653). - CVE-2024-26960: Fixed mm/swap race between free_swap_and_cache() and swapoff() (bsc#1223655). - CVE-2024-26982: Fixed Squashfs inode number check not to be an invalid value of zero (bsc#1223634). - CVE-2024-26991: Fixed overflow lpage_info when checking attributes (bsc#1223695). - CVE-2024-26993: Fixed fs/sysfs reference leak in sysfs_break_active_protection() (bsc#1223693). - CVE-2024-27012: netfilter: nf_tables: restore set elements when delete set fails (bsc#1223804). - CVE-2024-27013: Fixed tun limit printing rate when illegal packet received by tun device (bsc#1223745). - CVE-2024-27014: Fixed net/mlx5e to prevent deadlock while disabling aRFS (bsc#1223735). - CVE-2024-27015: netfilter: flowtable: incorrect pppoe tuple (bsc#1223806). - CVE-2024-27016: netfilter: flowtable: validate pppoe header (bsc#1223807). - CVE-2024-27019: netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get() (bsc#1223813) - CVE-2024-27020: netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get() (bsc#1223815) - CVE-2024-27022: Fixed linking file vma until vma is fully initialized (bsc#1223774). - CVE-2024-27025: nbd: null check for nla_nest_start (bsc#1223778) - CVE-2024-27056: Fixed wifi/iwlwifi/mvm to ensure offloading TID queue exists (bsc#1223822). - CVE-2024-27064: netfilter: nf_tables: Fix a memory leak in nf_tables_updchain (bsc#1223740). - CVE-2024-27065: netfilter: nf_tables: do not compare internal table flags on updates (bsc#1223836). - CVE-2024-27395: Fixed Use-After-Free in ovs_ct_exit (bsc#1224098). - CVE-2024-27396: Fixed Use-After-Free in gtp_dellink (bsc#1224096). - CVE-2024-27401: Fixed user_length taken into account when fetching packet contents (bsc#1224181). - CVE-2024-27402: phonet/pep: fix racy skb_queue_empty() use (bsc#1224414). - CVE-2024-27404: mptcp: fix data races on remote_id (bsc#1224422) - CVE-2024-27408: Fixed race condition in dmaengine w-edma/eDMA (bsc#1224430). - CVE-2024-27414: rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back (bsc#1224439). - CVE-2024-27417: Fixed potential "struct net" leak in inet6_rtm_getaddr() (bsc#1224721) - CVE-2024-27418: Fixed memory leak in mctp_local_output (bsc#1224720) - CVE-2024-27419: Fixed data-races around sysctl_net_busy_read (bsc#1224759) - CVE-2024-27431: Fixed Zero-initialise xdp_rxq_info struct before running XDP program (bsc#1224718). - CVE-2024-35247: fpga: region: add owner module and take its refcount (bsc#1226948). - CVE-2024-35805: dm snapshot: fix lockup in dm_exception_table_exit (bsc#1224743). - CVE-2024-35807: ext4: fix corruption during on-line resize (bsc#1224735). - CVE-2024-35827: io_uring/net: fix overflow check in io_recvmsg_mshot_prep() (bsc#1224606). - CVE-2024-35831: io_uring: Fix release of pinned pages when __io_uaddr_map fails (bsc#1224698). - CVE-2024-35843: iommu/vt-d: Use device rbtree in iopf reporting path (bsc#1224751). - CVE-2024-35848: eeprom: at24: fix memory corruption race condition (bsc#1224612). - CVE-2024-35852: Fixed memory leak when canceling rehash work (bsc#1224502). - CVE-2024-35853: mlxsw: spectrum_acl_tcam: Fix memory leak during rehash (bsc#1224604). - CVE-2024-35854: Fixed possible use-after-free during rehash (bsc#1224636). - CVE-2024-35857: icmp: prevent possible NULL dereferences from icmp_build_probe() (bsc#1224619). - CVE-2024-35860: Struct bpf_link and bpf_link_ops kABI workaround (bsc#1224531). - CVE-2024-35861: Fixed potential UAF in cifs_signal_cifsd_for_reconnect() (bsc#1224766). - CVE-2024-35862: Fixed potential UAF in smb2_is_network_name_deleted() (bsc#1224764). - CVE-2024-35863: Fixed potential UAF in is_valid_oplock_break() (bsc#1224763). - CVE-2024-35864: Fixed potential UAF in smb2_is_valid_lease_break() (bsc#1224765). - CVE-2024-35865: Fixed potential UAF in smb2_is_valid_oplock_break() (bsc#1224668). - CVE-2024-35866: Fixed potential UAF in cifs_dump_full_key() (bsc#1224667). - CVE-2024-35867: Fixed potential UAF in cifs_stats_proc_show() (bsc#1224664). - CVE-2024-35868: Fixed potential UAF in cifs_stats_proc_write() (bsc#1224678). - CVE-2024-35872: Fixed GUP-fast succeeding on secretmem folios (bsc#1224530). - CVE-2024-35877: Fixed VM_PAT handling in COW mappings (bsc#1224525). - CVE-2024-35880: io_uring/kbuf: hold io_buffer_list reference over mmap (bsc#1224523). - CVE-2024-35884: udp: do not accept non-tunnel GSO skbs landing in a tunnel (bsc#1224520). - CVE-2024-35886: ipv6: Fix infinite recursion in fib6_dump_done() (bsc#1224670). - CVE-2024-35890: gro: fix ownership transfer (bsc#1224516). - CVE-2024-35892: net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() (bsc#1224515). - CVE-2024-35893: net/sched: act_skbmod: prevent kernel-infoleak (bsc#1224512) - CVE-2024-35895: Fixed lock inversion deadlock in map delete elem (bsc#1224511). - CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() (bsc#1224498). - CVE-2024-35899: netfilter: nf_tables: flush pending destroy work before exit_net release (bsc#1224499) - CVE-2024-35900: netfilter: nf_tables: reject new basechain after table flag update (bsc#1224497). - CVE-2024-35903: Fixed IP after emitting call depth accounting (bsc#1224493). - CVE-2024-35908: tls: get psock ref after taking rxlock to avoid leak (bsc#1224490) - CVE-2024-35917: Fixed Fix bpf_plt pointer arithmetic (bsc#1224481). - CVE-2024-35921: Fixed oops when HEVC init fails (bsc#1224477). - CVE-2024-35925: block: prevent division by zero in blk_rq_stat_sum() (bsc#1224661). - CVE-2024-35926: crypto: iaa - Fix async_disable descriptor leak (bsc#1224655). - CVE-2024-35931: Fixed PCI error slot reset during RAS recovery (bsc#1224652). - CVE-2024-35934: net/smc: reduce rtnl pressure in smc_pnet_create_pnetids_list() (bsc#1224641) - CVE-2024-35942: pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (bsc#1224589). - CVE-2024-35943: Fixed a null pointer dereference in omap_prm_domain_init (bsc#1224649). - CVE-2024-35944: Fixed memcpy() run-time warning in dg_dispatch_as_host() (bsc#1224648). - CVE-2024-35964: Fixed not validating setsockopt user input (bsc#1224581). - CVE-2024-35969: Fixed race condition between ipv6_get_ifaddr and ipv6_del_addr (bsc#1224580). - CVE-2024-35976: Validate user input for XDP_{UMEM|COMPLETION}_FILL_RING (bsc#1224575). - CVE-2024-35979: raid1: fix use-after-free for original bio in raid1_write_request() (bsc#1224572). - CVE-2024-35991: Fixed kABI workaround for struct idxd_evl (bsc#1224553). - CVE-2024-35998: Fixed lock ordering potential deadlock in cifs_sync_mid_result (bsc#1224549). - CVE-2024-35999: Fixed missing lock when picking channel (bsc#1224550). - CVE-2024-36003: ice: fix LAG and VF lock dependency in ice_reset_vf() (bsc#1224544). - CVE-2024-36004: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue (bsc#1224545) - CVE-2024-36005: netfilter: nf_tables: honor table dormant flag from netdev release event path (bsc#1224539). - CVE-2024-36006: Fixed incorrect list API usage (bsc#1224541). - CVE-2024-36007: Fixed warning during rehash (bsc#1224543). - CVE-2024-36008: ipv4: check for NULL idev in ip_route_use_hint() (bsc#1224540). - CVE-2024-36017: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation (bsc#1225681). - CVE-2024-36024: drm/amd/display: Disable idle reallow as part of command/gpint execution (bsc#1225702). - CVE-2024-36030: Fixed the double free in rvu_npc_freemem() (bsc#1225712) - CVE-2024-36281: net/mlx5: Use mlx5_ipsec_rx_status_destroy to correctly delete status rules (bsc#1226799). - CVE-2024-36478: null_blk: fix null-ptr-dereference while configuring 'power' and 'submit_queues' (bsc#1226841). - CVE-2024-36479: fpga: bridge: add owner module and take its refcount (bsc#1226949). - CVE-2024-36882: mm: use memalloc_nofs_save() in page_cache_ra_order() (bsc#1225723). - CVE-2024-36889: ata: libata-scsi: Fix offsets for the fixed format sense data (bsc#1225746). - CVE-2024-36899: gpiolib: cdev: Fix use after free in lineinfo_changed_notify (bsc#1225737). - CVE-2024-36900: net: hns3: fix kernel crash when devlink reload during initialization (bsc#1225726). - CVE-2024-36901: ipv6: prevent NULL dereference in ip6_output() (bsc#1225711) - CVE-2024-36902: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() (bsc#1225719). - CVE-2024-36903: ipv6: Fix potential uninit-value access in __ip6_make_skb() (bsc#1225741). - CVE-2024-36904: tcp: Use refcount_inc_not_zero() in tcp_twsk_unique() (bsc#1225732). - CVE-2024-36909: Drivers: hv: vmbus: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). - CVE-2024-36910: uio_hv_generic: Do not free decrypted memory (bsc#1225717). - CVE-2024-36911: hv_netvsc: Do not free decrypted memory (bsc#1225745). - CVE-2024-36912: Drivers: hv: vmbus: Track decrypted status in vmbus_gpadl (bsc#1225752). - CVE-2024-36913: Drivers: hv: vmbus: Leak pages if set_memory_encrypted() fails (bsc#1225753). - CVE-2024-36914: drm/amd/display: Skip on writeback when it's not applicable (bsc#1225757). - CVE-2024-36915: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies (bsc#1225758). - CVE-2024-36916: blk-iocost: avoid out of bounds shift (bsc#1225759). - CVE-2024-36917: block: fix overflow in blk_ioctl_discard() (bsc#1225770). - CVE-2024-36919: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload (bsc#1225767). - CVE-2024-36923: fs/9p: fix uninitialized values during inode evict (bsc#1225815). - CVE-2024-36934: bna: ensure the copied buf is NUL terminated (bsc#1225760). - CVE-2024-36935: ice: ensure the copied buf is NUL terminated (bsc#1225763). - CVE-2024-36937: xdp: use flags field to disambiguate broadcast redirect (bsc#1225834). - CVE-2024-36938: Fixed NULL pointer dereference in sk_psock_skb_ingress_enqueue (bsc#1225761). - CVE-2024-36945: net/smc: fix neighbour and rtable leak in smc_ib_find_route() (bsc#1225823). - CVE-2024-36946: phonet: fix rtm_phonet_notify() skb allocation (bsc#1225851). - CVE-2024-36957: octeontx2-af: avoid off-by-one read from userspace (bsc#1225762). - CVE-2024-36971: net: fix __dst_negative_advice() race (bsc#1226145). - CVE-2024-36978: net: sched: sch_multiq: fix possible OOB write in multiq_tune() (bsc#1226514). - CVE-2024-37021: fpga: manager: add owner module and take its refcount (bsc#1226950). - CVE-2024-37078: nilfs2: fix potential kernel bug due to lack of writeback flag waiting (bsc#1227066). - CVE-2024-37353: virtio: fixed a double free in vp_del_vqs() (bsc#1226875). - CVE-2024-37354: btrfs: fix crash on racing fsync and size-extending write into prealloc (bsc#1227101). - CVE-2024-38553: net: fec: remove .ndo_poll_controller to avoid deadlock (bsc#1226744). - CVE-2024-38555: net/mlx5: Discard command completions in internal error (bsc#1226607). - CVE-2024-38556: net/mlx5: Add a timeout to acquire the command queue semaphore (bsc#1226774). - CVE-2024-38557: net/mlx5: Reload only IB representors upon lag disable/enable (bsc#1226781). - CVE-2024-38558: net: openvswitch: fix overwriting ct original tuple for ICMPv6 (bsc#1226783). - CVE-2024-38564: bpf: Add BPF_PROG_TYPE_CGROUP_SKB attach type enforcement in BPF_LINK_CREATE (bsc#1226789). - CVE-2024-38566: bpf: Fix verifier assumptions about socket->sk (bsc#1226790). - CVE-2024-38568: drivers/perf: hisi: hns3: Fix out-of-bound access when valid event group (bsc#1226771). - CVE-2024-38569: drivers/perf: hisi_pcie: Fix out-of-bound access when valid event group (bsc#1226772). - CVE-2024-38570: gfs2: Fix potential glock use-after-free on unmount (bsc#1226775). - CVE-2024-38580: epoll: be better about file lifetimes (bsc#1226610). - CVE-2024-38586: r8169: Fix possible ring buffer corruption on fragmented Tx packets (bsc#1226750). - CVE-2024-38594: net: stmmac: move the EST lock to struct stmmac_priv (bsc#1226734). - CVE-2024-38597: eth: sungem: remove .ndo_poll_controller to avoid deadlocks (bsc#1226749). - CVE-2024-38598: md: fix resync softlockup when bitmap size is less than array size (bsc#1226757). - CVE-2024-38603: drivers/perf: hisi: hns3: Actually use devm_add_action_or_reset() (bsc#1226842). - CVE-2024-38604: block: refine the EOF check in blkdev_iomap_begin (bsc#1226866). - CVE-2024-38608: net/mlx5e: Fix netif state handling (bsc#1226746). - CVE-2024-38610: drivers/virt/acrn: fix PFNMAP PTE checks in acrn_vm_ram_map() (bsc#1226758). - CVE-2024-38627: stm class: Fix a double free in stm_register_device() (bsc#1226857). - CVE-2024-38636: f2fs: multidev: fix to recognize valid zero block address (bsc#1226879). - CVE-2024-38659: enic: Validate length of nl attributes in enic_set_vf_port (bsc#1226883). - CVE-2024-38661: s390/ap: Fix crash in AP internal function modify_bitmap() (bsc#1226996). - CVE-2024-39276: ext4: fix mb_cache_entry's e_refcnt leak in ext4_xattr_block_cache_find() (bsc#1226993). - CVE-2024-39301: net/9p: fix uninit-value in p9_client_rpc() (bsc#1226994). - CVE-2024-39371: io_uring: check for non-NULL file pointer in io_file_can_poll() (bsc#1226990). - CVE-2024-39468: smb: client: fix deadlock in smb2_find_smb_tcon() (bsc#1227103. - CVE-2024-39472: xfs: fix log recovery buffer allocation for the legacy h_size fixup (bsc#1227432). - CVE-2024-39474: mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL (bsc#1227434). - CVE-2024-39482: bcache: fix variable length array abuse in btree_iter (bsc#1227447). - CVE-2024-39487: bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (bsc#1227573) - CVE-2024-39490: ipv6: sr: fix missing sk_buff release in seg6_input_core (bsc#1227626). - CVE-2024-39494: ima: Fix use-after-free on a dentry's dname.name (bsc#1227716). - CVE-2024-39496: btrfs: zoned: fix use-after-free due to race with dev replace (bsc#1227719). - CVE-2024-39498: drm/mst: Fix NULL pointer dereference at drm_dp_add_payload_part2 (bsc#1227723) - CVE-2024-39502: ionic: fix use after netif_napi_del() (bsc#1227755). - CVE-2024-39504: netfilter: nft_inner: validate mandatory meta and payload (bsc#1227757). - CVE-2024-39507: net: hns3: fix kernel crash problem in concurrent scenario (bsc#1227730). - CVE-2024-40901: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory (bsc#1227762). - CVE-2024-40906: net/mlx5: Always stop health timer during driver removal (bsc#1227763). - CVE-2024-40908: bpf: Set run context for rawtp test_run callback (bsc#1227783). - CVE-2024-40919: bnxt_en: Adjust logging of firmware messages in case of released token in __hwrm_send() (bsc#1227779). - CVE-2024-40923: vmxnet3: disable rx data ring on dma allocation failure (bsc#1227786). - CVE-2024-40925: block: fix request.queuelist usage in flush (bsc#1227789). - CVE-2024-40928: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (bsc#1227788). - CVE-2024-40931: mptcp: ensure snd_una is properly initialized on connect (bsc#1227780). - CVE-2024-40935: cachefiles: flush all requests after setting CACHEFILES_DEAD (bsc#1227797). - CVE-2024-40937: gve: Clear napi->skb before dev_kfree_skb_any() (bsc#1227836). - CVE-2024-40940: net/mlx5: Fix tainted pointer delete is case of flow rules creation fail (bsc#1227800). - CVE-2024-40947: ima: Avoid blocking in RCU read-side critical section (bsc#1227803). - CVE-2024-40948: mm/page_table_check: fix crash on ZONE_DEVICE (bsc#1227801). - CVE-2024-40953: KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (bsc#1227806). - CVE-2024-40960: ipv6: prevent possible NULL dereference in rt6_probe() (bsc#1227813). - CVE-2024-40961: ipv6: prevent possible NULL deref in fib6_nh_init() (bsc#1227814). - CVE-2024-40966: kABI: tty: add the option to have a tty reject a new ldisc (bsc#1227886). - CVE-2024-40970: Avoid hw_desc array overrun in dw-axi-dmac (bsc#1227899). - CVE-2024-40972: ext4: fold quota accounting into ext4_xattr_inode_lookup_create() (bsc#1227910). - CVE-2024-40975: platform/x86: x86-android-tablets: Unregister devices in reverse order (bsc#1227926). - CVE-2024-40998: ext4: fix uninitialized ratelimit_state->lock access in __ext4_fill_super() (bsc#1227866). - CVE-2024-40999: net: ena: Add validation for completion descriptors consistency (bsc#1227913). - CVE-2024-41006: netrom: Fix a memory leak in nr_heartbeat_expiry() (bsc#1227862). - CVE-2024-41013: xfs: do not walk off the end of a directory data block (bsc#1228405). - CVE-2024-41014: xfs: add bounds checking to xlog_recover_process_data (bsc#1228408). - CVE-2024-41017: jfs: do not walk off the end of ealist (bsc#1228403). - CVE-2024-41090: tap: add missing verification for short frame (bsc#1228328). - CVE-2024-41091: tun: add missing verification for short frame (bsc#1228327). The following non-security bugs were fixed: - 9p: add missing locking around taking dentry fid list (git-fixes) - accel/ivpu: Fix deadlock in context_xa (git-fixes). - ACPI: bus: Indicate support for IRQ ResourceSource thru _OSC (git-fixes). - ACPI: bus: Indicate support for _TFP thru _OSC (git-fixes). - ACPI: bus: Indicate support for the Generic Event Device thru _OSC (git-fixes). - ACPICA: debugger: check status of acpi_evaluate_object() in acpi_db_walk_for_fields() (git-fixes). - ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." (git-fixes). - ACPI: CPPC: Fix access width used for PCC registers (git-fixes). - ACPI: CPPC: Fix bit_offset shift in MASK_VAL() macro (git-fixes). - ACPI: CPPC: Use access_width over bit_width for system memory accesses (stable-fixes). - ACPI: disable -Wstringop-truncation (git-fixes). - ACPI: EC: Abort address space access upon error (stable-fixes). - ACPI: EC: Avoid returning AE_OK on errors in address space handler (stable-fixes). - ACPI: EC: Evaluate orphan _REG under EC device (git-fixes). - ACPI: EC: Install address space handler at the namespace root (stable-fixes). - ACPI: Fix Generic Initiator Affinity _OSC bit (git-fixes). - ACPI: LPSS: Advertise number of chip selects via property (git-fixes). - ACPI: processor_idle: Fix invalid comparison with insertion sort for latency (git-fixes). - ACPI: resource: Add Infinity laptops to irq1_edge_low_force_override (stable-fixes). - ACPI: resource: Do IRQ override on Lunnen Ground laptops (stable-fixes). - ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxx (stable-fixes). - ACPI: scan: Do not increase dep_unmet for already met dependencies (git-fixes). - ACPI: video: Add backlight=native quirk for Lenovo Slim 7 16ARH7 (bsc#1217750). - ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (stable-fixes). - ACPI: x86: Force StorageD3Enable on more products (stable-fixes). - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of CONFIG_X86_ANDROID_TABLETS (stable-fixes). - Add console: Improve console_srcu_read_flags() comments device property: Add SOFTWARE_NODE() macro for defining software nodes device property: Add fwnode_name_eq() device property: Add fwnode_property_match_property_string() device property: Implement device_is_big_endian() device property: Implement device_is_compatible() nbcon: Provide functions for drivers to acquire console for non-printing. panic: Flush kernel log buffer at the end panic: Mark emergency section in oops panic: Mark emergency section in warn panic: add option to dump blocked tasks in panic_print panic: suppress gnu_printf warning printk: Add @flags argument for console_is_usable() printk: Add function to replay kernel log on consoles printk: Add kthread for all legacy consoles printk: Add non-BKL (nbcon) console basic infrastructure printk: Add notation to console_srcu locking printk: Atomic print in printk context on shutdown printk: Avoid console_lock dance if no legacy or boot consoles printk: Avoid false positive lockdep report for legacy printing printk: Check printk_deferred_enter()/_exit() usage printk: Check valid console index for preferred console printk: Constify name for add_preferred_console() printk: Coordinate direct printing in panic printk: Do not try to parse DEVNAME:0.0 console options printk: Flag register_console() if console is set on command line. printk: Let console_is_usable() handle nbcon printk: Make console_is_usable() available to nbcon printk: Make static printk buffers available to nbcon printk: Properly deal with nbcon consoles on seq init printk: Provide helper for message prepending printk: Provide threadprintk boot argument printk: Reduce pr_flush() pooling time printk: Remove the now superfluous sentinel elements from ctl_table array printk: Save console options for add_preferred_console_match() printk: Track nbcon consoles printk: Track registered boot consoles printk: fix illegal pbufs access for !CONFIG_PRINTK printk: flush consoles before checking progress printk: nbcon: Add acquire/release logic printk: nbcon: Add buffer management printk: nbcon: Add callbacks to synchronize with driver printk: nbcon: Add context to console_is_usable() printk: nbcon: Add detailed doc for write_atomic() printk: nbcon: Add emit function and callback function for atomic printing printk: nbcon: Add helper to assign priority based on CPU state printk: nbcon: Add ownership state functions printk: nbcon: Add printer thread wakeups printk: nbcon: Add sequence handling printk: nbcon: Add unsafe flushing on panic printk: nbcon: Allow drivers to mark unsafe regions and check state. printk: nbcon: Do not rely on proxy headers printk: nbcon: Implement emergency sections printk: nbcon: Introduce printing kthreads printk: nbcon: Provide function to flush using write_atomic() printk: nbcon: Provide function to reacquire ownership printk: nbcon: Remove return value for write_atomic() printk: nbcon: Show replay message on takeover printk: nbcon: Start printing threads printk: nbcon: Use driver synchronization while (un)registering printk: nbcon: Use nbcon consoles in console_flush_all() serial: convert uart sysrq handling to u8 serial: core: Add UPIO_UNKNOWN constant for unknown port type serial: core: Controller id cannot be negative serial: core: Fix serial core port id to not use port->line serial: core: Implement processing in port->lock wrapper serial: core: Introduce wrapper to set @uart_port->cons serial: core: Move struct uart_port::quirks closer to possible serial: core: Provide low-level functions to lock port serial: core: Update uart_poll_timeout() function to return unsigned long. serial: core: Use lock wrappers serial: core: do not kfree device managed data serial: core: fix -EPROBE_DEFER handling in init serial: make uart_insert_char() accept u8s serial: port: Introduce a common helper to read properties tty/sysrq: Replay kernel log messages on consoles via sysrq - Add reference to L3 bsc#1225765 in BPF control flow graph and precision backtrack fixes (bsc#1225756) The L3 bsc#1225765 was created seperately since our customer requires PTF. - admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET (git-fixes). - ahci: asm1064: asm1166: do not limit reported ports (git-fixes). - ahci: asm1064: correct count of reported ports (stable-fixes). - ALSA: aoa: avoid false-positive format truncation warning (git-fixes). - ALSA: core: Fix NULL module pointer assignment at card init (git-fixes). - ALSA: core: Remove debugfs at disconnection (git-fixes). - ALSA: dmaengine_pcm: terminate dmaengine before synchronize (stable-fixes). - ALSA: dmaengine: Synchronize dma channel after drop() (stable-fixes). - ALSA: emux: improve patch ioctl data validation (stable-fixes). - ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter (stable-fixes). - ALSA: Fix deadlocks with kctl removals at disconnection (stable-fixes). - ALSA: hda: Add Intel BMG PCI ID and HDMI codec vid (stable-fixes). - ALSA: hda: clarify Copyright information (stable-fixes). - ALSA: hda/conexant: Mute speakers at suspend / shutdown (bsc#1228269). - ALSA: hda: cs35l41: Add support for ASUS ROG 2024 Laptops (stable-fixes). - ALSA: hda: cs35l41: Component should be unbound before deconstruction (git-fixes). - ALSA: hda: cs35l41: Fix swapped l/r audio channels for Lenovo ThinBook 13x Gen4 (git-fixes). - ALSA: hda: cs35l41: Ignore errors when configuring IRQs (stable-fixes). - ALSA: hda: cs35l41: Possible null pointer dereference in cs35l41_hda_unbind() (git-fixes). - ALSA: hda: cs35l41: Remove redundant argument to cs35l41_request_firmware_file() (stable-fixes). - ALSA: hda: cs35l41: Remove Speaker ID for Lenovo Legion slim 7 16ARHA7 (git-fixes). - ALSA: hda: cs35l41: Set the max PCM Gain using tuning setting (stable-fixes). - ALSA: hda: cs35l41: Support HP Omen models without _DSD (stable-fixes). - ALSA: hda: cs35l41: Support Lenovo 13X laptop without _DSD (stable-fixes). - ALSA: hda: cs35l41: Support Lenovo Thinkbook 13x Gen 4 (stable-fixes). - ALSA: hda: cs35l41: Support Lenovo Thinkbook 16P Gen 5 (stable-fixes). - ALSA: hda: cs35l56: Add ACPI device match tables (git-fixes). - ALSA: hda: cs35l56: Component should be unbound before deconstruction (git-fixes). - ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot() (stable-fixes). - ALSA: hda: cs35l56: Fix lifecycle of codec pointer (stable-fixes). - ALSA: hda: cs35l56: Fix lifetime of cs_dsp instance (git-fixes). - ALSA: hda: cs35l56: Set the init_done flag before component_add() (git-fixes). - ALSA: hda/cs_dsp_ctl: Use private_free for control cleanup (git-fixes). - ALSA: hda/generic: Add a helper to mute speakers at suspend/shutdown (bsc#1228269). - ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write (stable-fixes). - ALSA/hda: intel-dsp-config: Document AVS as dsp_driver option (git-fixes). - ALSA: hda: intel-dsp-config: harden I2C/I2S codec detection (stable-fixes). - ALSA/hda: intel-dsp-config: reduce log verbosity (git-fixes). - ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() (git-fixes). - ALSA: hda/realtek: Add more codec ID to no shutup pins list (stable-fixes). - ALSA: hda/realtek: add quirk for Clevo V5[46]0TU (stable-fixes). - ALSA: hda/realtek: Add quirk for HP SnowWhite laptops (stable-fixes). - ALSA: hda/realtek: Add quirk for HP Spectre x360 14 eu0000 (stable-fixes). - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14AHP9 (stable-fixes). - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ARP8 (stable-fixes). - ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56 (stable-fixes). - ALSA: hda/realtek: Add quirks for HP Omen models using CS35L41 (stable-fixes). - ALSA: hda/realtek: Add quirks for Huawei Matebook D14 NBLB-WAX9N (stable-fixes). - ALSA: hda/realtek: Add quirks for Lenovo 13X (stable-fixes). - ALSA: hda/realtek: Add quirks for some Clevo laptops (stable-fixes). - ALSA: hda/realtek: Add sound quirks for Lenovo Legion slim 7 16ARHA7 models (stable-fixes). - ALSA: hda/realtek: Add support for ASUS Zenbook 2024 HN7306W (stable-fixes). - ALSA: hda/realtek: Adjust G814JZR to use SPI init for amp (git-fixes). - ALSA: hda/realtek: cs35l41: Fixup remaining asus strix models (git-fixes). - ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR (stable-fixes). - ALSA: hda/realtek: Drop doubly quirk entry for 103c:8a2e (git-fixes). - ALSA: hda/realtek - Enable audio jacks of Haier Boyue G42 with ALC269VC (stable-fixes). - ALSA: hda/realtek: Enable headset mic of JP-IK LEAP W502 with ALC897 (stable-fixes). - ALSA: hda/realtek: Enable headset mic on IdeaPad 330-17IKB 81DM (git-fixes). - ALSA: hda/realtek: Enable headset mic on Positivo SU C1400 (stable-fixes). - ALSA: hda/realtek: Enable Mute LED on HP 250 G7 (stable-fixes). - ALSA: hda/realtek: Fix build error without CONFIG_PM (stable-fixes). - ALSA: hda/realtek: Fix conflicting PCI SSID 17aa:386f for Lenovo Legion models (bsc#1223462). - ALSA: hda/realtek: Fix conflicting quirk for PCI SSID 17aa:3820 (git-fixes). - ALSA: hda/realtek - fixed headset Mic not show (stable-fixes). - ALSA: hda/realtek: Fixes for Asus GU605M and GA403U sound (stable-fixes). - ALSA: hda/realtek - Fix inactive headset mic jack (stable-fixes). - ALSA: hda/realtek: Fix internal speakers for Legion Y9000X 2022 IAH7 (stable-fixes). - ALSA: hda/realtek: Fix mute led of HP Laptop 15-da3001TU (stable-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for EliteBook 645/665 G11 (stable-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 440/460 G11 (stable-fixes). - ALSA: hda/realtek: fix mute/micmute LEDs do not work for ProBook 445/465 G11 (stable-fixes). - ALSA: hda/realtek: fix the hp playback volume issue for LG machines (stable-fixes). - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360 (stable-fixes). - ALSA: hda/realtek: Fix volumn control of ThinkBook 16P Gen4 (git-fixes). - ALSA: hda/realtek: Limit mic boost on N14AP7 (stable-fixes). - ALSA: hda/realtek: Limit mic boost on VAIO PRO PX (stable-fixes). - ALSA: hda/realtek: Remove Framework Laptop 16 from quirks (git-fixes). - ALSA: hda/realtek - Set GPIO3 to default at S4 state for Thinkpad with ALC1318 (stable-fixes). - ALSA: hda/realtek: Support Lenovo Thinkbook 13x Gen 4 (stable-fixes). - ALSA: hda/realtek: Support Lenovo Thinkbook 16P Gen 5 (stable-fixes). - ALSA: hda/relatek: Enable Mute LED on HP Laptop 15-gw0xxx (stable-fixes). - ALSA: hda/tas2781: add locks to kcontrols (git-fixes). - ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 Laptop (stable-fixes). - ALSA: hda/tas2781: Add new vendor_id and subsystem_id to support ThinkPad ICE-1 (stable-fixes). - ALSA: hda: tas2781: Component should be unbound before deconstruction (git-fixes). - ALSA: hda/tas2781: correct the register for pow calibrated data (git-fixes). - ALSA: hda/tas2781: remove digital gain kcontrol (git-fixes). - ALSA: line6: Zero-initialize message buffers (stable-fixes). - ALSA: PCM: Allow resume only for suspended streams (stable-fixes). - ALSA: pcm_dmaengine: Do not synchronize DMA channel when DMA is paused (git-fixes). - ALSA: scarlett2: Add Focusrite Clarett+ 2Pre and 4Pre support (stable-fixes). - ALSA: scarlett2: Add Focusrite Clarett 2Pre and 4Pre USB support (stable-fixes). - ALSA: scarlett2: Add missing error check to scarlett2_config_save() (git-fixes). - ALSA: scarlett2: Add support for Clarett 8Pre USB (stable-fixes). - ALSA: scarlett2: Default mixer driver to enabled (stable-fixes). - ALSA: scarlett2: Move USB IDs out from device_info struct (stable-fixes). - ALSA: seq: Do not clear bank selection at event -> UMP MIDI2 conversion (git-fixes). - ALSA: seq: Fix incorrect UMP type for system messages (git-fixes). - ALSA: seq: Fix missing bank setup between MIDI1/MIDI2 UMP conversion (git-fixes). - ALSA: seq: Fix missing channel at encoding RPN/NRPN MIDI2 messages (git-fixes). - ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (git-fixes). - ALSA: seq: Fix yet another spot for system message conversion (git-fixes). - ALSA: seq: ump: Fix conversion from MIDI2 to MIDI1 UMP messages (git-fixes). - ALSA: seq: ump: Fix missing System Reset message handling (git-fixes). - ALSA: seq: ump: Fix swapped song position pointer data (git-fixes). - ALSA: seq: ump: Skip useless ports for static blocks (git-fixes). - ALSA: sh: aica: reorder cleanup operations to avoid UAF bugs (git-fixes). - ALSA: timer: Set lower bound of start tick time (stable-fixes). - ALSA: ump: Do not accept an invalid UMP protocol number (git-fixes). - ALSA: ump: Do not clear bank selection after sending a program change (git-fixes). - ALSA: ump: Force 1 Group for MIDI1 FBs (git-fixes). - ALSA: ump: Set default protocol when not given explicitly (git-fixes). - ALSA: usb-audio: Add a quirk for Sonix HD USB Camera (stable-fixes). - ALSA: usb-audio: Add sampling rates support for Mbox3 (stable-fixes). - ALSA: usb-audio: Fix for sampling rates support for Mbox3 (stable-fixes). - ALSA: usb-audio: Fix microphone sound on HD webcam (stable-fixes). - ALSA: usb-audio: Move HD Webcam quirk to the right place (git-fixes). - amd/amdkfd: sync all devices to wait all processes being evicted (stable-fixes). - amdkfd: use calloc instead of kzalloc to avoid integer overflow (stable-fixes). - arm64: Add the arm64.no32bit_el0 command line option (jsc#PED-3184). - arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY (git-fixes). - arm64: bpf: fix 32bit unconditional bswap (git-fixes). - arm64: dts: allwinner: h616: Fix I2C0 pins (git-fixes) - arm64: dts: allwinner: Pine H64: correctly remove reg_gmac_3v3 (git-fixes) - arm64: dts: broadcom: bcmbca: bcm4908: drop invalid switch cells (git-fixes) - arm64: dts: Fix dtc interrupt_provider warnings (git-fixes) - arm64: dts: freescale: imx8mm-verdin: enable hysteresis on slow input (git-fixes) - arm64: dts: hi3798cv200: fix the size of GICR (git-fixes) - arm64: dts: imx8qm-mek: fix gpio number for reg_usdhc2_vmmc (git-fixes) - arm64: dts: imx8qm-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: imx8-ss-conn: fix usb lpcg indices (git-fixes) - arm64: dts: imx8-ss-conn: fix usdhc wrong lpcg clock order (git-fixes) - arm64: dts: imx8-ss-dma: fix adc lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix can lpcg indices (git-fixes) - arm64: dts: imx8-ss-dma: fix spi lpcg indices (git-fixes) - arm64: dts: imx8-ss-lsio: fix pwm lpcg indices (git-fixes) - arm64: dts: imx93-11x11-evk: Remove the 'no-sdio' property (git-fixes) - arm64: dts: marvell: reorder crypto interrupts on Armada SoCs (git-fixes) - arm64: dts: microchip: sparx5: fix mdio reg (git-fixes) - arm64: dts: rockchip: Add enable-strobe-pulldown to emmc phy on ROCK (git-fixes) - arm64: dts: rockchip: Add mdio and ethernet-phy nodes to (git-fixes) - arm64: dts: rockchip: Add missing power-domains for rk356x vop_mmu (git-fixes) - arm64: dts: rockchip: Add pinctrl for UART0 to rk3308-rock-pi-s (git-fixes) - arm64: dts: rockchip: Add sdmmc related properties on (git-fixes) - arm64: dts: rockchip: Add sound-dai-cells for RK3368 (git-fixes) - arm64: dts: rockchip: Drop invalid mic-in-differential on (git-fixes) - arm64: dts: rockchip: enable internal pull-up for Q7_THRM# on RK3399 (git-fixes) - arm64: dts: rockchip: enable internal pull-up on PCIE_WAKE# for (git-fixes) - arm64: dts: rockchip: enable internal pull-up on Q7_USB_ID for RK3399 (git-fixes) - arm64: dts: rockchip: Fix mic-in-differential usage on (git-fixes) - arm64: dts: rockchip: Fix mic-in-differential usage on rk3566-roc-pc (git-fixes) - arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E (git-fixes) - arm64: dts: rockchip: fix rk3328 hdmi ports node (git-fixes) - arm64: dts: rockchip: fix rk3399 hdmi ports node (git-fixes) - arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s (git-fixes) - arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 (git-fixes) - arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch (git-fixes) - arm64: dts: rockchip: Increase VOP clk rate on RK3328 (git-fixes) - arm64: dts: rockchip: regulator for sd needs to be always on for (git-fixes) - arm64: dts: rockchip: Remove unsupported node from the Pinebook Pro (git-fixes) - arm64: dts: rockchip: Rename LED related pinctrl nodes on (git-fixes) - arm64: dts: rockchip: set PHY address of MT7531 switch to 0x1f (git-fixes) - arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H (git-fixes). - arm64: hibernate: Fix level3 translation fault in swsusp_save() (git-fixes). - arm64/io: add constant-argument check (bsc#1226502 git-fixes) - arm64/io: Provide a WC friendly __iowriteXX_copy() (bsc#1226502) - arm64: mm: Batch dsb and isb when populating pgtables (jsc#PED-8688). - arm64: mm: Do not remap pgtables for allocate vs populate (jsc#PED-8688). - arm64: mm: Do not remap pgtables per-cont(pte|pmd) block (jsc#PED-8688). - arm64/ptrace: Use saved floating point state type to determine SVE (git-fixes) - arm64/sve: Lower the maximum allocation for the SVE ptrace regset (git-fixes) - arm64: tegra: Correct Tegra132 I2C alias (git-fixes) - arm64: tegra: Set the correct PHY mode for MGBE (git-fixes) - ARM: 9381/1: kasan: clear stale stack poison (git-fixes). - ARM: imx: Check return value of devm_kasprintf in imx_mmdc_perf_init (git-fixes). - ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE (git-fixes). - ARM: OMAP2+: fix N810 MMC gpiod table (git-fixes). - ARM: OMAP2+: fix USB regression on Nokia N8x0 (git-fixes). - arm_pmu: acpi: Add a representative platform device for TRBE (bsc#1220587) - arm_pmu: acpi: Refactor arm_spe_acpi_register_device() (bsc#1220587) - ARM: prctl: reject PR_SET_MDWE on pre-ARMv6 (stable-fixes). - ARM: s5pv210: fix pm.c kernel-doc warning (git-fixes). - asm-generic: make sparse happy with odd-sized put_unaligned_*() (stable-fixes). - ASoC: acp: Support microphone from device Acer 315-24p (git-fixes). - ASoC: amd: acp: add a null check for chip_pdev structure (git-fixes). - ASoC: amd: acp: fix for acp_init function error handling (git-fixes). - ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe() (git-fixes). - ASoC: amd: Adjust error handling in case of absent codec device (git-fixes). - ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk table (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on ASUS M5602RA (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on ASUS M7600RE (stable-fixes). - ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2 (stable-fixes). - ASoC: amd: yc: Revert "Fix non-functional mic on Lenovo 21J2" (stable-fixes). - ASoC: amd: yc: Support mic on Lenovo Thinkpad E16 Gen 2 (bsc#1228269). - ASoC: codecs: wsa881x: set clk_stop_mode1 flag (git-fixes). - ASoC: cs35l56: Accept values greater than 0 as IRQ numbers (git-fixes). - ASoC: cs35l56: Fix unintended bus access while resetting amp (git-fixes). - ASoC: cs35l56: Prevent overwriting firmware ASP config (git-fixes). - ASoC: da7219-aad: fix usage of device_get_named_child_node() (git-fixes). - ASoC: fsl-asoc-card: set priv->pdev before using it (git-fixes). - ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned value (git-fixes). - ASoC: Intel: avs: Fix ASRC module initialization (git-fixes). - ASoC: Intel: avs: Fix potential integer overflow (git-fixes). - ASoC: Intel: avs: Populate board selection with new I2S entries (stable-fixes). - ASoC: Intel: avs: Set name of control as in topology (git-fixes). - ASoC: Intel: avs: ssm4567: Do not ignore route checks (git-fixes). - ASoC: Intel: avs: Test result of avs_get_module_entry() (git-fixes). - ASoC: Intel: bytcr_rt5640: Apply Asus T100TA quirk to Asus T100TAM too (git-fixes). - ASoC: Intel: common: add ACPI matching tables for Arrow Lake (stable-fixes). - ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops (stable-fixes). - ASoC: Intel: Disable route checks for Skylake boards (git-fixes). - ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14 (stable-fixes). - ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0F (stable-fixes). - ASoC: Intel: sof-sdw: really remove FOUR_SPEAKER quirk (git-fixes). - ASoC: Intel: use soc_intel_is_byt_cr() only when IOSF_MBI is reachable (git-fixes). - ASoC: kirkwood: Fix potential NULL dereference (git-fixes). - ASoC: max98088: Check for clk_prepare_enable() error (git-fixes). - ASoC: mediatek: Assign dummy when codec not specified for a DAI link (git-fixes). - ASoC: mediatek: mt8192: fix register configuration for tdm (git-fixes). - ASoC: meson: axg-card: make links nonatomic (git-fixes). - ASoC: meson: axg-fifo: use FIELD helpers (stable-fixes). - ASoC: meson: axg-fifo: use threaded irq to check periods (git-fixes). - ASoC: meson: axg-tdm-interface: manage formatters in trigger (git-fixes). - ASoC: meson: cards: select SND_DYNAMIC_MINORS (git-fixes). - ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw (git-fixes). - ASoC: q6apm-lpass-dai: close graph on prepare errors (git-fixes). - ASoC: qcom: Adjust issues in case of DT error in asoc_qcom_lpass_cpu_platform_probe() (git-fixes). - ASoC: rockchip: i2s-tdm: Fix inaccurate sampling rates (git-fixes). - ASoC: rockchip: i2s-tdm: Fix trcm mode by setting clock on right mclk (git-fixes). - ASoC: rt5645: Fix the electric noise due to the CBJ contacts floating (git-fixes). - ASoC: rt5645: Make LattePanda board DMI match more precise (stable-fixes). - ASoC: rt5682-sdw: fix locking sequence (git-fixes). - ASoC: rt711-sdca: fix locking sequence (git-fixes). - ASoC: rt711-sdw: add missing readable registers (stable-fixes). - ASoC: rt711-sdw: fix locking sequence (git-fixes). - ASoC: rt712-sdca-sdw: fix locking sequence (git-fixes). - ASoC: rt715: add vendor clear control register (git-fixes). - ASoC: rt715-sdca: volume step modification (git-fixes). - ASoC: rt722-sdca: add headset microphone vrefo setting (git-fixes). - ASoC: rt722-sdca: modify channel number to support 4 channels (git-fixes). - ASoC: rt722-sdca-sdw: add debounce time for type detection (stable-fixes). - ASoC: rt722-sdca-sdw: add silence detection register as volatile (stable-fixes). - ASoC: rt722-sdca-sdw: fix locking sequence (git-fixes). - ASoC: soc-core.c: Skip dummy codec when adding platforms (stable-fixes). - ASoC: sof: amd: fix for firmware reload failure in Vangogh platform (git-fixes). - ASoC: SOF: amd: Optimize quirk for Valve Galileo (stable-fixes). - ASoC: SOF: imx8m: Fix DSP control regmap retrieval (git-fixes). - ASoC: SOF: Intel: add default firmware library path for LNL (git-fixes). - ASoC: SOF: Intel: hda-dsp: Skip IMR boot on ACE platforms in case of S3 suspend (stable-fixes). - ASoC: SOF: Intel: hda: fix null deref on system suspend entry (git-fixes). - ASoC: SOF: Intel: hda-pcm: Limit the maximum number of periods by MAX_BDL_ENTRIES (stable-fixes). - ASoC: SOF: Intel: lnl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: call dsp dump when boot retry fails (stable-fixes). - ASoC: SOF: Intel: mtl: Correct rom_status_reg (git-fixes). - ASoC: SOF: Intel: mtl: Disable interrupts when firmware boot failed (git-fixes). - ASoC: SOF: Intel: mtl: Implement firmware boot state check (git-fixes). - ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend (stable-fixes). - ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension (git-fixes). - ASoC: SOF: ipc4-topology: Preserve the DMA Link ID for ChainDMA on unprepare (git-fixes). - ASoC: SOF: ipc4-topology: Use correct queue_id for requesting input pin format (stable-fixes). - ASoC: SOF: pcm: Restrict DSP D0i3 during S0ix to IPC3 (stable-fixes). - ASoC: SOF: sof-audio: Skip unprepare for in-use widgets on error rollback (stable-fixes). - ASoC: tas2552: Add TX path for capturing AUDIO-OUT data (git-fixes). - ASoc: tas2781: Enable RCA-based playback without DSP firmware download (git-fixes). - ASoC: tas2781: Fix a warning reported by robot kernel test (git-fixes). - ASoC: TAS2781: Fix tasdev_load_calibrated_data() (git-fixes). - ASoC: tas2781: Fix wrong loading calibrated data sequence (git-fixes). - ASoC: tas2781: mark dvc_tlv with __maybe_unused (git-fixes). - ASoC: tegra: Fix DSPK 16-bit playback (git-fixes). - ASoC: ti: Convert Pandora ASoC to GPIO descriptors (stable-fixes). - ASoC: ti: davinci-mcasp: Fix race condition during probe (git-fixes). - ASoC: ti: davinci-mcasp: Set min period size using FIFO config (stable-fixes). - ASoC: ti: omap-hdmi: Fix too long driver name (stable-fixes). - ASoC: tlv320adc3xxx: Do not strip remove function when driver is builtin (git-fixes). - ASoC: topology: Do not assign fields that are already set (stable-fixes). - ASoC: topology: Fix references to freed memory (stable-fixes). - ASoC: tracing: Export SND_SOC_DAPM_DIR_OUT to its value (git-fixes). - ASoC: wm_adsp: Add missing MODULE_DESCRIPTION() (git-fixes). - ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl() (git-fixes). - ata: ahci: Clean up sysfs file on error (git-fixes). - ata: libata-core: Allow command duration limits detection for ACS-4 drives (git-fixes). - ata: libata-core: Fix double free on error (git-fixes). - ata: libata-core: Fix null pointer dereference on error (git-fixes). - ata: pata_legacy: make legacy_exit() work again (git-fixes). - ata: sata_gemini: Check clk_enable() result (stable-fixes). - ata: sata_mv: Fix PCI device ID table declaration compilation warning (git-fixes). - ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bit (git-fixes). - ata,scsi: libata-core: Do not leak memory for ata_port struct members (git-fixes). - autofs: use wake_up() instead of wake_up_interruptible(() (bsc#1224166). - auxdisplay: ht16k33: Drop reference after LED registration (git-fixes). - ax25: Fix netdev refcount issue (git-fixes). - ax25: Fix refcount imbalance on inbound connections (git-fixes). - ax25: Fix reference count leak issue of net_device (git-fixes). - ax25: Fix reference count leak issues of ax25_dev (git-fixes). - ax25: fix use-after-free bugs caused by ax25_ds_del_timer (git-fixes). - batman-adv: Avoid infinite loop trying to resize local TT (git-fixes). - batman-adv: bypass empty buckets in batadv_purge_orig_ref() (stable-fixes). - batman-adv: Do not accept TT entries for out-of-spec VIDs (git-fixes). - bitops: add missing prototype check (git-fixes). - blk-cgroup: fix list corruption from reorder of WRITE ->lqueued (bsc#1225605). - blk-cgroup: fix list corruption from resetting io stat (bsc#1225605). - block: fix q->blkg_list corruption during disk rebind (bsc#1223591). - block: Move checking GENHD_FL_NO_PART to bdev_add_partition() (bsc#1226213). - Bluetooth: Add new quirk for broken read key length on ATS2851 (stable-fixes). - Bluetooth: add quirk for broken address properties (git-fixes). - Bluetooth: ath3k: Fix multiple issues reported by checkpatch.pl (stable-fixes). - Bluetooth: btintel: Fixe build regression (git-fixes). - Bluetooth: btintel: Fix null ptr deref in btintel_read_version (stable-fixes). - Bluetooth: btintel: Refactor btintel_set_ppag() (git-fixes). - Bluetooth: btnxpuart: Add handling for boot-signature timeout errors (git-fixes). - Bluetooth: btnxpuart: Enable Power Save feature on startup (stable-fixes). - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 (stable-fixes). - Bluetooth: btusb: Fix triggering coredump implementation for QCA (git-fixes). - Bluetooth: Fix memory leak in hci_req_sync_complete() (git-fixes). - Bluetooth: Fix TOCTOU in HCI debugfs implementation (git-fixes). - Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old() (stable-fixes). - Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout (git-fixes). - Bluetooth: hci_bcm4377: Fix msgid release (git-fixes). - Bluetooth: hci_bcm4377: Use correct unit for timeouts (git-fixes). - Bluetooth: hci_core: cancel all works upon hci_unregister_dev() (stable-fixes). - Bluetooth: hci_core: Cancel request on command timeout (stable-fixes). - bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAX (git-fixes). - Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE (git-fixes). - Bluetooth: hci_event: Fix setting of unicast qos interval (git-fixes). - Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS (stable-fixes). - Bluetooth: hci_event: Set QoS encryption from BIGInfo report (git-fixes). - Bluetooth: hci_event: set the conn encrypted before conn establishes (stable-fixes). - Bluetooth: HCI: Fix potential null-ptr-deref (git-fixes). - Bluetooth: hci_sock: Fix not validating setsockopt user input (git-fixes). - Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync (git-fixes). - Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY (git-fixes). - Bluetooth: hci_sync: Use QoS to determine which PHY to scan (stable-fixes). - Bluetooth: Ignore too large handle values in BIG (git-fixes). - Bluetooth: ISO: Align broadcast sync_timeout with connection timeout (stable-fixes). - Bluetooth: ISO: Check socket flag instead of hcon (git-fixes). - Bluetooth: ISO: Do not reject BT_ISO_QOS if parameters are unset (git-fixes). - Bluetooth: ISO: Fix BIS cleanup (stable-fixes). - Bluetooth: l2cap: Do not double set the HCI_CONN_MGMT_CONNECTED bit (git-fixes). - Bluetooth: L2CAP: Fix not validating setsockopt user input (git-fixes). - Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (git-fixes). - Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ (git-fixes). - Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() (git-fixes). - Bluetooth: MGMT: Fix failing to MGMT_OP_ADD_UUID/MGMT_OP_REMOVE_UUID (bsc#1221504). - Bluetooth: mgmt: Fix limited discoverable off timeout (stable-fixes). - Bluetooth: msft: fix slab-use-after-free in msft_do_close() (git-fixes). - Bluetooth: qca: add missing firmware sanity checks (git-fixes). - Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm reboot (git-fixes). - Bluetooth: qca: fix device-address endianness (git-fixes). - Bluetooth: qca: Fix error code in qca_read_fw_build_info() (git-fixes). - Bluetooth: qca: fix firmware check error path (git-fixes). - Bluetooth: qca: fix info leak when fetching fw build id (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev setup (git-fixes). - Bluetooth: qca: fix NULL-deref on non-serdev suspend (git-fixes). - Bluetooth: qca: fix NVM configuration parsing (git-fixes). - Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional() (git-fixes). - Bluetooth: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). - Bluetooth: RFCOMM: Fix not validating setsockopt user input (git-fixes). - Bluetooth: SCO: Fix not validating setsockopt user input (git-fixes). - bnx2x: Fix firmware version string character counts (git-fixes). - bnxt_en: Fix error recovery for RoCE ulp client (git-fixes). - bnxt_en: Fix possible memory leak in bnxt_rdma_aux_device_init() (git-fixes). - bnxt_en: Reset PTP tx_avail after possible firmware reset (git-fixes). - bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq (git-fixes) - bootconfig: Fix the kerneldoc of _xbc_exit() (git-fixes). - bootconfig: use memblock_free_late to free xbc memory to buddy (git-fixes). - bootmem: use kmemleak_free_part_phys in free_bootmem_page (git-fixes). - bootmem: use kmemleak_free_part_phys in put_page_bootmem (git-fixes). - bpf, arm64: fix bug in BPF_LDX_MEMSX (git-fixes) - bpf, arm64: Fix incorrect runtime stats (git-fixes) - bpf: check bpf_func_state->callback_depth when pruning states (bsc#1225903). - bpf: correct loop detection for iterators convergence (bsc#1225903). - bpf: exact states comparison for iterator convergence checks (bsc#1225903). - bpf: extract __check_reg_arg() utility function (bsc#1225903). - bpf: extract same_callsites() as utility function (bsc#1225903). - bpf: extract setup_func_entry() utility function (bsc#1225903). - bpf: fix precision backtracking instruction iteration (bsc#1225756). - bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END (git-fixes). - bpf: handle ldimm64 properly in check_cfg() (bsc#1225756). - bpf: keep track of max number of bpf_loop callback iterations (bsc#1225903). - bpf: move explored_state() closer to the beginning of verifier.c (bsc#1225903). - bpf: print full verifier states on infinite loop detection (bsc#1225903). - bpf: Remove xdp_do_flush_map() (bsc#1214683 (PREEMPT_RT prerequisite backports)). - bpf, scripts: Correct GPL license name (git-fixes). - bpf: verify callbacks as if they are called unknown number of times (bsc#1225903). - bpf: widening for callback iterators (bsc#1225903). - btrfs: add a helper to read the superblock metadata_uuid (git-fixes) - btrfs: add and use helper to check if block group is used (bsc#1220120). - btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: add new unused block groups to the list of unused block groups (bsc#1220120). - btrfs: allow to run delayed refs by bytes to be released instead of count (bsc#1220120). - btrfs: always clear PERTRANS metadata during commit (git-fixes) - btrfs: always print transaction aborted messages with an error level (git-fixes) - btrfs: always reserve space for delayed refs when starting transaction (bsc#1220120). - btrfs: assert correct lock is held at btrfs_select_ref_head() (bsc#1220120). - btrfs: assert delayed node locked when removing delayed item (git-fixes) - btrfs: avoid start and commit empty transaction when flushing qgroups (bsc#1220120). - btrfs: avoid start and commit empty transaction when starting qgroup rescan (bsc#1220120). - btrfs: avoid starting and committing empty transaction when flushing space (bsc#1220120). - btrfs: avoid starting new transaction when flushing delayed items and refs (bsc#1220120). - btrfs: check for BTRFS_FS_ERROR in pending ordered assert (git-fixes) - btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super (git-fixes) - btrfs: defrag: avoid unnecessary defrag caused by incorrect extent size (git-fixes) - btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_args (git-fixes) - btrfs: do not allow non subvolume root targets for snapshot (git-fixes) - btrfs: do not arbitrarily slow down delalloc if we're committing (git-fixes) - btrfs: do not delete unused block group if it may be used soon (bsc#1220120). - btrfs: do not refill whole delayed refs block reserve when starting transaction (bsc#1220120). - btrfs: do not start transaction when joining with TRANS_JOIN_NOSTART (git-fixes) - btrfs: do not steal space from global rsv after a transaction abort (bsc#1220120). - btrfs: do not warn if discard range is not aligned to sector (git-fixes) - btrfs: ensure fiemap does not race with writes when FIEMAP_FLAG_SYNC is given (bsc#1223285). - btrfs: error out when COWing block using a stale transaction (git-fixes) - btrfs: error out when reallocating block for defrag using a stale transaction (git-fixes) - btrfs: export: handle invalid inode or root reference in btrfs_get_parent() (git-fixes) - btrfs: fail priority metadata ticket with real fs error (bsc#1220120). - btrfs: file_remove_privs needs an exclusive lock in direct io write (git-fixes) - btrfs: fix 64bit compat send ioctl arguments not initializing version member (git-fixes) - btrfs: fix deadlock with fiemap and extent locking (bsc#1223285). - btrfs: fix information leak in btrfs_ioctl_logical_to_ino() (git-fixes) - btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send() (git-fixes) - btrfs: fix lockdep splat and potential deadlock after failure running delayed items (git-fixes) - btrfs: fix off-by-one chunk length calculation at contains_pending_extent() (git-fixes) - btrfs: fix off-by-one when checking chunk map includes logical address (git-fixes) - btrfs: fix race between ordered extent completion and fiemap (bsc#1223285). - btrfs: fix race when detecting delalloc ranges during fiemap (bsc#1223285). - btrfs: fix race when refilling delayed refs block reserve (git-fixes) - btrfs: fix start transaction qgroup rsv double free (git-fixes) - btrfs: fix stripe length calculation for non-zoned data chunk allocation (bsc#1217489). - btrfs: fix wrong block_start calculation for btrfs_drop_extent_map_range() (git-fixes) Dropped hunk in selftests (test_case_7), 92e1229b204d6. - btrfs: free qgroup rsv on io failure (git-fixes) - btrfs: free the allocated memory if btrfs_alloc_page_array() fails (git-fixes) - btrfs: get rid of label and goto at insert_delayed_ref() (bsc#1220120). - btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks() (git-fixes) - btrfs: handle errors properly in update_inline_extent_backref() (git-fixes) - btrfs: initialize key where it's used when running delayed data ref (bsc#1220120). - btrfs: log message if extent item not found when running delayed extent op (bsc#1220120). - btrfs: make btrfs_cleanup_fs_roots() static (bsc#1220120). - btrfs: make btrfs_destroy_delayed_refs() return void (bsc#1220120). - btrfs: make btrfs_destroy_marked_extents() return void (bsc#1220120). - btrfs: make btrfs_destroy_pinned_extent() return void (bsc#1220120). - btrfs: make error messages more clear when getting a chunk map (git-fixes) - btrfs: make find_first_extent_bit() return a boolean (bsc#1220120). - btrfs: make find_free_dev_extent() static (bsc#1220120). - btrfs: make insert_delayed_ref() return a bool instead of an int (bsc#1220120). - btrfs: merge find_free_dev_extent() and find_free_dev_extent_start() (bsc#1220120). - btrfs: move btrfs_free_excluded_extents() into block-group.c (bsc#1220120). - btrfs: open code trivial btrfs_add_excluded_extent() (bsc#1220120). - btrfs: output extra debug info if we failed to find an inline backref (git-fixes) - btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() (bsc#1220120). - btrfs: prevent transaction block reserve underflow when starting transaction (git-fixes) - btrfs: print available space across all block groups when dumping space info (bsc#1220120). - btrfs: print available space for a block group when dumping a space info (bsc#1220120). - btrfs: print block group super and delalloc bytes when dumping space info (bsc#1220120). - btrfs: print target number of bytes when dumping free space (bsc#1220120). - btrfs: qgroup: always free reserved space for extent records (bsc#1216196). - btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_trans (git-fixes) - btrfs: record delayed inode root in transaction (git-fixes) - btrfs: reject encoded write if inode has nodatasum flag set (git-fixes) - btrfs: release path before inode lookup during the ino lookup ioctl (git-fixes) - btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release() (bsc#1220120). - btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() (bsc#1220120). - btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() (bsc#1220120). - btrfs: remove refs_to_drop argument from __btrfs_free_extent() (bsc#1220120). - btrfs: remove the refcount warning/check at btrfs_put_delayed_ref() (bsc#1220120). - btrfs: remove unnecessary logic when running new delayed references (bsc#1220120). - btrfs: remove unnecessary prototype declarations at disk-io.c (bsc#1220120). - btrfs: remove unused is_head field from struct btrfs_delayed_ref_node (bsc#1220120). - btrfs: rename add_new_free_space() to btrfs_add_new_free_space() (bsc#1220120). - btrfs: reorder some members of struct btrfs_delayed_ref_head (bsc#1220120). - btrfs: reserve space for delayed refs on a per ref basis (bsc#1220120). - btrfs: reset destination buffer when read_extent_buffer() gets invalid range (git-fixes) - btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 (git-fixes) - btrfs: return -EUCLEAN if extent item is missing when searching inline backref (bsc#1220120). - btrfs: return real error when orphan cleanup fails due to a transaction abort (bsc#1220120). - btrfs: send: do not issue unnecessary zero writes for trailing hole (bsc#1222459). - btrfs: send: ensure send_fd is writable (git-fixes) - btrfs: send: handle path ref underflow in header iterate_inode_ref() (git-fixes) - btrfs: send: return EOPNOTSUPP on unknown flags (git-fixes) - btrfs: set page extent mapped after read_folio in relocate_one_page (git-fixes) - btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() (bsc#1220120). - btrfs: stop doing excessive space reservation for csum deletion (bsc#1220120). - btrfs: store the error that turned the fs into error state (bsc#1220120). - btrfs: sysfs: validate scrub_speed_max value (git-fixes) - btrfs: tree-checker: fix inline ref size in error messages (git-fixes) - btrfs: update comment for btrfs_join_transaction_nostart() (bsc#1220120). - btrfs: update documentation for add_new_free_space() (bsc#1220120). - btrfs: use a bool to track qgroup record insertion when adding ref head (bsc#1220120). - btrfs: use a single switch statement when initializing delayed ref head (bsc#1220120). - btrfs: use a single variable for return value at lookup_inline_extent_backref() (bsc#1220120). - btrfs: use a single variable for return value at run_delayed_extent_op() (bsc#1220120). - btrfs: use bool type for delayed ref head fields that are used as booleans (bsc#1220120). - btrfs: use the correct superblock to compare fsid in btrfs_validate_super (git-fixes) - btrfs: use u64 for buffer sizes in the tree search ioctls (git-fixes) - btrfs: zoned: do not skip block groups with 100% zone unusable (bsc#1220120). - bus: mhi: ep: check the correct variable in mhi_ep_register_controller() (git-fixes). - bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer (bsc#1227149). - bytcr_rt5640 : inverse jack detect for Archos 101 cesium (stable-fixes). - cachefiles: add output string to cachefiles_obj_[get|put]_ondemand_fd (git-fixes). - cachefiles: remove requests from xarray during flushing requests (bsc#1226588). - can: kvaser_usb: Explicitly initialize family in leafimx driver_info struct (git-fixes). - can: kvaser_usb: fix return value for hif_usb_send_regout (stable-fixes). - can: mcp251xfd: fix infinite loop when xmit fails (git-fixes). - cdrom: rearrange last_media_change check to avoid unintentional overflow (stable-fixes). - ceph: add ceph_cap_unlink_work to fire check_caps() immediately (bsc#1226022). - ceph: always check dir caps asynchronously (bsc#1226022). - ceph: always queue a writeback when revoking the Fb caps (bsc#1226022). - ceph: break the check delayed cap loop every 5s (bsc#1226022). - ceph: fix incorrect kmalloc size of pagevec mempool (bsc#1228417). - ceph: redirty page before returning AOP_WRITEPAGE_ACTIVATE (bsc#1224866). - ceph: stop copying to iter at EOF on sync reads (bsc#1222606). - ceph: switch to use cap_delay_lock for the unlink delay list (bsc#1226022). - char: tpm: Fix possible memory leak in tpm_bios_measurements_open() (git-fixes). - checkpatch: really skip LONG_LINE_* when LONG_LINE is ignored (git-fixes). - cifs: Add a laundromat thread for cached directories (git-fixes, bsc#1225172). - clk: davinci: da8xx-cfgchip: Initialize clk_init_data before use (git-fixes). - clk: Do not hold prepare_lock when calling kref_put() (stable-fixes). - clk: Get runtime PM before walking tree during disable_unused (git-fixes). - clk: Get runtime PM before walking tree for clk_summary (git-fixes). - clk: Initialize struct clk_core kref earlier (stable-fixes). - clk: mediatek: Do a runtime PM get on controllers during probe (git-fixes). - clk: mediatek: mt8183: Only enable runtime PM on mt8183-mfgcfg (git-fixes). - clk: mediatek: mt8365-mm: fix DPI0 parent (git-fixes). - clk: mediatek: pllfh: Do not log error for missing fhctl node (git-fixes). - clk: qcom: clk-alpha-pll: fix rate setting for Stromer PLLs (git-fixes). - clk: qcom: clk-alpha-pll: remove invalid Stromer register offset (git-fixes). - clk: qcom: clk-alpha-pll: set ALPHA_EN bit for Stromer Plus PLLs (git-fixes). - clk: qcom: dispcc-sm6350: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8450: fix DisplayPort clocks (git-fixes). - clk: qcom: dispcc-sm8550: fix DisplayPort clocks (git-fixes). - clk: qcom: gcc-sm6350: Fix gpll6* & gpll7 parents (git-fixes). - clk: qcom: mmcc-msm8998: fix venus clock issue (git-fixes). - clk: qcom: reset: Commonize the de/assert functions (stable-fixes). - clk: qcom: reset: Ensure write completion on reset de/assertion (git-fixes). - clk: Remove prepare_lock hold assertion in __clk_release() (git-fixes). - clk: renesas: r8a779a0: Fix CANFD parent clock (git-fixes). - clk: renesas: r9a07g043: Add clock and reset entry for PLIC (git-fixes). - clk: rs9: fix wrong default value for clock amplitude (git-fixes). - clk: samsung: exynosautov9: fix wrong pll clock id value (git-fixes). - clk: Show active consumers of clocks in debugfs (stable-fixes). - clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change (git-fixes). - clocksource/drivers/arm_global_timer: Fix maximum prescaler value (git-fixes). - clocksource/drivers/imx: Fix -Wunused-but-set-variable warning (git-fixes). - comedi: vmk80xx: fix incomplete endpoint checking (git-fixes). - config/arm64: Enable CoreSight PMU drivers (bsc#1228289 jsc#PED-7859) - coresight: trbe: Add a representative coresight_platform_data for (bsc#1220587) - coresight: trbe: Allocate platform data per device (bsc#1220587) - coresight: trbe: Enable ACPI based TRBE devices (bsc#1220587) - counter: linux/counter.h: fix Excess kernel-doc description warning (git-fixes). - counter: ti-eqep: enable clock at probe (git-fixes). - cppc_cpufreq: Fix possible null pointer dereference (git-fixes). - cpufreq: amd-pstate: fix memory leak on CPU EPP exit (stable-fixes). - cpufreq: amd-pstate: Fix the inconsistency in max frequency units (git-fixes). - cpufreq/amd-pstate: Fix the scaling_max_freq setting on shared memory CPPC systems (git-fixes). - cpufreq: brcmstb-avs-cpufreq: ISO C90 forbids mixed declarations (git-fixes). - cpufreq: exit() callback is optional (git-fixes). - cpufreq: ti-cpufreq: Handle deferred probe with dev_err_probe() (git-fixes). - cpumask: Add for_each_cpu_from() (bsc#1225053). - crypto: aead,cipher - zeroize key buffer after use (stable-fixes). - crypto: bcm - Fix pointer arithmetic (git-fixes). - crypto: ccp - Add support for PCI device 0x156E (bsc#1223338). - crypto: ccp - Add support for PCI device 0x17E0 (bsc#1223338). - crypto: ccp - drop platform ifdef checks (git-fixes). - crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked (git-fixes). - crypto: deflate - Add aliases to deflate (bsc#1227190). - crypto: ecc - update ecc_gen_privkey for FIPS 186-5 (bsc#1222782). - crypto: ecdh - explicitly zeroize private_key (stable-fixes). - crypto/ecdh: make ecdh_compute_value() to zeroize the public key (bsc#1222768). - crypto: ecdsa - Fix module auto-load on add-key (git-fixes). - crypto: ecdsa - Fix the public key format description (git-fixes). - crypto/ecdsa: make ecdsa_ecc_ctx_deinit() to zeroize the public key (bsc#1222768). - crypto: ecrdsa - Fix module auto-load on add_key (stable-fixes). - crypto: hisilicon/debugfs - Fix debugfs uninit process issue (stable-fixes). - crypto: hisilicon/qm - Add the err memory release process to qm uninit (stable-fixes). - crypto: hisilicon/sec - Fix memory leak for sec resource release (stable-fixes). - crypto: iaa - Account for cpu-less numa nodes (bsc#1227190). - crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init (git-fixes). - crypto: qat - extend scope of lock in adf_cfg_add_key_value_param() (git-fixes). - crypto: qat - Fix ADF_DEV_RESET_SYNC memory leak (git-fixes). - crypto: qat - fix ring to service map for dcc in 4xxx (git-fixes). - crypto: qat - improve error logging to be consistent across features (git-fixes). - crypto: qat - relocate and rename get_service_enabled() (stable-fixes). - crypto: qat - specify firmware files for 402xx (git-fixes). - crypto: rsa - add a check for allocation failure (bsc#1222775). - crypto: rsa - allow only odd e and restrict value in FIPS mode (bsc#1222775). - crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.c (bsc#1222769). - crypto: x86/nh-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha256-avx2 - add missing vzeroupper (git-fixes). - crypto: x86/sha512-avx2 - add missing vzeroupper (git-fixes). - cxgb4: Properly lock TX queue for the selftest (bsc#1214683 (PREEMPT_RT prerequisite backports)). - cxl/acpi: Fix load failures due to single window creation failure (git-fixes). - cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window (git-fixes). - cxl/region: Fix cxlr_pmem leaks (git-fixes). - cxl/region: Fix memregion leaks in devm_cxl_add_region() (git-fixes). - cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c (git-fixes). - cxl/trace: Correct DPA field masks for general_media & dram events (git-fixes). - cxl/trace: Properly initialize cxl_poison region name (git-fixes). - dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n (jsc#PED-5853). - dax/bus.c: replace driver-core lock usage by a local rwsem (jsc#PED-5853). - dax/bus.c: replace several sprintf() with sysfs_emit() (jsc#PED-5853). - decompress_bunzip2: fix rare decompression failure (git-fixes). - device-dax: make dax_bus_type const (jsc#PED-5853). - devres: Fix devm_krealloc() wasting memory (git-fixes). - devres: Fix memory leakage caused by driver API devm_free_percpu() (git-fixes). - dlm: fix user space lkb refcounting (git-fixes). - dlm: fix user space lock decision to copy lvb (git-fixes). - dma-buf: Fix NULL pointer dereference in sanitycheck() (git-fixes). - dma-buf/sw-sync: do not enable IRQ from sync_print_obj() (git-fixes). - dmaengine: axi-dmac: fix possible race in remove() (git-fixes). - dmaengine: idma64: Add check for dma_set_max_seg_size (git-fixes). - dmaengine: idxd: Avoid unnecessary destruction of file_ida (git-fixes). - dmaengine: idxd: Fix oops during rmmod on single-CPU platforms (git-fixes). - dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list (git-fixes). - dmaengine: ioatdma: Fix error path in ioat3_dma_probe() (git-fixes). - dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe() (git-fixes). - dmaengine: ioatdma: Fix leaking on version mismatch (git-fixes). - dmaengine: ioatdma: Fix missing kmem_cache_destroy() (git-fixes). - dmaengine: owl: fix register access functions (git-fixes). - dmaengine: tegra186: Fix residual calculation (git-fixes). - dmaengine: ti: k3-udma: Fix BCHAN count with UHC and HC channels (git-fixes). - dma: fix call order in dmam_free_coherent (git-fixes). - dma-mapping: benchmark: fix node id validation (git-fixes). - dma-mapping: benchmark: handle NUMA_NO_NODE correctly (git-fixes). - dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users (git-fixes). - dma: xilinx_dpdma: Fix locking (git-fixes). - dm crypt: remove redundant state settings after waking up (jsc#PED-7542). - dm-integrity: set max_integrity_segments in dm_integrity_io_hints (jsc#PED-7542). - dm-multipath: dont't attempt SG_IO on non-SCSI-disks (bsc#1223575). - dm-raid: add a new helper prepare_suspend() in md_personality (jsc#PED-7542). - dm-raid: really frozen sync_thread during suspend (jsc#PED-7542). - dm thin: add braces around conditional code that spans lines (jsc#PED-7542). - dm: update relevant MODULE_AUTHOR entries to latest dm-devel mailing list (jsc#PED-7542). - dm verity: set DM_TARGET_SINGLETON feature flag (jsc#PED-7542). - Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file (git-fixes). - docs: crypto: async-tx-api: fix broken code example (git-fixes). - docs: kernel_include.py: Cope with docutils 0.21 (stable-fixes). - docs: netdev: Fix typo in Signed-off-by tag (git-fixes). - docs: Restore "smart quotes" for quotes (stable-fixes). - dpll: spec: use proper enum for pin capabilities attribute (git-fixes). - driver core: Introduce device_link_wait_removal() (stable-fixes). - drivers: core: synchronize really_probe() and dev_uevent() (git-fixes). - drivers/nvme: Add quirks for device 126f:2262 (git-fixes). - drivers: soc: xilinx: check return status of get_api_version() (git-fixes). - drivers/xen: Improve the late XenStore init protocol (git-fixes). - drm: add drm_gem_object_is_shared_for_memory_stats() helper (stable-fixes). - drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init() (stable-fixes). - drm/amd/amdgpu: Fix uninitialized variable warnings (git-fixes). - drm/amd/display: Account for cursor prefetch BW in DML1 mode support (stable-fixes). - drm/amd/display: Add dml2 copy functions (stable-fixes). - drm/amd/display: Add dtbclk access to dcn315 (stable-fixes). - drm/amd/display: Add VCO speed parameter for DCN31 FPU (stable-fixes). - drm/amd/display: Allocate zero bw after bw alloc enable (stable-fixes). - drm/amd/display: Allow dirty rects to be sent to dmub when abm is active (stable-fixes). - drm/amd/display: ASSERT when failing to find index by plane/stream id (stable-fixes). - drm/amd/display: Atom Integrated System Info v2_2 for DCN35 (stable-fixes). - drm/amd/display: Change default size for dummy plane in DML2 (stable-fixes). - drm/amd/display: change dram_clock_latency to 34us for dcn35 (stable-fixes). - drm/amd/display: Check index msg_id before read or write (stable-fixes). - drm/amd/display: Check pipe offset before setting vblank (stable-fixes). - drm/amd/display: Disable seamless boot on 128b/132b encoding (stable-fixes). - drm/amd/display: Do not recursively call manual trigger programming (stable-fixes). - drm/amd/display: Enable colorspace property for MST connectors (git-fixes). - drm/amd/display: Exit idle optimizations before HDCP execution (stable-fixes). - drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport (stable-fixes). - drm/amd/display: Fix bounds check for dcn35 DcfClocks (git-fixes). - drm/amd/display: Fix DC mode screen flickering on DCN321 (stable-fixes). - drm/amd/display: fix disable otg wa logic in DCN316 (stable-fixes). - drm/amd/display: Fix division by zero in setup_dsc_config (stable-fixes). - drm/amd/display: Fix idle check for shared firmware state (stable-fixes). - drm/amd/display: Fix incorrect DSC instance for MST (stable-fixes). - drm/amd/display: fix input states translation error for dcn35 & dcn351 (stable-fixes). - drm/amd/display: Fix nanosec stat overflow (stable-fixes). - drm/amd/display: Fix noise issue on HDMI AV mute (stable-fixes). - drm/amd/display: Fix overlapping copy within dml_core_mode_programming (stable-fixes). - drm/amd/display: Fix potential index out of bounds in color transformation function (git-fixes). - drm/amd/display: Fix uninitialized variables in DM (stable-fixes). - drm/amd/display: handle range offsets in VRR ranges (stable-fixes). - drm/amd/display: Handle Y carry-over in VCP X.Y calculation (stable-fixes). - drm/amd/display: Init DPPCLK from SMU on dcn32 (stable-fixes). - drm/amd/display: Move 'struct scaler_data' off stack (git-fixes). - drm/amd/display: Override min required DCFCLK in dml1_validate (stable-fixes). - drm/amd/display: Prevent crash when disable stream (stable-fixes). - drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 (stable-fixes). - drm/amd/display: Remove MPC rate control logic from DCN30 and above (stable-fixes). - drm/amd/display: Remove pixle rate limit for subvp (stable-fixes). - drm/amd/display: Remove redundant condition in dcn35_calc_blocks_to_gate() (git-fixes). - drm/amd/display: Return the correct HDCP error code (stable-fixes). - drm/amd/display: revert Exit idle optimizations before HDCP execution (stable-fixes). - drm/amd/display: Revert Remove pixle rate limit for subvp (stable-fixes). - drm/amd/display: Send DP_TOTAL_LTTPR_CNT during detection if LTTPR is present (stable-fixes). - drm/amd/display: Send DTBCLK disable message on first commit (git-fixes). - drm/amd/display: Set color_mgmt_changed to true on unsuspend (stable-fixes). - drm/amd/display: Set DCN351 BB and IP the same as DCN35 (stable-fixes). - drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST (stable-fixes). - drm/amd/display: Skip finding free audio for unknown engine_id (stable-fixes). - drm/amd/display: Skip pipe if the pipe idx not set properly (stable-fixes). - drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CONTINUOUS_FREQ` found (stable-fixes). - drm/amd/display: Workaround register access in idle race with cursor (stable-fixes). - drm/amd: Fix shutdown (again) on some SMU v13.0.4/11 platforms (git-fixes). - drm/amd: Flush GFXOFF requests in prepare stage (git-fixes). - drm/amdgpu: add error handle to avoid out-of-bounds (stable-fixes). - drm/amdgpu: always force full reset for SOC21 (stable-fixes). - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag (stable-fixes). - drm/amdgpu: Assign correct bits for SDMA HDP flush (stable-fixes). - drm/amdgpu/atomfirmware: add intergrated info v2.3 table (stable-fixes). - drm/amdgpu/atomfirmware: fix parsing of vram_info (stable-fixes). - drm/amdgpu/atomfirmware: silence UBSAN warning (stable-fixes). - drm/amdgpu: avoid using null object of framebuffer (stable-fixes). - drm/amdgpu: Check if NBIO funcs are NULL in amdgpu_device_baco_exit (git-fixes). - drm/amdgpu/display: Address kdoc for 'is_psr_su' in 'fill_dc_dirty_rects' (git-fixes). - drm/amdgpu: drop setting buffer funcs in sdma442 (git-fixes). - drm/amdgpu: Fix buffer size in gfx_v9_4_3_init_ cp_compute_microcode() and rlc_microcode() (git-fixes). - drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible (git-fixes). - drm/amdgpu: fix deadlock while reading mqd from debugfs (git-fixes). - drm/amdgpu: fix doorbell regression (git-fixes). - drm/amdgpu: fix incorrect number of active RBs for gfx11 (stable-fixes). - drm/amdgpu: Fix leak when GPU memory allocation fails (stable-fixes). - drm/amdgpu: fix locking scope when flushing tlb (stable-fixes). - drm/amdgpu: Fix memory range calculation (git-fixes). - drm/amdgpu: fix mmhub client id out-of-bounds access (git-fixes). - drm/amdgpu: Fix pci state save during mode-1 reset (git-fixes). - drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq() (git-fixes). - drm/amdgpu: Fix the ring buffer size for queue VM flush (stable-fixes). - drm/amdgpu: fix the warning about the expression (int)size - len (stable-fixes). - drm/amdgpu: fix UBSAN warning in kv_dpm.c (stable-fixes). - drm/amdgpu: fix uninitialized scalar variable warning (stable-fixes). - drm/amdgpu: Fix uninitialized variable warnings (stable-fixes). - drm/amdgpu: fix use-after-free bug (stable-fixes). - drm/amdgpu: Fix VCN allocation in CPX partition (stable-fixes). - drm/amdgpu: fix visible VRAM handling during faults (git-fixes). - drm/amdgpu: Fix VRAM memory accounting (stable-fixes). - drm/amdgpu: implement IRQ_STATE_ENABLE for SDMA v4.4.2 (stable-fixes). - drm/amdgpu: Indicate CU havest info to CP (stable-fixes). - drm/amdgpu: Initialize timestamp for some legacy SOCs (stable-fixes). - drm/amdgpu: init microcode chip name from ip versions (stable-fixes). - drm/amdgpu: make damage clips support configurable (stable-fixes). - drm/amdgpu/mes: fix use-after-free issue (stable-fixes). - drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2 (git-fixes). - drm/amdgpu/pm: Check the validity of overdiver power limit (git-fixes). - drm/amdgpu/pm: Fix NULL pointer dereference when get power limit (git-fixes). - drm/amdgpu/pm: Fix the error of pwm1_enable setting (stable-fixes). - drm/amdgpu: Refine IB schedule error logging (stable-fixes). - drm/amdgpu: Remove GC HW IP 9.3.0 from noretry=1 (git-fixes). - drm/amdgpu: remove invalid resource->start check v2 (git-fixes). - drm/amdgpu: Reset dGPU if suspend got aborted (stable-fixes). - drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3 (stable-fixes). - drm/amdgpu: silence UBSAN warning (stable-fixes). - drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc (stable-fixes). - drm/amdgpu: validate the parameters of bo mapping operations more clearly (git-fixes). - drm/amdkfd: Add VRAM accounting for SVM migration (stable-fixes). - drm/amdkfd: Check cgroup when returning DMABuf info (stable-fixes). - drm/amdkfd: do not allow mapping the MMIO HDP page with large pages (git-fixes). - drm/amdkfd: Fix CU Masking for GFX 9.4.3 (git-fixes). - drm/amdkfd: Fix memory leak in create_process failure (git-fixes). - drm/amdkfd: fix TLB flush after unmap for GFX9.4.2 (stable-fixes). - drm/amdkfd: Flush the process wq before creating a kfd_process (stable-fixes). - drm/amdkfd: Let VRAM allocations go to GTT domain on small APUs (stable-fixes). - drm/amdkfd: range check cp bad op exception interrupts (stable-fixes). - drm/amdkfd: Reset GPU on queue preemption failure (stable-fixes). - drm/amd/pm: Fix aldebaran pcie speed reporting (git-fixes). - drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 (stable-fixes). - drm/amd/pm: remove logically dead code for renoir (git-fixes). - drm/amd/pm: Restore config space after reset (stable-fixes). - drm/amd/swsmu: modify the gfx activity scaling (stable-fixes). - drm/arm/komeda: Fix komeda probe failing if there are no links in the secondary pipeline (git-fixes). - drm/arm/malidp: fix a possible null pointer dereference (git-fixes). - drm/ast: Fix soft lockup (git-fixes). - drm/bridge: anx7625: Do not log an error when DSI host can't be found (git-fixes). - drm: bridge: cdns-mhdp8546: Fix possible null pointer dereference (git-fixes). - drm/bridge: dpc3433: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: Fix improper bridge init order with pre_enable_prev_first (git-fixes). - drm/bridge: icn6211: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: it6505: fix hibernate to resume no display issue (git-fixes). - drm/bridge: lt8912b: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: lt9611uxc: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge/panel: Fix runtime warning on panel bridge release (git-fixes). - drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll (git-fixes). - drm/bridge: tc358775: Do not log an error when DSI host can't be found (git-fixes). - drm/bridge: tc358775: fix support for jeida-18 and jeida-24 (git-fixes). - drm/buddy: check range allocation matches alignment (stable-fixes). - drm: Check output polling initialized before disabling (stable-fixes). - drm: Check polling initialized before enabling in drm_helper_probe_single_connector_modes (stable-fixes). - drm/client: Fully protect modes[] with dev->mode_config.mutex (stable-fixes). - drm/connector: Add \n to message about demoting connector force-probes (git-fixes). - drm/display: fix typo (git-fixes). - drm/dp_mst: Fix all mstb marked as not probed after suspend/resume (git-fixes). - drm/etnaviv: fix DMA direction handling for cached RW buffers (git-fixes). - drm/etnaviv: fix tx clock gating on some GC7000 variants (stable-fixes). - drm/exynos: do not return negative values from .get_modes() (stable-fixes). - drm/exynos: dp: drop driver owner initialization (stable-fixes). - drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found (git-fixes). - drm/exynos/vidi: fix memory leak in .get_modes() (stable-fixes). - drm/fbdev-dma: Fix framebuffer mode for big endian devices (git-fixes). - drm/fbdev-dma: Only set smem_start is enable per module option (git-fixes). - drm/fbdev-generic: Do not set physical framebuffer address (git-fixes). - drm/fbdev-generic: Fix framebuffer on big endian devices (git-fixes). - drm: Fix drm_fixp2int_round() making it add 0.5 (git-fixes). - drm/gma500: fix null pointer dereference in cdv_intel_lvds_get_modes (git-fixes). - drm/gma500: fix null pointer dereference in psb_intel_lvds_get_modes (git-fixes). - drm/gma500: Remove lid code (git-fixes). - drm/i915/audio: Fix audio time stamp programming for DP (stable-fixes). - drm/i915/bios: Fix parsing backlight BDB data (git-fixes). - drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_mode() (stable-fixes). - drm/i915/cdclk: Fix CDCLK programming order when pipes are active (git-fixes). - drm/i915: Disable port sync when bigjoiner is used (stable-fixes). - drm/i915/display: Use i915_gem_object_get_dma_address to get dma address (stable-fixes). - drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed() (git-fixes). - drm/i915/dp: Do not switch the LTTPR mode on an active link (git-fixes). - drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY &lt; 13 (git-fixes). - drm/i915/dp: Remove support for UHBR13.5 (git-fixes). - drm/i915/dpt: Make DPT object unshrinkable (git-fixes). - drm/i915/dsb: Fix DSB vblank waits when using VRR (git-fixes). - drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostly (git-fixes). - drm/i915: Fix audio component initialization (git-fixes). - drm/i915/gt: Automate CCS Mode setting during engine resets (git-fixes). - drm/i915/gt: Disable HW load balancing for CCS (git-fixes). - drm/i915/gt: Disarm breadcrumbs if engines are already idle (git-fixes). - drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8 (git-fixes). - drm/i915/gt: Do not generate the command streamer for all the CCS (git-fixes). - drm/i915/gt: Enable only one CCS for compute workload (git-fixes). - drm/i915/gt: Fix CCS id's calculation for CCS mode setting (git-fixes). - drm/i915/gt: Fix potential UAF by revoke of fence registers (git-fixes). - drm/i915/gt: Reset queue_priority_hint on parking (git-fixes). - drm/i915/guc: avoid FIELD_PREP warning (git-fixes). - drm/i915/hwmon: Fix locking inversion in sysfs getter (git-fixes). - drm/i915/hwmon: Get rid of devm (stable-fixes). - drm/i915: Include the PLL name in the debug messages (stable-fixes). - drm/i915/lspcon: Separate function to set expected mode (bsc#1193599). - drm/i915/lspcon: Separate lspcon probe and lspcon init (bsc#1193599). - drm/i915/mso: using joiner is not possible with eDP MSO (git-fixes). - drm/i915/mst: Limit MST+DSC to TGL+ (git-fixes). - drm/i915/mst: Reject FEC+MST on ICL (git-fixes). - drm/i915: Pre-populate the cursor physical dma address (git-fixes). - drm/i915: Replace a memset() with zero initialization (stable-fixes). - drm/i915: Stop printing pipe name as hex (stable-fixes). - drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs (stable-fixes). - drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports (stable-fixes). - drm/i915: Use named initializers for DPLL info (stable-fixes). - drm/i915/vrr: Disable VRR when using bigjoiner (stable-fixes). - drm/i915/vrr: Generate VRR "safe window" for DSB (git-fixes). - drm/imx/ipuv3: do not return negative values from .get_modes() (stable-fixes). - drm/komeda: check for error-valued pointer (git-fixes). - drm/lcdif: Do not disable clocks on already suspended hardware (git-fixes). - drm/lima: add mask irq callback to gp and pp (stable-fixes). - drm/lima: fix shared irq handling on driver remove (stable-fixes). - drm/lima: Mark simple_ondemand governor as softdep (git-fixes). - drm/lima: mask irqs in timeout path before hard reset (stable-fixes). - drm/mediatek: Add 0 size check to mtk_drm_gem_obj (git-fixes). - drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation property (git-fixes). - drm/mediatek: Add OVL compatible name for MT8195 (git-fixes). - drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time (stable-fixes). - drm/mediatek: dp: Fix mtk_dp_aux_transfer return value (git-fixes). - drm/mediatek: Fix bit depth overwritten for mtk_ovl_set bit_depth() (git-fixes). - drm/mediatek: Fix destination alpha error in OVL (git-fixes). - drm/mediatek: Fix XRGB setting error in Mixer (git-fixes). - drm/mediatek: Fix XRGB setting error in OVL (git-fixes). - drm/mediatek: Init `ddp_comp` with devm_kcalloc() (git-fixes). - drm/mediatek: Remove less-than-zero comparison of an unsigned value (git-fixes). - drm/mediatek: Set DRM mode configs accordingly (git-fixes). - drm/mediatek: Support DRM plane alpha in Mixer (git-fixes). - drm/mediatek: Support DRM plane alpha in OVL (git-fixes). - drm/mediatek: Support RGBA8888 and RGBX8888 in OVL on MT8195 (git-fixes). - drm/mediatek: Turn off the layers with zero width or height (git-fixes). - drm/mediatek: Use 8-bit alpha in ETHDR (git-fixes). - drm/meson: dw-hdmi: add bandgap setting for g12 (git-fixes). - drm/meson: dw-hdmi: power up phy on device init (git-fixes). - drm/meson: fix canvas release in bind function (git-fixes). - drm/meson: gate px_clk when setting rate (git-fixes). - drm/meson: vclk: fix calculation of 59.94 fractional rates (git-fixes). - drm/mgag200: Bind I2C lifetime to DRM device (git-fixes). - drm/mgag200: Set DDC timeout in milliseconds (git-fixes). - drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_dcs_write_seq() (git-fixes). - drm/mipi-dsi: Fix theoretical int overflow in mipi_dsi_generic_write_seq() (git-fixes). - drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails (git-fixes). - drm/msm: Add newlines to some debug prints (git-fixes). - drm/msm/adreno: fix CP cycles stat retrieval on a7xx (git-fixes). - drm/msm/dp: allow voltage swing / pre emphasis of 3 (git-fixes). - drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connected (git-fixes). - drm/msm/dp: fix typo in dp_display_handle_port_status_changed() (git-fixes). - drm/msm/dpu: Add callback function pointer check before its call (git-fixes). - drm/msm/dpu: Allow configuring multiple active DSC blocks (git-fixes). - drm/msm/dpu: Always flush the slave INTF on the CTL (git-fixes). - drm/msm/dpu: do not allow overriding data from catalog (git-fixes). - drm/msm/dpu: drop validity checks for clear_pending_flush() ctl op (git-fixes). - drm/msm/dpu: fix encoder irq wait skip (git-fixes). - drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible (git-fixes). - drm/msm/dpu: use devres-managed allocation for MDP TOP (stable-fixes). - drm/msm/dsi: Print dual-DSI-adjusted pclk instead of original mode pclk (git-fixes). - drm/msm/dsi: set VIDEO_COMPRESSION_MODE_CTRL_WC (git-fixes). - drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config (git-fixes). - drm/nouveau/disp: Fix missing backlight control on Macbook 5, 1 (bsc#1223838). - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_hd_modes (stable-fixes). - drm/nouveau/dispnv04: fix null pointer dereference in nv17_tv_get_ld_modes (stable-fixes). - drm/nouveau: do not attempt to schedule hpd_work on headless cards (git-fixes). - drm/nouveau/dp: Do not probe eDP ports twice harder (stable-fixes). - drm/nouveau/dp: Fix incorrect return code in r535_dp_aux_xfer() (git-fixes). - drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor() (stable-fixes). - drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes (git-fixes). - drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations (git-fixes). - drm: nv04: Fix out of bounds access (git-fixes). - drm/omapdrm: Fix console by implementing fb_dirty (git-fixes). - drm/panel: boe-tv101wum-nl6: Check for errors on the NOP in prepare() (git-fixes). - drm/panel: boe-tv101wum-nl6: If prepare fails, disable GPIO before regulators (git-fixes). - drm/panel: do not return negative error codes from drm_panel_get_modes() (stable-fixes). - drm/panel: himax-hx8394: Handle errors from mipi_dsi_dcs_set_display_on() better (git-fixes). - drm/panel: ili9341: Respect deferred probe (git-fixes). - drm/panel: ili9341: Use predefined error codes (git-fixes). - drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep (stable-fixes). - drm/panel: ilitek-ili9882t: Check for errors on the NOP in prepare() (git-fixes). - drm/panel: ilitek-ili9882t: If prepare fails, disable GPIO before regulators (git-fixes). - drm/panel: ltk050h3146w: add MIPI_DSI_MODE_VIDEO to LTK050H3148W flags (git-fixes). - drm/panel: ltk050h3146w: drop duplicate commands from LTK050H3148W init (git-fixes). - drm/panel: novatek-nt35950: Do not log an error when DSI host can't be found (git-fixes). - drm: panel-orientation-quirks: Add quirk for Aya Neo KUN (stable-fixes). - drm: panel-orientation-quirks: Add quirk for GPD Win Mini (stable-fixes). - drm: panel-orientation-quirks: Add quirk for Valve Galileo (stable-fixes). - drm/panel: simple: Add missing display timing flags for KOE TX26D202VM0BWA (git-fixes). - drm/panel: simple: Add missing Innolux G121X1-L03 format, flags, connector (git-fixes). - drm/panel: sitronix-st7789v: Add check for of_drm_get_panel_orientation (git-fixes). - drm/panel: sitronix-st7789v: fix display size for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: fix timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: sitronix-st7789v: tweak timing for jt240mhqs_hwt_ek_e3 panel (git-fixes). - drm/panel: visionox-rm69299: do not unregister DSI device (git-fixes). - drm/panfrost: fix power transition timeout warnings (git-fixes). - drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() (git-fixes). - drm/panfrost: Mark simple_ondemand governor as softdep (git-fixes). - drm/prime: Unbreak virtgpu dma-buf export (git-fixes). - drm/probe-helper: warn about negative .get_modes() (stable-fixes). - drm/qxl: Add check for drm_cvt_mode (git-fixes). - drm/qxl: remove unused `count` variable from `qxl_surface_id_alloc()` (git-fixes). - drm/qxl: remove unused variable from `qxl_process_single_command()` (git-fixes). - drm/radeon: check bo_va->bo is non-NULL before using it (stable-fixes). - drm/radeon: fix UBSAN warning in kv_dpm.c (stable-fixes). - drm/radeon: make -fstrict-flex-arrays=3 happy (git-fixes). - drm/radeon/radeon_display: Decrease the size of allocated memory (stable-fixes). - drm/radeon: silence UBSAN warning (v3) (stable-fixes). - drm/rockchip: vop2: Do not divide height twice for YUV (git-fixes). - drm/rockchip: vop2: Fix the port mux of VP2 (git-fixes). - drm/rockchip: vop2: Remove AR30 and AB30 format support (git-fixes). - drm/sched: fix null-ptr-deref in init entity (git-fixes). - drm/shmem-helper: Fix BUG_ON() on mmap(PROT_WRITE, MAP_PRIVATE) (git-fixes). - drm/sun4i: hdmi: Convert encoder to atomic (stable-fixes). - drm/sun4i: hdmi: Move mode_set into enable (stable-fixes). - drm/ttm: Always take the bo delayed cleanup path for imported bos (git-fixes). - drm/ttm: return ENOSPC from ttm_bo_mem_space v3 (stable-fixes). - drm/ttm: stop pooling cached NUMA pages v2 (git-fixes). - drm/udl: Remove DRM_CONNECTOR_POLL_HPD (git-fixes). - drm/vc4: do not check if plane->state->fb == state->fb (stable-fixes). - drm: vc4: Fix possible null pointer dereference (git-fixes). - drm/vc4: hdmi: do not return negative values from .get_modes() (stable-fixes). - drm/vmwgfx: 3D disabled should not effect STDU memory limits (git-fixes). - drm/vmwgfx: Create debugfs ttm_resource_manager entry only if needed (git-fixes). - drm/vmwgfx: Do not memcmp equivalent pointers (git-fixes). - drm/vmwgfx: Enable DMA mappings with SEV (git-fixes). - drm/vmwgfx: Filter modes which exceed graphics memory (git-fixes). - drm/vmwgfx: Fix crtc's atomic check conditional (git-fixes). - drm/vmwgfx: Fix invalid reads in fence signaled events (git-fixes). - drm/vmwgfx: Fix Legacy Display Unit (git-fixes). - drm/vmwgfx: Fix missing HYPERVISOR_GUEST dependency (stable-fixes). - drm/vmwgfx: Fix prime import/export (git-fixes). - drm/vmwgfx: Sort primary plane formats by order of preference (git-fixes). - drm: zynqmp_dpsub: Always register bridge (git-fixes). - drm: zynqmp_dpsub: Fix an error handling path in zynqmp_dpsub_probe() (git-fixes). - drm: zynqmp_kms: Fix AUX bus not getting unregistered (git-fixes). - dt-bindings: clock: qcom: Add missing UFS QREF clocks (git-fixes) - dump_stack: Do not get cpu_sync for panic CPU (bsc#1225607). - dyndbg: fix old BUG_ON in >control parser (stable-fixes). - e1000e: Minor flow correction in e1000_shutdown function (git-fixes). - e1000e: move force SMBUS from enable ulp function to avoid PHY loss issue (git-fixes). - e1000e: Workaround for sporadic MDI error on Meteor Lake systems (git-fixes). - ecryptfs: Fix buffer size for tag 66 packet (git-fixes) - ecryptfs: Reject casefold directory inodes (git-fixes) - EDAC/synopsys: Fix ECC status and IRQ control race condition (git-fixes). - Edit "amdkfd: use calloc instead of kzalloc to avoid integer overflow" Reference CVE and bug numbers. - eeprom: at24: Probe for DDR3 thermal sensor in the SPD case (stable-fixes). - eeprom: digsy_mtc: Fix 93xx46 driver probe failure (git-fixes). - efi: disable mirror feature during crashkernel (stable-fixes). - efi: fix panic in kdump kernel (git-fixes). - efi: libstub: only free priv.runtime_map when allocated (git-fixes). - efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory (git-fixes). - efi/unaccepted: touch soft lockup during memory accept (git-fixes). - efi/x86: Free EFI memory map only when installing a new one (git-fixes). - Enable CONFIG_FIPS_SIGNATURE_SELFTEST (bsc#1222771) - Enable CONFIG_SCHED_CLUSTER=y on arm64 (jsc#PED-8701). - erofs: ensure m_llen is reset to 0 if metadata is invalid (git-fixes). - exfat: fix potential deadlock on __exfat_get_dentry_set (git-fixes). - extcon: max8997: select IRQ_DOMAIN instead of depending on it (git-fixes). - f2fs: fix error path of __f2fs_build_free_nids (git-fixes). - fast_dput(): handle underflows gracefully (git-fixes) - fat: fix uninitialized field in nostale filehandles (git-fixes) - fbdev: fix incorrect address computation in deferred IO (git-fixes). - fbdev: savage: Handle err return when savagefb_check_var failed (git-fixes). - fbdev: sh7760fb: allow modular build (git-fixes). - fbdev: shmobile: fix snprintf truncation (git-fixes). - fbdev: sisfb: hide unused variables (git-fixes). - fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2 (stable-fixes). - fbmon: prevent division by zero in fb_videomode_from_videomode() (stable-fixes). - filelock: fix potential use-after-free in posix_lock_inode (git-fixes). - firewire: core: use long bus reset on gap count error (stable-fixes). - firewire: ohci: mask bus reset interrupts between ISR and bottom half (stable-fixes). - firmware: arm_scmi: Make raw debugfs entries non-seekable (git-fixes). - firmware: cs_dsp: Fix overflow checking of wmfw header (git-fixes). - firmware: cs_dsp: Prevent buffer overrun when processing V2 alg headers (git-fixes). - firmware: cs_dsp: Return error if block header overflows file (git-fixes). - firmware: cs_dsp: Use strnlen() on name fields in V1 wmfw files (git-fixes). - firmware: cs_dsp: Validate payload length before processing block (git-fixes). - firmware: dmi-id: add a release callback function (git-fixes). - firmware: dmi: Stop decoding on broken entry (stable-fixes). - firmware: psci: Fix return value from psci_system_suspend() (git-fixes). - firmware: raspberrypi: Use correct device for DMA mappings (git-fixes). - firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename() (stable-fixes). - firmware: turris-mox-rwtm: Do not complete if there are no waiters (git-fixes). - firmware: turris-mox-rwtm: Fix checking return value of wait_for_completion_timeout() (git-fixes). - firmware: turris-mox-rwtm: Initialize completion before mailbox (git-fixes). - Fix a potential infinite loop in extract_user_to_sg() (git-fixes). - Fix build errors due to new UIO_MEM_DMA_COHERENT mess (git-fixes). - fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card (stable-fixes). - fs/9p: only translate RWX permissions for plain 9P2000 (git-fixes) - fs/9p: translate O_TRUNC into OTRUNC (git-fixes) - fs/file: fix the check in find_next_fd() (git-fixes). - fs: Fix error checking for d_hash_and_lookup() (git-fixes) - fs: indicate request originates from old mount API (git-fixes) - fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() (git-fixes). - fs: relax mount_setattr() permission checks (git-fixes) - fsverity: skip PKCS#7 parser when keyring is empty (git-fixes) - ftrace: Fix possible use-after-free issue in ftrace_location() (git-fixes). - fuse: do not unhash root (bsc#1223946). - fuse: fix root lookup with nonzero generation (bsc#1223945). - fuse: verify {g,u}id mount options correctly (bsc#1228193). - geneve: fix header validation in geneve[6]_xmit_skb (git-fixes). - geneve: make sure to pull inner header in geneve_rx() (git-fixes). - genirq/irqdesc: Prevent use-after-free in irq_find_at_or_after() (git-fixes). - gfs2: convert to ctime accessor functions (git-fixes). - gfs2: Do not forget to complete delayed withdraw (git-fixes). - gfs2: Fix "ignore unlock failures after withdraw" (git-fixes). - gfs2: Fix invalid metadata access in punch_hole (git-fixes). - gfs2: Get rid of gfs2_alloc_blocks generation parameter (git-fixes). - gfs2: Rename gfs2_lookup_{ simple => meta } (git-fixes). - gfs2: Use mapping->gfp_mask for metadata inodes (git-fixes). - gpio: cdev: check for NULL labels when sanitizing them for irqs (git-fixes). - gpio: cdev: fix missed label sanitizing in debounce_setup() (git-fixes). - gpio: cdev: sanitize the label before requesting the interrupt (stable-fixes). - gpio: crystalcove: Use -ENOTSUPP consistently (stable-fixes). - gpio: davinci: Validate the obtained number of IRQs (git-fixes). - gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1) (git-fixes). - gpiolib: cdev: fix uninitialised kfifo (git-fixes). - gpiolib: cdev: relocate debounce_period_us from struct gpio_desc (stable-fixes). - gpiolib: swnode: Remove wrong header inclusion (git-fixes). - gpio: lpc32xx: fix module autoloading (stable-fixes). - gpio: mc33880: Convert comma to semicolon (git-fixes). - gpio: pca953x: fix pca953x_irq_bus_sync_unlock race (stable-fixes). - gpio: tangier: Use correct type for the IRQ chip data (git-fixes). - gpio: tegra186: Fix tegra186_gpio_is_accessible() check (git-fixes). - gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type (git-fixes). - gpio: tqmx86: fix typo in Kconfig label (git-fixes). - gpio: tqmx86: introduce shadow register for GPIO output value (git-fixes). - gpio: tqmx86: store IRQ trigger type and unmask status separately (git-fixes). - gpio: wcove: Use -ENOTSUPP consistently (stable-fixes). - gpu: host1x: Do not setup DMA for virtual devices (stable-fixes). - gtp: fix use-after-free and null-ptr-deref in gtp_newlink() (git-fixes). - hfsplus: fix to avoid false alarm of circular locking (git-fixes). - hfsplus: fix uninit-value in copy_name (git-fixes). - HID: Add quirk for Logitech Casa touchpad (stable-fixes). - HID: amd_sfh: Handle "no sensors" in PM operations (git-fixes). - HID: core: remove unnecessary WARN_ON() in implement() (git-fixes). - HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up (git-fixes). - HID: Ignore battery for ELAN touchscreens 2F2C and 4116 (stable-fixes). - HID: input: avoid polling stylus battery on Chromebook Pompom (stable-fixes). - HID: intel-ish-hid: ipc: Add check for pci_alloc_irq_vectors (git-fixes). - HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc (git-fixes). - HID: logitech-dj: allow mice to use all types of reports (git-fixes). - HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() (git-fixes). - HID: mcp-2221: cancel delayed_work only when CONFIG_IIO is enabled (stable-fixes). - HID: multitouch: Add required quirk for Synaptics 0xcddc device (stable-fixes). - HID: wacom: Modify pen IDs (git-fixes). - hpet: Support 32-bit userspace (git-fixes). - hwmon: (adt7475) Fix default duty on fan is disabled (git-fixes). - hwmon: (amc6821) add of_match table (stable-fixes). - hwmon: (corsair-cpro) Protect ccp->wait_input_report with a spinlock (git-fixes). - hwmon: (corsair-cpro) Use a separate buffer for sending commands (git-fixes). - hwmon: (corsair-cpro) Use complete_all() instead of complete() in ccp_raw_event() (git-fixes). - hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor (git-fixes). - hwmon: (lm70) fix links in doc and comments (git-fixes). - hwmon: (max6697) Fix swapped temp{1,8} critical alarms (git-fixes). - hwmon: (max6697) Fix underflow when writing limit attributes (git-fixes). - hwmon: (pmbus/ucd9000) Increase delay from 250 to 500us (git-fixes). - hwmon: (shtc1) Fix property misspelling (git-fixes). - hwrng: amd - Convert PCIBIOS_* return codes to errnos (git-fixes). - hwrng: core - Fix wrong quality calculation at hw rng registration (git-fixes). - hwtracing: hisi_ptt: Move type check to the beginning of hisi_ptt_pmu_event_init() (git-fixes). - i2c: acpi: Unbind mux adapters before delete (git-fixes). - i2c: at91: Fix the functionality flags of the slave-only interface (git-fixes). - i2c: cadence: Avoid fifo clear after start (git-fixes). - i2c: designware: Fix the functionality flags of the slave-only interface (git-fixes). - i2c: i801: Annotate apanel_addr as __ro_after_init (stable-fixes). - i2c: mark HostNotify target address as used (git-fixes). - i2c: ocores: set IACK bit after core is enabled (git-fixes). - i2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isr (git-fixes). - i2c: pxa: hide unused icr_bits[] variable (git-fixes). - i2c: rcar: bring hardware to known state when probing (git-fixes). - i2c: smbus: fix NULL function pointer dereference (git-fixes). - i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (git-fixes). - i2c: testunit: avoid re-issued work after read message (git-fixes). - i2c: testunit: correct Kconfig description (git-fixes). - i2c: testunit: discard write requests while old command is running (git-fixes). - i2c: testunit: do not erase registers after STOP (git-fixes). - i3c: master: svc: change ENXIO to EAGAIN when IBI occurs during start frame (git-fixes). - i3c: master: svc: fix invalidate IBI type and miss call client IBI handler (git-fixes). - i40e: disable NAPI right after disabling irqs when handling xsk_pool (git-fixes). - i40e: Enforce software interrupt during busy-poll exit (git-fixes). - i40e: Fix firmware version comparison function (git-fixes). - i40e: fix i40e_count_filters() to count only active/new filters (git-fixes). - i40e: fix: remove needless retries of NVM update (bsc#1227736). - i40e: Fix VF MAC filter removal (git-fixes). - i40e: fix vf may be used uninitialized in this function warning (git-fixes). - i915: make inject_virtual_interrupt() void (stable-fixes). - IB/mlx5: Use __iowrite64_copy() for write combining stores (git-fixes) - ice: fix enabling RX VLAN filtering (git-fixes). - ice: fix memory corruption bug with suspend and rebuild (git-fixes). - ice: fix stats being updated by way too large values (git-fixes). - ice: fix typo in assignment (git-fixes). - ice: fix uninitialized dplls mutex usage (git-fixes). - ice: reconfig host after changing MSI-X on VF (git-fixes). - ice: Refactor FW data type and fix bitmap casting issue (git-fixes). - ice: reorder disabling IRQ and NAPI in ice_qp_dis (git-fixes). - ice: use relative VSI index for VFs instead of PF VSI number (git-fixes). - ice: virtchnl: stop pretending to support RSS over AQ or registers (git-fixes). - ida: make 'ida_dump' static (git-fixes). - idma64: Do not try to serve interrupts when device is powered off (git-fixes). - idpf: disable local BH when scheduling napi for marker packets (git-fixes). - idpf: extend tx watchdog timeout (bsc#1224137). - idpf: fix kernel panic on unknown packet types (git-fixes). - igb: extend PTP timestamp adjustments to i211 (git-fixes). - igb: Fix missing time sync events (git-fixes). - igc: avoid returning frame twice in XDP_REDIRECT (git-fixes). - igc: Fix missing time sync events (git-fixes). - igc: Remove stale comment about Tx timestamping (git-fixes). - iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUF (git-fixes). - iio: accel: mxc4005: allow module autoloading via OF compatible (stable-fixes). - iio: accel: mxc4005: Interrupt handling fixes (git-fixes). - iio: accel: mxc4005: Reset chip on probe() and resume() (stable-fixes). - iio: adc: ad7266: Fix variable checking bug (git-fixes). - iio: adc: ad9467: fix scan type sign (git-fixes). - iio: adc: ad9467: use chip_info variables instead of array (stable-fixes). - iio: adc: ad9467: use spi_get_device_match_data() (stable-fixes). - iio: adc: stm32: Fixing err code to not indicate success (git-fixes). - iio: chemical: bme680: Fix calibration data variable (git-fixes). - iio: chemical: bme680: Fix overflows in compensate() functions (git-fixes). - iio: chemical: bme680: Fix pressure value output (git-fixes). - iio: chemical: bme680: Fix sensor data read operation (git-fixes). - iio: core: Leave private pointer NULL when no private data supplied (git-fixes). - iio: dac: ad5592r: fix temperature channel scaling value (git-fixes). - iio: dummy_evgen: remove Excess kernel-doc comments (git-fixes). - iio: Fix the sorting functionality in iio_gts_build_avail_time_table (git-fixes). - iio: frequency: adrf6780: rm clk provider include (git-fixes). - iio: gts-helper: Fix division loop (git-fixes). - iio:imu: adis16475: Fix sync mode setting (git-fixes). - iio: imu: inv_icm42600: delete unneeded update watermark call (git-fixes). - iio: pressure: bmp280: Fix BMP580 temperature reading (stable-fixes). - iio: pressure: dps310: support negative temperature values (git-fixes). - iio: pressure: Fixes BME280 SPI driver data (git-fixes). - iio: pressure: fix some word spelling errors (stable-fixes). - iio: xilinx-ams: Do not include ams_ctrl_channels in scan_mask (git-fixes). - inet_diag: annotate data-races around inet_diag_table[] (git-fixes). - inet: frags: eliminate kernel-doc warning (git-fixes). - init/main.c: Fix potential static_command_line memory overflow (git-fixes). - init: open /initrd.image with O_LARGEFILE (stable-fixes). - input: Add event code for accessibility key (stable-fixes). - input: Add support for "Do Not Disturb" (stable-fixes). - Input: ads7846 - use spi_device_id table (stable-fixes). - Input: cyapa - add missing input core locking to suspend/resume functions (git-fixes). - Input: elan_i2c - do not leave interrupt disabled on suspend failure (git-fixes). - Input: elantech - fix touchpad state on resume for Lenovo N24 (stable-fixes). - Input: ff-core - prefer struct_size over open coded arithmetic (stable-fixes). - Input: gpio_keys_polled - suppress deferred probe error for gpio (stable-fixes). - Input: i8042 - add Ayaneo Kun to i8042 quirk table (stable-fixes). - Input: ili210x - fix ili251x_read_touch_data() return value (git-fixes). - Input: imagis - use FIELD_GET where applicable (stable-fixes). - Input: ims-pcu - fix printf string overflow (git-fixes). - Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation (git-fixes). - Input: qt1050 - handle CHIP_ID reading error (git-fixes). - Input: silead - Always support 10 fingers (stable-fixes). - Input: synaptics-rmi4 - fail probing if memory allocation for "phys" fails (stable-fixes). - input/touchscreen: imagis: Correct the maximum touch area value (stable-fixes). - Input: xpad - add additional HyperX Controller Identifiers (stable-fixes). - Input: xpad - add support for ASUS ROG RAIKIRI (git-fixes). - Input: xpad - add support for ASUS ROG RAIKIRI PRO (stable-fixes). - Input: xpad - add support for Snakebyte GAMEPADs (stable-fixes). - intel: legacy: Partial revert of field get conversion (git-fixes). - intel_th: pci: Add Granite Rapids SOC support (stable-fixes). - intel_th: pci: Add Granite Rapids support (stable-fixes). - intel_th: pci: Add Lunar Lake support (stable-fixes). - intel_th: pci: Add Meteor Lake-S CPU support (stable-fixes). - intel_th: pci: Add Meteor Lake-S support (stable-fixes). - intel_th: pci: Add Sapphire Rapids SOC support (stable-fixes). - interconnect: qcom: osm-l3: Replace custom implementation of COUNT_ARGS() (git-fixes). - interconnect: qcom: qcm2290: Fix mas_snoc_bimc QoS port assignment (git-fixes). - interconnect: qcom: qcm2290: Fix mas_snoc_bimc RPM master ID (git-fixes). - interconnect: qcom: sc8180x: Mark CO0 BCM keepalive (git-fixes). - interconnect: qcom: sm8550: Enable sync_state (git-fixes). - iomap: clear the per-folio dirty bits on all writeback failures (git-fixes) - iommu/amd: Enhance def_domain_type to handle untrusted device (git-fixes). - iommu/amd: Fix panic accessing amd_iommu_enable_faulting (bsc#1224767). - iommu/amd: Fix sysfs leak in iommu init (git-fixes). - iommu/arm-smmu-v3: Check that the RID domain is S1 in SVA (git-fixes). - iommu/arm-smmu-v3: Free MSIs in case of ENOMEM (git-fixes). - iommu/dma: Force swiotlb_max_mapping_size on an untrusted device (bsc#1224331) - iommu/dma: Trace bounce buffer usage when mapping buffers (git-fixes). - iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftest (git-fixes). - iommufd: Fix iopt_access_list_id overwrite bug (git-fixes). - iommufd/iova_bitmap: Bounds check mapped::pages access (git-fixes). - iommufd/iova_bitmap: Consider page offset for the pages to be pinned (git-fixes). - iommufd/iova_bitmap: Switch iova_bitmap::bitmap to an u8 array (git-fixes). - iommufd: Reject non-zero data_type if no data_len is provided (git-fixes). - iommu: Fix compilation without CONFIG_IOMMU_INTEL (git-fixes). - iommu: Map reserved memory as cacheable if device is coherent (git-fixes). - iommu: mtk: fix module autoloading (git-fixes). - iommu: Return right value in iommu_sva_bind_device() (git-fixes). - iommu: Undo pasid attachment only for the devices that have succeeded (git-fixes). - iommu/vt-d: Allocate DMAR fault interrupts locally (bsc#1224767). - iommu/vt-d: Allocate local memory for page request queue (git-fixes). - iommu/vt-d: Fix WARN_ON in iommu probe path (git-fixes). - iommu/vt-d: Fix wrong use of pasid config (git-fixes). - iommu/vt-d: Improve ITE fault handling if target device isn't present (git-fixes). - iommu/vt-d: Set SSADE when attaching to a parent with dirty tracking (git-fixes). - iommu/vt-d: Use rbtree to track iommu probed devices (git-fixes). - ionic: set adminq irq affinity (git-fixes). - io_uring: clean rings on NO_MMAP alloc fail (git-fixes). - io_uring: clear opcode specific data for an early failure (git-fixes). - io_uring: do not save/restore iowait state (git-fixes). - io_uring: fail NOP if non-zero op flags is passed in (git-fixes). - io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure (git-fixes). - io_uring: fix io_queue_proc modifying req->flags (git-fixes). - io_uring: fix mshot io-wq checks (git-fixes). - io_uring: fix mshot read defer taskrun cqe posting (git-fixes). - io_uring: fix poll_remove stalled req completion (git-fixes). - io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue() (git-fixes). - io_uring/io-wq: Use set_bit() and test_bit() at worker->flags (git-fixes). - io_uring: kabi cookie remove (bsc#1217384). - io_uring/kbuf: get rid of bl->is_ready (git-fixes). - io_uring/kbuf: get rid of lower BGID lists (git-fixes). Including kabi preservation patch. - io_uring/kbuf: protect io_buffer_list teardown with a reference (git-fixes). Reuses a padding space in the structure. - io_uring/kbuf: rename is_mapped (git-fixes). - io_uring/net: correctly handle multishot recvmsg retry setup (git-fixes). - io_uring/net: correct the type of variable (git-fixes). - io_uring/net: fix sendzc lazy wake polling (git-fixes). - io_uring/net: move receive multishot out of the generic msghdr path (git-fixes). - io_uring/net: restore msg_control on sendzc retry (git-fixes). - io_uring/net: unify how recvmsg and sendmsg copy in the msghdr (git-fixes). - io_uring: remove looping around handling traditional task_work (git-fixes). - io_uring: remove unconditional looping in local task_work handling (git-fixes). - io_uring/rsrc: do not lock while !TASK_RUNNING (git-fixes). - io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed (git-fixes). - io_uring/rw: do not allow multishot reads without NOWAIT support (git-fixes). - io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retry (git-fixes). - io_uring/sqpoll: work around a potential audit memory leak (git-fixes). - io_uring/unix: drop usage of io_uring socket (git-fixes). - io_uring: use private workqueue for exit work (git-fixes). - io_uring: use the right type for work_llist empty check (git-fixes). - io-wq: write next_work before dropping acct_lock (git-fixes). - ipmi: ssif_bmc: prevent integer overflow on 32bit systems (git-fixes). - ipv4: annotate data-races around fi->fib_dead (git-fixes). - ipvs: Fix checksumming on GSO of SCTP packets (bsc#1221958) - irqchip/alpine-msi: Fix off-by-one in allocation error path (git-fixes). - irqchip/armada-370-xp: Suppress unused-function warning (git-fixes). - irqchip/gic-v3-its: Do not assume vPE tables are preallocated (git-fixes). - irqchip/gic-v3-its: Fix VSYNC referencing an unmapped VPE on GIC v4.1 (git-fixes). - irqchip/gic-v3-its: Prevent double free on error (git-fixes). - irqchip/loongson-pch-msi: Fix off-by-one on allocation error path (git-fixes). - irqchip/mbigen: Do not use bus_get_dev_root() to find the parent (git-fixes). - irqchip/renesas-rzg2l: Add macro to retrieve TITSR register offset based on register's index (stable-fixes). - irqchip/renesas-rzg2l: Flush posted write in irq_eoi() (git-fixes). - irqchip/renesas-rzg2l: Implement restriction when writing ISCR register (stable-fixes). - irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger type (git-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi() (stable-fixes). - irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi() (stable-fixes). - iwlwifi: fw: fix more kernel-doc warnings (bsc#1227149). - iwlwifi: mvm: Drop unused fw_trips_index[] from iwl_mvm_thermal_device (bsc#1227149). - iwlwifi: mvm: Populate trip table before registering thermal zone (bsc#1227149). - iwlwifi: mvm: Use for_each_thermal_trip() for walking trip points (bsc#1227149). - ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa() (git-fixes). - ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able (git-fixes). - jffs2: Fix potential illegal address access in jffs2_free_inode (git-fixes). - jffs2: prevent xattr node from overflowing the eraseblock (git-fixes). - jfs: Fix array-index-out-of-bounds in diFree (git-fixes). - jfs: xattr: fix buffer overflow for invalid xattr (bsc#1227383). - kABI: Adjust trace_iterator.wait_index (git-fixes). - kABI: bpf: verifier kABI workaround (bsc#1225903). - kABI fix of KVM: x86/pmu: Allow programming events that match unsupported arch events (bsc#1225696). - kABI fix of KVM: x86/pmu: Prioritize VMX interception over - kABI fix of KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). - kabi fix of perf/x86/intel: Expose existence of callback support to KVM (git fixes). - kabi/severities: cleanup and update for WiFi driver entries (bsc#1227149) - kabi/severities: cover all ath/* drivers (bsc#1227149) All symbols in ath/* network drivers are local and can be ignored - kabi/severities: cover all mt76 modules (bsc#1227149) - kabi/severities: ignore amd pds internal symbols - kabi/severities: ignore brcmfmac-specific local symbols - kabi/severities: ignore IMS functions They were dropped in previous patches. Noone is supposed to use them. - kabi/severities: Ignore io_uring internal symbols - kabi/severities: ignore kABI changes Realtek WiFi drivers (bsc#1227149) All those symbols are local and used for its own helpers - kabi/severities: ignore TAS2781 symbol drop, it's only locally used - kabi/severities: ignore Wangxun ethernet driver local symbols - kabi/severities: Remove mitigation-related symbols Those are used by the core kernel to implement CPU vulnerabilities mitigation and are not expected to be consumed by 3rd party users. - kabi: Use __iowriteXX_copy_inlined for in-kernel modules (bsc#1226502) - kABI workaround for cs35l56 (git-fixes). - kABI workaround for of driver changes (git-fixes). - kABI workaround for sof_ipc_pcm_ops (git-fixes). - kABI workaround for wireless updates (bsc#1227149). - kasan: disable kasan_non_canonical_hook() for HW tags (git-fixes). - kasan, fortify: properly rename memintrinsics (git-fixes). - kasan: print the original fault addr when access invalid shadow (git-fixes). - kasan/test: avoid gcc warning for intentional overflow (git-fixes). - kbuild: avoid build error when single DTB is turned into composite DTB (git-fixes). - kbuild: Fix build target deb-pkg: ln: failed to create hard link (git-fixes). - kbuild: Install dtb files as 0644 in Makefile.dtbinst (git-fixes). - kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1 (stable-fixes). - kconfig: doc: fix a typo in the note about 'imply' (git-fixes). - kconfig: fix comparison to constant symbols, 'm', 'n' (git-fixes). - kconfig: fix infinite loop when expanding a macro at the end of file (git-fixes). - kconfig: gconf: give a proper initial state to the Save button (stable-fixes). - kconfig: remove wrong expr_trans_bool() (stable-fixes). - kcov: do not lose track of remote references during softirqs (git-fixes). - kernel-binary: vdso: Own module_dir - kernel-doc: fix struct_group_tagged() parsing (git-fixes). - kexec: do syscore_shutdown() in kernel_kexec (git-fixes). - KEYS: trusted: Do not use WARN when encode fails (git-fixes). - KEYS: trusted: Fix memory leak in tpm2_key_encode() (git-fixes). - kheaders: explicitly define file modes for archived headers (stable-fixes). - knfsd: LOOKUP can return an illegal error value (git-fixes). - kobject_uevent: Fix OOB access within zap_modalias_env() (git-fixes). - kprobe/ftrace: bail out if ftrace was killed (git-fixes). - kprobe/ftrace: fix build error due to bad function definition (git-fixes). - kprobes: Fix possible use-after-free issue on kprobe registration (git-fixes). - kselftest: Add a ksft_perror() helper (stable-fixes). - kunit: Fix checksum tests on big endian CPUs (git-fixed). - kunit/fortify: Fix mismatched kvalloc()/vfree() usage (git-fixes). - KVM: arm64: Use local TLBI on permission relaxation (bsc#1219478). - KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT Misconfig (git-fixes). - KVM: s390: Check kvm pointer when testing KVM_CAP_S390_HPAGE_1M (git-fixes bsc#1224790). - KVM: SEV-ES: Delegate LBR virtualization to the processor (git-fixes). - KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absent (git-fixes). - KVM: SVM: Add support for allowing zero SEV ASIDs (git-fixes). - KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region() (git-fixes). - KVM: SVM: Use unsigned integers when dealing with ASIDs (git-fixes). - KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (git-fixes). - KVM: VMX: Disable LBR virtualization if the CPU does not support LBR callstacks (git-fixes). - KVM: VMX: Report up-to-date exit qualification to userspace (git-fixes). - KVM: x86: Allow, do not ignore, same-value writes to immutable MSRs (git-fixes). - KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (git-fixes). - KVM: x86: Do not advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUID (git-fixes). - KVM: x86: Fix broken debugregs ABI for 32 bit kernels (git-fixes). - KVM: x86: Fully re-initialize supported_mce_cap on vendor module load (git-fixes). - KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helper (git-fixes). - KVM: x86: Mark target gfn of emulated atomic instruction as dirty (git-fixes). - KVM: x86/mmu: Do not force emulation of L2 accesses to non-APIC internal slots (git-fixes). - KVM: x86/mmu: Move private vs. shared check above slot validity checks (git-fixes). - KVM: x86/mmu: Restrict KVM_SW_PROTECTED_VM to the TDP MMU (git-fixes). - KVM: x86/mmu: Write-protect L2 SPTEs in TDP MMU when clearing dirty status (git-fixes). - KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled (git-fixes). - KVM: x86/pmu: Allow programming events that match unsupported arch events (git-fixes). - KVM: x86/pmu: Always treat Fixed counters as available when supported (git-fixes). - KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs (git-fixes). - KVM: x86/pmu: Disable support for adaptive PEBS (git-fixes). - KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs (git-fixes). - KVM: x86/pmu: Do not ignore bits 31:30 for RDPMC index on AMD (git-fixes). - KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platforms (git-fixes). - KVM: x86/pmu: Explicitly check NMI from guest to reducee false positives (git-fixes). - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (bsc#1226158). - KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index (git-fixes). - KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET" (git-fixes). - KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled (git-fixes). - KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatible (git-fixes). - KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALT (git-fixes). - KVM: x86/xen: fix recursive deadlock in timer injection (git-fixes). - KVM: x86/xen: improve accuracy of Xen timers (git-fixes). - KVM: x86/xen: inject vCPU upcall vector when local APIC is enabled (git-fixes). - KVM: x86/xen: remove WARN_ON_ONCE() with false positives in evtchn delivery (git-fixes). - leds: flash: leds-qcom-flash: Test the correct variable in init (git-fixes). - leds: mt6360: Fix memory leak in mt6360_init_isnk_properties() (git-fixes). - leds: pwm: Disable PWM when going to suspend (git-fixes). - leds: ss4200: Convert PCIBIOS_* return codes to errnos (git-fixes). - leds: triggers: Flush pending brightness before activating trigger (git-fixes). - leds: trigger: Unregister sysfs attributes before calling deactivate() (git-fixes). - libceph: fix race between delayed_work() and ceph_monc_stop() (bsc#1228192). - libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help (jsc#PED-5853). - lib: objagg: Fix general protection fault (git-fixes). - lib: objagg: Fix spelling (git-fixes). - libperf evlist: Avoid out-of-bounds access (git-fixes). - libsubcmd: Fix parse-options memory leak (git-fixes). - lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure (git-fixes). - lib: test_objagg: Fix spelling (git-fixes). - livepatch: Fix missing newline character in klp_resolve_symbols() (bsc#1223539). - locks: fix KASAN: use-after-free in trace_event_raw_event_filelock_lock (git-fixes) - lsm: fix the logic in security_inode_getsecctx() (git-fixes). - mac802154: fix llsec key resources release in mac802154_llsec_key_del (git-fixes). - mac802154: fix time calculation in ieee802154_configure_durations() (git-fixes). - mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() (git-fixes). - maple_tree: fix mas_empty_area_rev() null pointer dereference (git-fixes). - md: add a new helper rdev_has_badblock() (jsc#PED-7542). - md: add a new helper reshape_interrupted() (jsc#PED-7542). - md: changed the switch of RAID_VERSION to if (jsc#PED-7542). - md: check mddev->pers before calling md_set_readonly() (jsc#PED-7542). - md: clean up invalid BUG_ON in md_ioctl (jsc#PED-7542). - md: clean up openers check in do_md_stop() and md_set_readonly() (jsc#PED-7542). - md/dm-raid: do not call md_reap_sync_thread() directly (jsc#PED-7542). - md: Do not clear MD_CLOSING when the raid is about to stop (jsc#PED-7542). - md: do not clear MD_RECOVERY_FROZEN for new dm-raid until resume (jsc#PED-7542). - md: export helper md_is_rdwr() (jsc#PED-7542). - md: export helpers to stop sync_thread (jsc#PED-7542). - md: factor out a helper to sync mddev (jsc#PED-7542). - md: fix kmemleak of rdev->serial (jsc#PED-7542). - md: get rdev->mddev with READ_ONCE() (jsc#PED-7542). - md: merge the check of capabilities into md_ioctl_valid() (jsc#PED-7542). - md: preserve KABI in struct md_personality (jsc#PED-7542). - md/raid1-10: add a helper raid1_check_read_range() (jsc#PED-7542). - md/raid1-10: factor out a new helper raid1_should_read_first() (jsc#PED-7542). - md/raid1: factor out choose_bb_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out choose_slow_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out helpers to add rdev to conf (jsc#PED-7542). - md/raid1: factor out helpers to choose the best rdev from read_balance() (jsc#PED-7542). - md/raid1: factor out read_first_rdev() from read_balance() (jsc#PED-7542). - md/raid1: factor out the code to manage sequential IO (jsc#PED-7542). - md/raid1: fix choose next idle in read_balance() (jsc#PED-7542). - md/raid1: record nonrot rdevs while adding/removing rdevs to conf (jsc#PED-7542). - md: remove redundant check of 'mddev->sync_thread' (jsc#PED-7542). - md: remove redundant md_wakeup_thread() (jsc#PED-7542). - md: return directly before setting did_set_md_closing (jsc#PED-7542). - md: sync blockdev before stopping raid or setting readonly (jsc#PED-7542). - md: use RCU lock to protect traversal in md_spares_need_change() (jsc#PED-7542). - media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries (git-fixes). - media: cadence: csi2rx: use match fwnode for media link (git-fixes). - media: cec: core: remove length check of Timer Status (stable-fixes). - media: dt-bindings: ovti,ov2680: Fix the power supply names (git-fixes). - media: dvb: as102-fe: Fix as10x_register_addr packing (stable-fixes). - media: dvbdev: Initialize sbuf (stable-fixes). - media: dvb-frontends: tda10048: Fix integer overflow (stable-fixes). - media: dvb-frontends: tda18271c2dd: Remove casting during div (stable-fixes). - media: dvb-usb: dib0700_devices: Add missing release_firmware() (stable-fixes). - media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control() (git-fixes). - media: dw2102: Do not translate i2c read into write (stable-fixes). - media: dw2102: fix a potential buffer overflow (git-fixes). - media: flexcop-usb: fix sanity check of bNumEndpoints (git-fixes). - media: i2c: et8ek8: Do not strip remove function when driver is builtin (git-fixes). - media: i2c: Fix imx412 exposure control (git-fixes). - media: imon: Fix race getting ictx->lock (git-fixes). - media: imx-jpeg: Drop initial source change event if capture has been setup (git-fixes). - media: imx-jpeg: Remove some redundant error logs (git-fixes). - media: imx-pxp: Fix ERR_PTR dereference in pxp_probe() (git-fixes). - media: ipu3-cio2: Request IRQ earlier (git-fixes). - media: lgdt3306a: Add a check against null-pointer-def (stable-fixes). - media: mc: Fix flags handling when creating pad links (stable-fixes). - media: mc: Fix graph walk in media_pipeline_start (git-fixes). - media: mc: mark the media devnode as registered from the, start (git-fixes). - media: mc: Rename pad variable to clarify intent (stable-fixes). - media: mxl5xx: Move xpt structures off stack (stable-fixes). - media: ngene: Add dvb_ca_en50221_init return value check (git-fixes). - media: pci: ivtv: Add check for DMA map result (git-fixes). - media: radio-shark2: Avoid led_names truncations (git-fixes). - media: rcar-vin: Fix YUYV8_1X16 handling for CSI-2 (git-fixes). - media: rcar-vin: work around -Wenum-compare-conditional warning (git-fixes). - media: renesas: vsp1: Fix _irqsave and _irq mix (git-fixes). - media: renesas: vsp1: Store RPF partition configuration per RPF instance (git-fixes). - media: rkisp1: Fix IRQ handling due to shared interrupts (stable-fixes). - media: s2255: Use refcount_t instead of atomic_t for num_channels (stable-fixes). - media: sta2x11: fix irq handler cast (stable-fixes). - media: stk1160: fix bounds checking in stk1160_copy_video() (git-fixes). - media: sunxi: a83-mips-csi2: also select GENERIC_PHY (git-fixes). - media: uvcvideo: Add quirk for Logitech Rally Bar (git-fixes). - media: uvcvideo: Fix integer overflow calculating timestamp (git-fixes). - media: uvcvideo: Override default flags (git-fixes). - media: v4l2-core: hold videodev_lock until dev reg, finishes (stable-fixes). - media: v4l2-subdev: Fix stream handling for crop API (git-fixes). - media: v4l: async: Fix NULL pointer dereference in adding ancillary links (git-fixes). - media: v4l: Do not turn on privacy LED if streamon fails (git-fixes). - media: v4l: subdev: Fix typo in documentation (git-fixes). - media: venus: fix use after free in vdec_close (git-fixes). - media: venus: flush all buffers in output plane streamoff (git-fixes). - mei: demote client disconnect warning on suspend to debug (stable-fixes). - mei: me: add arrow lake point H DID (stable-fixes). - mei: me: add arrow lake point S DID (stable-fixes). - mei: me: add lunar lake point M DID (stable-fixes). - mei: me: disable RPL-S on SPS and IGN firmwares (git-fixes). - mei: me: release irq in mei_me_pci_resume error path (git-fixes). - Merge branch 'SLE15-SP6' (7c8fc2c7cc52) into 'SLE15-SP6-RT' - mfd: omap-usb-tll: Use struct_size to allocate tll (git-fixes). - mfd: pm8008: Fix regmap irq chip initialisation (git-fixes). - misc: fastrpc: Avoid updating PD type for capability request (git-fixes). - misc: fastrpc: Copy the complete capability structure to user (git-fixes). - misc: fastrpc: Fix DSP capabilities request (git-fixes). - misc: fastrpc: Fix memory leak in audio daemon attach operation (git-fixes). - misc: fastrpc: Fix ownership reassignment of remote heap (git-fixes). - misc: fastrpc: Restrict untrusted app to attach to privileged PD (git-fixes). - misc: microchip: pci1xxxx: Fix a memory leak in the error handling of gp_aux_bus_probe() (git-fixes). - misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe() (git-fixes). - mISDN: Fix a use after free in hfcmulti_tx() (git-fixes). - mISDN: fix MISDN_TIME_STAMP handling (git-fixes). - mlxbf_gige: call request_irq() after NAPI initialized (git-fixes). - mlxbf_gige: stop interface during shutdown (git-fixes). - mlxbf_gige: stop PHY during open() error paths (git-fixes). - mlxsw: Use refcount_t for reference counting (git-fixes). - mmc: core: Add HS400 tuning in HS400es initialization (stable-fixes). - mmc: core: Add mmc_gpiod_set_cd_config() function (stable-fixes). - mmc: core: Avoid negative index with array access (git-fixes). - mmc: core: Do not force a retune before RPMB switch (stable-fixes). - mmc: core: Initialize mmc_blk_ioc_data (git-fixes). - mmc: davinci: Do not strip remove function when driver is builtin (git-fixes). - mmc: omap: fix broken slot switch lookup (git-fixes). - mmc: omap: fix deferred probe (git-fixes). - mmc: omap: restore original power up/down steps (git-fixes). - mmc: sdhci-acpi: Add quirk to enable pull-up on the card-detect GPIO on Asus T100TA (git-fixes). - mmc: sdhci-acpi: Disable write protect detection on Toshiba WT10-A (stable-fixes). - mmc: sdhci-acpi: Fix Lenovo Yoga Tablet 2 Pro 1380 sdcard slot not working (stable-fixes). - mmc: sdhci-acpi: Sort DMI quirks alphabetically (stable-fixes). - mmc: sdhci: Add support for "Tuning Error" interrupts (stable-fixes). - mmc: sdhci_am654: Add ITAPDLYSEL in sdhci_j721e_4bit_set_clock (git-fixes). - mmc: sdhci_am654: Add OTAP/ITAP delay enable (git-fixes). - mmc: sdhci_am654: Add tuning algorithm for delay chain (git-fixes). - mmc: sdhci_am654: Fix ITAPDLY for HS400 timing (git-fixes). - mmc: sdhci_am654: Write ITAPDLY for DDR52 timing (git-fixes). - mmc: sdhci-brcmstb: check R1_STATUS for erase/trim/discard (git-fixes). - mmc: sdhci: Do not invert write-protect twice (git-fixes). - mmc: sdhci: Do not lock spinlock around mmc_gpio_get_ro() (git-fixes). - mmc: sdhci-msm: pervent access to suspended controller (git-fixes). - mmc: sdhci-omap: re-tuning is needed after a pm transition to support emmc HS200 mode (git-fixes). - mmc: sdhci-pci: Convert PCIBIOS_* return codes to errnos (git-fixes). - mm_init kABI workaround (git-fixes). - mm: memcg: do not periodically flush stats when memcg is disabled (bsc#1222525). - mm: memcg: use larger batches for proactive reclaim (bsc#1222522). - mm,page_owner: check for null stack_record before bumping its refcount (bsc#1222366). - mm,page_owner: Defer enablement of static branch (bsc#1222366). - mm,page_owner: drop unnecessary check (bsc#1222366). - mm,page_owner: Fix accounting of pages when migrating (bsc#1222366). - mm,page_owner: Fix printing of stack records (bsc#1222366). - mm,page_owner: fix recursion (bsc#1222366). - mm,page_owner: Fix refcount imbalance (bsc#1222366). - mm: page_owner: fix wrong information in dump_page_owner (git-fixes). - mm,page_owner: Update metadata for tail pages (bsc#1222366). - mm/slab: make __free(kfree) accept error pointers (git-fixes). - modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS (stable-fixes). - module: do not ignore sysfs_create_link() failures (git-fixes). - mptcp: annotate data-races around msk->rmem_fwd_alloc (git-fixes). - mptcp: fix bogus receive window shrinkage with multiple subflows (git-fixes). - mptcp: move __mptcp_error_report in protocol.c (git-fixes). - mptcp: process pending subflow error on close (git-fixes). - mptcp: Remove unnecessary test for __mptcp_init_sock() (git-fixes). - mt76: connac: move more mt7921/mt7915 mac shared code in connac lib (bsc#1227149). - mt76: mt7996: rely on mt76_sta_stats in mt76_wcid (bsc#1227149). - mtd: core: Report error if first mtd_otp_size() call fails in mtd_otp_nvmem_add() (git-fixes). - mtd: diskonchip: work around ubsan link failure (stable-fixes). - mtd: partitions: redboot: Added conversion of operands to a larger type (stable-fixes). - mtd: rawnand: Bypass a couple of sanity checks during NAND identification (git-fixes). - mtd: rawnand: Ensure ECC configuration is propagated to upper layers (git-fixes). - mtd: rawnand: Fix the nand_read_data_op() early check (git-fixes). - mtd: rawnand: hynix: fixed typo (git-fixes). - mtd: rawnand: rockchip: ensure NVDDR timings are rejected (git-fixes). - mtd: spinand: Add support for 5-byte IDs (stable-fixes). - net: add netdev_lockdep_set_classes() to virtual drivers (git-fixes). - net: annotate data-races around sk->sk_bind_phc (git-fixes). - net: annotate data-races around sk->sk_forward_alloc (git-fixes). - net: annotate data-races around sk->sk_lingertime (git-fixes). - net: annotate data-races around sk->sk_tsflags (git-fixes). - net: bonding: remove kernel-doc comment marker (git-fixes). - net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new (git-fixes). - net: can: j1939: Initialize unused data in j1939_send_one() (git-fixes). - net: can: j1939: recover socket queue on CAN bus error during BAM transmission (git-fixes). - net: cfg802154: fix kernel-doc notation warnings (git-fixes). - net/dcb: check for detached device before executing callbacks (bsc#1215587). - net: dsa: microchip: fix register write order in ksz8_ind_write8() (git-fixes). - net: dsa: mt7530: fix handling of all link-local frames (git-fixes). - net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports (git-fixes). - net: dsa: mt7530: prevent possible incorrect XTAL frequency selection (git-fixes). - net: dsa: mt7530: trap link-local frames regardless of ST Port State (git-fixes). - net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45() (git-fixes). - net: ena: Fix incorrect descriptor free behavior (git-fixes). - net: ena: Fix potential sign extension issue (git-fixes). - net: ena: Fix redundant device NUMA node override (jsc#PED-8688). - net: ena: Move XDP code to its new files (git-fixes). - net: ena: Pass ena_adapter instead of net_device to ena_xmit_common() (git-fixes). - net: ena: Remove ena_select_queue (git-fixes). - net: ena: Set tx_info->xdpf value to NULL (git-fixes). - net: ena: Use tx_ring instead of xdp_ring for XDP channel TX (git-fixes). - net: ena: Wrong missing IO completions check order (git-fixes). - net: ethernet: mtk_eth_soc: fix PPE hanging issue (git-fixes). - net: ethernet: mtk_wed: introduce mtk_wed_buf structure (bsc#1227149). - net: ethernet: mtk_wed: rename mtk_rxbm_desc in mtk_wed_bm_desc (bsc#1227149). - net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdio (git-fixes). - net: fec: Set mac_managed_pm during probe (git-fixes). - net: fill in MODULE_DESCRIPTION()s in kuba@'s modules (bsc#1227149). - netfilter: nf_tables: disable toggling dormant table state more than once (git-fixes). - netfilter: nf_tables: uapi: Describe NFTA_RULE_CHAIN_ID (git-fixes). - netfilter: nft_ct: fix l3num expectations with inet pseudo family (git-fixes). - netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention (git-fixes). - net: hns3: fix index limit to support all queue stats (git-fixes). - net: hns3: fix kernel crash when 1588 is received on HIP08 devices (git-fixes). - net: hns3: fix kernel crash when devlink reload during pf initialization (git-fixes). - net: hns3: fix port duplex configure error in IMP reset (git-fixes). - net: hns3: fix wrong judgment condition issue (git-fixes). - net: hns3: mark unexcuted loopback test result as UNEXECUTED (git-fixes). - net: hns3: Remove io_stop_wc() calls after __iowrite64_copy() (bsc#1226502) - net: hns3: tracing: fix hclgevf trace event strings (git-fixes). - net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink() (git-fixes). - net: ks8851: Handle softirqs at the end of IRQ thread to fix hang (git-fixes). - net: ks8851: Inline ks8851_rx_skb() (git-fixes). - net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs (git-fixes). - net: lan743x: Add set RFE read fifo threshold for PCI1x1x chips (git-fixes). - net: lan743x: disable WOL upon resume to restore full data path operation (git-fixes). - net: lan743x: Support WOL at both the PHY and MAC appropriately (git-fixes). - net: libwx: fix memory leak on free page (git-fixes). - net: llc: fix kernel-doc notation warnings (git-fixes). - net: ll_temac: platform_get_resource replaced by wrong function (git-fixes). - net: mana: Enable MANA driver on ARM64 with 4K page size (jsc#PED-8491). - net: mana: Fix possible double free in error handling path (git-fixes). - net: mana: Fix Rx DMA datasize and skb_over_panic (git-fixes). - net: mana: Fix the extra HZ in mana_hwc_send_request (git-fixes). - net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is up (git-fixes). - net/mlx5: Correctly compare pkt reformat ids (git-fixes). - net/mlx5e: Change the warning when ignore_flow_level is not supported (git-fixes). - net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmit (git-fixes). - net/mlx5e: Fix MACsec state loss upon state update in offload path (git-fixes). - net/mlx5e: Fix mlx5e_priv_init() cleanup flow (git-fixes). - net/mlx5e: HTB, Fix inconsistencies with QoS SQs number (git-fixes). - net/mlx5e: RSS, Block changing channels number when RXFH is configured (git-fixes). - net/mlx5e: RSS, Block XOR hash with over 128 channels (git-fixes). - net/mlx5: E-switch, Change flow rule destination checking (git-fixes). - net/mlx5: E-switch, store eswitch pointer before registering devlink_param (git-fixes). - net/mlx5e: Switch to using _bh variant of of spinlock API in port timestamping NAPI poll context (git-fixes). - net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map (git-fixes). - net/mlx5: Fix fw reporter diagnose output (git-fixes). - net/mlx5: Fix MTMP register capability offset in MCAM register (git-fixes). - net/mlx5: Fix peer devlink set for SF representor devlink port (git-fixes). - net/mlx5: Lag, restore buckets number to default after hash LAG deactivation (git-fixes). - net/mlx5: offset comp irq index in name by one (git-fixes). - net/mlx5: Properly link new fs rules into the tree (git-fixes). - net/mlx5: Register devlink first under devlink lock (git-fixes). - net/mlx5: Restore mistakenly dropped parts in register devlink flow (git-fixes). - net/mlx5: SF, Stop waiting for FW as teardown was called (git-fixes). - net: nfc: remove inappropriate attrs check (stable-fixes). - net: NSH: fix kernel-doc notation warning (git-fixes). - net: pcs: xpcs: Return EINVAL in the internal methods (git-fixes). - net: phy: fix phy_read_poll_timeout argument type in genphy_loopback (git-fixes). - net: phy: micrel: add Microchip KSZ 9477 to the device table (git-fixes). - net: phy: micrel: fix KSZ9477 PHY issues after suspend/resume (git-fixes). - net: phy: micrel: Fix potential null pointer dereference (git-fixes). - net: phy: Micrel KSZ8061: fix errata solution not taking effect problem (git-fixes). - net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestamping (git-fixes). - net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8061 (git-fixes). - net: phy: microchip: lan87xx: reinit PHY after cable test (git-fixes). - net: phy: mxl-gpy: Remove interrupt mask clearing from config_init (git-fixes). - net: phy: phy_device: Fix PHY LED blinking code comment (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (git-fixes). - net: phy: phy_device: Prevent nullptr exceptions on ISR (stable-fixes). - net: ravb: Always process TX descriptor ring (git-fixes). - net: ravb: Let IP-specific receive function to interrogate descriptors (git-fixes). - net: Remove conditional threaded-NAPI wakeup based on task state (bsc#1214683 (PREEMPT_RT prerequisite backports)). - net/smc: bugfix for smcr v2 server connect success statistic (git-fixes). - net/smc: fix documentation of buffer sizes (git-fixes). - net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_port_add (git-fixes). - net: smsc95xx: add support for SYS TEC USB-SPEmodule1 (git-fixes). - net: sparx5: Fix use after free inside sparx5_del_mact_entry (git-fixes). - net: sparx5: fix wrong config being used when reconfiguring PCS (git-fixes). - net: sparx5: flower: fix fragment flags handling (git-fixes). - net: stmmac: dwmac-starfive: Add support for JH7100 SoC (git-fixes). - net: stmmac: Fix incorrect dereference in interrupt handlers (git-fixes). - net: stmmac: fix rx queue priority assignment (git-fixes). - net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() (git-fixes). - net: tcp: fix unexcepted socket die when snd_wnd is 0 (git-fixes). - net: tls: fix returned read length with async decrypt (bsc#1221858). - net: tls: fix use-after-free with partial reads and async (bsc#1221858). - net: tls, fix WARNIING in __sk_msg_free (bsc#1221858). - net: usb: ax88179_178a: avoid the interface always configured as random address (git-fixes). - net: usb: ax88179_178a: avoid writing the mac address before first reading (git-fixes). - net: usb: ax88179_178a: fix link status when link is set to down/up (git-fixes). - net: usb: ax88179_178a: improve link status logs (git-fixes). - net: usb: ax88179_178a: improve reset check (git-fixes). - net: usb: ax88179_178a: stop lying about skb->truesize (git-fixes). - net: usb: qmi_wwan: add Telit FN912 compositions (stable-fixes). - net: usb: qmi_wwan: add Telit FN920C04 compositions (git-fixes). - net:usb:qmi_wwan: support Rolling modules (stable-fixes). - net: usb: rtl8150 fix unintiatilzed variables in rtl8150_get_link_ksettings (git-fixes). - net: usb: smsc95xx: fix changing LED_SEL bit value updated from EEPROM (git-fixes). - net: usb: smsc95xx: stop lying about skb->truesize (git-fixes). - net: usb: sr9700: stop lying about skb->truesize (git-fixes). - net: Use sockaddr_storage for getsockopt(SO_PEERNAME) (git-fixes). - net: veth: do not manipulate GRO when using XDP (git-fixes). - net: wwan: t7xx: Split 64bit accesses to fix alignment issues (git-fixes). - net/x25: fix incorrect parameter validation in the x25_getsockopt() function (git-fixes). - nfc/nci: Add the inconsistency check between the input data length and count (stable-fixes). - nfc: nci: Fix handling of zero-length payload packets in nci_rx_work() (git-fixes). - nfc: nci: Fix kcov check in nci_rx_work() (git-fixes). - nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet (git-fixes). - nfc: nci: Fix uninit-value in nci_rx_work (git-fixes). - nf_conntrack: fix -Wunused-const-variable= (git-fixes). - NFC: trf7970a: disable all regulators on removal (git-fixes). - nfp: flower: handle acti_netdevs allocation failure (git-fixes). - NFS: abort nfs_atomic_open_v23 if name is too long (bsc#1219847). - NFS: add atomic_open for NFSv3 to handle O_TRUNC correctly (bsc#1219847). - NFS: add barriers when testing for NFS_FSDATA_BLOCKED (git-fixes). - nfs: Avoid flushing many pages with NFS_FILE_SYNC (bsc#1218442). - NFS: avoid infinite loop in pnfs_update_layout (bsc#1219633 bsc#1226226). - nfs: Block on write congestion (bsc#1218442). - nfs: Bump default write congestion size (bsc#1218442). - NFSD: change LISTXATTRS cookie encoding to big-endian (git-fixes). - NFSD: Convert the callback workqueue to use delayed_work (git-fixes). - nfsd: do not call locks_release_private() twice concurrently (git-fixes). - nfsd: Fix a regression in nfsd_setattr() (git-fixes). - NFSD: Fix checksum mismatches in the duplicate reply cache (git-fixes). - NFSD: fix LISTXATTRS returning a short list with eof=TRUE (git-fixes). - NFSD: fix LISTXATTRS returning more bytes than maxcount (git-fixes). - NFSD: fix nfsd4_listxattr_validate_cookie (git-fixes). - NFSD: Fix nfsd_clid_class use of __string_len() macro (git-fixes). - nfsd: hold a lighter-weight client reference over CB_RECALL_ANY (git-fixes). - nfsd: optimise recalculate_deny_mode() for a common case (bsc#1217912). - NFSD: Reschedule CB operations when backchannel rpc_clnt is shut down (git-fixes). - NFSD: Reset cb_seq_status after NFS4ERR_DELAY (git-fixes). - NFSD: Retransmit callbacks after client reconnects (git-fixes). - nfs: Drop pointless check from nfs_commit_release_pages() (bsc#1218442). - nfs: drop the incorrect assertion in nfs_swap_rw() (git-fixes). - nfsd: use __fput_sync() to avoid delayed closing of files (bsc#1223380 bsc#1217408). - NFS: Fix an off by one in root_nfs_cat() (git-fixes). - NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interrupt (git-fixes). - nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (git-fixes). - NFS: Fix READ_PLUS when server does not support OP_READ_PLUS (git-fixes). - nfs: fix undefined behavior in nfs_block_bits() (git-fixes). - nfs: Fix up kabi after adding write_congestion_wait (bsc#1218442). - nfs: Handle error of rpc_proc_register() in nfs_net_init() (git-fixes). - nfs: keep server info for remounts (git-fixes). - nfs: Properly initialize server->writeback (bsc#1218442). - NFS: Read unlock folio on nfs_page_create_from_folio() error (git-fixes). - NFSv4.1 enforce rootpath check in fs_location query (git-fixes). - NFSv4.1/pnfs: fix NFS with TLS in pnfs (git-fixes). - NFSv4.2: fix listxattr maximum XDR buffer size (git-fixes). - NFSv4.2: fix nfs4_listxattr kernel BUG at mm/usercopy.c:102 (git-fixes). - NFSv4: Fixup smatch warning for ambiguous return (git-fixes). - NFSv4.x: by default serialize open/close operations (bsc#1223863 bsc#1227362). - nilfs2: add missing check for inode numbers on directory entries (stable-fixes). - nilfs2: avoid undefined behavior in nilfs_cnt32_ge macro (git-fixes). - nilfs2: convert persistent object allocator to use kmap_local (git-fixes). - nilfs2: fix incorrect inode allocation from reserved inodes (git-fixes). - nilfs2: fix inode number range checks (stable-fixes). - nilfs2: fix nilfs_empty_dir() misjudgment and long loop on I/O errors (git-fixes). - nilfs2: fix OOB in nilfs_set_de_type (git-fixes). - nilfs2: fix out-of-range warning (git-fixes). - nilfs2: fix potential bug in end_buffer_async_write (git-fixes). - nilfs2: fix potential hang in nilfs_detach_log_writer() (git-fixes). - nilfs2: fix unexpected freezing of nilfs_segctor_sync() (git-fixes). - nilfs2: fix use-after-free of timer for log writer thread (git-fixes). - nilfs2: make superblock data array index computation sparse friendly (git-fixes). - nilfs2: return the mapped address from nilfs_get_page() (stable-fixes). - nouveau: add an ioctl to report vram usage (stable-fixes). - nouveau: add an ioctl to return vram bar size (stable-fixes). - nouveau/dmem: handle kcalloc() allocation failure (git-fixes). - nouveau: fix devinit paths to only handle display on GSP (git-fixes). - nouveau: fix function cast warning (git-fixes). - nouveau: fix instmem race condition around ptr stores (git-fixes). - nouveau/gsp: do not check devinit disable on GSP (git-fixes). - nouveau: lock the client object tree (stable-fixes). - nouveau: report byte usage in VRAM usage (git-fixes). - nouveau: reset the bo resource bus info after an eviction (git-fixes). - nouveau/uvmm: fix addr/range calcs for remap operations (git-fixes). - nvdimm: make nvdimm_bus_type const (jsc#PED-5853). - nvdimm/pmem: fix leak on dax_add_host() failure (jsc#PED-5853). - nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal (jsc#PED-5853). - nvme: cancel pending I/O if nvme controller is in terminal state (bsc#1226503). - nvme: do not retry authentication failures (bsc#1186716). - nvme-fabrics: short-circuit reconnect retries (bsc#1186716). - nvme-fc: do not wait in vain when unloading module (git-fixes). - nvme: find numa distance only if controller has valid numa id (git-fixes). - nvme: fix multipath batched completion accounting (git-fixes). - nvme: fix nvme_pr_* status code parsing (git-fixes). - nvme: fix reconnection fail due to reserved tag allocation (git-fixes). - nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATH (git-fixes). - nvme-multipath: fix io accounting on failover (git-fixes). - nvme-pci: Add quirk for broken MSIs (git-fixes). - nvme: return kernel error codes for admin queue connect (bsc#1186716). - nvmet-auth: replace pr_debug() with pr_err() to report an error (git-fixes). - nvmet-auth: return the error code to the nvmet_auth_host_hash() callers (git-fixes). - nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq (bsc#1224049). - nvme-tcp: Export the nvme_tcp_wq to sysfs (bsc#1224049). - nvme-tcp: strict pdu pacing to avoid send stalls on TLS (bsc#1221858). - nvmet-fc: abort command when there is no binding (git-fixes). - nvmet-fc: defer cleanup using RCU properly (git-fixes). - nvmet-fc: hold reference on hostport match (git-fixes). - nvmet-fcloop: swap the list_add_tail arguments (git-fixes). - nvmet-fc: release reference on target port (git-fixes). - nvmet: fix ns enable/disable possible hang (git-fixes). - nvmet: fix nvme status code when namespace is disabled (git-fixes). - nvmet: lock config semaphore when accessing DH-HMAC-CHAP key (bsc#1186716). - nvmet-passthru: propagate status from id override functions (git-fixes). - nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists() (git-fixes). - nvmet: return DHCHAP status codes from nvmet_setup_auth() (bsc#1186716). - nvmet-tcp: fix nvme tcp ida memory leak (git-fixes). - nvmet-tcp: fix possible memory leak when tearing down a controller (git-fixes). - ocfs2: adjust enabling place for la window (bsc#1219224). - ocfs2: fix DIO failure due to insufficient transaction credits (git-fixes). - ocfs2: fix races between hole punching and AIO+DIO (git-fixes). - ocfs2: fix sparse warnings (bsc#1219224). - ocfs2: improve write IO performance when fragmentation is high (bsc#1219224). - ocfs2: speed up chain-list searching (bsc#1219224). - ocfs2: use coarse time for new created files (git-fixes). - octeontx2-af: Add array index check (git-fixes). - octeontx2-af: Fix devlink params (git-fixes). - octeontx2-af: Fix issue with loading coalesced KPU profiles (git-fixes). - octeontx2-af: Fix NIX SQ mode and BP config (git-fixes). - Octeontx2-af: fix pause frame configuration in GMP mode (git-fixes). - octeontx2-af: Use matching wake_up API variant in CGX command interface (git-fixes). - octeontx2-af: Use separate handlers for interrupts (git-fixes). - octeontx2: Detect the mbox up or down message via register (git-fixes). - octeontx2-pf: check negative error code in otx2_open() (git-fixes). - octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementation (git-fixes). - octeontx2-pf: Fix transmit scheduler resource leak (git-fixes). - octeontx2-pf: Send UP messages to VF only when VF is up (git-fixes). - octeontx2-pf: Use default max_active works instead of one (git-fixes). - octeontx2-pf: Wait till detach_resources msg is complete (git-fixes). - of: dynamic: Synchronize of_changeset_destroy() with the devlink removals (git-fixes). - of: module: add buffer overflow check in of_modalias() (git-fixes). - of: module: prevent NULL pointer dereference in vsnprintf() (stable-fixes). - of: property: Add in-ports/out-ports support to of_graph_get_port_parent() (stable-fixes). - of: property: fix typo in io-channels (git-fixes). - of: property: fw_devlink: Fix stupid bug in remote-endpoint parsing (git-fixes). - of: property: Improve finding the consumer of a remote-endpoint property (git-fixes). - of: property: Improve finding the supplier of a remote-endpoint property (git-fixes). - of: unittest: Fix compile in the non-dynamic case (git-fixes). - orangefs: fix out-of-bounds fsid access (git-fixes). - overflow: Allow non-type arg to type_max() and type_min() (stable-fixes). - PCI/AER: Block runtime suspend when handling errors (stable-fixes). - PCI/ASPM: Update save_state when configuration changes (bsc#1226915) - PCI/ASPM: Use RMW accessors for changing LNKCTL (git-fixes). - PCI: Clear Secondary Status errors after enumeration (bsc#1226928) - PCI: Delay after FLR of Solidigm P44 Pro NVMe (stable-fixes). - PCI: Disable D3cold on Asus B1400 PCI-NVMe bridge (stable-fixes). - PCI: Do not wait for disconnected devices when resuming (git-fixes). - PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal (git-fixes). - PCI/DPC: Quirk PIO log size for Intel Raptor Lake Root Ports (stable-fixes). - PCI/DPC: Use FIELD_GET() (stable-fixes). - PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host (git-fixes). - PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot (git-fixes). - PCI: dw-rockchip: Fix initial PERST# GPIO value (git-fixes). - PCI/EDR: Align EDR_PORT_DPC_ENABLE_DSM with PCI Firmware r3.3 (git-fixes). - PCI/EDR: Align EDR_PORT_LOCATE_DSM with PCI Firmware r3.3 (git-fixes). - PCI: endpoint: Clean up error handling in vpci_scan_bus() (git-fixes). - PCI: endpoint: Fix error handling in epf_ntb_epc_cleanup() (git-fixes). - PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init() (git-fixes). - PCI: Execute quirk_enable_clear_retrain_link() earlier (stable-fixes). - PCI: Extend ACS configurability (bsc#1228090). - PCI: Fix resource double counting on remove & rescan (git-fixes). - PCI: Fix typos in docs and comments (stable-fixes). - PCI: hv: Fix ring buffer size calculation (git-fixes). - PCI: Introduce cleanup helpers for device reference counts and locks (stable-fixes). - PCI: keystone: Do not enable BAR 0 for AM654x (git-fixes). - PCI: keystone: Fix NULL pointer dereference in case of DT error in ks_pcie_setup_rc_app_regs() (git-fixes). - PCI: keystone: Relocate ks_pcie_set/clear_dbi_mode() (git-fixes). - PCI: Make link retraining use RMW accessors for changing LNKCTL (git-fixes). - PCI/MSI: Fix UAF in msi_capability_init (git-fixes). - PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports (stable-fixes). - PCI/PM: Drain runtime-idle callbacks before driver removal (stable-fixes). - PCI: qcom: Add support for sa8775p SoC (git-fixes). - PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p (git-fixes). - PCI: qcom-ep: Disable resources unconditionally during PERST# assert (git-fixes). - PCI: rcar: Demote WARN() to dev_warn_ratelimited() in rcar_pcie_wakeup() (git-fixes). - PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id (git-fixes). - PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio (git-fixes). - PCI: rpaphp: Error out on busy status from get-sensor-state (bsc#1223369 ltc#205888). - PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word() (stable-fixes). - PCI: switchtec: Add support for PCIe Gen5 devices (stable-fixes). - PCI: switchtec: Use normal comment style (stable-fixes). - PCI: tegra194: Fix probe path for Endpoint mode (git-fixes). - PCI: tegra194: Set EP alignment restriction for inbound ATU (git-fixes). - PCI: vmd: Create domain symlink before pci_bus_add_devices() (bsc#1227363). - peci: linux/peci.h: fix Excess kernel-doc description warning (git-fixes). - perf annotate: Fix annotation_calc_lines() to pass correct address to get_srcline() (git-fixes). - perf annotate: Get rid of duplicate --group option item (git-fixes). - perf auxtrace: Fix multiple use of --itrace option (git-fixes). - perf bench internals inject-build-id: Fix trap divide when collecting just one DSO (git-fixes). - perf bench uprobe: Remove lib64 from libc.so.6 binary path (git-fixes). - perf bpf: Clean up the generated/copied vmlinux.h (git-fixes). - perf daemon: Fix file leak in daemon_session__control (git-fixes). - perf docs: Document bpf event modifier (git-fixes). - perf: Enqueue SIGTRAP always via task_work (bsc#1214683 (PREEMPT_RT prerequisite backports)). - perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample() (git-fixes). - perf expr: Fix "has_event" function for metric style events (git-fixes). - perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) (git-fixes). - perf jevents: Drop or simplify small integer values (git-fixes). - perf list: fix short description for some cache events (git-fixes). - perf lock contention: Add a missing NULL check (git-fixes). - perf metric: Do not remove scale from counts (git-fixes). - perf: Move irq_work_queue() where the event is prepared (bsc#1214683 (PREEMPT_RT prerequisite backports)). - perf pmu: Count sys and cpuid JSON events separately (git fixes). - perf pmu: Fix a potential memory leak in perf_pmu__lookup() (git-fixes). - perf pmu: Treat the msr pmu as software (git-fixes). - perf print-events: make is_event_supported() more robust (git-fixes). - perf probe: Add missing libgen.h header needed for using basename() (git-fixes). - perf record: Check conflict between '--timestamp-filename' option and pipe mode before recording (git-fixes). - perf record: Fix debug message placement for test consumption (git-fixes). - perf record: Fix possible incorrect free in record__switch_output() (git-fixes). - perf: Remove perf_swevent_get_recursion_context() from perf_pending_task() (bsc#1214683 (PREEMPT_RT prerequisite backports)). - perf report: Avoid SEGV in report__setup_sample_type() (git-fixes). - perf sched timehist: Fix -g/--call-graph option failure (git-fixes). - perf script: Show also errors for --insn-trace option (git-fixes). - perf: Split __perf_pending_irq() out of perf_pending_irq() (bsc#1214683 (PREEMPT_RT prerequisite backports)). - perf srcline: Add missed addr2line closes (git-fixes). - perf stat: Avoid metric-only segv (git-fixes). - perf stat: Do not display metric header for non-leader uncore events (git-fixes). - perf stat: Do not fail on metrics on s390 z/VM systems (git-fixes). - perf symbols: Fix ownership of string in dso__load_vmlinux() (git-fixes). - perf tests: Apply attributes to all events in object code reading test (git-fixes). - perf test shell arm_coresight: Increase buffer size for Coresight basic tests (git-fixes). - perf tests: Make data symbol test wait for perf to start (bsc#1220045). - perf tests: Make "test data symbol" more robust on Neoverse N1 (git-fixes). - perf tests: Skip data symbol test if buf1 symbol is missing (bsc#1220045). - perf thread: Fixes to thread__new() related to initializing comm (git-fixes). - perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str() (git-fixes). - perf top: Uniform the event name for the hybrid machine (git-fixes). - perf top: Use evsel's cpus to replace user_requested_cpus (git-fixes). - perf ui browser: Avoid SEGV on title (git fixes). - perf ui browser: Do not save pointer to stack memory (git-fixes). - perf vendor events amd: Add Zen 4 memory controller events (git-fixes). - perf vendor events amd: Fix Zen 4 cache latency events (git-fixes). - perf/x86/amd/core: Avoid register reset when CPU is dead (git-fixes). - perf/x86/amd/lbr: Discard erroneous branch entries (git-fixes). - perf/x86/amd/lbr: Use freeze based on availability (git-fixes). - perf/x86: Fix out of range data (git-fixes). - perf/x86/intel/ds: Do not clear ->pebs_data_cfg for the last PEBS event (git-fixes). - perf/x86/intel: Expose existence of callback support to KVM (git-fixes). - phy: cadence-torrent: Check return value on register read (git-fixes). - phy: freescale: imx8m-pcie: fix pcie link-up instability (git-fixes). - phy: marvell: a3700-comphy: Fix hardcoded array size (git-fixes). - phy: marvell: a3700-comphy: Fix out of bounds read (git-fixes). - phy: rockchip: naneng-combphy: Fix mux on rk3588 (git-fixes). - phy: rockchip-snps-pcie3: fix bifurcation on rk3588 (git-fixes). - phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits (git-fixes). - phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered (git-fixes). - pinctrl: armada-37xx: remove an unused variable (git-fixes). - pinctrl: baytrail: Fix selecting gpio pinctrl state (git-fixes). - pinctrl: core: fix possible memory leak when pinctrl_enable() fails (git-fixes). - pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map() (git-fixes). - pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER (git-fixes). - pinctrl: freescale: mxs: Fix refcount of child (git-fixes). - pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readback (git-fixes). - pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLE (git-fixes). - pinctrl/meson: fix typo in PDM's pin name (git-fixes). - pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-T (git-fixes). - pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regs (git-fixes). - pinctrl: qcom: spmi-gpio: drop broken pm8008 support (git-fixes). - pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs (stable-fixes). - pinctrl: renesas: r8a779g0: Fix CANFD5 suffix (git-fixes). - pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix IRQ suffixes (git-fixes). - pinctrl: renesas: r8a779g0: FIX PWM suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix TCLK suffixes (git-fixes). - pinctrl: renesas: r8a779g0: Fix TPU suffixes (git-fixes). - pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins (git-fixes). - pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins (git-fixes). - pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (git-fixes). - pinctrl: rockchip: use dedicated pinctrl type for RK3328 (git-fixes). - pinctrl: single: fix possible memory leak when pinctrl_enable() fails (git-fixes). - pinctrl: ti: ti-iodelay: fix possible memory leak when pinctrl_enable() fails (git-fixes). - platform/chrome: cros_ec_debugfs: fix wrong EC message version (git-fixes). - platform/chrome: cros_ec_uart: properly fix race condition (git-fixes). - platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSes (stable-fixes). - platform/x86: dell-smbios: Fix wrong token data in sysfs (git-fixes). - platform/x86/intel/tpmi: Handle error from tpmi_process_info() (stable-fixes). - platform/x86/intel-uncore-freq: Do not present root domain on error (git-fixes). - platform/x86: ISST: Add Grand Ridge to HPM CPU list (stable-fixes). - platform/x86: ISST: Add Granite Rapids-D to HPM CPU list (stable-fixes). - platform/x86: lg-laptop: Change ACPI device id (stable-fixes). - platform/x86: lg-laptop: Remove LGEX0815 hotkey handling (stable-fixes). - platform/x86: lg-laptop: Use ACPI device handle when evaluating WMAB/WMBB (stable-fixes). - platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit() (git-fixes). - platform/x86: toshiba_acpi: Add quirk for buttons on Z830 (stable-fixes). - platform/x86: toshiba_acpi: Fix array out-of-bounds access (git-fixes). - platform/x86: toshiba_acpi: Fix quickstart quirk handling (git-fixes). - platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet (stable-fixes). - platform/x86: touchscreen_dmi: Add info for GlobalSpace SolT IVW 11.6" tablet (stable-fixes). - platform/x86: touchscreen_dmi: Add info for the EZpad 6s Pro (stable-fixes). - platform/x86: wireless-hotkey: Add support for LG Airplane Button (stable-fixes). - platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name (stable-fixes). - platform/x86: xiaomi-wmi: Fix race condition when reporting key events (git-fixes). - PM / devfreq: Synchronize devfreq_monitor_[start/stop] (stable-fixes). - PM: s2idle: Make sure CPUs will wakeup directly on resume (git-fixes). - pNFS/filelayout: fixup pNfs allocation modes (git-fixes). - Port "certs: Move RSA self-test data to separate file". - powerpc/64s/radix/kfence: map __kfence_pool at page granularity (bsc#1223570 ltc#205770). - powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt (bsc#1221645 ltc#205739 bsc#1223191). - powerpc/crypto/chacha-p10: Fix failure on non Power10 (bsc#1218205). - powerpc/eeh: Permanently disable the removed device (bsc#1223991 ltc#205740). - powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks (git-fixes). - powerpc/prom: Add CPU info to hardware description string later (bsc#1215199). - powerpc/pseries: Fix scv instruction crash with kexec (bsc#1194869). - powerpc/pseries/lparcfg: drop error message from guest name lookup (bsc#1187716 ltc#193451 git-fixes). - powerpc/pseries: make max polling consistent for longer H_CALLs (bsc#1215199). - powerpc/pseries/vio: Do not return ENODEV if node or compatible missing (bsc#1220783). - powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas() (bsc#1227487). - powerpc/uaccess: Fix build errors seen with GCC 13/14 (bsc#1194869). - powerpc/uaccess: Use YZ asm constraint for ld (bsc#1194869). - power: rt9455: hide unused rt9455_boost_voltage_values (git-fixes). - power: supply: ab8500: Fix error handling when calling iio_read_channel_processed() (git-fixes). - power: supply: cros_usbpd: provide ID table for avoiding fallback match (stable-fixes). - power: supply: ingenic: Fix some error handling paths in ingenic_battery_get_property() (git-fixes). - power: supply: mt6360_charger: Fix of_match for usb-otg-vbus regulator (git-fixes). - ppdev: Add an error check in register_device (git-fixes). - prctl: generalize PR_SET_MDWE support check to be per-arch (bsc#1225610). - Preparation update to v6.10-rc3-rt5 ((bsc#1214683 (PREEMPT_RT prerequisite backports)). - printk: Add this_cpu_in_panic() (bsc#1225607). - printk: Adjust mapping for 32bit seq macros (bsc#1225607). - printk: Avoid non-panic CPUs writing to ringbuffer (bsc#1225607). - printk: Consolidate console deferred printing (bsc#1225607). - printk: Disable passing console lock owner completely during panic() (bsc#1225607). - printk: Do not take console lock for console_flush_on_panic() (bsc#1225607). - printk: For @suppress_panic_printk check for other CPU in panic (bsc#1225607). - printk: Keep non-panic-CPUs out of console lock (bsc#1225607). - printk: Let no_printk() use _printk() (bsc#1225618). - printk: nbcon: Relocate 32bit seq macros (bsc#1225607). - printk: Reduce console_unblank() usage in unsafe scenarios (bsc#1225607). - printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic() (bsc#1225607). - printk: ringbuffer: Clarify special lpos values (bsc#1225607). - printk: ringbuffer: Cleanup reader terminology (bsc#1225607). - printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() (bsc#1225607). - printk: ringbuffer: Skip non-finalized records in panic (bsc#1225607). - printk: Update @console_may_schedule in console_trylock_spinning() (bsc#1225616). - printk: Use prb_first_seq() as base for 32bit seq macros (bsc#1225607). - printk: Wait for all reserved records with pr_flush() (bsc#1225607). - proc/kcore: do not try to access unaccepted memory (git-fixes). - pstore: inode: Convert mutex usage to guard(mutex) (stable-fixes). - pstore: inode: Only d_invalidate() is needed (git-fixes). - pstore/zone: Add a null pointer check to the psz_kmsg_read (stable-fixes). - pwm: img: fix pwm clock lookup (git-fixes). - pwm: sti: Prepare removing pwm_chip from driver data (stable-fixes). - pwm: sti: Simplify probe function using devm functions (git-fixes). - pwm: stm32: Always do lazy disabling (git-fixes). - qibfs: fix dentry leak (git-fixes) - r8169: fix issue caused by buggy BIOS on certain boards with RTL8168d (git-fixes). - r8169: skip DASH fw status checks when DASH is disabled (git-fixes). - random: handle creditable entropy from atomic process context (git-fixes). - RAS/AMD/ATL: Fix MI300 bank hash (bsc#1225300). - RAS/AMD/ATL: Use system settings for MI300 DRAM to normalized address translation (bsc#1225300). - RAS/AMD/FMPM: Avoid NULL ptr deref in get_saved_records() (jsc#PED-7619). - RAS/AMD/FMPM: Fix build when debugfs is not enabled (jsc#PED-7619). - RAS/AMD/FMPM: Safely handle saved records of various sizes (jsc#PED-7619). - RDMA/bnxt_re: Fix the max msix vectors macro (git-fixes) - RDMA/cm: add timeout to cm_destroy_id wait (git-fixes) - RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siw (git-fixes) - RDMA/cm: Print the old state when cm_destroy_id gets timeout (git-fixes) - RDMA/hns: Add max_ah and cq moderation capacities in query_device() (git-fixes) - RDMA/hns: Fix deadlock on SRQ async events. (git-fixes) - RDMA/hns: Fix GMV table pagesize (git-fixes) - RDMA/hns: Fix return value in hns_roce_map_mr_sg (git-fixes) - RDMA/hns: Fix UAF for cq async event (git-fixes) - RDMA/hns: Modify the print level of CQE error (git-fixes) - RDMA/hns: Use complete parentheses in macros (git-fixes) - RDMA/IPoIB: Fix format truncation compilation errors (git-fixes) - RDMA/mana_ib: Fix bug in creation of dma regions (git-fixes). - RDMA/mana_ib: Ignore optional access flags for MRs (git-fixes). - RDMA/mlx5: Add check for srq max_sge attribute (git-fixes) - RDMA/mlx5: Adding remote atomic access flag to updatable flags (git-fixes) - RDMA/mlx5: Change check for cacheable mkeys (git-fixes) - RDMA/mlx5: Ensure created mkeys always have a populated rb_key (git-fixes) - RDMA/mlx5: Fix port number for counter query in multi-port configuration (git-fixes) - RDMA/mlx5: Fix unwind flow as part of mlx5_ib_stage_init_init (git-fixes) - RDMA/mlx5: Follow rb_key.ats when creating new mkeys (git-fixes) - RDMA/mlx5: Remove extra unlock on error path (git-fixes) - RDMA/mlx5: Uncacheable mkey has neither rb_key or cache_ent (git-fixes) - RDMA/restrack: Fix potential invalid address access (git-fixes) - RDMA/rxe: Allow good work requests to be executed (git-fixes) - RDMA/rxe: Fix data copy for IB_SEND_INLINE (git-fixes) - RDMA/rxe: Fix incorrect rxe_put in error path (git-fixes) - RDMA/rxe: Fix responder length checking for UD request packets (git-fixes) - RDMA/rxe: Fix seg fault in rxe_comp_queue_pkt (git-fixes) - RDMA/rxe: Fix the problem "mutex_destroy missing" (git-fixes) - README.BRANCH: Remove copy of branch name - Reapply "drm/qxl: simplify qxl_fence_wait" (stable-fixes). - Refresh ARM (bsc#1214683 (PREEMPT_RT prerequisite backports)). - Refresh kabi workaround ath updates (bsc#1227149#) - Refresh the previous ASoC patch, landed in subsystem tree (bsc#1228269) - regmap: Add regmap_read_bypassed() (git-fixes). - regmap-i2c: Subtract reg size from max_write (stable-fixes). - regmap: kunit: Ensure that changed bytes are actually different (stable-fixes). - regmap: maple: Fix cache corruption in regcache_maple_drop() (git-fixes). - regmap: maple: Fix uninitialized symbol 'ret' warnings (git-fixes). - regulator: bd71815: fix ramp values (git-fixes). - regulator: bd71828: Do not overwrite runtime voltages (git-fixes). - regulator: change devm_regulator_get_enable_optional() stub to return Ok (git-fixes). - regulator: change stubbed devm_regulator_get_enable to return Ok (git-fixes). - regulator: core: fix debugfs creation regression (git-fixes). - regulator: core: Fix modpost error "regulator_get_regmap" undefined (git-fixes). - regulator: irq_helpers: duplicate IRQ name (stable-fixes). - regulator: mt6360: De-capitalize devicetree regulator subnodes (git-fixes). - regulator: tps65132: Add of_match table (stable-fixes). - regulator: vqmmc-ipq4019: fix module autoloading (stable-fixes). - remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_init (git-fixes). - remoteproc: imx_rproc: Skip over memory region when node value is NULL (git-fixes). - remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfs (git-fixes). - remoteproc: k3-r5: Fix IPC-only mode detection (git-fixes). - remoteproc: k3-r5: Jump to error handling labels in start/stop errors (git-fixes). - remoteproc: k3-r5: Wait for core0 power-up before powering up core1 (git-fixes). - remoteproc: mediatek: Make sure IPI buffer fits in L2TCM (git-fixes). - remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_loaded_rsc_tablef (git-fixes). - remoteproc: stm32_rproc: Fix mailbox interrupts queuing (git-fixes). - remoteproc: virtio: Fix wdg cannot recovery remote processor (git-fixes). - Remove NTFSv3 from configs (bsc#1224429) References: bsc#1224429 comment#3 We only support fuse version of the NTFS-3g driver. Disable NTFSv3 from all configs. This was enabled in d016c04d731 ("Bump to 6.4 kernel (jsc#PED-4593)") - Replace with mainline and sort - Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release streams for first CPU DAI" (stable-fixes). - Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for SoundWire DAIs" (stable-fixes). - Revert "build initrd without systemd" (bsc#1195775)" - Revert "drm/amd/amdgpu: Fix potential ioremap() memory leaks in amdgpu_device_init()" (stable-fixes). - Revert "drm/amd/display: Fix sending VSC (+ colorimetry) packets for DP/eDP displays without PSR" (stable-fixes). - Revert "drm/amdkfd: fix gfx_target_version for certain 11.0.3 devices" (stable-fixes). - Revert "drm/bridge: tc358767: Set default CLRSIPO count" (stable-fixes). - Revert "drm/bridge: ti-sn65dsi83: Fix enable error path" (git-fixes). - Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()" (stable-fixes). - Revert "drm/qxl: simplify qxl_fence_wait" (git-fixes). - Revert "gfs2: fix glock shrinker ref issues" (git-fixes). - Revert "iommu/amd: Enable PCI/IMS" (git-fixes). - Revert "iommu/vt-d: Enable PCI/IMS" (git-fixes). - Revert "leds: led-core: Fix refcount leak in of_led_get()" (git-fixes). - Revert "net/mlx5: Block entering switchdev mode with ns inconsistency" (git-fixes). - Revert "net/mlx5e: Check the number of elements before walk TC rhashtable" (git-fixes). - Revert "PCI/MSI: Provide IMS (Interrupt Message Store) support" (git-fixes). - Revert "PCI/MSI: Provide pci_ims_alloc/free_irq()" (git-fixes). - Revert "PCI/MSI: Provide stubs for IMS functions" (git-fixes). - Revert "selinux: introduce an initial SID for early boot processes" (bsc#1208593) It caused a regression on ALP-current branch, kernel-obs-qa build failed. - Revert "serial: core: only stop transmit when HW fifo is empty" (git-fixes). - Revert "usb: cdc-wdm: close race between read and workqueue" (git-fixes). - Revert "usb: musb: da8xx: Set phy in OTG mode by default" (stable-fixes). - Revert "usb: phy: generic: Get the vbus supply" (git-fixes). - Revert "wifi: ath11k: call ath11k_mac_fils_discovery() without condition" (bsc#1227149). - Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ" (bsc#1227149). - Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices" (bsc#1227149). - ring-buffer: Do not set shortest_full when full target is hit (git-fixes). - ring-buffer: Fix a race between readers and resize checks (git-fixes). - ring-buffer: Fix full_waiters_pending in poll (git-fixes). - ring-buffer: Fix resetting of shortest_full (git-fixes). - ring-buffer: Fix waking up ring buffer readers (git-fixes). - ring-buffer: Make wake once of ring_buffer_wait() more robust (git-fixes). - ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent environment (git-fixes). - ring-buffer: Use wait_event_interruptible() in ring_buffer_wait() (git-fixes). - rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVAL (git-fixes). - rpm/kernel-obs-build.spec.in: Add iso9660 (bsc#1226212) Some builds do not just create an iso9660 image, but also mount it during build. - rpm/kernel-obs-build.spec.in: Add networking modules for docker (bsc#1226211) docker needs more networking modules, even legacy iptable_nat and _filter. - rpm/kernel-obs-build.spec.in: Include algif_hash, aegis128 and xts modules afgif_hash is needed by some packages (e.g. iwd) for tests, xts is used for LUKS2 volumes by default and aegis128 is useful as AEAD cipher for LUKS2. Wrap the long line to make it readable. - rtc: abx80x: Fix return value of nvmem callback on read (git-fixes). - rtc: cmos: Fix return value of nvmem callbacks (git-fixes). - rtc: interface: Add RTC offset to alarm after fix-up (git-fixes). - rtc: isl1208: Fix return value of nvmem callbacks (git-fixes). - rtc: mt6397: select IRQ_DOMAIN instead of depending on it (git-fixes). - s390/bpf: Emit a barrier for BPF_FETCH instructions (git-fixes bsc#1224792). - s390/cio: Ensure the copied buf is NUL terminated (git-fixes bsc#1223869). - s390/cio: fix tracepoint subchannel type field (git-fixes bsc#1224793). - s390/cpacf: Make use of invalid opcode produce a link error (git-fixes bsc#1227072). - s390/cpacf: Split and rework cpacf query functions (git-fixes bsc#1225133). - s390: Implement __iowrite32_copy() (bsc#1226502) - s390/ipl: Fix incorrect initialization of len fields in nvme reipl block (git-fixes bsc#1225136). - s390/ipl: Fix incorrect initialization of nvme dump block (git-fixes bsc#1225134). - s390/ism: Properly fix receive message buffer allocation (git-fixes bsc#1223590). - s390/mm: Fix clearing storage keys for huge pages (git-fixes bsc#1223871). - s390/mm: Fix storage key clearing for guest huge pages (git-fixes bsc#1223872). - s390/qeth: Fix kernel panic after setting hsuid (git-fixes bsc#1223874). - s390: Stop using weak symbols for __iowrite64_copy() (bsc#1226502) - s390/vdso: Add CFI for RA register to asm macro vdso_func (git-fixes bsc#1223870). - s390/vdso: drop '-fPIC' from LDFLAGS (git-fixes bsc#1223593). - s390/vtime: fix average steal time calculation (git-fixes bsc#1221783). - s390/zcrypt: fix reference counting on zcrypt card objects (git-fixes bsc#1223592). - saa7134: Unchecked i2c_transfer function result fixed (git-fixes). - sched/balancing: Rename newidle_balance() => sched_balance_newidle() (bsc#1222173). - sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_write() (bsc#1226791). - sched/debug: Update stale reference to sched_debug.c (bsc#1214683 (PREEMPT_RT prerequisite backports)). - sched/fair: Check root_domain::overload value before update (bsc#1222173). - sched/fair: Use helper functions to access root_domain::overload (bsc#1222173). - sched/psi: Select KERNFS as needed (git-fixes). - sched/topology: Optimize topology_span_sane() (bsc#1225053). - scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfn (git-fixes). - scsi: core: Consult supported VPD page list prior to fetching page (git-fixes). - scsi: core: Fix unremoved procfs host directory regression (git-fixes). - scsi: csiostor: Avoid function pointer casts (git-fixes). - scsi: hisi_sas: Modify the deadline for ata_wait_after_reset() (git-fixes). - scsi: libsas: Add a helper sas_get_sas_addr_and_dev_type() (git-fixes). - scsi: libsas: Fix disk not being scanned in after being removed (git-fixes). - scsi: lpfc: Add support for 32 byte CDBs (bsc#1225842). - scsi: lpfc: Change default logging level for unsolicited CT MIB commands (bsc#1225842). - scsi: lpfc: Clear deferred RSCN processing flag when driver is unloading (bsc#1225842). - scsi: lpfc: Copyright updates for 14.4.0.1 patches (bsc#1221777). - scsi: lpfc: Copyright updates for 14.4.0.2 patches (bsc#1225842). - scsi: lpfc: Correct size for cmdwqe/rspwqe for memset() (bsc#1221777). - scsi: lpfc: Correct size for wqe for memset() (bsc#1221777). - scsi: lpfc: Define lpfc_dmabuf type for ctx_buf ptr (bsc#1221777). - scsi: lpfc: Define lpfc_nodelist type for ctx_ndlp ptr (bsc#1221777). - scsi: lpfc: Define types in a union for generic void *context3 ptr (bsc#1221777). - scsi: lpfc: Introduce rrq_list_lock to protect active_rrq_list (bsc#1225842). - scsi: lpfc: Move NPIV's transport unregistration to after resource clean up (bsc#1221777). - scsi: lpfc: Release hbalock before calling lpfc_worker_wake_up() (bsc#1221777). - scsi: lpfc: Remove IRQF_ONESHOT flag from threaded IRQ handling (bsc#1221777 bsc#1217959). - scsi: lpfc: Remove unnecessary log message in queuecommand path (bsc#1221777). - scsi: lpfc: Replace hbalock with ndlp lock in lpfc_nvme_unregister_port() (bsc#1221777). - scsi: lpfc: Update logging of protection type for T10 DIF I/O (bsc#1225842). - scsi: lpfc: Update lpfc_ramp_down_queue_handler() logic (bsc#1221777). - scsi: lpfc: Update lpfc version to 14.4.0.1 (bsc#1221777). - scsi: lpfc: Update lpfc version to 14.4.0.2 (bsc#1225842). - scsi: lpfc: Use a dedicated lock for ras_fwlog state (bsc#1221777). - scsi: mpt3sas: Prevent sending diag_reset when the controller is ready (git-fixes). - scsi: mylex: Fix sysfs buffer lengths (git-fixes). - scsi: qla2xxx: Change debug message during driver unload (bsc1221816). - scsi: qla2xxx: Delay I/O Abort on PCI error (bsc1221816). - scsi: qla2xxx: Fix command flush on cable pull (bsc1221816). - scsi: qla2xxx: Fix double free of fcport (bsc1221816). - scsi: qla2xxx: Fix double free of the ha->vp_map pointer (bsc1221816). - scsi: qla2xxx: Fix N2N stuck connection (bsc1221816). - scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() (git-fixes). - scsi: qla2xxx: NVME|FCP prefer flag not being honored (bsc1221816). - scsi: qla2xxx: Prevent command send on chip reset (bsc1221816). - scsi: qla2xxx: Split FCE|EFT trace control (bsc1221816). - scsi: qla2xxx: Update manufacturer detail (bsc1221816). - scsi: qla2xxx: Update version to 10.02.09.200-k (bsc1221816). - scsi: sd: Unregister device if device_add_disk() failed in sd_probe() (git-fixes). - scsi: sg: Avoid race in error handling & drop bogus warn (git-fixes). - scsi: sg: Avoid sg device teardown race (git-fixes). - scsi: smartpqi: Fix disable_managed_interrupts (git-fixes). - sctp: annotate data-races around sk->sk_wmem_queued (git-fixes). - sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove() (git-fixes). - selftests/binderfs: use the Makefile's rules, not Make's implicit rules (git-fixes). - selftests/bpf: add edge case backtracking logic test (bsc#1225756). - selftests/bpf: precision tracking test for BPF_NEG and BPF_END (bsc#1225756). - selftests/bpf: test case for callback_depth states pruning logic (bsc#1225903). - selftests/bpf: test if state loops are detected in a tricky case (bsc#1225903). - selftests/bpf: tests for iterating callbacks (bsc#1225903). - selftests/bpf: tests with delayed read/precision makrs in loop body (bsc#1225903). - selftests/bpf: test widening for iterating callbacks (bsc#1225903). - selftests/bpf: track string payload offset as scalar in strobemeta (bsc#1225903). - selftests/bpf: track tcp payload offset as scalar in xdp_synproxy (bsc#1225903). - selftests: default to host arch for LLVM builds (git-fixes). - selftests: fix OOM in msg_zerocopy selftest (git-fixes). - selftests: forwarding: Fix ping failure due to short timeout (git-fixes). - selftests/ftrace: Fix event filter target_func selection (stable-fixes). - selftests/ftrace: Limit length in subsystem-enable tests (git-fixes). - selftests: hsr: Extend the testsuite to also cover HSRv1 (bsc#1214683 (PREEMPT_RT prerequisite backports)). - selftests: hsr: Reorder the testsuite (bsc#1214683 (PREEMPT_RT prerequisite backports)). - selftests: hsr: Use `let' properly (bsc#1214683 (PREEMPT_RT prerequisite backports)). - selftests/kcmp: remove unused open mode (git-fixes). - selftests: kselftest: Fix build failure with NOLIBC (git-fixes). - selftests: kselftest: Mark functions that unconditionally call exit() as __noreturn (git-fixes). - selftests: make order checking verbose in msg_zerocopy selftest (git-fixes). - selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages (git-fixes). - selftests/mm: fix build warnings on ppc64 (stable-fixes). - selftests: mptcp: add ms units for tc-netem delay (stable-fixes). - selftests: net: bridge: increase IGMP/MLD exclude timeout membership interval (git-fixes). - selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique namespace (stable-fixes). - selftests: net: kill smcrouted in the cleanup logic in amt.sh (git-fixes). - selftests: net: move amt to socat for better compatibility (git-fixes). - selftests/pidfd: Fix config for pidfd_setns_test (git-fixes). - selftests/powerpc/dexcr: Add -no-pie to hashchk tests (git-fixes). - selftests/powerpc/papr-vpd: Fix missing variable initialization (jsc#PED-4486 git-fixes). - selftests/resctrl: fix clang build failure: use LOCAL_HDRS (git-fixes). - selftests/sigaltstack: Fix ppc64 GCC build (git-fixes). - selftests: sud_test: return correct emulated syscall value on RISC-V (stable-fixes). - selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC (git-fixes). - selftests: timers: Convert posix_timers test to generate KTAP output (stable-fixes). - selftests: timers: Fix abs() warning in posix_timers test (git-fixes). - selftests: timers: Fix posix_timers ksft_print_msg() warning (git-fixes). - selftests: timers: Fix valid-adjtimex signed left-shift undefined behavior (stable-fixes). - selftests/timers/posix_timers: Reimplement check_timer_distribution() (git-fixes). - selftests: vxlan_mdb: Fix failures with old libnet (git-fixes). - selinux: avoid dereference of garbage after mount failure (git-fixes). - selinux: introduce an initial SID for early boot processes (bsc#1208593). - serial: 8250_bcm7271: use default_mux_rate if possible (git-fixes). - serial: 8250_dw: Revert: Do not reclock if already at correct rate (git-fixes). - serial: 8250_exar: Do not remove GPIO device on suspend (git-fixes). - serial: 8520_mtk: Set RTS on shutdown for Rx in-band wakeup (git-fixes). - serial: bcm63xx-uart: fix tx after conversion to uart_port_tx_limited() (git-fixes). - serial: core: Fix atomicity violation in uart_tiocmget (git-fixes). - serial: core: introduce uart_port_tx_limited_flags() (git-fixes). - serial: core: only stop transmit when HW fifo is empty (git-fixes). - serial: exar: adding missing CTI and Exar PCI ids (stable-fixes). - serial: imx: Introduce timeout when waiting on transmitter empty (stable-fixes). - serial: imx: Raise TX trigger level to 8 (stable-fixes). - serial: kgdboc: Fix NMI-safety problems from keyboard reset code (stable-fixes). - serial: Lock console when calling into driver before registration (git-fixes). - serial: max3100: Fix bitwise types (git-fixes). - serial: max3100: Lock port->lock when calling uart_handle_cts_change() (git-fixes). - serial: max310x: fix NULL pointer dereference in I2C instantiation (git-fixes). - serial: max310x: fix syntax error in IRQ error message (git-fixes). - serial: mxs-auart: add spinlock around changing cts state (git-fixes). - serial: pch: Do not disable interrupts while acquiring lock in ISR (bsc#1214683 (PREEMPT_RT prerequisite backports)). - serial: pch: Do not initialize uart_port's spin_lock (bsc#1214683 (PREEMPT_RT prerequisite backports)). - serial: pch: Invoke handle_rx_to() directly (bsc#1214683 (PREEMPT_RT prerequisite backports)). - serial: pch: Make push_rx() return void (bsc#1214683 (PREEMPT_RT prerequisite backports)). - serial/pmac_zilog: Remove flawed mitigation for rx irq flood (git-fixes). - serial: sc16is7xx: add proper sched.h include for sched_set_fifo() (git-fixes). - serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler (git-fixes). - serial: sh-sci: protect invalidating RXDMA on shutdown (git-fixes). - serial: stm32: Reset .throttled state in .startup() (git-fixes). - SEV: disable SEV-ES DebugSwap by default (git-fixes). - slimbus: core: Remove usage of the deprecated ida_simple_xx() API (git-fixes). - slimbus: qcom-ngd-ctrl: Add timeout for wait operation (git-fixes). - smb3: allow controlling length of time directory entries are cached with dir leases (git-fixes, bsc#1225172). - smb3: allow controlling maximum number of cached directories (git-fixes, bsc#1225172). - smb3: do not start laundromat thread when dir leases disabled (git-fixes, bsc#1225172). - smb: client: do not start laundromat thread on nohandlecache (git-fixes, bsc#1225172). - smb: client: make laundromat a delayed worker (git-fixes, bsc#1225172). - smb: client: prevent new fids from being removed by laundromat (git-fixes, bsc#1225172). - soc: fsl: qbman: Always disable interrupts when taking cgr_lock (git-fixes). - soc: fsl: qbman: Use raw spinlock for cgr_lock (git-fixes). - sock_diag: annotate data-races around sock_diag_handlers[family] (git-fixes). - soc: mediatek: cmdq: Fix typo of CMDQ_JUMP_RELATIVE (git-fixes). - soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (stable-fixes). - soc: qcom: pdr: fix parsing of domains lists (git-fixes). - soc: qcom: pdr: protect locator_addr with the main mutex (git-fixes). - soc: qcom: pmic_glink: do not traverse clients list without a lock (git-fixes). - soc: qcom: pmic_glink: Handle the return value of pmic_glink_init (git-fixes). - soc: qcom: pmic_glink: Make client-lock non-sleeping (git-fixes). - soc: qcom: pmic_glink: notify clients about the current state (git-fixes). - soc: qcom: rpmh-rsc: Enhance check for VRM in-flight request (git-fixes). - soc: qcom: rpmh-rsc: Ensure irqs are not disabled by rpmh_rsc_send_data() callers (git-fixes). - soc: ti: wkup_m3_ipc: Send NULL dummy message instead of pointer message (stable-fixes). - soc: xilinx: rename cpu_number1 to dummy_cpu_number (git-fixes). - soundwire: amd: fix for wake interrupt handling for clockstop mode (git-fixes). - soundwire: cadence: fix invalid PDI offset (stable-fixes). - speakup: Avoid crash on very long word (git-fixes). - speakup: Fix 8bit characters from direct synth (git-fixes). - speakup: Fix sizeof() vs ARRAY_SIZE() bug (git-fixes). - spi: atmel-quadspi: Add missing check for clk_prepare (git-fixes). - spi: cadence: Ensure data lines set to low during dummy-cycle period (stable-fixes). - spi: Do not mark message DMA mapped when no transfer in it is (git-fixes). - spi: fix null pointer dereference within spi_sync (git-fixes). - spi: imx: Do not expect DMA for i.MX{25,35,50,51,53} cspi devices (stable-fixes). - spi: intel-pci: Add support for Lunar Lake-M SPI serial flash (stable-fixes). - spi: lm70llp: fix links in doc and comments (git-fixes). - spi: lpspi: Avoid potential use-after-free in probe() (git-fixes). - spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (git-fixes). - spi: microchip-core: defer asserting chip select until just before write to TX FIFO (git-fixes). - spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer (git-fixes). - spi: microchip-core: fix the issues in the isr (git-fixes). - spi: microchip-core: only disable SPI controller when register value change requires it (git-fixes). - spi: microchip-core-qspi: fix setting spi bus clock rate (git-fixes). - spi: mux: set ctlr->bits_per_word_mask (stable-fixes). - spi: spidev: add correct compatible for Rohm BH2228FV (git-fixes). - spi: spi-fsl-lpspi: remove redundant spi_controller_put call (git-fixes). - spi: spi-microchip-core: Fix the number of chip selects supported (git-fixes). - spi: spi-mt65xx: Fix NULL pointer access in interrupt handler (git-fixes). - spi: stm32: Do not warn about spurious interrupts (git-fixes). - spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4 (git-fixes). - spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup() (git-fixes). - spi: xilinx: Fix kernel documentation in the xilinx_spi.h (git-fixes). - spmi: hisi-spmi-controller: Do not override device identifier (git-fixes). - ssb: Fix potential NULL pointer dereference in ssb_device_uevent() (stable-fixes). - staging: vc04_services: changen strncpy() to strscpy_pad() (stable-fixes). - staging: vc04_services: fix information leak in create_component() (git-fixes). - staging: vt6655: Remove unused declaration of RFbAL7230SelectChannelPostProcess() (git-fixes). - stmmac: Clear variable when destroying workqueue (git-fixes). - struct acpi_ec kABI workaround (git-fixes). - SUNRPC: avoid soft lockup when transmitting UDP to reachable server (bsc#1225272). - SUNRPC: fix a memleak in gss_import_v2_context (git-fixes). - SUNRPC: Fix gss_free_in_token_pages() (git-fixes). - SUNRPC: Fix loop termination condition in gss_free_in_token_pages() (git-fixes). - sunrpc: fix NFSACL RPC retry on soft mount (git-fixes). - SUNRPC: fix some memleaks in gssx_dec_option_array (git-fixes). - SUNRPC: return proper error from gss_wrap_req_priv (git-fixes). - supported.conf: Add APM X-Gene SoC hardware monitoring driver (bsc#1223265 jsc#PED-8570) - supported.conf: Add support for v4l2-dv-timings (jsc#PED-8644) - supported.conf: mark orangefs as optional We do not support orangefs at all (and it is already marked as such), but since there are no SLE consumers of it, mark it as optional. - supported.conf: mark ufs as unsupported UFS is an unsupported filesystem, mark it as such. We still keep it around (not marking as optional), to accommodate any potential migrations from BSD systems. - supported.conf: mark vdpa modules supported (jsc#PED-8954) - supported.conf: support tcp_dctcp module (jsc#PED-8111) - supported.conf: update for mt76 stuff (bsc#1227149) - swiotlb: extend buffer pre-padding to alloc_align_mask if necessary (bsc#1224331) - swiotlb: Fix alignment checks when both allocation and DMA masks are (bsc#1224331) - swiotlb: Fix double-allocation of slots due to broken alignment (bsc#1224331) - swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc() (bsc#1224331) - swiotlb: use the calculated number of areas (git-fixes). - tcp: Dump bound-only sockets in inet_diag (bsc#1204562). - Temporarily drop KVM patch that caused a regression (bsc#1226158) - thermal: devfreq_cooling: Fix perf state when calculate dfc res_util (git-fixes). - thermal/drivers/mediatek/lvts_thermal: Check NULL ptr on lvts_data (stable-fixes). - thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data (git-fixes). - thermal/drivers/qcom/lmh: Check for SCM availability at probe (git-fixes). - thermal/drivers/tsens: Fix null pointer dereference (git-fixes). - thermal/of: Assume polling-delay(-passive) 0 when absent (stable-fixes). - thunderbolt: Avoid notify PM core about runtime PM resume (stable-fixes). - thunderbolt: debugfs: Fix margin debugfs node creation condition (git-fixes). - thunderbolt: Do not create DisplayPort tunnels on adapters of the same router (git-fixes). - thunderbolt: Fix wake configurations after device unplug (stable-fixes). - thunderbolt: Introduce tb_path_deactivate_hop() (stable-fixes). - thunderbolt: Introduce tb_port_reset() (stable-fixes). - thunderbolt: Make tb_switch_reset() support Thunderbolt 2, 3 and USB4 routers (stable-fixes). - thunderbolt: Reset only non-USB4 host routers in resume (git-fixes). - tls: break out of main loop when PEEK gets a non-data record (bsc#1221858). - tls: do not skip over different type records from the rx_list (bsc#1221858). - tls: fix peeking with sync+async decryption (bsc#1221858). - tls: stop recv() if initial process_rx_list gave us non-DATA (bsc#1221858). - tools/arch/x86/intel_sdsi: Fix maximum meter bundle length (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_certificate decoding (git-fixes). - tools/arch/x86/intel_sdsi: Fix meter_show display (git-fixes). - tools/latency-collector: Fix -Wformat-security compile warns (git-fixes). - tools/memory-model: Fix bug in lock.cat (git-fixes). - tools/power/cpupower: Fix Pstate frequency reporting on AMD Family 1Ah CPUs (stable-fixes). - tools/power turbostat: Expand probe_intel_uncore_frequency() (bsc#1221765). - tools/power/turbostat: Fix uncore frequency file string (bsc#1221765). - tools/power turbostat: Remember global max_die_id (stable-fixes). - tools: ynl: do not leak mcast_groups on init error (git-fixes). - tools: ynl: fix handling of multiple mcast groups (git-fixes). - tools: ynl: make sure we always pass yarg to mnl_cb_run (git-fixes). - tpm_tis: Do *not* flush uninitialized work (git-fixes). - tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer (git-fixes). - tracefs: Add missing lockdown check to tracefs_create_dir() (git-fixes). - tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_test (git-fixes). - tracing: Build event generation tests only as modules (git-fixes). - tracing: Have saved_cmdlines arrays all in one allocation (git-fixes). - tracing: hide unused ftrace_event_id_fops (git-fixes). - tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string (git-fixes). - tracing/net_sched: NULL pointer dereference in perf_trace_qdisc_reset() (git-fixes). - tracing: Remove precision vsnprintf() check from print event (git-fixes). - tracing/ring-buffer: Fix wait_on_pipe() race (git-fixes). - tracing: Use .flush() call to wake up readers (git-fixes). - tty: mcf: MCF54418 has 10 UARTS (git-fixes). - tty: n_gsm: fix missing receive state reset after mode switch (git-fixes). - tty: n_gsm: fix possible out-of-bounds in gsm0_receive() (git-fixes). - tty: n_tty: Fix buffer offsets when lookahead is used (git-fixes). - tty: serial: samsung: fix tx_empty() to return TIOCSER_TEMT (git-fixes). - tty: vt: fix 20 vs 0x20 typo in EScsiignore (git-fixes). - ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed (git-fixes). - ubifs: fix sort function prototype (git-fixes). - ubifs: Queue up space reservation tasks if retrying many times (git-fixes). - ubifs: Remove unreachable code in dbg_check_ltab_lnum (git-fixes). - ubifs: Set page uptodate in the correct place (git-fixes). - Update config files: adjust for Arm CONFIG_MT798X_WMAC (bsc#1227149) - Update config files (bsc#1227282). Update the CONFIG_LSM option to include the selinux LSM in the default set of LSMs. The selinux LSM will not get enabled because it is preceded by apparmor, which is the first exclusive LSM. Updating CONFIG_LSM resolves failures that result in the system not booting up when "security=selinux selinux=1" is passed to the kernel and SELinux policies are installed. - Update config files. Disable N_GSM (jsc#PED-8240). - Update config files for mt76 stuff (bsc#1227149) - Update config files: update for the realtek wifi driver updates (bsc#1227149) - USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850k (stable-fixes). - usb: aqc111: stop lying about skb->truesize (git-fixes). - usb: atm: cxacru: fix endpoint checking in cxacru_bind() (git-fixes). - usb: audio-v2: Correct comments for struct uac_clock_selector_descriptor (git-fixes). - usb: cdc-wdm: close race between read and workqueue (git-fixes). - USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages (git-fixes). - USB: core: Add hub_get() and hub_put() routines (stable-fixes). - USB: core: Fix access violation during port device removal (git-fixes). - USB: core: Fix deadlock in port "disable" sysfs attribute (stable-fixes). - USB: core: Fix deadlock in usb_deauthorize_interface() (git-fixes). - USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descriptor (git-fixes). - usb: Disable USB3 LPM at shutdown (stable-fixes). - usb: dwc2: gadget: Fix exiting from clock gating (git-fixes). - usb: dwc2: gadget: LPM flow fix (git-fixes). - usb: dwc2: host: Fix dereference issue in DDMA completion flow (git-fixes). - usb: dwc2: host: Fix hibernation flow (git-fixes). - usb: dwc2: host: Fix ISOC flow in DDMA mode (git-fixes). - usb: dwc2: host: Fix remote wakeup from hibernation (git-fixes). - usb: dwc3-am62: Disable wakeup at remove (git-fixes). - usb: dwc3-am62: fix module unload/reload behavior (git-fixes). - usb: dwc3-am62: Rename private data (git-fixes). - usb: dwc3: core: Add DWC31 version 2.00a controller (stable-fixes). - usb: dwc3: core: Prevent phy suspend during init (Git-fixes). - usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock (git-fixes). - usb: dwc3: core: Workaround for CSR read timeout (stable-fixes). - usb: dwc3: pci: add support for the Intel Panther Lake (stable-fixes). - usb: dwc3: pci: Do not set "linux,phy_charger_detect" property on Lenovo Yoga Tab2 1380 (stable-fixes). - usb: dwc3: pci: Drop duplicate ID (git-fixes). - usb: dwc3: Properly set system wakeup (git-fixes). - usb: dwc3: Wait unconditionally after issuing EndXfer command (git-fixes). - usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device (bsc#1220569). - usb: fotg210: Add missing kernel doc description (git-fixes). - usb: gadget: aspeed_udc: fix device address configuration (git-fixes). - usb: gadget: composite: fix OS descriptors w_value logic (git-fixes). - usb: gadget: configfs: Prevent OOB read/write in usb_string_copy() (stable-fixes). - usb: gadget: f_fs: Fix a race condition when processing setup packets (git-fixes). - usb: gadget: f_fs: Fix race between aio_cancel() and AIO request complete (git-fixes). - usb: gadget: f_ncm: Fix UAF ncm object at re-bind after usb ep transport error (stable-fixes). - usb: gadget: function: Remove usage of the deprecated ida_simple_xx() API (stable-fixes). - usb: gadget: net2272: Use irqflags in the call to net2272_probe_fin (git-fixes). - usb: gadget: printer: fix races against disable (git-fixes). - usb: gadget: printer: SS+ support (stable-fixes). - usb: gadget: u_audio: Clear uac pointer when freed (git-fixes). - usb: gadget: u_audio: Fix race condition use of controls after free during gadget unbind (git-fixes). - usb: gadget: uvc: configfs: ensure guid to be valid before set (stable-fixes). - usb: gadget: uvc: mark incomplete frames with UVC_STREAM_ERR (stable-fixes). - usb: gadget: uvc: use correct buffer size when parsing configfs lists (git-fixes). - usb: misc: uss720: check for incompatible versions of the Belkin F5U002 (stable-fixes). - usb: musb: da8xx: fix a resource leak in probe() (git-fixes). - usb: ohci: Prevent missed ohci interrupts (git-fixes). - usb: phy: generic: Get the vbus supply (git-fixes). - USB: serial: add device ID for VeriFone adapter (stable-fixes). - USB: serial: cp210x: add ID for MGP Instruments PDS100 (stable-fixes). - USB: serial: cp210x: add pid/vid for TDK NC0110013M and MM0110113M (stable-fixes). - USB: serial: ftdi_sio: add support for GMC Z216C Adapter IR-USB (stable-fixes). - USB: serial: mos7840: fix crash on resume (git-fixes). - USB: serial: option: add Fibocom FM135-GL variants (stable-fixes). - USB: serial: option: add Fibocom FM350-GL (stable-fixes). - USB: serial: option: add Lonsung U8300/U9300 product (stable-fixes). - USB: serial: option: add MeiG Smart SLM320 product (stable-fixes). - USB: serial: option: add Rolling RW101-GL and RW135-GL support (stable-fixes). - USB: serial: option: add Rolling RW350-GL variants (stable-fixes). - USB: serial: option: add support for Fibocom FM650/FG650 (stable-fixes). - USB: serial: option: add support for Foxconn T99W651 (stable-fixes). - USB: serial: option: add Telit FN912 rmnet compositions (stable-fixes). - USB: serial: option: add Telit FN920C04 rmnet compositions (stable-fixes). - USB: serial: option: add Telit generic core-dump composition (stable-fixes). - USB: serial: option: support Quectel EM060K sub-models (stable-fixes). - usb: sl811-hcd: only defined function checkdone if QUIRK2 is defined (stable-fixes). - usb-storage: alauda: Check whether the media is initialized (git-fixes). - usb: typec: Return size of buffer if pd_set operation succeeds (git-fixes). - usb: typec: tcpci: add generic tcpci fallback compatible (stable-fixes). - usb: typec: tcpm: Check for port partner validity before consuming it (git-fixes). - usb: typec: tcpm: clear pd_event queue in PORT_RESET (git-fixes). - usb: typec: tcpm: Correct port source pdo array in pd_set callback (git-fixes). - usb: typec: tcpm: Correct the PDO counting in pd_set (git-fixes). - usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd() (git-fixes). - usb: typec: tcpm: fix use-after-free case in tcpm_register_source_caps (git-fixes). - usb: typec: tcpm: Ignore received Hard Reset in TOGGLING state (git-fixes). - usb: typec: tcpm: unregister existing source caps before re-registration (git-fixes). - usb: typec: tipd: fix event checking for tps6598x (git-fixes). - usb: typec: ucsi: Ack also failed Get Error commands (git-fixes). - usb: typec: ucsi: Ack unsupported commands (stable-fixes). - usb: typec: ucsi_acpi: Refactor and fix DELL quirk (git-fixes). - usb: typec: ucsi: always register a link to USB PD device (git-fixes). - usb: typec: ucsi: Check for notifications after init (git-fixes). - usb: typec: ucsi: Clean up UCSI_CABLE_PROP macros (git-fixes). - usb: typec: ucsi: Clear EVENT_PENDING under PPM lock (git-fixes). - usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset (stable-fixes). - usb: typec: ucsi: displayport: Fix potential deadlock (git-fixes). - usb: typec: ucsi: Fix connector check on init (git-fixes). - usb: typec: ucsi: Fix race between typec_switch and role_switch (git-fixes). - usb: typec: ucsi_glink: drop special handling for CCI_BUSY (stable-fixes). - usb: typec: ucsi: glink: fix child node release in probe function (git-fixes). - usb: typec: ucsi: Limit read size on v1.2 (stable-fixes). - usb: typec: ucsi: Never send a lone connector change ack (stable-fixes). - usb: typec: ucsi: simplify partner's PD caps registration (git-fixes). - USB: UAS: return ENODEV when submit urbs fail with device not attached (stable-fixes). - usb: ucsi: stm32: fix command completion handling (git-fixes). - usb: udc: remove warning when queue disabled ep (stable-fixes). - USB: xen-hcd: Traverse host/ when CONFIG_USB_XEN_HCD is selected (git-fixes). - usb: xhci: Add error handling in xhci_map_urb_for_dma (git-fixes). - usb: xhci: correct return value in case of STS_HCE (git-fixes). - usb: xhci: Implement xhci_handshake_check_state() helper. - usb: xhci-plat: Do not include xhci.h (stable-fixes). - usb: xhci: prevent potential failure in handle_tx_event() for Transfer events without TRB (stable-fixes). - vboxsf: Avoid an spurious warning if load_nls_xxx() fails (git-fixes). - vboxsf: explicitly deny setlease attempts (stable-fixes). - vdpa/mlx5: Allow CVQ size changes (git-fixes). - vdpa_sim: reset must not run (git-fixes). - veth: try harder when allocating queue memory (git-fixes). - vhost: Add smp_rmb() in vhost_enable_notify() (git-fixes). - vhost: Add smp_rmb() in vhost_vq_avail_empty() (git-fixes). - virtio-blk: Ensure no requests in virtqueues before deleting vqs (git-fixes). - virtio_net: avoid data-races on dev->stats fields (git-fixes). - virtio_net: checksum offloading handling fix (git-fixes). - virtio_net: Do not send RSS key if it is not supported (git-fixes). - virtio: treat alloc_dax() -EOPNOTSUPP failure as non-fatal (bsc#1223944). - VMCI: Fix an error handling path in vmci_guest_probe_device() (git-fixes). - VMCI: Fix possible memcpy() run-time warning in vmci_datagram_invoke_guest_handler() (stable-fixes). - vmci: prevent speculation leaks by sanitizing event in event_deliver() (git-fixes). - vmlinux.lds.h: catch .bss..L* sections into BSS") (git-fixes). - vsock/virtio: fix packet delivery to tap device (git-fixes). - watchdog: bd9576: Drop "always-running" property (git-fixes). - watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_trigger (git-fixes). - watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety margin (git-fixes). - watchdog: rzg2l_wdt: Check return status of pm_runtime_put() (git-fixes). - watchdog: rzg2l_wdt: Use pm_runtime_resume_and_get() (git-fixes). - watchdog: rzn1: Convert comma to semicolon (git-fixes). - watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe() (git-fixes). - wifi: add HAS_IOPORT dependencies (bsc#1227149). - wifi: ar5523: enable proper endpoint verification (git-fixes). - wifi: ar5523: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues (bsc#1227149). - wifi: ath10k: add missing wmi_10_4_feature_mask documentation (bsc#1227149). - wifi: ath10k: add support to allow broadcast action frame RX (bsc#1227149). - wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by (bsc#1227149). - wifi: ath10k: consistently use kstrtoX_from_user() functions (bsc#1227149). - wifi: ath10k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id (bsc#1227149). - wifi: ath10k: Drop checks that are always false (bsc#1227149). - wifi: ath10k: Drop cleaning of driver data from probe error path and remove (bsc#1227149). - wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAIL (bsc#1227149). - wifi: ath10k: Fix a few spelling errors (bsc#1227149). - wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger() (git-fixes). - wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc (bsc#1227149). - wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning (bsc#1227149). - wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc (bsc#1227149). - wifi: ath10k: fix QCOM_RPROC_COMMON dependency (git-fixes). - wifi: ath10k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). - wifi: ath10k: improve structure padding (bsc#1227149). - wifi: ath10k: indicate to mac80211 scan complete with aborted flag for ATH10K_SCAN_STARTING state (bsc#1227149). - wifi: ath10k: poll service ready message before failing (git-fixes). - wifi: ath10k: populate board data for WCN3990 (git-fixes). - wifi: ath10k: remove ath10k_htc_record::pauload[] (bsc#1227149). - wifi: ath10k: remove duplicate memset() in 10.4 TDLS peer update (bsc#1227149). - wifi: ath10k: remove struct wmi_pdev_chanlist_update_event (bsc#1227149). - wifi: ath10k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath10k: Remove unused struct ath10k_htc_frame (bsc#1227149). - wifi: ath10k: remove unused template structs (bsc#1227149). - wifi: ath10k: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: ath10k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath10k: simplify __ath10k_htt_tx_txq_recalc() (bsc#1227149). - wifi: ath10k: simplify ath10k_peer_create() (bsc#1227149). - wifi: ath10k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). - wifi: ath10k: Use DECLARE_FLEX_ARRAY() for ath10k_htc_record (bsc#1227149). - wifi: ath10k: use flexible array in struct wmi_host_mem_chunks (bsc#1227149). - wifi: ath10k: use flexible array in struct wmi_tdls_peer_capabilities (bsc#1227149). - wifi: ath10k: use flexible arrays for WMI start scan TLVs (bsc#1227149). - wifi: ath10k: Use list_count_nodes() (bsc#1227149). - wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855 (bsc#1227149). - wifi: ath11k: Add coldboot calibration support for QCN9074 (bsc#1227149). - wifi: ath11k: add firmware-2.bin support (bsc#1227149). - wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID (bsc#1227149). - wifi: ath11k: Add HTT stats for PHY reset case (bsc#1227149). - wifi: ath11k: add parse of transmit power envelope element (bsc#1227149). - wifi: ath11k: add parsing of phy bitmap for reg rules (bsc#1227149). - wifi: ath11k: add support for QCA2066 (bsc#1227149). - wifi: ath11k: add support to select 6 GHz regulatory type (bsc#1227149). - wifi: ath11k: add WMI event debug messages (bsc#1227149). - wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit (bsc#1227149). - wifi: ath11k: Allow ath11k to boot without caldata in ftm mode (bsc#1227149). - wifi: ath11k: ath11k_debugfs_register(): fix format-truncation warning (bsc#1227149). - wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay() (bsc#1227149). - wifi: ath11k: call ath11k_mac_fils_discovery() without condition (bsc#1227149). - wifi: ath11k: Consistently use ath11k_vif_to_arvif() (bsc#1227149). - wifi: ath11k: Consolidate WMI peer flags (bsc#1227149). - wifi: ath11k: constify MHI channel and controller configs (bsc#1227149). - wifi: ath11k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath11k: debug: add ATH11K_DBG_CE (bsc#1227149). - wifi: ath11k: debug: remove unused ATH11K_DBG_ANY (bsc#1227149). - wifi: ath11k: debug: use all upper case in ATH11k_DBG_HAL (bsc#1227149). - wifi: ath11k: decrease MHI channel buffer length to 8KB (bsc#1207948). - wifi: ath11k: document HAL_RX_BUF_RBM_SW4_BM (bsc#1227149). - wifi: ath11k: Do not directly use scan_flags in struct scan_req_params (bsc#1227149). - wifi: ath11k: do not force enable power save on non-running vdevs (git-fixes). - wifi: ath11k: do not use %pK (bsc#1227149). - wifi: ath11k: dp: cleanup debug message (bsc#1227149). - wifi: ath11k: driver settings for MBSSID and EMA (bsc#1227149). - wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats() (bsc#1227149). - wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process() (bsc#1227149). - wifi: ath11k: EMA beacon support (bsc#1227149). - wifi: ath11k: enable 36 bit mask for stream DMA (bsc#1227149). - wifi: ath11k: factory test mode support (bsc#1227149). - wifi: ath11k: fill parameters for vdev set tpc power WMI command (bsc#1227149). - wifi: ath11k: Fix a few spelling errors (bsc#1227149). - wifi: ath11k: fix a possible dead lock caused by ab->base_lock (bsc#1227149). - wifi: ath11k: Fix ath11k_htc_record flexible record (bsc#1227149). - wifi: ath11k: fix ath11k_mac_op_remain_on_channel() stack usage (bsc#1227149). - wifi: ath11k: fix CAC running state during virtual interface start (bsc#1227149). - wifi: ath11k: fix connection failure due to unexpected peer delete (bsc#1227149). - wifi: ath11k: fix IOMMU errors on buffer rings (bsc#1227149). - wifi: ath11k: fix RCU documentation in ath11k_mac_op_ipv6_changed() (git-fixes). - wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats (bsc#1227149). - wifi: ath11k: fix WCN6750 firmware crash caused by 17 num_vdevs (bsc#1227149). - wifi: ath11k: fix wrong definition of CE ring's base address (git-fixes). - wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers (git-fixes). - wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning (bsc#1227149). - wifi: ath11k: hal: cleanup debug message (bsc#1227149). - wifi: ath11k: htc: cleanup debug messages (bsc#1227149). - wifi: ath11k: initialize eirp_power before use (bsc#1227149). - wifi: ath11k: Introduce and use ath11k_sta_to_arsta() (bsc#1227149). - wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling (bsc#1227149). - wifi: ath11k: MBSSID beacon support (bsc#1227149). - wifi: ath11k: MBSSID configuration during vdev create/start (bsc#1227149). - wifi: ath11k: MBSSID parameter configuration in AP mode (bsc#1227149). - wifi: ath11k: mhi: add a warning message for MHI_CB_EE_RDDM crash (bsc#1227149). - wifi: ath11k: move pci.ops registration ahead (bsc#1227149). - wifi: ath11k: move power type check to ASSOC stage when connecting to 6 GHz AP (bsc#1227149). - wifi: ath11k: move references from rsvd2 to info fields (bsc#1227149). - wifi: ath11k: pci: cleanup debug logging (bsc#1227149). - wifi: ath11k: print debug level in debug messages (bsc#1227149). - wifi: ath11k: provide address list if chip supports 2 stations (bsc#1227149). - wifi: ath11k: qmi: refactor ath11k_qmi_m3_load() (bsc#1227149). - wifi: ath11k: Really consistently use ath11k_vif_to_arvif() (bsc#1227149). - wifi: ath11k: refactor ath11k_wmi_tlv_parse_alloc() (bsc#1227149). - wifi: ath11k: refactor setting country code logic (stable-fixes). - wifi: ath11k: refactor vif parameter configurations (bsc#1227149). - wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and change hweight16 to hweight8 (bsc#1227149). - wifi: ath11k: rely on mac80211 debugfs handling for vif (bsc#1227149). - wifi: ath11k: Remove ath11k_base::bd_api (bsc#1227149). - wifi: ath11k: remove ath11k_htc_record::pauload[] (bsc#1227149). - wifi: ath11k: Remove cal_done check during probe (bsc#1227149). - wifi: ath11k: remove invalid peer create logic (bsc#1227149). - wifi: ath11k: remove manual mask names from debug messages (bsc#1227149). - wifi: ath11k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). - wifi: ath11k: Remove scan_flags union from struct scan_req_params (bsc#1227149). - wifi: ath11k: Remove struct ath11k::ops (bsc#1227149). - wifi: ath11k: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath11k: Remove unneeded semicolon (bsc#1227149). - wifi: ath11k: remove unsupported event handlers (bsc#1227149). - wifi: ath11k: Remove unused declarations (bsc#1227149). - wifi: ath11k: remove unused function ath11k_tm_event_wmi() (bsc#1227149). - wifi: ath11k: remove unused members of 'struct ath11k_base' (bsc#1227149). - wifi: ath11k: remove unused scan_events from struct scan_req_params (bsc#1227149). - wifi: ath11k: Remove unused struct ath11k_htc_frame (bsc#1227149). - wifi: ath11k: rename ath11k_start_vdev_delay() (bsc#1227149). - wifi: ath11k: rename MBSSID fields in wmi_vdev_up_cmd (bsc#1227149). - wifi: ath11k: rename the sc naming convention to ab (bsc#1227149). - wifi: ath11k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). - wifi: ath11k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath11k: restore country code during resume (git-fixes). - wifi: ath11k: save max transmit power in vdev start response event from firmware (bsc#1227149). - wifi: ath11k: save power spectral density(PSD) of regulatory rule (bsc#1227149). - wifi: ath11k: Send HT fixed rate in WMI peer fixed param (bsc#1227149). - wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings() (bsc#1227149). - wifi: ath11k: simplify the code with module_platform_driver (bsc#1227149). - wifi: ath11k: Split coldboot calibration hw_param (bsc#1227149). - wifi: ath11k: store cur_regulatory_info for each radio (bsc#1227149). - wifi: ath11k: support 2 station interfaces (bsc#1227149). - wifi: ath11k: update proper pdev/vdev id for testmode command (bsc#1227149). - wifi: ath11k: Update Qualcomm Innovation Center, Inc. copyrights (bsc#1227149). - wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for station (bsc#1227149). - wifi: ath11k: update regulatory rules when interface added (bsc#1227149). - wifi: ath11k: Use device_get_match_data() (bsc#1227149). - wifi: ath11k: use kstrtoul_from_user() where appropriate (bsc#1227149). - wifi: ath11k: Use list_count_nodes() (bsc#1227149). - wifi: ath11k: use RCU when accessing struct inet6_dev::ac_list (bsc#1227149). - wifi: ath11k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). - wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz (bsc#1227149). - wifi: ath11k: wmi: add unified command debug messages (bsc#1227149). - wifi: ath11k: wmi: cleanup error handling in ath11k_wmi_send_init_country_cmd() (bsc#1227149). - wifi: ath11k: wmi: use common error handling style (bsc#1227149). - wifi: ath11k: workaround too long expansion sparse warnings (bsc#1227149). - wifi: ath12k: add 320 MHz bandwidth enums (bsc#1227149). - wifi: ath12k: add ath12k_qmi_free_resource() for recovery (bsc#1227149). - wifi: ath12k: add CE and ext IRQ flag to indicate irq_handler (bsc#1227149). - wifi: ath12k: add EHT PHY modes (bsc#1227149). - wifi: ath12k: add fallback board name without variant while searching board-2.bin (bsc#1227149). - wifi: ath12k: add firmware-2.bin support (bsc#1227149). - wifi: ath12k: add handler for scan event WMI_SCAN_EVENT_DEQUEUED (bsc#1227149). - wifi: ath12k: add keep backward compatibility of PHY mode to avoid firmware crash (bsc#1227149). - wifi: ath12k: Add logic to write QRTR node id to scratch (bsc#1227149). - wifi: ath12k: add MAC id support in WBM error path (bsc#1227149). - wifi: ath12k: Add missing qmi_txn_cancel() calls (bsc#1227149). - wifi: ath12k: add MLO header in peer association (bsc#1227149). - wifi: ath12k: add msdu_end structure for WCN7850 (bsc#1227149). - wifi: ath12k: add P2P IE in beacon template (bsc#1227149). - wifi: ath12k: add parsing of phy bitmap for reg rules (bsc#1227149). - wifi: ath12k: add processing for TWT disable event (bsc#1227149). - wifi: ath12k: add processing for TWT enable event (bsc#1227149). - wifi: ath12k: add qmi_cnss_feature_bitmap field to hardware parameters (bsc#1227149). - wifi: ath12k: add QMI PHY capability learn support (bsc#1227149). - wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event() (bsc#1227149). - wifi: ath12k: add read variant from SMBIOS for download board data (bsc#1227149). - wifi: ath12k: add string type to search board data in board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: add support for BA1024 (bsc#1227149). - wifi: ath12k: add support for collecting firmware log (bsc#1227149). - wifi: ath12k: add support for hardware rfkill for WCN7850 (bsc#1227149). - wifi: ath12k: add support for peer meta data version (bsc#1227149). - wifi: ath12k: add support one MSI vector (bsc#1227149). - wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatory (bsc#1227149). - wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: add wait operation for tx management packets for flush from mac80211 (bsc#1227149). - wifi: ath12k: add WMI support for EHT peer (bsc#1227149). - wifi: ath12k: advertise P2P dev support for WCN7850 (bsc#1227149). - wifi: ath12k: allow specific mgmt frame tx while vdev is not up (bsc#1227149). - wifi: ath12k: ath12k_start_vdev_delay(): convert to use ar (bsc#1227149). - wifi: ath12k: avoid deadlock by change ieee80211_queue_work for regd_update_work (bsc#1227149). - wifi: ath12k: avoid duplicated vdev stop (git-fixes). - wifi: ath12k: avoid explicit HW conversion argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid explicit mac id argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid explicit RBM id argument in Rxdma replenish (bsc#1227149). - wifi: ath12k: avoid repeated hw access from ar (bsc#1227149). - wifi: ath12k: avoid repeated wiphy access from hw (bsc#1227149). - wifi: ath12k: call ath12k_mac_fils_discovery() without condition (bsc#1227149). - wifi: ath12k: change DMA direction while mapping reinjected packets (git-fixes). - wifi: ath12k: change interface combination for P2P mode (bsc#1227149). - wifi: ath12k: change MAC buffer ring size to 2048 (bsc#1227149). - wifi: ath12k: change to initialize recovery variables earlier in ath12k_core_reset() (bsc#1227149). - wifi: ath12k: change to treat alpha code na as world wide regdomain (bsc#1227149). - wifi: ath12k: change to use dynamic memory for channel list of scan (bsc#1227149). - wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 (bsc#1227149). - wifi: ath12k: check hardware major version for WCN7850 (bsc#1227149). - wifi: ath12k: check M3 buffer size as well whey trying to reuse it (bsc#1227149). - wifi: ath12k: configure puncturing bitmap (bsc#1227149). - wifi: ath12k: configure RDDM size to MHI for device recovery (bsc#1227149). - wifi: ath12k: Consistently use ath12k_vif_to_arvif() (bsc#1227149). - wifi: ath12k: Consolidate WMI peer flags (bsc#1227149). - wifi: ath12k: Correct 6 GHz frequency value in rx status (git-fixes). - wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable (bsc#1227149). - wifi: ath12k: delete the timer rx_replenish_retry during rmmod (bsc#1227149). - wifi: ath12k: designating channel frequency for ROC scan (bsc#1227149). - wifi: ath12k: disable QMI PHY capability learn in split-phy QCN9274 (bsc#1227149). - wifi: ath12k: do not drop data frames from unassociated stations (bsc#1227149). - wifi: ath12k: Do not drop tx_status in failure case (git-fixes). - wifi: ath12k: do not restore ASPM in case of single MSI vector (bsc#1227149). - wifi: ath12k: Do not use scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: drop failed transmitted frames from metric calculation (git-fixes). - wifi: ath12k: drop NULL pointer check in ath12k_update_per_peer_tx_stats() (bsc#1227149). - wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850 (bsc#1227149). - wifi: ath12k: enable 802.11 power save mode in station mode (bsc#1227149). - wifi: ath12k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN7850 (bsc#1227149). - wifi: ath12k: Enable Mesh support for QCN9274 (bsc#1227149). - wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID (bsc#1227149). - wifi: ath12k: Fix a few spelling errors (bsc#1227149). - wifi: ath12k: fix broken structure wmi_vdev_create_cmd (bsc#1227149). - wifi: ath12k: fix conf_mutex in ath12k_mac_op_unassign_vif_chanctx() (bsc#1227149). - wifi: ath12k: fix debug messages (bsc#1227149). - wifi: ath12k: fix fetching MCBC flag for QCN9274 (bsc#1227149). - wifi: ath12k: fix firmware assert during insmod in memory segment mode (bsc#1227149). - wifi: ath12k: fix firmware crash during reo reinject (git-fixes). - wifi: ath12k: fix invalid m3 buffer address (bsc#1227149). - wifi: ath12k: fix invalid memory access while processing fragmented packets (git-fixes). - wifi: ath12k: fix kernel crash during resume (bsc#1227149). - wifi: ath12k: fix license in p2p.c and p2p.h (bsc#1227149). - wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() (git-fixes). - wifi: ath12k: fix PCI read and write (bsc#1227149). - wifi: ath12k: fix peer metadata parsing (git-fixes). - wifi: ath12k: fix potential wmi_mgmt_tx_queue race condition (bsc#1227149). - wifi: ath12k: fix radar detection in 160 MHz (bsc#1227149). - wifi: ath12k: fix recovery fail while firmware crash when doing channel switch (bsc#1227149). - wifi: ath12k: fix the error handler of rfkill config (bsc#1227149). - wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850 (bsc#1227149). - wifi: ath12k: fix the problem that down grade phy mode operation (bsc#1227149). - wifi: ath12k: Fix tx completion ring (WBM2SW) setup failure (git-fixes). - wifi: ath12k: Fix uninitialized use of ret in ath12k_mac_allocate() (bsc#1227149). - wifi: ath12k: fix WARN_ON during ath12k_mac_update_vif_chan (bsc#1227149). - wifi: ath12k: fix wrong definition of CE ring's base address (git-fixes). - wifi: ath12k: fix wrong definitions of hal_reo_update_rx_queue (bsc#1227149). - wifi: ath12k: get msi_data again after request_irq is called (bsc#1227149). - wifi: ath12k: implement handling of P2P NoA event (bsc#1227149). - wifi: ath12k: implement remain on channel for P2P mode (bsc#1227149). - wifi: ath12k: increase vdev setup timeout (bsc#1227149). - wifi: ath12k: indicate NON MBSSID vdev by default during vdev start (bsc#1227149). - wifi: ath12k: indicate scan complete for scan canceled when scan running (bsc#1227149). - wifi: ath12k: indicate to mac80211 scan complete with aborted flag for ATH12K_SCAN_STARTING state (bsc#1227149). - wifi: ath12k: Introduce and use ath12k_sta_to_arsta() (bsc#1227149). - wifi: ath12k: Introduce the container for mac80211 hw (bsc#1227149). - wifi: ath12k: Make QMI message rules const (bsc#1227149). - wifi: ath12k: move HE capabilities processing to a new function (bsc#1227149). - wifi: ath12k: move peer delete after vdev stop of station for WCN7850 (bsc#1227149). - wifi: ath12k: Optimize the mac80211 hw data access (bsc#1227149). - wifi: ath12k: parse WMI service ready ext2 event (bsc#1227149). - wifi: ath12k: peer assoc for 320 MHz (bsc#1227149). - wifi: ath12k: prepare EHT peer assoc parameters (bsc#1227149). - wifi: ath12k: propagate EHT capabilities to userspace (bsc#1227149). - wifi: ath12k: Read board id to support split-PHY QCN9274 (bsc#1227149). - wifi: ath12k: refactor ath12k_bss_assoc() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_allocate() and ath12k_mac_destroy() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_ampdu_action() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_config() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_configure_filter() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_conf_tx() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_flush() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_start() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_stop() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_op_update_vif_offload() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_register() and ath12k_mac_unregister() (bsc#1227149). - wifi: ath12k: refactor ath12k_mac_setup_channels_rates() (bsc#1227149). - wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc() (bsc#1227149). - wifi: ath12k: refactor DP Rxdma ring structure (bsc#1227149). - wifi: ath12k: refactor multiple MSI vector implementation (bsc#1227149). - wifi: ath12k: refactor QMI MLO host capability helper function (bsc#1227149). - wifi: ath12k: Refactor the mac80211 hw access from link/radio (bsc#1227149). - wifi: ath12k: refactor the rfkill worker (bsc#1227149). - wifi: ath12k: register EHT mesh capabilities (bsc#1227149). - wifi: ath12k: relax list iteration in ath12k_mac_vif_unref() (bsc#1227149). - wifi: ath12k: relocate ath12k_dp_pdev_pre_alloc() call (bsc#1227149). - wifi: ath12k: Remove ath12k_base::bd_api (bsc#1227149). - wifi: ath12k: remove hal_desc_sz from hw params (bsc#1227149). - wifi: ath12k: Remove obsolete struct wmi_peer_flags_map *peer_flags (bsc#1227149). - wifi: ath12k: remove redundant memset() in ath12k_hal_reo_qdesc_setup() (bsc#1227149). - wifi: ath12k: Remove some dead code (bsc#1227149). - wifi: ath12k: Remove struct ath12k::ops (bsc#1227149). - wifi: ath12k: remove the unused scan_events from ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: Remove unnecessary struct qmi_txn initializers (bsc#1227149). - wifi: ath12k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT (bsc#1227149). - wifi: ath12k: Remove unused declarations (bsc#1227149). - wifi: ath12k: Remove unused scan_flags from struct ath12k_wmi_scan_req_arg (bsc#1227149). - wifi: ath12k: rename HE capabilities setup/copy functions (bsc#1227149). - wifi: ath12k: rename the sc naming convention to ab (bsc#1227149). - wifi: ath12k: rename the wmi_sc naming convention to wmi_ab (bsc#1227149). - wifi: ath12k: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: ath12k: send WMI_PEER_REORDER_QUEUE_SETUP_CMDID when ADDBA session starts (bsc#1227149). - wifi: ath12k: Set default beacon mode to burst mode (bsc#1227149). - wifi: ath12k: set IRQ affinity to CPU0 in case of one MSI vector (bsc#1227149). - wifi: ath12k: set PERST pin no pull request for WCN7850 (bsc#1227149). - wifi: ath12k: split hal_ops to support RX TLVs word mask compaction (bsc#1227149). - wifi: ath12k: subscribe required word mask from rx tlv (bsc#1227149). - wifi: ath12k: support default regdb while searching board-2.bin for WCN7850 (bsc#1227149). - wifi: ath12k: trigger station disconnect on hardware restart (bsc#1227149). - wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ (bsc#1227149). - wifi: ath12k: use correct flag field for 320 MHz channels (bsc#1227149). - wifi: ath12k: Use initializers for QMI message buffers (bsc#1227149). - wifi: ath12k: Use msdu_end to check MCBC (bsc#1227149). - wifi: ath12k: Use pdev_id rather than mac_id to get pdev (bsc#1227149). - wifi: ath12k: use select for CRYPTO_MICHAEL_MIC (bsc#1227149). - wifi: ath12k: WMI support to process EHT capabilities (bsc#1227149). - wifi: ath5k: ath5k_hw_get_median_noise_floor(): use swap() (bsc#1227149). - wifi: ath5k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath5k: remove phydir check from ath5k_debug_init_device() (bsc#1227149). - wifi: ath5k: Remove redundant dev_err() (bsc#1227149). - wifi: ath5k: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath5k: remove unused ath5k_eeprom_info::ee_antenna (bsc#1227149). - wifi: ath5k: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: ath6kl: Remove error checking for debugfs_create_dir() (bsc#1227149). - wifi: ath6kl: remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath6kl: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: ath9k: avoid using uninitialized array (bsc#1227149). - wifi: ath9k: clean up function ath9k_hif_usb_resume (bsc#1227149). - wifi: ath9k: consistently use kstrtoX_from_user() functions (bsc#1227149). - wifi: ath9k: Convert to platform remove callback returning void (bsc#1227149). - wifi: ath9k: delete some unused/duplicate macros (bsc#1227149). - wifi: ath9k: fix LNA selection in ath_ant_try_scan() (stable-fixes). - wifi: ath9k: fix parameter check in ath9k_init_debug() (bsc#1227149). - wifi: ath9k_htc: fix format-truncation warning (bsc#1227149). - wifi: ath9k: remove redundant assignment to variable ret (bsc#1227149). - wifi: ath9k: Remove unnecessary ternary operators (bsc#1227149). - wifi: ath9k: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: ath9k: Remove unused declarations (bsc#1227149). - wifi: ath9k: reset survey of current channel after a scan started (bsc#1227149). - wifi: ath9k: simplify ar9003_hw_process_ini() (bsc#1227149). - wifi: ath9k: use u32 for txgain indexes (bsc#1227149). - wifi: ath9k: work around memset overflow warning (bsc#1227149). - wifi: ath: dfs_pattern_detector: Use flex array to simplify code (bsc#1227149). - wifi: ath: remove unused-but-set parameter (bsc#1227149). - wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address (bsc#1227149). - wifi: ath: work around false-positive stringop-overread warning (bsc#1227149). - wifi: atk10k: Do not opencode ath10k_pci_priv() in ath10k_ahb_priv() (bsc#1227149). - wifi: atmel: remove unused ioctl function (bsc#1227149). - wifi: b43: silence sparse warnings (bsc#1227149). - wifi: brcm80211: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: brcmfmac: Add DMI nvram filename quirk for ACEPC W5 Pro (stable-fixes). - wifi: brcmfmac: add linefeed at end of file (bsc#1227149). - wifi: brcmfmac: add per-vendor feature detection callback (stable-fixes). - wifi: brcmfmac: allow per-vendor event handling (bsc#1227149). - wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by (bsc#1227149). - wifi: brcmfmac: cfg80211: Use WSEC to set SAE password (stable-fixes). - wifi: brcmfmac: Demote vendor-specific attach/detach messages to info (git-fixes). - wifi: brcmfmac: Detect corner error case earlier with log (bsc#1227149). - wifi: brcmfmac: do not cast hidden SSID attribute value to boolean (bsc#1227149). - wifi: brcmfmac: do not pass hidden SSID attribute as value directly (bsc#1227149). - wifi: brcmfmac: export firmware interface functions (bsc#1227149). - wifi: brcmfmac: firmware: Annotate struct brcmf_fw_request with __counted_by (bsc#1227149). - wifi: brcmfmac: fix format-truncation warnings (bsc#1227149). - wifi: brcmfmac: fix gnu_printf warnings (bsc#1227149). - wifi: brcmfmac: fweh: Add __counted_by for struct brcmf_fweh_queue_item and use struct_size() (bsc#1227149). - wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4 (bsc#1227149). - wifi: brcmfmac: move feature overrides before feature_disable (bsc#1227149). - wifi: brcmfmac: pcie: handle randbuf allocation failure (git-fixes). - wifi: brcmsmac: cleanup SCB-related data types (bsc#1227149). - wifi: brcmsmac: fix gnu_printf warnings (bsc#1227149). - wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only device (git-fixes). - wifi: brcmsmac: phy: Remove unreachable code (bsc#1227149). - wifi: brcmsmac: remove more unused data types (bsc#1227149). - wifi: brcmsmac: remove unused data type (bsc#1227149). - wifi: brcmsmac: replace deprecated strncpy with memcpy (bsc#1227149). - wifi: brcmsmac: silence sparse warnings (bsc#1227149). - wifi: brcmutil: use helper function pktq_empty() instead of open code (bsc#1227149). - wifi: carl9170: add a proper sanity check for endpoints (git-fixes). - wifi: carl9170: re-fix fortified-memset warning (git-fixes). - wifi: carl9170: Remove redundant assignment to pointer super (bsc#1227149). - wifi: carl9170: remove unnecessary (void*) conversions (bsc#1227149). - wifi: cfg80211: add a flag to disable wireless extensions (bsc#1227149). - wifi: cfg80211: add BSS usage reporting (bsc#1227149). - wifi: cfg80211: add local_state_change to deauth trace (bsc#1227149). - wifi: cfg80211: add locked debugfs wrappers (bsc#1227149). - wifi: cfg80211: address several kerneldoc warnings (bsc#1227149). - wifi: cfg80211: add RNR with reporting AP information (bsc#1227149). - wifi: cfg80211: Add support for setting TID to link mapping (bsc#1227149). - wifi: cfg80211: add support for SPP A-MSDUs (bsc#1227149). - wifi: cfg80211: Allow AP/P2PGO to indicate port authorization to peer STA/P2PClient (bsc#1227149). - wifi: cfg80211: allow reg update by driver even if wiphy->regd is set (bsc#1227149). - wifi: cfg80211: annotate iftype_data pointer with sparse (bsc#1227149). - wifi: cfg80211: avoid double free if updating BSS fails (bsc#1227149). - wifi: cfg80211: call reg_call_notifier on beacon hints (bsc#1227149). - wifi: cfg80211: check A-MSDU format more carefully (stable-fixes). - wifi: cfg80211: check RTNL when iterating devices (bsc#1227149). - wifi: cfg80211: check wiphy mutex is held for wdev mutex (bsc#1227149). - wifi: cfg80211: consume both probe response and beacon IEs (bsc#1227149). - wifi: cfg80211: detect stuck ECSA element in probe resp (bsc#1227149). - wifi: cfg80211: ensure cfg80211_bss_update frees IEs on error (bsc#1227149). - wifi: cfg80211: export DFS CAC time and usable state helper functions (bsc#1227149). - wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharing (bsc#1227149). - wifi: cfg80211: Extend support for scanning while MLO connected (bsc#1227149). - wifi: cfg80211: fix 6 GHz scan request building (stable-fixes). - wifi: cfg80211: fix CQM for non-range use (bsc#1227149). - wifi: cfg80211: fix header kernel-doc typos (bsc#1227149). - wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush() (bsc#1227149). - wifi: cfg80211: fix rdev_dump_mpp() arguments order (stable-fixes). - wifi: cfg80211: fix spelling & punctutation (bsc#1227149). - wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt class (stable-fixes). - wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he() (git-fixes). - wifi: cfg80211: Fix typo in documentation (bsc#1227149). - wifi: cfg80211: fully move wiphy work to unbound workqueue (git-fixes). - wifi: cfg80211: generate an ML element for per-STA profiles (bsc#1227149). - wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() (git-fixes). - wifi: cfg80211: Handle specific BSSID in 6GHz scanning (bsc#1227149). - wifi: cfg80211: handle UHB AP and STA power type (bsc#1227149). - wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan() (bsc#1227149). - wifi: cfg80211: hold wiphy mutex for send_interface (bsc#1227149). - wifi: cfg80211: improve documentation for flag fields (bsc#1227149). - wifi: cfg80211: Include operating class 137 in 6GHz band (bsc#1227149). - wifi: cfg80211: introduce cfg80211_ssid_eq() (bsc#1227149). - wifi: cfg80211: Lock wiphy in cfg80211_get_station (git-fixes). - wifi: cfg80211: make read-only array centers_80mhz static const (bsc#1227149). - wifi: cfg80211: make RX assoc data const (bsc#1227149). - wifi: cfg80211: modify prototype for change_beacon (bsc#1227149). - wifi: cfg80211: OWE DH IE handling offload (bsc#1227149). - wifi: cfg80211: pmsr: use correct nla_get_uX functions (git-fixes). - wifi: cfg80211: reg: describe return values in kernel-doc (bsc#1227149). - wifi: cfg80211: reg: fix various kernel-doc issues (bsc#1227149). - wifi: cfg80211: reg: hold wiphy mutex for wdev iteration (bsc#1227149). - wifi: cfg80211: reg: Support P2P operation on DFS channels (bsc#1227149). - wifi: cfg80211: remove scan_width support (bsc#1227149). - wifi: cfg80211: remove wdev mutex (bsc#1227149). - wifi: cfg80211: rename UHB to 6 GHz (bsc#1227149). - wifi: cfg80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: cfg80211: report per-link errors during association (bsc#1227149). - wifi: cfg80211: report unprotected deauth/disassoc in wowlan (bsc#1227149). - wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM values (git-fixes). - wifi: cfg80211: save power spectral density(psd) of regulatory rule (bsc#1227149). - wifi: cfg80211: Schedule regulatory check on BSS STA channel change (bsc#1227149). - wifi: cfg80211: set correct param change count in ML element (bsc#1227149). - wifi: cfg80211: sme: hold wiphy lock for wdev iteration (bsc#1227149). - wifi: cfg80211: sort certificates in build (bsc#1227149). - wifi: cfg80211: split struct cfg80211_ap_settings (bsc#1227149). - wifi: cfg80211: Update the default DSCP-to-UP mapping (bsc#1227149). - wifi: cfg80211: validate HE operation element parsing (bsc#1227149). - wifi: cfg80211: wext: add extra SIOCSIWSCAN data check (stable-fixes). - wifi: cfg80211: wext: convert return value to kernel-doc (bsc#1227149). - wifi: cfg80211: wext: set ssids=NULL for passive scans (git-fixes). - wifi: cw1200: Avoid processing an invalid TIM IE (bsc#1227149). - wifi: cw1200: Convert to GPIO descriptors (bsc#1227149). - wifi: cw1200: fix __le16 sparse warnings (bsc#1227149). - wifi: cw1200: restore endian swapping (bsc#1227149). - wifi: drivers: Explicitly include correct DT includes (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for ar5523 (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for Broadcom WLAN (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for mt76 drivers (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for p54spi (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wcn36xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wilc1000 (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wl1251 and wl12xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wl18xx (bsc#1227149). - wifi: fill in MODULE_DESCRIPTION()s for wlcore (bsc#1227149). - wifi: hostap: Add __counted_by for struct prism2_download_data and use struct_size() (bsc#1227149). - wifi: hostap: fix stringop-truncations GCC warning (bsc#1227149). - wifi: hostap: remove unused ioctl function (bsc#1227149). - wifi: ieee80211: add definitions for negotiated TID to Link map (bsc#1227149). - wifi: ieee80211: add UL-bandwidth definition of trigger frame (bsc#1227149). - wifi: ieee80211: check for NULL in ieee80211_mle_size_ok() (stable-fixes). - wifi: ieee80211: fix ieee80211_mle_basic_sta_prof_size_ok() (git-fixes). - wifi: iwlmei: do not send nic info with invalid mac address (bsc#1227149). - wifi: iwlmei: do not send SAP messages if AMT is disabled (bsc#1227149). - wifi: iwlmei: send driver down SAP message only if wiamt is enabled (bsc#1227149). - wifi: iwlmei: send HOST_GOES_DOWN message even if wiamt is disabled (bsc#1227149). - wifi: iwlmvm: fw: Add new OEM vendor to tas approved list (bsc#1227149). - wifi: iwlwifi: abort scan when rfkill on but device enabled (bsc#1227149). - wifi: iwlwifi: add HONOR to PPAG approved list (bsc#1227149). - wifi: iwlwifi: add mapping of a periphery register crf for WH RF (bsc#1227149). - wifi: iwlwifi: add new RF support for wifi7 (bsc#1227149). - wifi: iwlwifi: add Razer to ppag approved list (bsc#1227149). - wifi: iwlwifi: Add rf_mapping of new wifi7 devices (bsc#1227149). - wifi: iwlwifi: add support for activating UNII-1 in WW via BIOS (bsc#1227149). - wifi: iwlwifi: add support for a wiphy_work rx handler (bsc#1227149). - wifi: iwlwifi: Add support for new 802.11be device (bsc#1227149). - wifi: iwlwifi: add support for new ini region types (bsc#1227149). - wifi: iwlwifi: Add support for PPAG cmd v5 and PPAG revision 3 (bsc#1227149). - wifi: iwlwifi: add support for SNPS DPHYIP region type (bsc#1227149). - wifi: iwlwifi: adjust rx_phyinfo debugfs to MLO (bsc#1227149). - wifi: iwlwifi: always have 'uats_enabled' (bsc#1227149). - wifi: iwlwifi: api: clean up some kernel-doc/typos (bsc#1227149). - wifi: iwlwifi: api: dbg-tlv: fix up kernel-doc (bsc#1227149). - wifi: iwlwifi: api: fix a small upper/lower-case typo (bsc#1227149). - wifi: iwlwifi: api: fix center_freq label in PHY diagram (bsc#1227149). - wifi: iwlwifi: api: fix constant version to match FW (bsc#1227149). - wifi: iwlwifi: api: fix kernel-doc reference (bsc#1227149). - wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: bump FW API to 88 for AX/BZ/SC devices (bsc#1227149). - wifi: iwlwifi: cancel session protection only if there is one (bsc#1227149). - wifi: iwlwifi: change link id in time event to s8 (bsc#1227149). - wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware() (bsc#1227149). - wifi: iwlwifi: cleanup BT Shared Single Antenna code (bsc#1227149). - wifi: iwlwifi: cleanup sending PER_CHAIN_LIMIT_OFFSET_CMD (bsc#1227149). - wifi: iwlwifi: cleanup uefi variables loading (bsc#1227149). - wifi: iwlwifi: clear link_id in time_event (bsc#1227149). - wifi: iwlwifi: dbg_ini: move iwl_dbg_tlv_free outside of debugfs ifdef (git-fixes). - wifi: iwlwifi: dbg-tlv: avoid extra allocation/copy (bsc#1227149). - wifi: iwlwifi: dbg-tlv: use struct_size() for allocation (bsc#1227149). - wifi: iwlwifi: disable 160 MHz based on subsystem device ID (bsc#1227149). - wifi: iwlwifi: disable eSR when BT is active (bsc#1227149). - wifi: iwlwifi: disable multi rx queue for 9000 (bsc#1227149). - wifi: iwlwifi: do not check TAS block list size twice (bsc#1227149). - wifi: iwlwifi: Do not mark DFS channels as NO-IR (bsc#1227149). - wifi: iwlwifi: do not use TRUE/FALSE with bool (bsc#1227149). - wifi: iwlwifi: drop NULL pointer check in iwl_mvm_tzone_set_trip_temp() (bsc#1227149). - wifi: iwlwifi: dvm: remove kernel-doc warnings (bsc#1227149). - wifi: iwlwifi: error-dump: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: Extract common prph mac/phy regions data dump logic (bsc#1227149). - wifi: iwlwifi: fail NIC access fast on dead NIC (bsc#1227149). - wifi: iwlwifi: fix #ifdef CONFIG_ACPI check (bsc#1227149). - wifi: iwlwifi: fix iwl_mvm_get_valid_rx_ant() (git-fixes). - wifi: iwlwifi: fix opmode start/stop race (bsc#1227149). - wifi: iwlwifi: fix some kernel-doc issues (bsc#1227149). - wifi: iwlwifi: Fix spelling mistake "SESION" -> "SESSION" (bsc#1227149). - wifi: iwlwifi: fix system commands group ordering (bsc#1227149). - wifi: iwlwifi: fix the rf step and flavor bits range (bsc#1227149). - wifi: iwlwifi: fw: Add support for UATS table in UHB (bsc#1227149). - wifi: iwlwifi: fw: allow vmalloc for PNVM image (bsc#1227149). - wifi: iwlwifi: fw: dbg: ensure correct config name sizes (bsc#1227149). - wifi: iwlwifi: fw: disable firmware debug asserts (bsc#1227149). - wifi: iwlwifi: fw: do not always use FW dump trig (git-fixes). - wifi: iwlwifi: fw: file: clean up kernel-doc (bsc#1227149). - wifi: iwlwifi: fw: file: do not use [0] for variable arrays (bsc#1227149). - wifi: iwlwifi: fw: fix compiler warning for NULL string print (bsc#1227149). - wifi: iwlwifi: fw: fix compile w/o CONFIG_ACPI (git-fixes). - wifi: iwlwifi: fw: Fix debugfs command sending (bsc#1227149). - wifi: iwlwifi: fw: increase fw_version string size (bsc#1227149). - wifi: iwlwifi: fw: reconstruct the API/CAPA enum number (bsc#1227149). - wifi: iwlwifi: fw: replace deprecated strncpy with strscpy_pad (bsc#1227149). - wifi: iwlwifi: handle per-phy statistics from fw (bsc#1227149). - wifi: iwlwifi: implement can_activate_links callback (bsc#1227149). - wifi: iwlwifi: implement enable/disable for China 2022 regulatory (bsc#1227149). - wifi: iwlwifi: implement GLAI ACPI table loading (bsc#1227149). - wifi: iwlwifi: iwl-fh.h: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: iwlmvm: handle unprotected deauth/disassoc in d3 (bsc#1227149). - wifi: iwlwifi: iwl-trans.h: clean up kernel-doc (bsc#1227149). - wifi: iwlwifi: load b0 version of ucode for HR1/HR2 (bsc#1227149). - wifi: iwlwifi: make TB reallocation a debug message (bsc#1227149). - wifi: iwlwifi: make time_events MLO aware (bsc#1227149). - wifi: iwlwifi: mei: return error from register when not built (bsc#1227149). - wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor data (bsc#1227149). - wifi: iwlwifi: mvm: add a debug print when we get a BAR (bsc#1227149). - wifi: iwlwifi: mvm: add a per-link debugfs (bsc#1227149). - wifi: iwlwifi: mvm: add a print when sending RLC command (bsc#1227149). - wifi: iwlwifi: mvm: Add basic link selection logic (bsc#1227149). - wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handler (bsc#1227149). - wifi: iwlwifi: mvm: add support for new wowlan_info_notif (bsc#1227149). - wifi: iwlwifi: mvm: Add support for removing responder TKs (bsc#1227149). - wifi: iwlwifi: mvm: add support for TID to link mapping neg request (bsc#1227149). - wifi: iwlwifi: mvm: add US/Canada MCC to API (bsc#1227149). - wifi: iwlwifi: mvm: advertise MLO only if EHT is enabled (bsc#1227149). - wifi: iwlwifi: mvm: advertise support for protected ranging negotiation (bsc#1227149). - wifi: iwlwifi: mvm: advertise support for SCS traffic description (bsc#1227149). - wifi: iwlwifi: mvm: allocate STA links only for active links (git-fixes). - wifi: iwlwifi: mvm: Allow DFS concurrent operation (bsc#1227149). - wifi: iwlwifi: mvm: always update keys in D3 exit (bsc#1227149). - wifi: iwlwifi: mvm: avoid garbage iPN (bsc#1227149). - wifi: iwlwifi: mvm: calculate EMLSR mode after connection (bsc#1227149). - wifi: iwlwifi: mvm: check AP supports EMLSR (bsc#1227149). - wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errors (bsc#1227149). - wifi: iwlwifi: mvm: check link more carefully (bsc#1227149). - wifi: iwlwifi: mvm: check n_ssids before accessing the ssids (git-fixes). - wifi: iwlwifi: mvm: check own capabilities for EMLSR (bsc#1227149). - wifi: iwlwifi: mvm: cleanup MLO and non-MLO unification code (bsc#1227149). - wifi: iwlwifi: mvm: combine condition/warning (bsc#1227149). - wifi: iwlwifi: mvm: Configure the link mapping for non-MLD FW (bsc#1227149). - wifi: iwlwifi: mvm: consider having one active link (bsc#1227149). - wifi: iwlwifi: mvm: const-ify chandef pointers (bsc#1227149). - wifi: iwlwifi: mvm: Correctly report TSF data in scan complete (bsc#1227149). - wifi: iwlwifi: mvm: cycle FW link on chanctx removal (bsc#1227149). - wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlock (bsc#1227149). - wifi: iwlwifi: mvm: d3: disconnect on GTK rekey failure (bsc#1227149). - wifi: iwlwifi: mvm: d3: fix WoWLAN command version lookup (stable-fixes). - wifi: iwlwifi: mvm: d3: implement suspend with MLO (bsc#1227149). - wifi: iwlwifi: mvm: debugfs for fw system stats (bsc#1227149). - wifi: iwlwifi: mvm: Declare support for secure LTF measurement (bsc#1227149). - wifi: iwlwifi: mvm: define RX queue sync timeout as a macro (bsc#1227149). - wifi: iwlwifi: mvm: disable MLO for the time being (bsc#1227149). - wifi: iwlwifi: mvm: disallow puncturing in US/Canada (bsc#1227149). - wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative (bsc#1227149). - wifi: iwlwifi: mvm: disconnect station vifs if recovery failed (bsc#1227149). - wifi: iwlwifi: mvm: do not abort queue sync in CT-kill (bsc#1227149). - wifi: iwlwifi: mvm: do not add dummy phy context (bsc#1227149). - wifi: iwlwifi: mvm: do not always disable EMLSR due to BT coex (bsc#1227149). - wifi: iwlwifi: mvm: do not do duplicate detection for nullfunc packets (bsc#1227149). - wifi: iwlwifi: mvm: do not initialize csa_work twice (git-fixes). - wifi: iwlwifi: mvm: do not limit VLP/AFC to UATS-enabled (git-fixes). - wifi: iwlwifi: mvm: do not read past the mfuart notifcation (git-fixes). - wifi: iwlwifi: mvm: do not send BT_COEX_CI command on new devices (bsc#1227149). - wifi: iwlwifi: mvm: do not send NDPs for new tx devices (bsc#1227149). - wifi: iwlwifi: mvm: do not send STA_DISABLE_TX_CMD for newer firmware (bsc#1227149). - wifi: iwlwifi: mvm: do not send the smart fifo command if not needed (bsc#1227149). - wifi: iwlwifi: mvm: do not set trigger frame padding in AP mode (bsc#1227149). - wifi: iwlwifi: mvm: do not support reduced tx power on ack for new devices (bsc#1227149). - wifi: iwlwifi: mvm: do not wake up rx_sync_waitq upon RFKILL (git-fixes). - wifi: iwlwifi: mvm: Do not warn if valid link pair was not found (bsc#1227149). - wifi: iwlwifi: mvm: Do not warn on invalid link on scan complete (bsc#1227149). - wifi: iwlwifi: mvm: enable FILS DF Tx on non-PSC channel (bsc#1227149). - wifi: iwlwifi: mvm: enable HE TX/RX &lt;242 tone RU on new RFs (bsc#1227149). - wifi: iwlwifi: mvm: expand queue sync warning messages (bsc#1227149). - wifi: iwlwifi: mvm: extend alive timeout to 2 seconds (bsc#1227149). - wifi: iwlwifi: mvm: Extend support for P2P service discovery (bsc#1227149). - wifi: iwlwifi: mvm: fix a battery life regression (bsc#1227149). - wifi: iwlwifi: mvm: fix a crash on 7265 (bsc#1227149). - wifi: iwlwifi: mvm: fix active link counting during recovery (git-fixes). - wifi: iwlwifi: mvm: fix check in iwl_mvm_sta_fw_id_mask (git-fixes). - wifi: iwlwifi: mvm: Fix FTM initiator flags (bsc#1227149). - wifi: iwlwifi: mvm: fix kernel-doc (bsc#1227149). - wifi: iwlwifi: mvm: fix link ID management (bsc#1227149). - wifi: iwlwifi: mvm: fix recovery flow in CSA (bsc#1227149). - wifi: iwlwifi: mvm: fix regdb initialization (bsc#1227149). - wifi: iwlwifi: mvm: fix ROC version check (bsc#1227149). - wifi: iwlwifi: mvm: fix SB CFG check (bsc#1227149). - wifi: iwlwifi: mvm: Fix scan abort handling with HW rfkill (stable-fixes). - wifi: iwlwifi: mvm: fix the key PN index (bsc#1227149). - wifi: iwlwifi: mvm: fix the PHY context resolution for p2p device (bsc#1227149). - wifi: iwlwifi: mvm: fix thermal kernel-doc (bsc#1227149). - wifi: iwlwifi: mvm: fix the TXF mapping for BZ devices (bsc#1227149). - wifi: iwlwifi: mvm: Fix unreachable code path (bsc#1227149). - wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_add (bsc#1227149). - wifi: iwlwifi: mvm: guard against invalid STA ID on removal (stable-fixes). - wifi: iwlwifi: mvm: handle BA session teardown in RF-kill (stable-fixes). - wifi: iwlwifi: mvm: Handle BIGTK cipher in kek_kck cmd (stable-fixes). - wifi: iwlwifi: mvm: handle debugfs names more carefully (bsc#1227149). - wifi: iwlwifi: mvm: handle link-STA allocation in restart (bsc#1227149). - wifi: iwlwifi: mvm: implement new firmware API for statistics (bsc#1227149). - wifi: iwlwifi: mvm: implement ROC version 3 (bsc#1227149). - wifi: iwlwifi: mvm: include link ID when releasing frames (git-fixes). - wifi: iwlwifi: mvm: increase session protection after CSA (bsc#1227149). - wifi: iwlwifi: mvm: init vif works only once (git-fixes). - wifi: iwlwifi: mvm: introduce esr_disable_reason (bsc#1227149). - wifi: iwlwifi: mvm: introduce PHY_CONTEXT_CMD_API_VER_5 (bsc#1227149). - wifi: iwlwifi: mvm: iterate active links for STA queues (bsc#1227149). - wifi: iwlwifi: mvm: Keep connection in case of missed beacons during RX (bsc#1227149). - wifi: iwlwifi: mvm: limit EHT 320 MHz MCS for STEP URM (bsc#1227149). - wifi: iwlwifi: mvm: limit pseudo-D3 to 60 seconds (bsc#1227149). - wifi: iwlwifi: mvm: log dropped frames (bsc#1227149). - wifi: iwlwifi: mvm: log dropped packets due to MIC error (bsc#1227149). - wifi: iwlwifi: mvm: make functions public (bsc#1227149). - wifi: iwlwifi: mvm: make pldr_sync AX210 specific (bsc#1227149). - wifi: iwlwifi: mvm: make "pldr_sync" mode effective (bsc#1227149). - wifi: iwlwifi: mvm: move BA notif messages before action (bsc#1227149). - wifi: iwlwifi: mvm: move listen interval to constants (bsc#1227149). - wifi: iwlwifi: mvm: move RU alloc B2 placement (bsc#1227149). - wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supported (bsc#1227149). - wifi: iwlwifi: mvm: partially support PHY context version 6 (bsc#1227149). - wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF (bsc#1227149). - wifi: iwlwifi: mvm: properly set 6 GHz channel direct probe option (stable-fixes). - wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size (bsc#1227149). - wifi: iwlwifi: mvm: refactor duplicate chanctx condition (bsc#1227149). - wifi: iwlwifi: mvm: refactor TX rate handling (bsc#1227149). - wifi: iwlwifi: mvm: remove EHT code from mac80211.c (bsc#1227149). - wifi: iwlwifi: mvm: remove flags for enable/disable beacon filter (bsc#1227149). - wifi: iwlwifi: mvm: remove IWL_MVM_STATUS_NEED_FLUSH_P2P (bsc#1227149). - wifi: iwlwifi: mvm: remove old PASN station when adding a new one (git-fixes). - wifi: iwlwifi: mvm: remove one queue sync on BA session stop (bsc#1227149). - wifi: iwlwifi: mvm: remove set_tim callback for MLD ops (bsc#1227149). - wifi: iwlwifi: mvm: remove stale STA link data during restart (stable-fixes). - wifi: iwlwifi: mvm: Return success if link could not be removed (bsc#1227149). - wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmd (git-fixes). - wifi: iwlwifi: mvm: revert gen2 TX A-MPDU size to 64 (git-fixes). - wifi: iwlwifi: mvm: rework debugfs handling (bsc#1227149). - wifi: iwlwifi: mvm: rfi: fix potential response leaks (git-fixes). - wifi: iwlwifi: mvm: select STA mask only for active links (git-fixes). - wifi: iwlwifi: mvm: set properly mac header (git-fixes). - wifi: iwlwifi: mvm: show dump even for pldr_sync (bsc#1227149). - wifi: iwlwifi: mvm: show skb_mac_gso_segment() failure reason (bsc#1227149). - wifi: iwlwifi: mvm: simplify the reorder buffer (bsc#1227149). - wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfig (bsc#1227149). - wifi: iwlwifi: mvm: support CSA with MLD (bsc#1227149). - wifi: iwlwifi: mvm: support flush on AP interfaces (bsc#1227149). - wifi: iwlwifi: mvm: support injection antenna control (bsc#1227149). - wifi: iwlwifi: mvm: support iwl_dev_tx_power_cmd_v8 (bsc#1227149). - wifi: iwlwifi: mvm: support set_antenna() (bsc#1227149). - wifi: iwlwifi: mvm: support SPP A-MSDUs (bsc#1227149). - wifi: iwlwifi: mvm: unlock mvm if there is no primary link (bsc#1227149). - wifi: iwlwifi: mvm: use correct address 3 in A-MSDU (stable-fixes). - wifi: iwlwifi: mvm: use fast balance scan in case of an active P2P GO (bsc#1227149). - wifi: iwlwifi: mvm: Use the link ID provided in scan request (bsc#1227149). - wifi: iwlwifi: mvm: use the new command to clear the internal buffer (bsc#1227149). - wifi: iwlwifi: mvm: work around A-MSDU size problem (bsc#1227149). - wifi: iwlwifi: no power save during transition to D3 (bsc#1227149). - wifi: iwlwifi: nvm-parse: advertise common packet padding (bsc#1227149). - wifi: iwlwifi: nvm: parse the VLP/AFC bit from regulatory (bsc#1227149). - wifi: iwlwifi: pcie: Add new PCI device id and CNVI (bsc#1227149). - wifi: iwlwifi: pcie: Add the PCI device id for new hardware (stable-fixes). - wifi: iwlwifi: pcie: clean up device removal work (bsc#1227149). - wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmap (bsc#1227149). - wifi: iwlwifi: pcie: clean up WFPM control bits (bsc#1227149). - wifi: iwlwifi: pcie: do not allow hw-rfkill to stop device on gen2 (bsc#1227149). - wifi: iwlwifi: pcie: dump CSRs before removal (bsc#1227149). - wifi: iwlwifi: pcie: enable TOP fatal error interrupt (bsc#1227149). - wifi: iwlwifi: pcie: fix kernel-doc issues (bsc#1227149). - wifi: iwlwifi: pcie: fix RB status reading (stable-fixes). - wifi: iwlwifi: pcie: get_crf_id() can be void (bsc#1227149). - wifi: iwlwifi: pcie: give up mem read if HW is dead (bsc#1227149). - wifi: iwlwifi: pcie: move gen1 TB handling to header (bsc#1227149). - wifi: iwlwifi: pcie: point invalid TFDs to invalid data (bsc#1227149). - wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() error (bsc#1227149). - wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bind (bsc#1227149). - wifi: iwlwifi: pcie: rescan bus if no parent (bsc#1227149). - wifi: iwlwifi: prepare for reading DSM from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading PPAG table from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading SAR tables from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading SPLC from UEFI (bsc#1227149). - wifi: iwlwifi: prepare for reading TAS table from UEFI (bsc#1227149). - wifi: iwlwifi: properly check if link is active (bsc#1227149). - wifi: iwlwifi: properly set WIPHY_FLAG_SUPPORTS_EXT_KEK_KCK (stable-fixes). - wifi: iwlwifi: queue: fix kernel-doc (bsc#1227149). - wifi: iwlwifi: queue: improve warning for no skb in reclaim (bsc#1227149). - wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() up (bsc#1227149). - wifi: iwlwifi: read DSM func 2 for specific RF types (bsc#1227149). - wifi: iwlwifi: read DSM functions from UEFI (bsc#1227149). - wifi: iwlwifi: read ECKV table from UEFI (bsc#1227149). - wifi: iwlwifi: read mac step from aux register (bsc#1227149). - wifi: iwlwifi: read PPAG table from UEFI (bsc#1227149). - wifi: iwlwifi: read SAR tables from UEFI (bsc#1227149). - wifi: iwlwifi: read SPLC from UEFI (bsc#1227149). - wifi: iwlwifi: read txq->read_ptr under lock (stable-fixes). - wifi: iwlwifi: read WRDD table from UEFI (bsc#1227149). - wifi: iwlwifi: read WTAS table from UEFI (bsc#1227149). - wifi: iwlwifi: reconfigure TLC during HW restart (git-fixes). - wifi: iwlwifi: refactor RX tracing (bsc#1227149). - wifi: iwlwifi: remove async command callback (bsc#1227149). - wifi: iwlwifi: remove dead-code (bsc#1227149). - wifi: iwlwifi: remove 'def_rx_queue' struct member (bsc#1227149). - wifi: iwlwifi: remove extra kernel-doc (bsc#1227149). - wifi: iwlwifi: remove Gl A-step remnants (bsc#1227149). - wifi: iwlwifi: remove memory check for LMAC error address (bsc#1227149). - wifi: iwlwifi: remove retry loops in start (bsc#1227149). - wifi: iwlwifi: remove unused function prototype (bsc#1227149). - wifi: iwlwifi: remove WARN from read_mem32() (bsc#1227149). - wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: iwlwifi: return negative -EINVAL instead of positive EINVAL (bsc#1227149). - wifi: iwlwifi: rfi: use a single DSM function for all RFI configurations (bsc#1227149). - wifi: iwlwifi: send EDT table to FW (bsc#1227149). - wifi: iwlwifi: separate TAS 'read-from-BIOS' and 'send-to-FW' flows (bsc#1227149). - wifi: iwlwifi: simplify getting DSM from ACPI (bsc#1227149). - wifi: iwlwifi: skip affinity setting on non-SMP (bsc#1227149). - wifi: iwlwifi: skip opmode start retries on dead transport (bsc#1227149). - wifi: iwlwifi: small cleanups in PPAG table flows (bsc#1227149). - wifi: iwlwifi: support link command version 2 (bsc#1227149). - wifi: iwlwifi: support link_id in SESSION_PROTECTION cmd (bsc#1227149). - wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIF (bsc#1227149). - wifi: iwlwifi: take send-DSM-to-FW flows out of ACPI ifdef (bsc#1227149). - wifi: iwlwifi: take SGOM and UATS code out of ACPI ifdef (bsc#1227149). - wifi: iwlwifi: trace full frames with TX status request (bsc#1227149). - wifi: iwlwifi: update context info structure definitions (bsc#1227149). - wifi: iwlwifi: Use request_module_nowait (bsc#1227149). - wifi: iwlwifi: use system_unbound_wq for debug dump (bsc#1227149). - wifi: iwlwifi: validate PPAG table when sent to FW (bsc#1227149). - wifi: lib80211: remove unused variables iv32 and iv16 (bsc#1227149). - wifi: libertas: add missing calls to cancel_work_sync() (bsc#1227149). - wifi: libertas: cleanup SDIO reset (bsc#1227149). - wifi: libertas: Follow renaming of SPI "master" to "controller" (bsc#1227149). - wifi: libertas: handle possible spu_write_u16() errors (bsc#1227149). - wifi: libertas: prefer kstrtoX() for simple integer conversions (bsc#1227149). - wifi: libertas: simplify list operations in free_if_spi_card() (bsc#1227149). - wifi: libertas: use convenient lists to manage SDIO packets (bsc#1227149). - wifi: mac80211: add a driver callback to add vif debugfs (bsc#1227149). - wifi: mac80211: add a driver callback to check active_links (bsc#1227149). - wifi: mac80211: add a flag to disallow puncturing (bsc#1227149). - wifi: mac80211: add back SPDX identifier (bsc#1227149). - wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_size() (bsc#1227149). - wifi: mac80211: add ieee80211_tdls_sta_link_id() (stable-fixes). - wifi: mac80211: additions to change_beacon() (bsc#1227149). - wifi: mac80211: add link id to ieee80211_gtk_rekey_add() (bsc#1227149). - wifi: mac80211: add link id to mgd_prepare_tx() (bsc#1227149). - wifi: mac80211: add more ops assertions (bsc#1227149). - wifi: mac80211: add more warnings about inserting sta info (bsc#1227149). - wifi: mac80211: add/remove driver debugfs entries as appropriate (bsc#1227149). - wifi: mac80211: address some kerneldoc warnings (bsc#1227149). - wifi: mac80211: add support for mld in ieee80211_chswitch_done (bsc#1227149). - wifi: mac80211: add support for parsing TID to Link mapping element (bsc#1227149). - wifi: mac80211: add support for SPP A-MSDUs (bsc#1227149). - wifi: mac80211: allow 64-bit radiotap timestamps (bsc#1227149). - wifi: mac80211: allow for_each_sta_active_link() under RCU (bsc#1227149). - wifi: mac80211: apply mcast rate only if interface is up (stable-fixes). - wifi: mac80211: Avoid address calculations via out of bounds array indexing (stable-fixes). - wifi: mac80211: cancel multi-link reconf work on disconnect (git-fixes). - wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfig (git-fixes). - wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changes (stable-fixes). - wifi: mac80211: check EHT/TTLM action frame length (bsc#1227149). - wifi: mac80211: Check if we had first beacon with relevant links (bsc#1227149). - wifi: mac80211: check wiphy mutex in ops (bsc#1227149). - wifi: mac80211: cleanup airtime arithmetic with ieee80211_sta_keep_active() (bsc#1227149). - wifi: mac80211: clean up assignments to pointer cache (stable-fixes). - wifi: mac80211: cleanup auth_data only if association continues (bsc#1227149). - wifi: mac80211: convert A-MPDU work to wiphy work (bsc#1227149). - wifi: mac80211: correctly parse Spatial Reuse Parameter Set element (git-fixes). - wifi: mac80211: correctly set active links upon TTLM (bsc#1227149). - wifi: mac80211: correcty limit wider BW TDLS STAs (git-fixes). - wifi: mac80211: debugfs: lock wiphy instead of RTNL (bsc#1227149). - wifi: mac80211: describe return values in kernel-doc (bsc#1227149). - wifi: mac80211: disable softirqs for queued frame handling (git-fixes). - wifi: mac80211: do not connect to an AP while it's in a CSA process (bsc#1227149). - wifi: mac80211: Do not force off-channel for management Tx with MLO (bsc#1227149). - wifi: mac80211: Do not include crypto/algapi.h (bsc#1227149). - wifi: mac80211: do not re-add debugfs entries during resume (bsc#1227149). - wifi: mac80211: do not select link ID if not provided in scan request (bsc#1227149). - wifi: mac80211: do not set ESS capab bit in assoc request (bsc#1227149). - wifi: mac80211: do not use rate mask for scanning (stable-fixes). - wifi: mac80211: drop robust action frames before assoc (bsc#1227149). - wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon() (bsc#1227149). - wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon timestamp field (stable-fixes). - wifi: mac80211: ethtool: always hold wiphy mutex (bsc#1227149). - wifi: mac80211: ethtool: hold wiphy mutex (bsc#1227149). - wifi: mac80211: expand __ieee80211_data_to_8023() status (bsc#1227149). - wifi: mac80211: Extend support for scanning while MLO connected (bsc#1227149). - wifi: mac80211: extend wiphy lock in interface removal (bsc#1227149). - wifi: mac80211: fix advertised TTLM scheduling (bsc#1227149). - wifi: mac80211: fix a expired vs. cancel race in roc (bsc#1227149). - wifi: mac80211: fix another key installation error path (bsc#1227149). - wifi: mac80211: fix BA session teardown race (bsc#1227149). - wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESP (bsc#1227149). - wifi: mac80211: fix change_address deadlock during unregister (bsc#1227149). - wifi: mac80211: fix channel switch link data (bsc#1227149). - wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() (git-fixes). - wifi: mac80211: fix driver debugfs for vif type change (bsc#1227149). - wifi: mac80211: fix error path key leak (bsc#1227149). - wifi: mac80211: fixes in FILS discovery updates (bsc#1227149). - wifi: mac80211: fix header kernel-doc typos (bsc#1227149). - wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc (stable-fixes). - wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/value (bsc#1227149). - wifi: mac80211: fix monitor channel with chanctx emulation (bsc#1227149). - wifi: mac80211: fix potential key leak (bsc#1227149). - wifi: mac80211: fix prep_connection error path (stable-fixes). - wifi: mac80211: Fix SMPS handling in the context of MLO (bsc#1227149). - wifi: mac80211: fix SMPS status handling (bsc#1227149). - wifi: mac80211: fix spelling typo in comment (bsc#1227149). - wifi: mac80211: fix TXQ error path and cleanup (bsc#1227149). - wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan() (stable-fixes). - wifi: mac80211: fix unaligned le16 access (git-fixes). - wifi: mac80211: fix unsolicited broadcast probe config (bsc#1227149). - wifi: mac80211: fix various kernel-doc issues (bsc#1227149). - wifi: mac80211: flush STA queues on unauthorization (bsc#1227149). - wifi: mac80211: flush wiphy work where appropriate (bsc#1227149). - wifi: mac80211: handle debugfs when switching to/from MLO (bsc#1227149). - wifi: mac80211: handle tasklet frames before stopping (stable-fixes). - wifi: mac80211: hold wiphy_lock around concurrency checks (bsc#1227149). - wifi: mac80211: hold wiphy lock in netdev/link debugfs (bsc#1227149). - wifi: mac80211_hwsim: init peer measurement result (git-fixes). - wifi: mac80211: improve CSA/ECSA connection refusal (bsc#1227149). - wifi: mac80211: initialize SMPS mode correctly (bsc#1227149). - wifi: mac80211: lock wiphy for aggregation debugfs (bsc#1227149). - wifi: mac80211: lock wiphy in IP address notifier (bsc#1227149). - wifi: mac80211: make mgd_protect_tdls_discover MLO-aware (bsc#1227149). - wifi: mac80211: mesh: Fix leak of mesh_preq_queue objects (git-fixes). - wifi: mac80211: mesh: fix some kdoc warnings (bsc#1227149). - wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdata (stable-fixes). - wifi: mac80211: mesh: Remove unused function declaration mesh_ids_set_default() (bsc#1227149). - wifi: mac80211: move color change finalize to wiphy work (bsc#1227149). - wifi: mac80211: move CSA finalize to wiphy work (bsc#1227149). - wifi: mac80211: move DFS CAC work to wiphy work (bsc#1227149). - wifi: mac80211: move dynamic PS to wiphy work (bsc#1227149). - wifi: mac80211: move filter reconfig to wiphy work (bsc#1227149). - wifi: mac80211: move key tailroom work to wiphy work (bsc#1227149). - wifi: mac80211: move link activation work to wiphy work (bsc#1227149). - wifi: mac80211: move monitor work to wiphy work (bsc#1227149). - wifi: mac80211: move TDLS work to wiphy work (bsc#1227149). - wifi: mac80211: move tspec work to wiphy work (bsc#1227149). - wifi: mac80211: Notify the low level driver on change in MLO valid links (bsc#1227149). - wifi: mac80211: Print local link address during authentication (bsc#1227149). - wifi: mac80211: process and save negotiated TID to Link mapping request (bsc#1227149). - wifi: mac80211: purge TX queues in flush_queues flow (bsc#1227149). - wifi: mac80211: Recalc offload when monitor stop (git-fixes). - wifi: mac80211: reduce iflist_mtx (bsc#1227149). - wifi: mac80211: reject MLO channel configuration if not supported (bsc#1227149). - wifi: mac80211: relax RCU check in for_each_vif_active_link() (bsc#1227149). - wifi: mac80211: remove ampdu_mlme.mtx (bsc#1227149). - wifi: mac80211: remove chanctx_mtx (bsc#1227149). - wifi: mac80211: remove key_mtx (bsc#1227149). - wifi: mac80211: remove link before AP (git-fixes). - wifi: mac80211: remove local->mtx (bsc#1227149). - wifi: mac80211: remove redundant ML element check (bsc#1227149). - wifi: mac80211: remove RX_DROP_UNUSABLE (bsc#1227149). - wifi: mac80211: remove shifted rate support (bsc#1227149). - wifi: mac80211: remove sta_mtx (bsc#1227149). - wifi: mac80211: remove unnecessary struct forward declaration (bsc#1227149). - wifi: mac80211: Remove unused function declarations (bsc#1227149). - wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDE (bsc#1227149). - wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() (bsc#1227149). - wifi: mac80211: rename struct cfg80211_rx_assoc_resp to cfg80211_rx_assoc_resp_data (bsc#1227149). - wifi: mac80211: Replace ENOTSUPP with EOPNOTSUPP (bsc#1227149). - wifi: mac80211: report per-link error during association (bsc#1227149). - wifi: mac80211: reset negotiated TTLM on disconnect (git-fixes). - wifi: mac80211: rework ack_frame_id handling a bit (bsc#1227149). - wifi: mac80211: rework RX timestamp flags (bsc#1227149). - wifi: mac80211: rx.c: fix sentence grammar (bsc#1227149). - wifi: mac80211: Sanity check tx bitrate if not provided by driver (bsc#1227149). - wifi: mac80211: Schedule regulatory channels check on bandwith change (bsc#1227149). - wifi: mac80211: set wiphy for virtual monitors (bsc#1227149). - wifi: mac80211: simplify non-chanctx drivers (bsc#1227149). - wifi: mac80211: Skip association timeout update after comeback rejection (bsc#1227149). - wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return value (bsc#1227149). - wifi: mac80211: sta_info.c: fix sentence grammar (bsc#1227149). - wifi: mac80211: support antenna control in injection (bsc#1227149). - wifi: mac80211: support handling of advertised TID-to-link mapping (bsc#1227149). - wifi: mac80211: take MBSSID/EHT data also from probe resp (bsc#1227149). - wifi: mac80211: take wiphy lock for MAC addr change (bsc#1227149). - wifi: mac80211: tx: clarify conditions in if statement (bsc#1227149). - wifi: mac80211: update beacon counters per link basis (bsc#1227149). - wifi: mac80211: update some locking documentation (bsc#1227149). - wifi: mac80211: update the rx_chains after set_antenna() (bsc#1227149). - wifi: mac80211: use bandwidth indication element for CSA (bsc#1227149). - wifi: mac80211: use deflink and fix typo in link ID check (bsc#1227149). - wifi: mac80211: use wiphy locked debugfs for sdata/link (bsc#1227149). - wifi: mac80211: use wiphy locked debugfs helpers for agg_status (bsc#1227149). - wifi: mt7601u: delete dead code checking debugfs returns (bsc#1227149). - wifi: mt7601u: replace strlcpy() with strscpy() (bsc#1227149). - wifi: mt76: add ability to explicitly forbid LED registration with DT (bsc#1227149). - wifi: mt76: add DMA mapping error check in mt76_alloc_txwi() (bsc#1227149). - wifi: mt76: add support for providing eeprom in nvmem cells (bsc#1227149). - wifi: mt76: add tx_nss histogram to ethtool stats (bsc#1227149). - wifi: mt76: Annotate struct mt76_rx_tid with __counted_by (bsc#1227149). - wifi: mt76: change txpower init to per-phy (bsc#1227149). - wifi: mt76: check sta rx control frame to multibss capability (bsc#1227149). - wifi: mt76: check txs format before getting skb by pid (bsc#1227149). - wifi: mt76: check vif type before reporting cca and csa (bsc#1227149). - wifi: mt76: connac: add beacon duplicate TX mode support for mt7996 (bsc#1227149). - wifi: mt76: connac: add beacon protection support for mt7996 (bsc#1227149). - wifi: mt76: connac: add connac3 mac library (bsc#1227149). - wifi: mt76: connac: add data field in struct tlv (bsc#1227149). - wifi: mt76: connac: add eht support for phy mode config (bsc#1227149). - wifi: mt76: connac: add eht support for tx power (bsc#1227149). - wifi: mt76: connac: add firmware support for mt7992 (bsc#1227149). - wifi: mt76: connac: add MBSSID support for mt7996 (bsc#1227149). - wifi: mt76: connac: add more unified command IDs (bsc#1227149). - wifi: mt76: connac: add more unified event IDs (bsc#1227149). - wifi: mt76: connac: add new definition of tx descriptor (bsc#1227149). - wifi: mt76: connac: add support for dsp firmware download (bsc#1227149). - wifi: mt76: connac: add support to set ifs time by mcu command (bsc#1227149). - wifi: mt76: connac: add thermal protection support for mt7996 (bsc#1227149). - wifi: mt76: connac: check for null before dereferencing (bsc#1227149). - wifi: mt76: connac: export functions for mt7925 (bsc#1227149). - wifi: mt76: connac: introduce helper for mt7925 chipset (bsc#1227149). - wifi: mt76: connac: set correct muar_idx for mt799x chipsets (bsc#1227149). - wifi: mt76: connac: set fixed_bw bit in TX descriptor for fixed rate frames (bsc#1227149). - wifi: mt76: connac: use muar idx 0xe for non-mt799x as well (bsc#1227149). - wifi: mt76: Convert to platform remove callback returning void (bsc#1227149). - wifi: mt76: disable HW AMSDU when using fixed rate (bsc#1227149). - wifi: mt76: dma: introduce __mt76_dma_queue_reset utility routine (bsc#1227149). - wifi: mt76: enable UNII-4 channel 177 support (bsc#1227149). - wifi: mt76: fix race condition related to checking tx queue fill status (bsc#1227149). - wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177 (bsc#1227149). - wifi: mt76: fix typo in mt76_get_of_eeprom_from_nvmem function (bsc#1227149). - wifi: mt76: increase MT_QFLAG_WED_TYPE size (bsc#1227149). - wifi: mt76: introduce mt76_queue_is_wed_tx_free utility routine (bsc#1227149). - wifi: mt76: introduce wed pointer in mt76_queue (bsc#1227149). - wifi: mt76: limit support of precal loading for mt7915 to MTD only (bsc#1227149). - wifi: mt76: make mt76_get_of_eeprom static again (bsc#1227149). - wifi: mt76: mmio: move mt76_mmio_wed_{init,release}_rx_buf in common code (bsc#1227149). - wifi: mt76: move ampdu_state in mt76_wcid (bsc#1227149). - wifi: mt76: move mt76_mmio_wed_offload_{enable,disable} in common code (bsc#1227149). - wifi: mt76: move mt76_net_setup_tc in common code (bsc#1227149). - wifi: mt76: move rate info in mt76_vif (bsc#1227149). - wifi: mt76: move wed reset common code in mt76 module (bsc#1227149). - wifi: mt76: mt7603: add missing register initialization for MT7628 (bsc#1227149). - wifi: mt76: mt7603: add wpdma tx eof flag for PSE client reset (git-fixes). - wifi: mt76: mt7603: disable A-MSDU tx support on MT7628 (bsc#1227149). - wifi: mt76: mt7603: fix beacon interval after disabling a single vif (bsc#1227149). - wifi: mt76: mt7603: fix tx filter/flush function (bsc#1227149). - wifi: mt76: mt7603: fix tx queue of loopback packets (git-fixes). - wifi: mt76: mt7603: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7603: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7615: add missing chanctx ops (bsc#1227149). - wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). - wifi: mt76: mt7615: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7615: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt76_connac3: move lmac queue enumeration in mt76_connac3_mac.h (bsc#1227149). - wifi: mt76: mt76x02: fix return value check in mt76x02_mac_process_rx (bsc#1227149). - wifi: mt76: mt76x2u: add netgear wdna3100v3 to device table (bsc#1227149). - wifi: mt76: mt7915: accumulate mu-mimo ofdma muru stats (bsc#1227149). - wifi: mt76: mt7915: add locking for accessing mapped registers (bsc#1227149). - wifi: mt76: mt7915: add missing chanctx ops (bsc#1227149). - wifi: mt76: mt7915: add support for MT7981 (bsc#1227149). - wifi: mt76: mt7915 add tc offloading support (bsc#1227149). - wifi: mt76: mt7915: also MT7981 is 3T3R but nss2 on 5 GHz band (bsc#1227149). - wifi: mt76: mt7915: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). - wifi: mt76: mt7915: drop return in mt7915_sta_statistics (bsc#1227149). - wifi: mt76: mt7915: fix EEPROM offset of TSSI flag on MT7981 (bsc#1227149). - wifi: mt76: mt7915: fix error recovery with WED enabled (bsc#1227149). - wifi: mt76: mt7915: fix monitor mode issues (bsc#1227149). - wifi: mt76: mt7915: move mib_stats structure in mt76.h (bsc#1227149). - wifi: mt76: mt7915: move poll_list in mt76_wcid (bsc#1227149). - wifi: mt76: mt7915: move sta_poll_list and sta_poll_lock in mt76_dev (bsc#1227149). - wifi: mt76: mt7915: report tx retries/failed counts for non-WED path (bsc#1227149). - wifi: mt76: mt7915: update mpdu density capability (bsc#1227149). - wifi: mt76: mt7915: update mt798x_wmac_adie_patch_7976 (bsc#1227149). - wifi: mt76: mt7915: workaround too long expansion sparse warnings (git-fixes). - wifi: mt76: mt7921: add 6GHz power type support for clc (bsc#1227149). - wifi: mt76: mt7921: convert acpisar and clc pointers to void (bsc#1227149). - wifi: mt76: mt7921: enable set txpower for UNII-4 (bsc#1227149). - wifi: mt76: mt7921e: report tx retries/failed counts in tx free event (bsc#1227149). - wifi: mt76: mt7921: fix 6GHz disabled by the missing default CLC config (bsc#1227149). - wifi: mt76: mt7921: fix a potential association failure upon resuming (bsc#1227149). - wifi: mt76: mt7921: fix CLC command timeout when suspend/resume (bsc#1227149). - wifi: mt76: mt7921: fix kernel panic by accessing invalid 6GHz channel info (bsc#1227149). - wifi: mt76: mt7921: fix suspend issue on MediaTek COB platform (bsc#1227149). - wifi: mt76: mt7921: fix the unfinished command of regd_notifier before suspend (bsc#1227149). - wifi: mt76: mt7921: fix wrong 6Ghz power type (bsc#1227149). - wifi: mt76: mt7921: get regulatory information from the clc event (bsc#1227149). - wifi: mt76: mt7921: get rid of MT7921_RESET_TIMEOUT marco (bsc#1227149). - wifi: mt76: mt7921: make mt7921_mac_sta_poll static (bsc#1227149). - wifi: mt76: mt7921: move acpi_sar code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move common register definition in mt792x_regs.h (bsc#1227149). - wifi: mt76: mt7921: move connac nic capability handling to mt7921 (bsc#1227149). - wifi: mt76: mt7921: move debugfs shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move dma shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move hif_ops macro in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move init shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move mac shared code in mt792x-lib module (bsc#1227149). - wifi: mt76: mt7921: move mt7921_dma_init in pci.c (bsc#1227149). - wifi: mt76: mt7921: move mt7921u_disconnect mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: move mt792x_hw_dev in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move mt792x_mutex_{acquire/release} in mt792x.h (bsc#1227149). - wifi: mt76: mt7921: move runtime-pm pci code in mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: move shared runtime-pm code on mt792x-lib (bsc#1227149). - wifi: mt76: mt7921: reduce the size of MCU firmware download Rx queue (bsc#1227149). - wifi: mt76: mt7921: rely on mib_stats shared definition (bsc#1227149). - wifi: mt76: mt7921: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7921: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7921: remove macro duplication in regs.h (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_dev in mt792x_dev (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_hif_ops in mt792x_hif_ops (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_phy in mt792x_phy (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_sta in mt792x_sta (bsc#1227149). - wifi: mt76: mt7921: rename mt7921_vif in mt792x_vif (bsc#1227149). - wifi: mt76: mt7921s: fix potential hung tasks during chip recovery (stable-fixes). - wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi (bsc#1227149). - wifi: mt76: mt7921: Support temp sensor (bsc#1227149). - wifi: mt76: mt7921: update the channel usage when the regd domain changed (bsc#1227149). - wifi: mt76: mt7925: add flow to avoid chip bt function fail (bsc#1227149). - wifi: mt76: mt7925: add Mediatek Wi-Fi7 driver for mt7925 chips (bsc#1227149). - wifi: mt76: mt7925: add support to set ifs time by mcu command (bsc#1227149). - wifi: mt76: mt7925e: fix use-after-free in free_irq() (bsc#1227149). - wifi: mt76: mt7925: ensure 4-byte alignment for suspend & wow command (bsc#1227149). - wifi: mt76: mt7925: fix connect to 80211b mode fail in 2Ghz band (bsc#1227149). - wifi: mt76: mt7925: fix fw download fail (bsc#1227149). - wifi: mt76: mt7925: fix mcu query command fail (bsc#1227149). - wifi: mt76: mt7925: fix SAP no beacon issue in 5Ghz and 6Ghz band (bsc#1227149). - wifi: mt76: mt7925: fix the wrong data type for scan command (bsc#1227149). - wifi: mt76: mt7925: fix the wrong header translation config (bsc#1227149). - wifi: mt76: mt7925: fix typo in mt7925_init_he_caps (bsc#1227149). - wifi: mt76: mt7925: fix wmm queue mapping (bsc#1227149). - wifi: mt76: mt7925: fix WoW failed in encrypted mode (bsc#1227149). - wifi: mt76: mt7925: remove iftype from mt7925_init_eht_caps signature (bsc#1227149). - wifi: mt76: mt7925: support temperature sensor (bsc#1227149). - wifi: mt76: mt7925: update PCIe DMA settings (bsc#1227149). - wifi: mt76: mt792x: add the illegal value check for mtcl table of acpi (bsc#1227149). - wifi: mt76: mt792x: fix ethtool warning (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x_irq_map (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x-lib module (bsc#1227149). - wifi: mt76: mt792x: introduce mt792x-usb module (bsc#1227149). - wifi: mt76: mt792x: move more dma shared code in mt792x_dma (bsc#1227149). - wifi: mt76: mt792x: move mt7921_load_firmware in mt792x-lib module (bsc#1227149). - wifi: mt76: mt792x: move MT7921_PM_TIMEOUT and MT7921_HW_SCAN_TIMEOUT in common code (bsc#1227149). - wifi: mt76: mt792x: move mt7921_skb_add_usb_sdio_hdr in mt792x module (bsc#1227149). - wifi: mt76: mt792x: move shared structure definition in mt792x.h (bsc#1227149). - wifi: mt76: mt792x: move some common usb code in mt792x module (bsc#1227149). - wifi: mt76: mt792x: support mt7925 chip init (bsc#1227149). - wifi: mt76: mt792xu: enable dmashdl support (bsc#1227149). - wifi: mt76: mt792x: update the country list of EU for ACPI SAR (bsc#1227149). - wifi: mt76: mt7996: add DMA support for mt7992 (bsc#1227149). - wifi: mt76: mt7996: add locking for accessing mapped registers (stable-fixes). - wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic (bsc#1227149). - wifi: mt76: mt7996: add muru support (bsc#1227149). - wifi: mt76: mt7996: add sanity checks for background radar trigger (stable-fixes). - wifi: mt76: mt7996: add support for variants with auxiliary RX path (bsc#1227149). - wifi: mt76: mt7996: add thermal sensor device support (bsc#1227149). - wifi: mt76: mt7996: add txpower setting support (bsc#1227149). - wifi: mt76: mt7996: add TX statistics for EHT mode in debugfs (bsc#1227149). - wifi: mt76: mt7996: adjust interface num and wtbl size for mt7992 (bsc#1227149). - wifi: mt76: mt7996: adjust WFDMA settings to improve performance (bsc#1227149). - wifi: mt76: mt7996: align the format of fixed rate command (bsc#1227149). - wifi: mt76: mt7996: check txs format before getting skb by pid (bsc#1227149). - wifi: mt76: mt7996: disable AMSDU for non-data frames (stable-fixes). - wifi: mt76: mt7996: disable WFDMA Tx/Rx during SER recovery (bsc#1227149). - wifi: mt76: mt7996: drop return in mt7996_sta_statistics (bsc#1227149). - wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support (bsc#1227149). - wifi: mt76: mt7996: enable PPDU-TxS to host (bsc#1227149). - wifi: mt76: mt7996: enable VHT extended NSS BW feature (bsc#1227149). - wifi: mt76: mt7996: ensure 4-byte alignment for beacon commands (bsc#1227149). - wifi: mt76: mt7996: fix alignment of sta info event (bsc#1227149). - wifi: mt76: mt7996: fix fortify warning (bsc#1227149). - wifi: mt76: mt7996: fix fw loading timeout (bsc#1227149). - wifi: mt76: mt7996: fix mt7996_mcu_all_sta_info_event struct packing (bsc#1227149). - wifi: mt76: mt7996: fix potential memory leakage when reading chip temperature (bsc#1227149). - wifi: mt76: mt7996: fix size of txpower MCU command (bsc#1227149). - wifi: mt76: mt7996: fix uninitialized variable in mt7996_irq_tasklet() (bsc#1227149). - wifi: mt76: mt7996: fix uninitialized variable in parsing txfree (bsc#1227149). - wifi: mt76: mt7996: get tx_retries and tx_failed from txfree (bsc#1227149). - wifi: mt76: mt7996: handle IEEE80211_RC_SMPS_CHANGED (bsc#1227149). - wifi: mt76: mt7996: increase tx token size (bsc#1227149). - wifi: mt76: mt7996: introduce mt7996_band_valid() (bsc#1227149). - wifi: mt76: mt7996: mark GCMP IGTK unsupported (bsc#1227149). - wifi: mt76: mt7996: move radio ctrl commands to proper functions (bsc#1227149). - wifi: mt76: mt7996: only set vif teardown cmds at remove interface (bsc#1227149). - wifi: mt76: mt7996: rely on mib_stats shared definition (bsc#1227149). - wifi: mt76: mt7996: rely on shared poll_list field (bsc#1227149). - wifi: mt76: mt7996: rely on shared sta_poll_list and sta_poll_lock (bsc#1227149). - wifi: mt76: mt7996: remove periodic MPDU TXS request (bsc#1227149). - wifi: mt76: mt7996: remove TXS queue setting (bsc#1227149). - wifi: mt76: mt7996: rework ampdu params setting (bsc#1227149). - wifi: mt76: mt7996: rework register offsets for mt7992 (bsc#1227149). - wifi: mt76: mt7996: set DMA mask to 36 bits for boards with more than 4GB of RAM (bsc#1227149). - wifi: mt76: mt7996: support more options for mt7996_set_bitrate_mask() (bsc#1227149). - wifi: mt76: mt7996: support mt7992 eeprom loading (bsc#1227149). - wifi: mt76: mt7996: support per-band LED control (bsc#1227149). - wifi: mt76: mt7996: switch to mcu command for TX GI report (bsc#1227149). - wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings (bsc#1227149). - wifi: mt76: mt7996: use u16 for val field in mt7996_mcu_set_rro signature (bsc#1227149). - wifi: mt76: permit to load precal from NVMEM cell for mt7915 (bsc#1227149). - wifi: mt76: permit to use alternative cell name to eeprom NVMEM load (bsc#1227149). - wifi: mt76: reduce spin_lock_bh held up in mt76_dma_rx_cleanup (bsc#1227149). - wifi: mt76: Remove redundant assignment to variable tidno (bsc#1227149). - wifi: mt76: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: mt76: replace skb_put with skb_put_zero (stable-fixes). - wifi: mt76: Replace strlcpy() with strscpy() (bsc#1227149). - wifi: mt76: report non-binding skb tx rate when WED is active (bsc#1227149). - wifi: mt76: set page_pool napi pointer for mmio devices (bsc#1227149). - wifi: mt76: split get_of_eeprom in subfunction (bsc#1227149). - wifi: mt76: usb: create a dedicated queue for psd traffic (bsc#1227149). - wifi: mt76: usb: store usb endpoint in mt76_queue (bsc#1227149). - wifi: mt76: use atomic iface iteration for pre-TBTT work (bsc#1227149). - wifi: mt76: use chainmask for power delta calculation (bsc#1227149). - wifi: mt76: Use PTR_ERR_OR_ZERO() to simplify code (bsc#1227149). - wifi: mwifiex: cleanup adapter data (bsc#1227149). - wifi: mwifiex: cleanup private data structures (bsc#1227149). - wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx (bsc#1227149). - wifi: mwifiex: drop BUG_ON from TX paths (bsc#1227149). - wifi: mwifiex: Drop unused headers (bsc#1227149). - wifi: mwifiex: fix comment typos in SDIO module (bsc#1227149). - wifi: mwifiex: Fix interface type change (git-fixes). - wifi: mwifiex: followup PCIE and related cleanups (bsc#1227149). - wifi: mwifiex: handle possible mwifiex_write_reg() errors (bsc#1227149). - wifi: mwifiex: handle possible sscanf() errors (bsc#1227149). - wifi: mwifiex: mwifiex_process_sleep_confirm_resp(): remove unused priv variable (bsc#1227149). - wifi: mwifiex: prefer strscpy() over strlcpy() (bsc#1227149). - wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set (bsc#1227149). - wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync (bsc#1227149). - wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag (bsc#1227149). - wifi: mwifiex: simplify PCIE write operations (bsc#1227149). - wifi: mwifiex: use cfg80211_ssid_eq() instead of mwifiex_ssid_cmp() (bsc#1227149). - wifi: mwifiex: Use default @max_active for workqueues (bsc#1227149). - wifi: mwifiex: Use helpers to check multicast addresses (bsc#1227149). - wifi: mwifiex: use is_zero_ether_addr() instead of ether_addr_equal() (bsc#1227149). - wifi: mwifiex: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). - wifi: mwifiex: Use list_count_nodes() (bsc#1227149). - wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadata (bsc#1227149). - wifi: mwl8k: initialize cmd->addr[] properly (git-fixes). - wifi: nl80211: additions to NL80211_CMD_SET_BEACON (bsc#1227149). - wifi: nl80211: allow reporting wakeup for unprot deauth/disassoc (bsc#1227149). - wifi: nl80211: Avoid address calculations via out of bounds array indexing (git-fixes). - wifi: nl80211: do not free NULL coalescing rule (git-fixes). - wifi: nl80211: Extend del pmksa support for SAE and OWE security (bsc#1227149). - wifi: nl80211: fixes to FILS discovery updates (bsc#1227149). - wifi: nl80211: refactor nl80211_send_mlme_event() arguments (bsc#1227149). - wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results() (bsc#1227149). - wifi: p54: Add missing MODULE_FIRMWARE macro (bsc#1227149). - wifi: p54: Annotate struct p54_cal_database with __counted_by (bsc#1227149). - wifi: p54: fix GCC format truncation warning with wiphy->fw_version (bsc#1227149). - wifi: plfxlc: Drop unused include (bsc#1227149). - wifi: radiotap: add bandwidth definition of EHT U-SIG (bsc#1227149). - wifi: remove unused argument of ieee80211_get_tdls_action() (bsc#1227149). - wifi: rsi: fix restricted __le32 degrades to integer sparse warnings (bsc#1227149). - wifi: rsi: rsi_91x_coex: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_debugfs: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_hal: Remove unnecessary conversions (bsc#1227149). - wifi: rsi: rsi_91x_mac80211: Remove unnecessary conversions (bsc#1227149). - wifi: rsi: rsi_91x_main: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_sdio_ops: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_sdio: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_usb_ops: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rsi: rsi_91x_usb: Remove unnecessary (void*) conversions (bsc#1227149). - wifi: rt2x00: correct MAC_SYS_CTRL register RX mask in R-Calibration (bsc#1227149). - wifi: rt2x00: disable RTS threshold for rt2800 by default (bsc#1227149). - wifi: rt2x00: fix MT7620 low RSSI issue (bsc#1227149). - wifi: rt2x00: fix rt2800 watchdog function (bsc#1227149). - wifi: rt2x00: fix the typo in comments (bsc#1227149). - wifi: rt2x00: improve MT7620 register initialization (bsc#1227149). - wifi: rt2x00: introduce DMA busy check watchdog for rt2800 (bsc#1227149). - wifi: rt2x00: limit MT7620 TX power based on eeprom calibration (bsc#1227149). - wifi: rt2x00: make watchdog param per device (bsc#1227149). - wifi: rt2x00: remove redundant check if u8 array element is less than zero (bsc#1227149). - wifi: rt2x00: remove useless code in rt2x00queue_create_tx_descriptor() (bsc#1227149). - wifi: rt2x00: rework MT7620 channel config function (bsc#1227149). - wifi: rt2x00: rework MT7620 PA/LNA RF calibration (bsc#1227149). - wifi: rt2x00: silence sparse warnings (bsc#1227149). - wifi: rt2x00: Simplify bool conversion (bsc#1227149). - wifi: rt2x00: simplify rt2x00crypto_rx_insert_iv() (bsc#1227149). - wifi: rtl8xxxu: 8188e: convert usage of priv->vif to priv->vifs[0] (bsc#1227149). - wifi: rtl8xxxu: 8188f: Limit TX power index (git-fixes). - wifi: rtl8xxxu: Actually use macid in rtl8xxxu_gen2_report_connect (bsc#1227149). - wifi: rtl8xxxu: Add a description about the device ID 0x7392:0xb722 (bsc#1227149). - wifi: rtl8xxxu: Add beacon functions (bsc#1227149). - wifi: rtl8xxxu: add hw crypto support for AP mode (bsc#1227149). - wifi: rtl8xxxu: add macids for STA mode (bsc#1227149). - wifi: rtl8xxxu: add missing number of sec cam entries for all variants (bsc#1227149). - wifi: rtl8xxxu: Add parameter force to rtl8xxxu_refresh_rate_mask (bsc#1227149). - wifi: rtl8xxxu: Add parameter macid to update_rate_mask (bsc#1227149). - wifi: rtl8xxxu: Add parameter role to report_connect (bsc#1227149). - wifi: rtl8xxxu: Add set_tim() callback (bsc#1227149). - wifi: rtl8xxxu: Add sta_add() and sta_remove() callbacks (bsc#1227149). - wifi: rtl8xxxu: Add start_ap() callback (bsc#1227149). - wifi: rtl8xxxu: Add TP-Link TL-WN823N V2 (bsc#1227149). - wifi: rtl8xxxu: Allow creating interface in AP mode (bsc#1227149). - wifi: rtl8xxxu: Allow setting rts threshold to -1 (bsc#1227149). - wifi: rtl8xxxu: check vif before using in rtl8xxxu_tx() (bsc#1227149). - wifi: rtl8xxxu: Clean up filter configuration (bsc#1227149). - wifi: rtl8xxxu: convert EN_DESC_ID of TX descriptor to le32 type (bsc#1227149). - wifi: rtl8xxxu: Declare AP mode support for 8188f (bsc#1227149). - wifi: rtl8xxxu: declare concurrent mode support for 8188f (bsc#1227149). - wifi: rtl8xxxu: do not parse CFO, if both interfaces are connected in STA mode (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8192EU (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU) (bsc#1227149). - wifi: rtl8xxxu: Enable AP mode for RTL8723BU (bsc#1227149). - wifi: rtl8xxxu: enable channel switch support (bsc#1227149). - wifi: rtl8xxxu: Enable hw seq for mgmt/non-QoS data frames (bsc#1227149). - wifi: rtl8xxxu: enable MFP support with security flag of RX descriptor (bsc#1227149). - wifi: rtl8xxxu: extend check for matching bssid to both interfaces (bsc#1227149). - wifi: rtl8xxxu: extend wifi connected check to both interfaces (bsc#1227149). - wifi: rtl8xxxu: fix error messages (bsc#1227149). - wifi: rtl8xxxu: Fix LED control code of RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: fix mixed declarations in rtl8xxxu_set_aifs() (bsc#1227149). - wifi: rtl8xxxu: Fix off by one initial RTS rate (bsc#1227149). - wifi: rtl8xxxu: Fix the TX power of RTL8192CU, RTL8723AU (stable-fixes). - wifi: rtl8xxxu: make instances of iface limit and combination to be static const (bsc#1227149). - wifi: rtl8xxxu: make supporting AP mode only on port 0 transparent (bsc#1227149). - wifi: rtl8xxxu: mark TOTOLINK N150UA V5/N150UA-B as tested (bsc#1227149). - wifi: rtl8xxxu: prepare supporting two virtual interfaces (bsc#1227149). - wifi: rtl8xxxu: Put the macid in txdesc (bsc#1227149). - wifi: rtl8xxxu: remove assignment of priv->vif in rtl8xxxu_bss_info_changed() (bsc#1227149). - wifi: rtl8xxxu: remove obsolete priv->vif (bsc#1227149). - wifi: rtl8xxxu: Remove usage of ieee80211_get_tx_rate() (bsc#1227149). - wifi: rtl8xxxu: Remove usage of tx_info->control.rates[0].flags (bsc#1227149). - wifi: rtl8xxxu: Rename some registers (bsc#1227149). - wifi: rtl8xxxu: rtl8xxxu_rx_complete(): remove unnecessary return (bsc#1227149). - wifi: rtl8xxxu: Select correct queue for beacon frames (bsc#1227149). - wifi: rtl8xxxu: Set maximum number of supported stations (bsc#1227149). - wifi: rtl8xxxu: support multiple interface in start_ap() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in {add,remove}_interface() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in bss_info_changed() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in configure_filter() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in set_aifs() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in update_beacon_work_callback() (bsc#1227149). - wifi: rtl8xxxu: support multiple interfaces in watchdog_callback() (bsc#1227149). - wifi: rtl8xxxu: Support new chip RTL8192FU (bsc#1227149). - wifi: rtl8xxxu: support setting bssid register for multiple interfaces (bsc#1227149). - wifi: rtl8xxxu: support setting linktype for both interfaces (bsc#1227149). - wifi: rtl8xxxu: support setting mac address register for both interfaces (bsc#1227149). - wifi: rtl8xxxu: Support USB RX aggregation for the newer chips (bsc#1227149). - wifi: rtl8xxxu: update rate mask per sta (bsc#1227149). - wifi: rtlwifi: cleanup few rtlxxx_tx_fill_desc() routines (bsc#1227149). - wifi: rtlwifi: cleanup few rtlxxxx_set_hw_reg() routines (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_hal (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_phy (bsc#1227149). - wifi: rtlwifi: cleanup struct rtl_ps_ctl (bsc#1227149). - wifi: rtlwifi: cleanup USB interface (bsc#1227149). - wifi: rtlwifi: Convert to use PCIe capability accessors (bsc#1227149). - wifi: rtlwifi: drop chk_switch_dmdp() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop fill_fake_txdesc() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop pre_fill_tx_bd_desc() from HAL interface (bsc#1227149). - wifi: rtlwifi: drop unused const_amdpci_aspm (bsc#1227149). - wifi: rtlwifi: Ignore IEEE80211_CONF_CHANGE_RETRY_LIMITS (bsc#1227149). - wifi: rtlwifi: Remove bridge vendor/device ids (bsc#1227149). - wifi: rtlwifi: remove misused flag from HAL data (bsc#1227149). - wifi: rtlwifi: Remove rtl_intf_ops.read_efuse_byte (bsc#1227149). - wifi: rtlwifi: remove unreachable code in rtl92d_dm_check_edca_turbo() (bsc#1227149). - wifi: rtlwifi: remove unused dualmac control leftovers (bsc#1227149). - wifi: rtlwifi: Remove unused PCI related defines and struct (bsc#1227149). - wifi: rtlwifi: remove unused timer and related code (bsc#1227149). - wifi: rtlwifi: rtl8192cu: Fix 2T2R chip type detection (bsc#1227149). - wifi: rtlwifi: rtl8192cu: Fix TX aggregation (bsc#1227149). - wifi: rtlwifi: rtl8192de: Do not read register in _rtl92de_query_rxphystatus (bsc#1227149). - wifi: rtlwifi: rtl8192de: Fix 5 GHz TX power (stable-fixes). - wifi: rtlwifi: rtl8192de: Fix endianness issue in RX path (stable-fixes). - wifi: rtlwifi: rtl8192de: Fix low speed with WPA3-SAE (stable-fixes). - wifi: rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Access full PMCS reg and use pci_regs.h (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Add pdev into _rtl8821ae_clear_pci_pme_status() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: phy: remove some useless code (bsc#1227149). - wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift() (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Remove unnecessary PME_Status bit set (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Reverse PM Capability exists check (bsc#1227149). - wifi: rtlwifi: rtl8821ae: Use pci_find_capability() (bsc#1227149). - wifi: rtlwifi: rtl92ee_dm_dynamic_primary_cca_check(): fix typo in function name (bsc#1227149). - wifi: rtlwifi: rtl_usb: Store the endpoint addresses (bsc#1227149). - wifi: rtlwifi: rtl_usb: Use sync register writes (bsc#1227149). - wifi: rtlwifi: set initial values for unexpected cases of USB endpoint priority (bsc#1227149). - wifi: rtlwifi: simplify LED management (bsc#1227149). - wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start() (bsc#1227149). - wifi: rtlwifi: simplify TX command fill callbacks (bsc#1227149). - wifi: rtlwifi: Speed up firmware loading for USB (bsc#1227149). - wifi: rtlwifi: use convenient list_count_nodes() (bsc#1227149). - wifi: rtlwifi: use eth_broadcast_addr() to assign broadcast address (bsc#1227149). - wifi: rtlwifi: use helper function rtl_get_hdr() (bsc#1227149). - wifi: rtlwifi: use unsigned long for bt_coexist_8723 timestamp (bsc#1227149). - wifi: rtlwifi: use unsigned long for rtl_bssid_entry timestamp (bsc#1227149). - wifi: rtw88: 8821c: tweak CCK TX filter setting for SRRC regulation (bsc#1227149). - wifi: rtw88: 8821cu: Fix connection failure (stable-fixes). - wifi: rtw88: 8821c: update TX power limit to V67 (bsc#1227149). - wifi: rtw88: 8822ce: refine power parameters for RFE type 5 (bsc#1227149). - wifi: rtw88: 8822c: update TX power limit to V70 (bsc#1227149). - wifi: rtw88: add missing unwind goto for __rtw_download_firmware() (bsc#1227149). - wifi: rtw88: Add missing VID/PIDs for 8811CU and 8821CU (stable-fixes). - wifi: rtw88: Add support for the SDIO based RTL8723DS chipset (bsc#1227149). - wifi: rtw88: debug: add to check if debug mask is enabled (bsc#1227149). - wifi: rtw88: debug: remove wrapper of rtw_dbg() (bsc#1227149). - wifi: rtw88: dump firmware debug information in abnormal state (bsc#1227149). - wifi: rtw88: Fix action frame transmission fail before association (bsc#1227149). - wifi: rtw88: Fix AP mode incorrect DTIM behavior (bsc#1227149). - wifi: rtw88: fix incorrect error codes in rtw_debugfs_copy_from_user (bsc#1227149). - wifi: rtw88: fix incorrect error codes in rtw_debugfs_set_* (bsc#1227149). - wifi: rtw88: fix not entering PS mode after AP stops (bsc#1227149). - wifi: rtw88: fix typo rtw8822cu_probe (bsc#1227149). - wifi: rtw88: process VO packets without workqueue to avoid PTK rekey failed (bsc#1227149). - wifi: rtw88: refine register based H2C command (bsc#1227149). - wifi: rtw88: regd: configure QATAR and UK (bsc#1227149). - wifi: rtw88: regd: update regulatory map to R64-R42 (bsc#1227149). - wifi: rtw88: remove unused and set but unused leftovers (bsc#1227149). - wifi: rtw88: remove unused USB bulkout size set (bsc#1227149). - wifi: rtw88: rtw8723d: Implement RTL8723DS (SDIO) efuse parsing (bsc#1227149). - wifi: rtw88: simplify __rtw_tx_work() (bsc#1227149). - wifi: rtw88: simplify vif iterators (bsc#1227149). - wifi: rtw88: Skip high queue in hci_flush (bsc#1227149). - wifi: rtw88: Stop high queue during scan (bsc#1227149). - wifi: rtw88: use cfg80211_ssid_eq() instead of rtw_ssid_equal() (bsc#1227149). - wifi: rtw88: use kstrtoX_from_user() in debugfs handlers (bsc#1227149). - wifi: rtw88: Use random MAC when efuse MAC invalid (bsc#1227149). - wifi: rtw88: use struct instead of macros to set TX desc (bsc#1227149). - wifi: rtw89: 52c: rfk: disable DPK during MCC (bsc#1227149). - wifi: rtw89: 52c: rfk: refine MCC channel info notification (bsc#1227149). - wifi: rtw89: 8851b: add 8851B basic chip_info (bsc#1227149). - wifi: rtw89: 8851b: add 8851be to Makefile and Kconfig (bsc#1227149). - wifi: rtw89: 8851b: add basic power on function (bsc#1227149). - wifi: rtw89: 8851b: add BT coexistence support function (bsc#1227149). - wifi: rtw89: 8851b: add DLE mem and HFC quota (bsc#1227149). - wifi: rtw89: 8851b: add MAC configurations to chip_info (bsc#1227149). - wifi: rtw89: 8851b: add NCTL post table (bsc#1227149). - wifi: rtw89: 8851b: add RF configurations (bsc#1227149). - wifi: rtw89: 8851b: add set channel function (bsc#1227149). - wifi: rtw89: 8851b: add set_channel_rf() (bsc#1227149). - wifi: rtw89: 8851b: add support WoWLAN to 8851B (bsc#1227149). - wifi: rtw89: 8851b: add to parse efuse content (bsc#1227149). - wifi: rtw89: 8851b: add to read efuse version to recognize hardware version B (bsc#1227149). - wifi: rtw89: 8851b: add TX power related functions (bsc#1227149). - wifi: rtw89: 8851b: configure CRASH_TRIGGER feature for 8851B (bsc#1227149). - wifi: rtw89: 8851b: configure GPIO according to RFE type (bsc#1227149). - wifi: rtw89: 8851b: configure to force 1 TX power value (bsc#1227149). - wifi: rtw89: 8851be: add 8851BE PCI entry and fill PCI capabilities (bsc#1227149). - wifi: rtw89: 8851b: enable hw_scan support (bsc#1227149). - wifi: rtw89: 8851b: fill BB related capabilities to chip_info (bsc#1227149). - wifi: rtw89: 8851b: rfk: add AACK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add DACK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add DPK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add IQK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add LCK track (bsc#1227149). - wifi: rtw89: 8851b: rfk: add RCK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add RX DCK (bsc#1227149). - wifi: rtw89: 8851b: rfk: add TSSI (bsc#1227149). - wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE (bsc#1227149). - wifi: rtw89: 8851b: rfk: update IQK to version 0x8 (bsc#1227149). - wifi: rtw89: 8851b: update RF radio A parameters to R28 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R28 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R34 (bsc#1227149). - wifi: rtw89: 8851b: update TX power tables to R37 (bsc#1227149). - wifi: rtw89: 8852b: fix definition of KIP register number (git-fixes). - wifi: rtw89: 8852b: update TX power tables to R35 (bsc#1227149). - wifi: rtw89: 8852b: update TX power tables to R36 (bsc#1227149). - wifi: rtw89: 8852c: add quirk to set PCI BER for certain platforms (bsc#1227149). - wifi: rtw89: 8852c: declare to support two chanctx (bsc#1227149). - wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy (bsc#1227149). - wifi: rtw89: 8852c: read RX gain offset from efuse for 6GHz channels (bsc#1227149). - wifi: rtw89: 8852c: Update bandedge parameters for better performance (bsc#1227149). - wifi: rtw89: 8852c: update RF radio A/B parameters to R63 (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (1 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (2 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R63 with 6 GHz power type (3 of 3) (bsc#1227149). - wifi: rtw89: 8852c: update TX power tables to R67 (bsc#1227149). - wifi: rtw89: 8922a: add 8922A basic chip info (bsc#1227149). - wifi: rtw89: 8922a: add BTG functions to assist BT coexistence to control TX/RX (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::bb_preinit to enable BB before downloading firmware (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::cfg_txrx_path (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::{enable,disable}_bb_rf (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops related to BB init (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::rfk_hw_init (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops::rfk_init_late to do initial RF calibrations later (bsc#1227149). - wifi: rtw89: 8922a: add chip_ops to get thermal value (bsc#1227149). - wifi: rtw89: 8922a: add coexistence helpers of SW grant (bsc#1227149). - wifi: rtw89: 8922a: add helper of set_channel (bsc#1227149). - wifi: rtw89: 8922a: add ieee80211_ops::hw_scan (bsc#1227149). - wifi: rtw89: 8922a: add more fields to beacon H2C command to support multi-links (bsc#1227149). - wifi: rtw89: 8922a: add NCTL pre-settings for WiFi 7 chips (bsc#1227149). - wifi: rtw89: 8922a: add power on/off functions (bsc#1227149). - wifi: rtw89: 8922a: add register definitions of H2C, C2H, page, RRSR and EDCCA (bsc#1227149). - wifi: rtw89: 8922a: add RF read/write v2 (bsc#1227149). - wifi: rtw89: 8922a: add SER IMR tables (bsc#1227149). - wifi: rtw89: 8922a: add set_channel BB part (bsc#1227149). - wifi: rtw89: 8922a: add set_channel MAC part (bsc#1227149). - wifi: rtw89: 8922a: add set_channel RF part (bsc#1227149). - wifi: rtw89: 8922a: add TX power related ops (bsc#1227149). - wifi: rtw89: 8922a: configure CRASH_TRIGGER FW feature (bsc#1227149). - wifi: rtw89: 8922a: correct register definition and merge IO for ctrl_nbtg_bt_tx() (bsc#1227149). - wifi: rtw89: 8922a: declare to support two chanctx (bsc#1227149). - wifi: rtw89: 8922a: dump MAC registers when SER occurs (bsc#1227149). - wifi: rtw89: 8922ae: add 8922AE PCI entry and basic info (bsc#1227149). - wifi: rtw89: 8922ae: add v2 interrupt handlers for 8922AE (bsc#1227149). - wifi: rtw89: 8922a: extend and add quota number (bsc#1227149). - wifi: rtw89: 8922a: hook handlers of TX/RX descriptors to chip_ops (bsc#1227149). - wifi: rtw89: 8922a: implement AP mode related reg for BE generation (bsc#1227149). - wifi: rtw89: 8922a: implement {stop,resume}_sch_tx and cfg_ppdu (bsc#1227149). - wifi: rtw89: 8922a: read efuse content from physical map (bsc#1227149). - wifi: rtw89: 8922a: read efuse content via efuse map struct from logic map (bsc#1227149). - wifi: rtw89: 8922a: rfk: implement chip_ops to call RF calibrations (bsc#1227149). - wifi: rtw89: 8922a: set chip_ops FEM and GPIO to NULL (bsc#1227149). - wifi: rtw89: 8922a: set memory heap address for secure firmware (bsc#1227149). - wifi: rtw89: 8922a: set RX gain along with set_channel operation (bsc#1227149). - wifi: rtw89: 8922a: update BA CAM number to 24 (bsc#1227149). - wifi: rtw89: 8922a: update the register used in DIG and the DIG flow (bsc#1227149). - wifi: rtw89: acpi: process 6 GHz band policy from DSM (bsc#1227149). - wifi: rtw89: add C2H event handlers of RFK log and report (bsc#1227149). - wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: add CFO XTAL registers field to support 8851B (bsc#1227149). - wifi: rtw89: add chip_info::chip_gen to determine chip generation (bsc#1227149). - wifi: rtw89: add chip_info::txwd_info size to generalize TX WD submit (bsc#1227149). - wifi: rtw89: add chip_ops::h2c_ba_cam() to configure BA CAM (bsc#1227149). - wifi: rtw89: add chip_ops::query_rxdesc() and rxd_len as helpers to support newer chips (bsc#1227149). - wifi: rtw89: add chip_ops::update_beacon to abstract update beacon operation (bsc#1227149). - wifi: rtw89: add DBCC H2C to notify firmware the status (bsc#1227149). - wifi: rtw89: add EHT capabilities for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add EHT radiotap in monitor mode (bsc#1227149). - wifi: rtw89: Add EHT rate mask as parameters of RA H2C command (bsc#1227149). - wifi: rtw89: add EVM and SNR statistics to debugfs (bsc#1227149). - wifi: rtw89: add EVM for antenna diversity (bsc#1227149). - wifi: rtw89: add firmware H2C command of BA CAM V1 (bsc#1227149). - wifi: rtw89: add firmware parser for v1 format (bsc#1227149). - wifi: rtw89: add firmware suit for BB MCU 0/1 (bsc#1227149). - wifi: rtw89: add function prototype for coex request duration (bsc#1227149). - wifi: rtw89: add H2C command to download beacon frame for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: add mac_gen pointer to access mac port registers (bsc#1227149). - wifi: rtw89: add mlo_dbcc_mode for WiFi 7 chips (bsc#1227149). - wifi: rtw89: add new H2C command to pause/sleep transmitting by MAC ID (bsc#1227149). - wifi: rtw89: add new H2C for PS mode in 802.11be chip (bsc#1227149). - wifi: rtw89: add reserved size as factor of DLE used size (bsc#1227149). - wifi: rtw89: add RSSI based antenna diversity (bsc#1227149). - wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs (bsc#1227149). - wifi: rtw89: add subband index of primary channel to struct rtw89_chan (bsc#1227149). - wifi: rtw89: add to display hardware rates v1 histogram in debugfs (bsc#1227149). - wifi: rtw89: add to fill TX descriptor for firmware command v2 (bsc#1227149). - wifi: rtw89: add to fill TX descriptor v2 (bsc#1227149). - wifi: rtw89: add to parse firmware elements of BB and RF tables (bsc#1227149). - wifi: rtw89: add to query RX descriptor format v2 (bsc#1227149). - wifi: rtw89: add tx_wake notify for 8851B (bsc#1227149). - wifi: rtw89: add wait/completion for abort scan (bsc#1227149). - wifi: rtw89: add XTAL SI for WiFi 7 chips (bsc#1227149). - wifi: rtw89: adjust init_he_cap() to add EHT cap into iftype_data (bsc#1227149). - wifi: rtw89: advertise missing extended scan feature (bsc#1227149). - wifi: rtw89: avoid stringop-overflow warning (bsc#1227149). - wifi: rtw89: call rtw89_chan_get() by vif chanctx if aware of vif (bsc#1227149). - wifi: rtw89: chan: add sub-entity swap function to cover replacing (bsc#1227149). - wifi: rtw89: change naming of BA CAM from V1 to V0_EXT (bsc#1227149). - wifi: rtw89: change qutoa to DBCC by default for WiFi 7 chips (bsc#1227149). - wifi: rtw89: change supported bandwidths of chip_info to bit mask (bsc#1227149). - wifi: rtw89: chan: MCC take reconfig into account (bsc#1227149). - wifi: rtw89: chan: move handling from add/remove to assign/unassign for MLO (bsc#1227149). - wifi: rtw89: chan: support MCC on Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: chan: tweak bitmap recalc ahead before MLO (bsc#1227149). - wifi: rtw89: chan: tweak weight recalc ahead before MLO (bsc#1227149). - wifi: rtw89: cleanup firmware elements parsing (bsc#1227149). - wifi: rtw89: cleanup private data structures (bsc#1227149). - wifi: rtw89: cleanup rtw89_iqk_info and related code (bsc#1227149). - wifi: rtw89: coex: add annotation __counted_by() for struct rtw89_btc_btf_set_slot_table (bsc#1227149). - wifi: rtw89: coex: add annotation __counted_by() to struct rtw89_btc_btf_set_mon_reg (bsc#1227149). - wifi: rtw89: coex: Add Bluetooth RSSI level information (bsc#1227149). - wifi: rtw89: coex: add BTC ctrl_info version 7 and related logic (bsc#1227149). - wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERR (bsc#1227149). - wifi: rtw89: coex: add init_info H2C command format version 7 (bsc#1227149). - wifi: rtw89: coex: Add Pre-AGC control to enhance Wi-Fi RX performance (bsc#1227149). - wifi: rtw89: coex: add return value to ensure H2C command is success or not (bsc#1227149). - wifi: rtw89: coex: fix configuration for shared antenna for 8922A (bsc#1227149). - wifi: rtw89: coex: Fix wrong Wi-Fi role info and FDDT parameter members (bsc#1227149). - wifi: rtw89: coex: Record down Wi-Fi initial mode information (bsc#1227149). - wifi: rtw89: coex: Reorder H2C command index to align with firmware (bsc#1227149). - wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scan (bsc#1227149). - wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PS (bsc#1227149). - wifi: rtw89: coex: To improve Wi-Fi performance while BT is idle (bsc#1227149). - wifi: rtw89: coex: Translate antenna configuration from ID to string (bsc#1227149). - wifi: rtw89: coex: Update BTG control related logic (bsc#1227149). - wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPS (bsc#1227149). - wifi: rtw89: coex: Update RF parameter control setting logic (bsc#1227149). - wifi: rtw89: coex: use struct assignment to replace memcpy() to append TDMA content (bsc#1227149). - wifi: rtw89: coex: When Bluetooth not available do not set power/gain (bsc#1227149). - wifi: rtw89: configure PPDU max user by chip (bsc#1227149). - wifi: rtw89: consider RX info for WiFi 7 chips (bsc#1227149). - wifi: rtw89: consolidate registers of mac port to struct (bsc#1227149). - wifi: rtw89: correct aSIFSTime for 6GHz band (stable-fixes). - wifi: rtw89: correct PHY register offset for PHY-1 (bsc#1227149). - wifi: rtw89: correct the DCFO tracking flow to improve CFO compensation (bsc#1227149). - wifi: rtw89: debug: add debugfs entry to disable dynamic mechanism (bsc#1227149). - wifi: rtw89: debug: add FW log component for scan (bsc#1227149). - wifi: rtw89: debug: add to check if debug mask is enabled (bsc#1227149). - wifi: rtw89: debug: remove wrapper of rtw89_debug() (bsc#1227149). - wifi: rtw89: debug: show txpwr table according to chip gen (bsc#1227149). - wifi: rtw89: debug: txpwr table access only valid page according to chip (bsc#1227149). - wifi: rtw89: debug: txpwr table supports Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: declare EXT NSS BW of VHT capability (bsc#1227149). - wifi: rtw89: declare MCC in interface combination (bsc#1227149). - wifi: rtw89: define hardware rate v1 for WiFi 7 chips (bsc#1227149). - wifi: rtw89: differentiate narrow_bw_ru_dis setting according to chip gen (bsc#1227149). - wifi: rtw89: disable RTS when broadcast/multicast (bsc#1227149). - wifi: rtw89: download firmware with five times retry (bsc#1227149). - wifi: rtw89: drop TIMING_BEACON_ONLY and sync beacon TSF by self (bsc#1227149). - wifi: rtw89: enlarge supported length of read_reg debugfs entry (bsc#1227149). - wifi: rtw89: extend PHY status parser to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() (git-fixes). - wifi: rtw89: fix a width vs precision bug (bsc#1227149). - wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar() (bsc#1227149). - wifi: rtw89: fix disabling concurrent mode TX hang issue (bsc#1227149). - wifi: rtw89: fix HW scan not aborting properly (git-fixes). - wifi: rtw89: fix HW scan timeout due to TSF sync issue (bsc#1227149). - wifi: rtw89: fix misbehavior of TX beacon in concurrent mode (bsc#1227149). - wifi: rtw89: fix not entering PS mode after AP stops (bsc#1227149). - wifi: rtw89: fix null pointer access when abort scan (stable-fixes). - wifi: rtw89: fix spelling typo of IQK debug messages (bsc#1227149). - wifi: rtw89: fix typo of rtw89_fw_h2c_mcc_macid_bitmap() (bsc#1227149). - wifi: rtw89: fw: add checking type for variant type of firmware (bsc#1227149). - wifi: rtw89: fw: add chip_ops to update CMAC table to associated station (bsc#1227149). - wifi: rtw89: fw: add definition of H2C command and C2H event for MRC series (bsc#1227149). - wifi: rtw89: fw: add H2C command to reset CMAC table for WiFi 7 (bsc#1227149). - wifi: rtw89: fw: add H2C command to reset DMAC table for WiFi 7 (bsc#1227149). - wifi: rtw89: fw: add H2C command to update security CAM v2 (bsc#1227149). - wifi: rtw89: fw: add version field to BB MCU firmware element (bsc#1227149). - wifi: rtw89: fw: consider checksum length of security data (bsc#1227149). - wifi: rtw89: fw: download firmware with key data for secure boot (bsc#1227149). - wifi: rtw89: fw: extend JOIN H2C command to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: extend program counter dump for Wi-Fi 7 chip (bsc#1227149). - wifi: rtw89: fw: fill CMAC table to associated station for WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: generalize download firmware flow by mac_gen pointers (bsc#1227149). - wifi: rtw89: fw: implement MRC H2C command functions (bsc#1227149). - wifi: rtw89: fw: implement supported functions of download firmware for WiFi 7 chips (bsc#1227149). - wifi: rtw89: fw: load TX power track tables from fw_element (bsc#1227149). - wifi: rtw89: fw: move polling function of firmware path ready to an individual function (bsc#1227149). - wifi: rtw89: fw: parse secure section from firmware file (bsc#1227149). - wifi: rtw89: fw: propagate an argument include_bb for BB MCU firmware (bsc#1227149). - wifi: rtw89: fw: read firmware secure information from efuse (bsc#1227149). - wifi: rtw89: fw: refine download flow to support variant firmware suits (bsc#1227149). - wifi: rtw89: fw: scan offload prohibit all 6 GHz channel if no 6 GHz sband (bsc#1227149). - wifi: rtw89: fw: update TX AMPDU parameter to CMAC table (bsc#1227149). - wifi: rtw89: fw: use struct to fill BA CAM H2C commands (bsc#1227149). - wifi: rtw89: fw: use struct to fill JOIN H2C command (bsc#1227149). - wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor (bsc#1227149). - wifi: rtw89: indicate TX power by rate table inside RFE parameter (bsc#1227149). - wifi: rtw89: indicate TX shape table inside RFE parameter (bsc#1227149). - wifi: rtw89: initialize antenna for antenna diversity (bsc#1227149). - wifi: rtw89: initialize multi-channel handling (bsc#1227149). - wifi: rtw89: introduce infrastructure of firmware elements (bsc#1227149). - wifi: rtw89: introduce realtek ACPI DSM method (bsc#1227149). - wifi: rtw89: Introduce Time Averaged SAR (TAS) feature (bsc#1227149). - wifi: rtw89: introduce v1 format of firmware header (bsc#1227149). - wifi: rtw89: load BB parameters to PHY-1 (bsc#1227149). - wifi: rtw89: load RFK log format string from firmware file (bsc#1227149). - wifi: rtw89: load TX power by rate when RFE parms setup (bsc#1227149). - wifi: rtw89: load TX power related tables from FW elements (bsc#1227149). - wifi: rtw89: mac: add coexistence helpers {cfg/get}_plt (bsc#1227149). - wifi: rtw89: mac: add feature_init to initialize BA CAM V1 (bsc#1227149). - wifi: rtw89: mac: add flags to check if CMAC and DMAC are enabled (bsc#1227149). - wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address (bsc#1227149). - wifi: rtw89: mac: add registers of MU-EDCA parameters for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add suffix _ax to MAC functions (bsc#1227149). - wifi: rtw89: mac: add sys_init and filter option for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add to access efuse for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: add to get DLE reserved quota (bsc#1227149). - wifi: rtw89: mac: check queue empty according to chip gen (bsc#1227149). - wifi: rtw89: mac: correct MUEDCA setting for MAC-1 (bsc#1227149). - wifi: rtw89: mac: define internal memory address for WiFi 7 chip (bsc#1227149). - wifi: rtw89: mac: define register address of rx_filter to generalize code (bsc#1227149). - wifi: rtw89: mac: do bf_monitor only if WiFi 6 chips (bsc#1227149). - wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" (bsc#1227149). - wifi: rtw89: mac: functions to configure hardware engine and quota for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: generalize code to indirectly access WiFi internal memory (bsc#1227149). - wifi: rtw89: mac: generalize register of MU-EDCA switch according to chip gen (bsc#1227149). - wifi: rtw89: mac: get TX power control register according to chip gen (bsc#1227149). - wifi: rtw89: mac: handle C2H receive/done ACK in interrupt context (bsc#1227149). - wifi: rtw89: mac: implement MRC C2H event handling (bsc#1227149). - wifi: rtw89: mac: implement to configure TX/RX engines for WiFi 7 chips (bsc#1227149). - wifi: rtw89: mac: move code related to hardware engine to individual functions (bsc#1227149). - wifi: rtw89: mac: refine SER setting during WiFi CPU power on (bsc#1227149). - wifi: rtw89: mac: reset PHY-1 hardware when going to enable/disable (bsc#1227149). - wifi: rtw89: mac: return held quota of DLE when changing MAC-1 (bsc#1227149). - wifi: rtw89: mac: set bf_assoc capabilities according to chip gen (bsc#1227149). - wifi: rtw89: mac: set bfee_ctrl() according to chip gen (bsc#1227149). - wifi: rtw89: mac: update RTS threshold according to chip gen (bsc#1227149). - wifi: rtw89: mac: use mac_gen pointer to access about efuse (bsc#1227149). - wifi: rtw89: mac: use pointer to access functions of hardware engine and quota (bsc#1227149). - wifi: rtw89: mcc: consider and determine BT duration (bsc#1227149). - wifi: rtw89: mcc: deal with beacon NoA if GO exists (bsc#1227149). - wifi: rtw89: mcc: deal with BT slot change (bsc#1227149). - wifi: rtw89: mcc: deal with P2P PS change (bsc#1227149). - wifi: rtw89: mcc: decide pattern and calculate parameters (bsc#1227149). - wifi: rtw89: mcc: fill fundamental configurations (bsc#1227149). - wifi: rtw89: mcc: fix NoA start time when GO is auxiliary (bsc#1227149). - wifi: rtw89: mcc: initialize start flow (bsc#1227149). - wifi: rtw89: mcc: track beacon offset and update when needed (bsc#1227149). - wifi: rtw89: mcc: trigger FW to start/stop MCC (bsc#1227149). - wifi: rtw89: mcc: update role bitmap when changed (bsc#1227149). - wifi: rtw89: modify the register setting and the flow of CFO tracking (bsc#1227149). - wifi: rtw89: move software DCFO compensation setting to proper position (bsc#1227149). - wifi: rtw89: only reset BB/RF for existing WiFi 6 chips while starting up (bsc#1227149). - wifi: rtw89: packet offload wait for FW response (bsc#1227149). - wifi: rtw89: parse and print out RFK log from C2H events (bsc#1227149). - wifi: rtw89: parse EHT information from RX descriptor and PPDU status packet (bsc#1227149). - wifi: rtw89: parse TX EHT rate selected by firmware from RA C2H report (bsc#1227149). - wifi: rtw89: pause/proceed MCC for ROC and HW scan (bsc#1227149). - wifi: rtw89: pci: add LTR v2 for WiFi 7 chip (bsc#1227149). - wifi: rtw89: pci: add new RX ring design to determine full RX ring efficiently (bsc#1227149). - wifi: rtw89: pci: add PCI generation information to pci_info for each chip (bsc#1227149). - wifi: rtw89: pci: add pre_deinit to be called after probe complete (bsc#1227149). - wifi: rtw89: pci: correct interrupt mitigation register for 8852CE (bsc#1227149). - wifi: rtw89: pci: correct TX resource checking for PCI DMA channel of firmware command (git-fixes). - wifi: rtw89: pci: define PCI ring address for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptor (stable-fixes). - wifi: rtw89: pci: fix interrupt enable mask for HALT C2H of RTL8851B (bsc#1227149). - wifi: rtw89: pci: generalize code of PCI control DMA IO for WiFi 7 (bsc#1227149). - wifi: rtw89: pci: generalize interrupt status bits of interrupt handlers (bsc#1227149). - wifi: rtw89: pci: implement PCI CLK/ASPM/L1SS for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: implement PCI mac_post_init for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: implement PCI mac_pre_init for WiFi 7 chips (bsc#1227149). - wifi: rtw89: pci: interrupt v2 refine IMR for SER (bsc#1227149). - wifi: rtw89: pci: reset BDRAM according to chip gen (bsc#1227149). - wifi: rtw89: pci: stop/start DMA for level 1 recovery according to chip gen (bsc#1227149). - wifi: rtw89: pci: update interrupt mitigation register for 8922AE (bsc#1227149). - wifi: rtw89: pci: update SER timer unit and timeout time (bsc#1227149). - wifi: rtw89: pci: use DBI function for 8852AE/8852BE/8851BE (bsc#1227149). - wifi: rtw89: pci: use gen_def pointer to configure mac_{pre,post}_init and clear PCI ring index (bsc#1227149). - wifi: rtw89: pci: validate RX tag for RXQ and RPQ (bsc#1227149). - wifi: rtw89: phy: add BB wrapper of TX power for WiFi 7 chips (bsc#1227149). - wifi: rtw89: phy: add parser to support RX gain dynamic setting flow (bsc#1227149). - wifi: rtw89: phy: add phy_gen_def::cr_base to support WiFi 7 chips (bsc#1227149). - wifi: rtw89: phy: change naming related BT coexistence functions (bsc#1227149). - wifi: rtw89: phy: dynamically adjust EDCCA threshold (bsc#1227149). - wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chips (bsc#1227149). - wifi: rtw89: phy: generalize valid bit of BSS color (bsc#1227149). - wifi: rtw89: phy: ignore special data from BB parameter file (bsc#1227149). - wifi: rtw89: phy: modify register setting of ENV_MNTR, PHYSTS and DIG (bsc#1227149). - wifi: rtw89: phy: move bb_gain_info used by WiFi 6 chips to union (bsc#1227149). - wifi: rtw89: phy: print out RFK log with formatted string (bsc#1227149). - wifi: rtw89: phy: rate pattern handles HW rate by chip gen (bsc#1227149). - wifi: rtw89: phy: refine helpers used for raw TX power (bsc#1227149). - wifi: rtw89: phy: set channel_info for WiFi 7 chips (bsc#1227149). - wifi: rtw89: phy: set TX power by rate according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power limit according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power offset according to chip gen (bsc#1227149). - wifi: rtw89: phy: set TX power RU limit according to chip gen (bsc#1227149). - wifi: rtw89: prepare scan leaf functions for wifi 7 ICs (bsc#1227149). - wifi: rtw89: process regulatory for 6 GHz power type (bsc#1227149). - wifi: rtw89: provide functions to configure NoA for beacon update (bsc#1227149). - wifi: rtw89: recognize log format from firmware file (bsc#1227149). - wifi: rtw89: reference quota mode when setting Tx power (bsc#1227149). - wifi: rtw89: Refine active scan behavior in 6 GHz (bsc#1227149). - wifi: rtw89: refine add_chan H2C command to encode_bits (bsc#1227149). - wifi: rtw89: refine bandwidth 160MHz uplink OFDMA performance (bsc#1227149). - wifi: rtw89: refine clearing supported bands to check 2/5 GHz first (bsc#1227149). - wifi: rtw89: refine element naming used by queue empty check (bsc#1227149). - wifi: rtw89: refine H2C command that pause transmitting by MAC ID (bsc#1227149). - wifi: rtw89: refine hardware scan C2H events (bsc#1227149). - wifi: rtw89: refine packet offload delete flow of 6 GHz probe (bsc#1227149). - wifi: rtw89: refine packet offload handling under SER (bsc#1227149). - wifi: rtw89: refine remain on channel flow to improve P2P connection (bsc#1227149). - wifi: rtw89: refine rtw89_correct_cck_chan() by rtw89_hw_to_nl80211_band() (bsc#1227149). - wifi: rtw89: refine uplink trigger based control mechanism (bsc#1227149). - wifi: rtw89: regd: configure Thailand in regulation type (bsc#1227149). - wifi: rtw89: regd: handle policy of 6 GHz according to BIOS (bsc#1227149). - wifi: rtw89: regd: judge 6 GHz according to chip and BIOS (bsc#1227149). - wifi: rtw89: regd: judge UNII-4 according to BIOS and chip (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R64-R40 (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R64-R43 (bsc#1227149). - wifi: rtw89: regd: update regulatory map to R65-R44 (bsc#1227149). - wifi: rtw89: release bit in rtw89_fw_h2c_del_pkt_offload() (bsc#1227149). - wifi: rtw89: return failure if needed firmware elements are not recognized (bsc#1227149). - wifi: rtw89: rfk: add a completion to wait RF calibration report from C2H event (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger DACK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger DPK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger IQK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger RX DCK (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger TSSI (bsc#1227149). - wifi: rtw89: rfk: add H2C command to trigger TXGAPK (bsc#1227149). - wifi: rtw89: rfk: disable driver tracking during MCC (bsc#1227149). - wifi: rtw89: rfk: send channel information to firmware for RF calibrations (bsc#1227149). - wifi: rtw89: sar: let caller decide the center frequency to query (bsc#1227149). - wifi: rtw89: scan offload wait for FW done ACK (bsc#1227149). - wifi: rtw89: ser: L1 add pre-M0 and post-M0 states (bsc#1227149). - wifi: rtw89: ser: reset total_sta_assoc and tdls_peer when L2 (bsc#1227149). - wifi: rtw89: set capability of TX antenna diversity (bsc#1227149). - wifi: rtw89: Set default CQM config if not present (bsc#1227149). - wifi: rtw89: set entry size of address CAM to H2C field by chip (bsc#1227149). - wifi: rtw89: set TX power without precondition during setting channel (bsc#1227149). - wifi: rtw89: show EHT rate in debugfs (bsc#1227149). - wifi: rtw89: support firmware log with formatted text (bsc#1227149). - wifi: rtw89: support U-NII-4 channels on 5GHz band (bsc#1227149). - wifi: rtw89: suppress the log for specific SER called CMDPSR_FRZTO (bsc#1227149). - wifi: rtw89: tweak H2C TX waiting function for SER (bsc#1227149). - wifi: rtw89: TX power stuffs replace confusing naming of _max with _num (bsc#1227149). - wifi: rtw89: update DMA function with different generation (bsc#1227149). - wifi: rtw89: Update EHT PHY beamforming capability (bsc#1227149). - wifi: rtw89: update ps_state register for chips with different generation (bsc#1227149). - wifi: rtw89: update scan C2H messages for wifi 7 IC (bsc#1227149). - wifi: rtw89: update suspend/resume for different generation (bsc#1227149). - wifi: rtw89: use chip_info::small_fifo_size to choose debug_mask (bsc#1227149). - wifi: rtw89: use flexible array member in rtw89_btc_btf_tlv (bsc#1227149). - wifi: rtw89: use PLCP information to match BSS_COLOR and AID (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits() to access received PHY status IEs (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits() to access RX descriptor (bsc#1227149). - wifi: rtw89: use struct and le32_get_bits to access RX info (bsc#1227149). - wifi: rtw89: use struct rtw89_phy_sts_ie0 instead of macro to access PHY IE0 status (bsc#1227149). - wifi: rtw89: use struct to access firmware C2H event header (bsc#1227149). - wifi: rtw89: use struct to access RA report (bsc#1227149). - wifi: rtw89: use struct to access register-based H2C/C2H (bsc#1227149). - wifi: rtw89: use struct to fill H2C command to download beacon frame (bsc#1227149). - wifi: rtw89: use struct to parse firmware header (bsc#1227149). - wifi: rtw89: use struct to set RA H2C command (bsc#1227149). - wifi: rtw89: wow: move release offload packet earlier for WoWLAN mode (bsc#1227149). - wifi: rtw89: wow: refine WoWLAN flows of HCI interrupts and low power mode (bsc#1227149). - wifi: rtw89: wow: set security engine options for 802.11ax chips only (bsc#1227149). - wifi: rtw89: wow: update config mac function with different generation (bsc#1227149). - wifi: rtw89: wow: update WoWLAN reason register for different chips (bsc#1227149). - wifi: rtw89: wow: update WoWLAN status register for different generation (bsc#1227149). - wifi: ti: wlcore: sdio: Drop unused include (bsc#1227149). - wifi: virt_wifi: avoid reporting connection success with wrong SSID (git-fixes). - wifi: virt_wifi: do not use strlen() in const context (git-fixes). - wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by (bsc#1227149). - wifi: wcn36xx: Convert to platform remove callback returning void (bsc#1227149). - wifi: wcn36xx: remove unnecessary (void*) conversions (bsc#1227149). - wifi: wext: avoid extra calls to strlen() in ieee80211_bss() (bsc#1227149). - wifi: wfx: allow to send frames during ROC (bsc#1227149). - wifi: wfx: fix power_save setting when AP is stopped (bsc#1227149). - wifi: wfx: implement wfx_remain_on_channel() (bsc#1227149). - wifi: wfx: introduce hif_scan_uniq() (bsc#1227149). - wifi: wfx: move wfx_skb_*() out of the header file (bsc#1227149). - wifi: wfx: relocate wfx_rate_mask_to_hw() (bsc#1227149). - wifi: wfx: scan_lock is global to the device (bsc#1227149). - wifi: wfx: simplify exclusion between scan and Rx filters (bsc#1227149). - wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy (bsc#1227149). - wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper (bsc#1227149). - wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper (bsc#1227149). - wifi: wilc1000: add back-off algorithm to balance tx queue packets (bsc#1227149). - wifi: wilc1000: add missing read critical sections around vif list traversal (bsc#1227149). - wifi: wilc1000: add SPI commands retry mechanism (bsc#1227149). - wifi: wilc1000: always release SDIO host in wilc_sdio_cmd53() (bsc#1227149). - wifi: wilc1000: cleanup struct wilc_conn_info (bsc#1227149). - wifi: wilc1000: correct CRC7 calculation (bsc#1227149). - wifi: wilc1000: fix declarations ordering (bsc#1227149). - wifi: wilc1000: fix driver_handler when committing initial configuration (bsc#1227149). - wifi: wilc1000: fix ies_len type in connect path (git-fixes). - wifi: wilc1000: fix incorrect power down sequence (bsc#1227149). - wifi: wilc1000: Increase ASSOC response buffer (bsc#1227149). - wifi: wilc1000: remove AKM suite be32 conversion for external auth request (bsc#1227149). - wifi: wilc1000: remove setting msg.spi (bsc#1227149). - wifi: wilc1000: Remove unused declarations (bsc#1227149). - wifi: wilc1000: remove use of has_thrpt_enh3 flag (bsc#1227149). - wifi: wilc1000: set preamble size to auto as default in wilc_init_fw_config() (bsc#1227149). - wifi: wilc1000: simplify remain on channel support (bsc#1227149). - wifi: wilc1000: simplify wilc_scan() (bsc#1227149). - wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper (bsc#1227149). - wifi: wilc1000: use SRCU instead of RCU for vif list traversal (bsc#1227149). - wifi: wilc1000: validate chip id during bus probe (bsc#1227149). - wifi: wl1251: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wl18xx: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: boot: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: main: replace deprecated strncpy with strscpy (bsc#1227149). - wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns (bsc#1227149). - wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code (bsc#1227149). - wifi: zd1211rw: fix typo "tranmits" (bsc#1227149). - wifi: zd1211rw: remove __nocast from zd_addr_t (bsc#1227149). - wifi: zd1211rw: silence sparse warnings (bsc#1227149). - wireguard: netlink: access device through ctx instead of peer (git-fixes). - wireguard: netlink: check for dangling peer via is_dead instead of empty list (git-fixes). - wireguard: receive: annotate data-race around receiving_counter.counter (git-fixes). - wlcore: spi: Remove redundant of_match_ptr() (bsc#1227149). - Workaround broken chacha crypto fallback (bsc#1218205). - work around gcc bugs with 'asm goto' with outputs (git-fixes). - X.509: Fix the parser of extended key usage for length (bsc#1218820). - x86/amd_nb: Check for invalid SMN reads (git-fixes). - x86/apic: Force native_apic_mem_read() to use the MOV instruction (git-fixes). - x86/asm: Fix build of UML with KASAN (git-fixes). - x86/asm: Remove the __iomem annotation of movdir64b()'s dst argument (git-fixes). - x86/bhi: Avoid warning in #DB handler due to BHI mitigation :(git-fixes). - x86/boot: Ignore NMIs during very early boot (git-fixes). - x86/bugs: Fix BHI retpoline check (git-fixes). - x86/bugs: Fix the SRSO mitigation on Zen3/4 (git-fixes). - x86/bugs: Remove default case for fully switched enums (git-fixes). - x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() (git-fixes). - x86/coco: Require seeding RNG with RDRAND on CoCo systems (git-fixes). - x86/cpu: Add model number for Intel Arrow Lake mobile processor (git-fixes). - x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range (git-fixes). - x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ (git-fixes). - x86/cpu: Provide default cache line size if not enumerated (git-fixes). - x86/csum: clean up `csum_partial' further (git-fixes). - x86/csum: Fix clang -Wuninitialized in csum_partial() (git-fixes). - x86/csum: Improve performance of `csum_partial` (git-fixes). - x86/csum: Remove unnecessary odd handling (git-fixes). - x86/efistub: Add missing boot_params for mixed mode compat entry (git-fixes). - x86/efistub: Call mixed mode boot services on the firmware's stack (git-fixes). - x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixup (git-fixes). - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD (git-fixes). - x86/head/64: Move the __head definition to &lt;asm/init.h> (git-fixes). - x86/hyperv: Allow 15-bit APIC IDs for VTL platforms (git-fixes). - x86/hyperv: Use per cpu initial stack for vtl context (git-fixes). - x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS (git-fixes). - x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map (git-fixes). - x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSS (git-fixes). - x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT (git-fixes). - x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=y (git-fixes). - x86/kexec: Fix bug with call depth tracking (git-fixes). - x86/kvm/Kconfig: Have KVM_AMD_SEV select ARCH_HAS_CC_PLATFORM (git-fixes). - x86/mce: Dynamically size space for machine check records (bsc#1222241). - x86/mce: Make sure to grab mce_sysfs_mutex in set_bank() (git-fixes). - x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernel (git-fixes). - x86/nmi: Drop unused declaration of proc_nmi_enabled() (git-fixes). - x86/nmi: Fix the inverse "in NMI handler" check (git-fixes). - x86/nospec: Refactor UNTRAIN_RET[_*] (git-fixes). - x86/pm: Work around false positive kmemleak report in msr_build_context() (git-fixes). - x86/purgatory: Switch to the position-independent small code model (git-fixes). - x86/resctrl: Read supported bandwidth sources from CPUID (git-fixes). - x86/resctrl: Remove redundant variable in mbm_config_write_domain() (git-fixes). - x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros (git-fixes). - x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunk (git-fixes). - x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSO (git-fixes). - x86/sev: Fix position dependent variable references in startup code (git-fixes). - x86/shstk: Make return uprobe work with shadow stack (git-fixes). - x86/speculation, objtool: Use absolute relocations for annotations (git-fixes). - x86/srso: Disentangle rethunk-dependent options (git-fixes). - x86/srso: Fix unret validation dependencies (git-fixes). - x86/srso: Improve i-cache locality for alias mitigation (git-fixes). - x86/srso: Print actual mitigation if requested mitigation isn't possible (git-fixes). - x86/srso: Remove 'pred_cmd' label (git-fixes). - x86/srso: Unexport untraining functions (git-fixes). - x86: Stop using weak symbols for __iowrite32_copy() (bsc#1226502) - x86/tdx: Preserve shared bit on mprotect() (git-fixes). - x86/tsc: Trust initial offset in architectural TSC-adjust MSRs (bsc#1222015 bsc#1226962). - x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checking (git-fixes). - x86/xen: Add some null pointer checking to smp.c (git-fixes). - x86/xen: attempt to inflate the memory balloon on PVH (git-fixes). - xdp, bonding: Fix feature flags when there are no slave devs anymore (git-fixes). - xen/events: drop xen_allocate_irqs_dynamic() (git-fixes). - xen/events: fix error code in xen_bind_pirq_msi_to_irq() (git-fixes). - xen/events: increment refcnt only if event channel is refcounted (git-fixes). - xen/events: modify internal [un]bind interfaces (git-fixes). - xen/events: reduce externally visible helper functions (git-fixes). - xen/events: remove some simple helpers from events_base.c (git-fixes). - xen: evtchn: Allow shared registration of IRQ handers (git-fixes). - xen/evtchn: avoid WARN() when unbinding an event channel (git-fixes). - xen-netfront: Add missing skb_mark_for_recycle (git-fixes). - xen/x86: add extra pages to unpopulated-alloc if available (git-fixes). - xfs: Add cond_resched to block unmap range and reflink remap path (bsc#1228211). - xfs: add lock protection when remove perag from radix tree (git-fixes). - xfs: allow extent free intents to be retried (git-fixes). - xfs: fix perag leak when growfs fails (git-fixes). - xfs: force all buffers to be written during btree bulk load (git-fixes). - xfs: make xchk_iget safer in the presence of corrupt inode btrees (git-fixes). - xfs: pass the xfs_defer_pending object to iop_recover (git-fixes). - xfs: recompute growfsrtfree transaction reservation while growing rt volume (git-fixes). - xfs: transfer recovered intent item ownership in ->iop_recover (git-fixes). - xfs: use roundup_pow_of_two instead of ffs during xlog_find_tail (git-fixes). - xfs: use xfs_defer_pending objects to recover intent items (git-fixes). - xhci: add helper that checks for unhandled events on a event ring (git-fixes). - xhci: always resume roothubs if xHC was reset during resume (stable-fixes). - xhci: Apply broken streams quirk to Etron EJ188 xHCI host (stable-fixes). - xhci: Apply reset resume quirk to Etron EJ188 xHCI host (stable-fixes). - xhci: Handle TD clearing for multiple streams case (git-fixes). - xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event() (git-fixes). - xhci: Set correct transferred length for cancelled bulk transfers (stable-fixes). - xhci: simplify event ring dequeue tracking for transfer events (git-fixes). - xsk: Add truesize to skb_add_rx_frag() (bsc#1214683 (PREEMPT_RT prerequisite backports)). cluster-md-kmp-rt-6.4.0-150600.10.5.1.x86_64.rpm True dlm-kmp-rt-6.4.0-150600.10.5.1.x86_64.rpm True gfs2-kmp-rt-6.4.0-150600.10.5.1.x86_64.rpm True kernel-devel-rt-6.4.0-150600.10.5.1.noarch.rpm True kernel-rt-6.4.0-150600.10.5.1.nosrc.rpm True kernel-rt-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt-devel-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt-extra-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt-livepatch-devel-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt-optional-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt-vdso-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt_debug-6.4.0-150600.10.5.1.nosrc.rpm True kernel-rt_debug-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt_debug-devel-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt_debug-livepatch-devel-6.4.0-150600.10.5.1.x86_64.rpm True kernel-rt_debug-vdso-6.4.0-150600.10.5.1.x86_64.rpm True kernel-source-rt-6.4.0-150600.10.5.1.noarch.rpm True kernel-source-rt-6.4.0-150600.10.5.1.src.rpm True kernel-syms-rt-6.4.0-150600.10.5.1.src.rpm True kernel-syms-rt-6.4.0-150600.10.5.1.x86_64.rpm True kselftests-kmp-rt-6.4.0-150600.10.5.1.x86_64.rpm True ocfs2-kmp-rt-6.4.0-150600.10.5.1.x86_64.rpm True reiserfs-kmp-rt-6.4.0-150600.10.5.1.x86_64.rpm True openSUSE-SLE-15.6-2024-3114 Security update for ffmpeg moderate SUSE Updates openSUSE-SLE 15.6 This update for ffmpeg fixes the following issues: - CVE-2020-22027: Fixed heap-based Buffer Overflow vulnerability exits in deflate16 at libavfilter/vf_neighbor.c (bsc#1186607) - CVE-2021-38291: Fixed an assertion failure at src/libavutil/mathematics.c (bsc#1189428) - CVE-2023-51798: Fixed floating point exception(FPE) via the interpolate function (bsc#1223304) ffmpeg-3.4.2-150200.11.57.1.src.rpm ffmpeg-3.4.2-150200.11.57.1.x86_64.rpm ffmpeg-private-devel-3.4.2-150200.11.57.1.x86_64.rpm libavcodec-devel-3.4.2-150200.11.57.1.x86_64.rpm libavcodec57-3.4.2-150200.11.57.1.x86_64.rpm libavcodec57-32bit-3.4.2-150200.11.57.1.x86_64.rpm libavdevice-devel-3.4.2-150200.11.57.1.x86_64.rpm libavdevice57-3.4.2-150200.11.57.1.x86_64.rpm libavdevice57-32bit-3.4.2-150200.11.57.1.x86_64.rpm libavfilter-devel-3.4.2-150200.11.57.1.x86_64.rpm libavfilter6-3.4.2-150200.11.57.1.x86_64.rpm libavfilter6-32bit-3.4.2-150200.11.57.1.x86_64.rpm libavformat-devel-3.4.2-150200.11.57.1.x86_64.rpm libavformat57-3.4.2-150200.11.57.1.x86_64.rpm libavformat57-32bit-3.4.2-150200.11.57.1.x86_64.rpm libavresample-devel-3.4.2-150200.11.57.1.x86_64.rpm libavresample3-3.4.2-150200.11.57.1.x86_64.rpm libavresample3-32bit-3.4.2-150200.11.57.1.x86_64.rpm libavutil-devel-3.4.2-150200.11.57.1.x86_64.rpm libavutil55-3.4.2-150200.11.57.1.x86_64.rpm libavutil55-32bit-3.4.2-150200.11.57.1.x86_64.rpm libpostproc-devel-3.4.2-150200.11.57.1.x86_64.rpm libpostproc54-3.4.2-150200.11.57.1.x86_64.rpm libpostproc54-32bit-3.4.2-150200.11.57.1.x86_64.rpm libswresample-devel-3.4.2-150200.11.57.1.x86_64.rpm libswresample2-3.4.2-150200.11.57.1.x86_64.rpm libswresample2-32bit-3.4.2-150200.11.57.1.x86_64.rpm libswscale-devel-3.4.2-150200.11.57.1.x86_64.rpm libswscale4-3.4.2-150200.11.57.1.x86_64.rpm libswscale4-32bit-3.4.2-150200.11.57.1.x86_64.rpm ffmpeg-3.4.2-150200.11.57.1.s390x.rpm ffmpeg-private-devel-3.4.2-150200.11.57.1.s390x.rpm libavcodec-devel-3.4.2-150200.11.57.1.s390x.rpm libavcodec57-3.4.2-150200.11.57.1.s390x.rpm libavdevice-devel-3.4.2-150200.11.57.1.s390x.rpm libavdevice57-3.4.2-150200.11.57.1.s390x.rpm libavfilter-devel-3.4.2-150200.11.57.1.s390x.rpm libavfilter6-3.4.2-150200.11.57.1.s390x.rpm libavformat-devel-3.4.2-150200.11.57.1.s390x.rpm libavformat57-3.4.2-150200.11.57.1.s390x.rpm libavresample-devel-3.4.2-150200.11.57.1.s390x.rpm libavresample3-3.4.2-150200.11.57.1.s390x.rpm libavutil-devel-3.4.2-150200.11.57.1.s390x.rpm libavutil55-3.4.2-150200.11.57.1.s390x.rpm libpostproc-devel-3.4.2-150200.11.57.1.s390x.rpm libpostproc54-3.4.2-150200.11.57.1.s390x.rpm libswresample-devel-3.4.2-150200.11.57.1.s390x.rpm libswresample2-3.4.2-150200.11.57.1.s390x.rpm libswscale-devel-3.4.2-150200.11.57.1.s390x.rpm libswscale4-3.4.2-150200.11.57.1.s390x.rpm ffmpeg-3.4.2-150200.11.57.1.ppc64le.rpm ffmpeg-private-devel-3.4.2-150200.11.57.1.ppc64le.rpm libavcodec-devel-3.4.2-150200.11.57.1.ppc64le.rpm libavcodec57-3.4.2-150200.11.57.1.ppc64le.rpm libavdevice-devel-3.4.2-150200.11.57.1.ppc64le.rpm libavdevice57-3.4.2-150200.11.57.1.ppc64le.rpm libavfilter-devel-3.4.2-150200.11.57.1.ppc64le.rpm libavfilter6-3.4.2-150200.11.57.1.ppc64le.rpm libavformat-devel-3.4.2-150200.11.57.1.ppc64le.rpm libavformat57-3.4.2-150200.11.57.1.ppc64le.rpm libavresample-devel-3.4.2-150200.11.57.1.ppc64le.rpm libavresample3-3.4.2-150200.11.57.1.ppc64le.rpm libavutil-devel-3.4.2-150200.11.57.1.ppc64le.rpm libavutil55-3.4.2-150200.11.57.1.ppc64le.rpm libpostproc-devel-3.4.2-150200.11.57.1.ppc64le.rpm libpostproc54-3.4.2-150200.11.57.1.ppc64le.rpm libswresample-devel-3.4.2-150200.11.57.1.ppc64le.rpm libswresample2-3.4.2-150200.11.57.1.ppc64le.rpm libswscale-devel-3.4.2-150200.11.57.1.ppc64le.rpm libswscale4-3.4.2-150200.11.57.1.ppc64le.rpm ffmpeg-3.4.2-150200.11.57.1.aarch64.rpm ffmpeg-private-devel-3.4.2-150200.11.57.1.aarch64.rpm libavcodec-devel-3.4.2-150200.11.57.1.aarch64.rpm libavcodec57-3.4.2-150200.11.57.1.aarch64.rpm libavdevice-devel-3.4.2-150200.11.57.1.aarch64.rpm libavdevice57-3.4.2-150200.11.57.1.aarch64.rpm libavfilter-devel-3.4.2-150200.11.57.1.aarch64.rpm libavfilter6-3.4.2-150200.11.57.1.aarch64.rpm libavformat-devel-3.4.2-150200.11.57.1.aarch64.rpm libavformat57-3.4.2-150200.11.57.1.aarch64.rpm libavresample-devel-3.4.2-150200.11.57.1.aarch64.rpm libavresample3-3.4.2-150200.11.57.1.aarch64.rpm libavutil-devel-3.4.2-150200.11.57.1.aarch64.rpm libavutil55-3.4.2-150200.11.57.1.aarch64.rpm libpostproc-devel-3.4.2-150200.11.57.1.aarch64.rpm libpostproc54-3.4.2-150200.11.57.1.aarch64.rpm libswresample-devel-3.4.2-150200.11.57.1.aarch64.rpm libswresample2-3.4.2-150200.11.57.1.aarch64.rpm libswscale-devel-3.4.2-150200.11.57.1.aarch64.rpm libswscale4-3.4.2-150200.11.57.1.aarch64.rpm openSUSE-SLE-15.6-2024-2957 Recommended update for ldb, samba moderate SUSE Updates openSUSE-SLE 15.6 This update for ldb, samba fixes the following issues: - Many qsort() comparisons are non-transitive, which can lead to out-of-bounds access in some circumstances. - Fix a crash when joining offline and 'kerberos method' includes keytab (bsc#1228732). - Fix reading the password from STDIN or environment vars if it was already given in the command line (bsc#1228732). - netr_LogonSamLogonEx returns NR_STATUS_ACCESS_DENIED with SysvolReady=0. - Anonymous smb3 signing/encryption should be allowed (similar to Windows Server 2022). - Panic in dreplsrv_op_pull_source_apply_changes_trigger. - winbindd, net ads join and other things don't work on an ipv6 only host. - Smbcacls incorrectly propagates inheritance with Inherit-Only flag. - http library doesn't support 'chunked transfer encoding'. - fd_handle_destructor() panics within an smbd_smb2_close() if vfs_stat_fsp() fails in fd_close() - samba-gpupdate: Correctly implement site support. - libgpo: Segfault in python bindings. ctdb-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm ctdb-pcp-pmda-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm ldb-2.8.1-150600.3.3.4.src.rpm ldb-tools-2.8.1-150600.3.3.4.x86_64.rpm libldb-devel-2.8.1-150600.3.3.4.x86_64.rpm libldb2-2.8.1-150600.3.3.4.x86_64.rpm libldb2-32bit-2.8.1-150600.3.3.4.x86_64.rpm libsamba-policy-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm libsamba-policy-python3-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm libsamba-policy0-python3-32bit-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm libsamba-policy0-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm python3-ldb-2.8.1-150600.3.3.4.x86_64.rpm python3-ldb-32bit-2.8.1-150600.3.3.4.x86_64.rpm python3-ldb-devel-2.8.1-150600.3.3.4.x86_64.rpm samba-4.19.7+git.357.1d7950ebd62-150600.3.3.2.src.rpm samba-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-ceph-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-client-32bit-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-client-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-client-libs-32bit-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-client-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-devel-32bit-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-doc-4.19.7+git.357.1d7950ebd62-150600.3.3.2.noarch.rpm samba-gpupdate-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-ldb-ldap-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-libs-32bit-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-libs-python3-32bit-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-libs-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-test-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-tool-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-winbind-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-winbind-libs-32bit-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm samba-winbind-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.x86_64.rpm ctdb-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm ctdb-pcp-pmda-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm ldb-tools-2.8.1-150600.3.3.4.s390x.rpm libldb-devel-2.8.1-150600.3.3.4.s390x.rpm libldb2-2.8.1-150600.3.3.4.s390x.rpm libsamba-policy-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm libsamba-policy-python3-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm libsamba-policy0-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm python3-ldb-2.8.1-150600.3.3.4.s390x.rpm python3-ldb-devel-2.8.1-150600.3.3.4.s390x.rpm samba-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-client-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-client-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-gpupdate-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-ldb-ldap-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-libs-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-test-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-tool-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-winbind-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm samba-winbind-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.s390x.rpm ctdb-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm ctdb-pcp-pmda-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm ldb-tools-2.8.1-150600.3.3.4.ppc64le.rpm libldb-devel-2.8.1-150600.3.3.4.ppc64le.rpm libldb2-2.8.1-150600.3.3.4.ppc64le.rpm libsamba-policy-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm libsamba-policy-python3-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm libsamba-policy0-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm python3-ldb-2.8.1-150600.3.3.4.ppc64le.rpm python3-ldb-devel-2.8.1-150600.3.3.4.ppc64le.rpm samba-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-client-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-client-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-gpupdate-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-ldb-ldap-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-libs-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-test-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-tool-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-winbind-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm samba-winbind-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.ppc64le.rpm ctdb-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm ctdb-pcp-pmda-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm ldb-tools-2.8.1-150600.3.3.4.aarch64.rpm libldb-devel-2.8.1-150600.3.3.4.aarch64.rpm libldb2-2.8.1-150600.3.3.4.aarch64.rpm libsamba-policy-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm libsamba-policy-python3-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm libsamba-policy0-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm python3-ldb-2.8.1-150600.3.3.4.aarch64.rpm python3-ldb-devel-2.8.1-150600.3.3.4.aarch64.rpm samba-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-ceph-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-client-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-client-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-devel-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-gpupdate-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-ldb-ldap-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-libs-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-python3-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-test-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-tool-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-winbind-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm samba-winbind-libs-4.19.7+git.357.1d7950ebd62-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2956 Recommended update for tracker-miners moderate SUSE Updates openSUSE-SLE 15.6 This update for tracker-miners fixes the following issue: - fix coredump due to sandbox violation (bsc#1228952). tracker-miner-files-3.6.2-150600.4.3.2.x86_64.rpm tracker-miners-3.6.2-150600.4.3.2.src.rpm tracker-miners-3.6.2-150600.4.3.2.x86_64.rpm tracker-miners-lang-3.6.2-150600.4.3.2.noarch.rpm tracker-miner-files-3.6.2-150600.4.3.2.s390x.rpm tracker-miners-3.6.2-150600.4.3.2.s390x.rpm tracker-miner-files-3.6.2-150600.4.3.2.ppc64le.rpm tracker-miners-3.6.2-150600.4.3.2.ppc64le.rpm tracker-miner-files-3.6.2-150600.4.3.2.aarch64.rpm tracker-miners-3.6.2-150600.4.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-3054 Security update for python3-setuptools important SUSE Updates openSUSE-SLE 15.6 This update for python3-setuptools fixes the following issues: - CVE-2024-6345: Fixed code execution via download functions in the package_index module (bsc#1228105) python3-setuptools-44.1.1-150400.9.9.1.noarch.rpm python3-setuptools-44.1.1-150400.9.9.1.src.rpm python3-setuptools-test-44.1.1-150400.9.9.1.noarch.rpm python3-setuptools-test-44.1.1-150400.9.9.1.src.rpm python3-setuptools-wheel-44.1.1-150400.9.9.1.noarch.rpm python3-setuptools-wheel-44.1.1-150400.9.9.1.src.rpm openSUSE-SLE-15.6-2024-2907 Security update for python310-setuptools important SUSE Updates openSUSE-SLE 15.6 This update for python310-setuptools fixes the following issues: - CVE-2024-6345: Fixed code execution via download functions in the package_index module (bsc#1228105) python310-setuptools-67.6.1-150400.4.9.1.noarch.rpm python310-setuptools-67.6.1-150400.4.9.1.src.rpm openSUSE-SLE-15.6-2024-3055 Security update for python-setuptools important SUSE Updates openSUSE-SLE 15.6 This update for python-setuptools fixes the following issues: - CVE-2024-6345: Fixed code execution via download functions in the package_index module (bsc#1228105) python-setuptools-67.7.2-150400.3.16.1.src.rpm python-setuptools-wheel-67.7.2-150400.3.16.1.src.rpm python311-setuptools-67.7.2-150400.3.16.1.noarch.rpm python311-setuptools-wheel-67.7.2-150400.3.16.1.noarch.rpm openSUSE-SLE-15.6-2024-2906 Security update for python39-setuptools important SUSE Updates openSUSE-SLE 15.6 This update for python39-setuptools fixes the following issues: - CVE-2024-6345: Fixed code execution via download functions in the package_index module (bsc#1228105) python39-setuptools-44.1.1-150300.7.9.1.noarch.rpm python39-setuptools-44.1.1-150300.7.9.1.src.rpm openSUSE-SLE-15.6-2024-2904 Security update for python312-setuptools important SUSE Updates openSUSE-SLE 15.6 This update for python312-setuptools fixes the following issues: - CVE-2024-6345: Fixed code execution via download functions in the package_index module (bsc#1228105) python312-setuptools-68.1.2-150600.3.3.1.noarch.rpm python312-setuptools-68.1.2-150600.3.3.1.src.rpm openSUSE-SLE-15.6-2024-2905 Security update for webkit2gtk3 important SUSE Updates openSUSE-SLE 15.6 This update for webkit2gtk3 fixes the following issues: - CVE-2024-40776: Fixed a use-after-free issue with improved memory management (bsc#1228613). - CVE-2024-40779: Fixed a out-of-bounds read with improved bounds checking (bsc#1228693). - CVE-2024-40780: Fixed another out-of-bounds read with improved bounds checking (bsc#1228694). - CVE-2024-40782: Fixed a second use-after-free issue with improved memory management (bsc#1228695). WebKitGTK-4.0-lang-2.44.2-150600.12.6.1.noarch.rpm WebKitGTK-4.1-lang-2.44.2-150600.12.6.1.noarch.rpm WebKitGTK-6.0-lang-2.44.2-150600.12.6.1.noarch.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.6.1.x86_64.rpm libjavascriptcoregtk-4_0-18-32bit-2.44.2-150600.12.6.1.x86_64.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.6.1.x86_64.rpm libjavascriptcoregtk-4_1-0-32bit-2.44.2-150600.12.6.1.x86_64.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.6.1.x86_64.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.6.1.x86_64.rpm libwebkit2gtk-4_0-37-32bit-2.44.2-150600.12.6.1.x86_64.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.6.1.x86_64.rpm libwebkit2gtk-4_1-0-32bit-2.44.2-150600.12.6.1.x86_64.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.6.1.x86_64.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.6.1.x86_64.rpm webkit-jsc-4-2.44.2-150600.12.6.1.x86_64.rpm webkit-jsc-4.1-2.44.2-150600.12.6.1.x86_64.rpm webkit-jsc-6.0-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk3-2.44.2-150600.12.6.1.src.rpm webkit2gtk3-devel-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk3-soup2-2.44.2-150600.12.6.1.src.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk4-2.44.2-150600.12.6.1.src.rpm webkit2gtk4-devel-2.44.2-150600.12.6.1.x86_64.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.6.1.x86_64.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.6.1.x86_64.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.6.1.s390x.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.6.1.s390x.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.6.1.s390x.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.6.1.s390x.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.6.1.s390x.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.6.1.s390x.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.6.1.s390x.rpm webkit-jsc-4-2.44.2-150600.12.6.1.s390x.rpm webkit-jsc-4.1-2.44.2-150600.12.6.1.s390x.rpm webkit-jsc-6.0-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk3-devel-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk4-devel-2.44.2-150600.12.6.1.s390x.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.6.1.s390x.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.6.1.s390x.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.6.1.ppc64le.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.6.1.ppc64le.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.6.1.ppc64le.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.6.1.ppc64le.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.6.1.ppc64le.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.6.1.ppc64le.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.6.1.ppc64le.rpm webkit-jsc-4-2.44.2-150600.12.6.1.ppc64le.rpm webkit-jsc-4.1-2.44.2-150600.12.6.1.ppc64le.rpm webkit-jsc-6.0-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk3-devel-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk4-devel-2.44.2-150600.12.6.1.ppc64le.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.6.1.ppc64le.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.6.1.ppc64le.rpm libjavascriptcoregtk-4_0-18-2.44.2-150600.12.6.1.aarch64.rpm libjavascriptcoregtk-4_1-0-2.44.2-150600.12.6.1.aarch64.rpm libjavascriptcoregtk-6_0-1-2.44.2-150600.12.6.1.aarch64.rpm libwebkit2gtk-4_0-37-2.44.2-150600.12.6.1.aarch64.rpm libwebkit2gtk-4_1-0-2.44.2-150600.12.6.1.aarch64.rpm libwebkitgtk-6_0-4-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-JavaScriptCore-4_0-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-JavaScriptCore-4_1-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-JavaScriptCore-6_0-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-WebKit-6_0-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-WebKit2-4_0-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-WebKit2-4_1-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.2-150600.12.6.1.aarch64.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.2-150600.12.6.1.aarch64.rpm webkit-jsc-4-2.44.2-150600.12.6.1.aarch64.rpm webkit-jsc-4.1-2.44.2-150600.12.6.1.aarch64.rpm webkit-jsc-6.0-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk-4_0-injected-bundles-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk-4_1-injected-bundles-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk3-devel-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk3-minibrowser-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk3-soup2-devel-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk3-soup2-minibrowser-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk4-devel-2.44.2-150600.12.6.1.aarch64.rpm webkit2gtk4-minibrowser-2.44.2-150600.12.6.1.aarch64.rpm webkitgtk-6_0-injected-bundles-2.44.2-150600.12.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3093 Recommended update for rust1.80 moderate SUSE Updates openSUSE-SLE 15.6 This update for rust1.80 fixes the following issues: Version 1.80.1 (2024-08-08) =========================== - Fix miscompilation in the jump threading MIR optimization when comparing floats - Revert changes to the `dead_code` lint from 1.80.0 cargo1.80-1.80.1-150500.11.6.1.x86_64.rpm rust1.80-1.80.1-150500.11.6.1.nosrc.rpm rust1.80-1.80.1-150500.11.6.1.x86_64.rpm rust1.80-src-1.80.1-150500.11.6.1.noarch.rpm cargo1.80-1.80.1-150500.11.6.1.s390x.rpm rust1.80-1.80.1-150500.11.6.1.s390x.rpm cargo1.80-1.80.1-150500.11.6.1.ppc64le.rpm rust1.80-1.80.1-150500.11.6.1.ppc64le.rpm cargo1.80-1.80.1-150500.11.6.1.aarch64.rpm rust1.80-1.80.1-150500.11.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3141 Recommended update for python-kiwi important SUSE Updates openSUSE-SLE 15.6 This update for python-kiwi fixes the following issues: - Update virtualenv setup - types-pkg_resources got dropped from PyPI - Fixed regression in GRUB_SERIAL_COMMAND setup (bsc#1228808) dracut-kiwi-lib-9.24.43-150100.3.84.1.x86_64.rpm dracut-kiwi-live-9.24.43-150100.3.84.1.x86_64.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.84.1.x86_64.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.84.1.x86_64.rpm dracut-kiwi-overlay-9.24.43-150100.3.84.1.x86_64.rpm kiwi-man-pages-9.24.43-150100.3.84.1.x86_64.rpm kiwi-pxeboot-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-containers-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-core-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.84.1.x86_64.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.84.1.x86_64.rpm kiwi-tools-9.24.43-150100.3.84.1.x86_64.rpm python-kiwi-9.24.43-150100.3.84.1.src.rpm python3-kiwi-9.24.43-150100.3.84.1.x86_64.rpm dracut-kiwi-lib-9.24.43-150100.3.84.1.s390x.rpm dracut-kiwi-live-9.24.43-150100.3.84.1.s390x.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.84.1.s390x.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.84.1.s390x.rpm dracut-kiwi-overlay-9.24.43-150100.3.84.1.s390x.rpm kiwi-man-pages-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-containers-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-core-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.84.1.s390x.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.84.1.s390x.rpm kiwi-tools-9.24.43-150100.3.84.1.s390x.rpm python3-kiwi-9.24.43-150100.3.84.1.s390x.rpm dracut-kiwi-lib-9.24.43-150100.3.84.1.ppc64le.rpm dracut-kiwi-live-9.24.43-150100.3.84.1.ppc64le.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.84.1.ppc64le.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.84.1.ppc64le.rpm dracut-kiwi-overlay-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-man-pages-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-containers-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-core-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.84.1.ppc64le.rpm kiwi-tools-9.24.43-150100.3.84.1.ppc64le.rpm python3-kiwi-9.24.43-150100.3.84.1.ppc64le.rpm dracut-kiwi-lib-9.24.43-150100.3.84.1.aarch64.rpm dracut-kiwi-live-9.24.43-150100.3.84.1.aarch64.rpm dracut-kiwi-oem-dump-9.24.43-150100.3.84.1.aarch64.rpm dracut-kiwi-oem-repart-9.24.43-150100.3.84.1.aarch64.rpm dracut-kiwi-overlay-9.24.43-150100.3.84.1.aarch64.rpm kiwi-man-pages-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-bootloaders-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-containers-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-core-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-disk-images-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-filesystems-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-image-validation-9.24.43-150100.3.84.1.aarch64.rpm kiwi-systemdeps-iso-media-9.24.43-150100.3.84.1.aarch64.rpm kiwi-tools-9.24.43-150100.3.84.1.aarch64.rpm python3-kiwi-9.24.43-150100.3.84.1.aarch64.rpm openSUSE-SLE-15.6-2024-2925 Security update for zziplib moderate SUSE Updates openSUSE-SLE 15.6 This update for zziplib fixes the following issues: - CVE-2024-39134: Fixed a stack buffer overflow via the __zzip_fetch_disk_trailer() (bsc#1227178) libzzip-0-13-0.13.72-150600.4.3.1.x86_64.rpm libzzip-0-13-32bit-0.13.72-150600.4.3.1.x86_64.rpm zziplib-0.13.72-150600.4.3.1.src.rpm zziplib-devel-0.13.72-150600.4.3.1.x86_64.rpm zziplib-devel-32bit-0.13.72-150600.4.3.1.x86_64.rpm libzzip-0-13-0.13.72-150600.4.3.1.s390x.rpm zziplib-devel-0.13.72-150600.4.3.1.s390x.rpm libzzip-0-13-0.13.72-150600.4.3.1.ppc64le.rpm zziplib-devel-0.13.72-150600.4.3.1.ppc64le.rpm libzzip-0-13-0.13.72-150600.4.3.1.aarch64.rpm zziplib-devel-0.13.72-150600.4.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2910 Security update for 389-ds important SUSE Updates openSUSE-SLE 15.6 This update for 389-ds fixes the following issues: Security issues fixed: - CVE-2024-3657: Fixed potential denial of service via specially crafted kerberos AS-REQ request (bsc#1225512) - CVE-2024-5953: Fixed a denial of service caused by malformed userPassword hashes (bsc#1226277) - CVE-2024-2199: Fixed a crash caused by malformed userPassword in do_modify() (bsc#1225507) Non-security issues fixed: - crash when user does change password using iso-8859-1 encoding (bsc#1228912) - Update to version 2.2.10: Issue 2324 - Add a CI test (#6289) Issue 6284 - BUG - freelist ordering causes high wtime Issue 5327 - Fix test metadata Issue 5853 - Update Cargo.lock Issue 5962 - Rearrange includes for 32-bit support logic Issue 5973 - Fix fedora cop RawHide builds (#5974) Bump braces from 3.0.2 to 3.0.3 in /src/cockpit/389-console Issue 6254 - Enabling replication for a sub suffix crashes browser (#6255) Issue 6224 - d2entry - Could not open id2entry err 0 - at startup when having sub-suffixes (#6225) Issue 6183 - Slow ldif2db import on a newly created BDB backend (#6208) Issue 6170 - audit log buffering doesn't handle large updates Issue 6193 - Test failure: test_tls_command_returns_error_text Issue 6189 - CI tests fail with `[Errno 2] No such file or directory: '/var/cache/dnf/metadata_lock.pid'` Issue 6172 - RFE: improve the performance of evaluation of filter component when tested against a large valueset (like group members) (#6173) Issue 6092 - passwordHistory is not updated with a pre-hashed password (#6093) Issue 6080 - ns-slapd crash in referint_get_config (#6081) Issue 6117 - Fix the UTC offset print (#6118) Issue 5305 - OpenLDAP version autodetection doesn't work Issue 6112 - RFE - add new operation note for MFA authentications Issue 5842 - Add log buffering to audit log Issue 6103 - New connection timeout error breaks errormap (#6104) Issue 6067 - Improve dsidm CLI No Such Entry handling (#6079) Issue 6096 - Improve connection timeout error logging (#6097) Issue 6067 - Add hidden -v and -j options to each CLI subcommand (#6088) Issue 5487 - Fix various isses with logconv.pl (#6085) Issue 6052 - Paged results test sets hostname to `localhost` on test collection Issue 6061 - Certificate lifetime displayed as NaN Issue 6043, 6044 - Enhance Rust and JS bundling and add SPDX licenses for both (#6045) Issue 3555 - Remove audit-ci from dependencies (#6056) Issue 5647 - Fix unused variable warning from previous commit (#5670) issue 5647 - covscan: memory leak in audit log when adding entries (#5650) Issue 6047 - Add a check for tagged commits Issue 6041 - dscreate ds-root - accepts relative path (#6042) Issue 6034 - Change replica_id from str to int Issue 5938 - Attribute Names changed to lowercase after adding the Attributes (#5940) Issue 5870 - ns-slapd crashes at startup if a backend has no suffix (#5871) Issue 5939 - During an update, if the target entry is reverted in the entry cache, the server should not retry to lock it (#6007) Issue 5944 - Reversion of the entry cache should be limited to BETXN plugin failures (#5994) Issue 5954 - Disable Transparent Huge Pages 389-ds-2.2.10~git2.345056d3-150600.8.7.2.src.rpm 389-ds-2.2.10~git2.345056d3-150600.8.7.2.x86_64.rpm 389-ds-devel-2.2.10~git2.345056d3-150600.8.7.2.x86_64.rpm 389-ds-snmp-2.2.10~git2.345056d3-150600.8.7.2.x86_64.rpm lib389-2.2.10~git2.345056d3-150600.8.7.2.x86_64.rpm libsvrcore0-2.2.10~git2.345056d3-150600.8.7.2.x86_64.rpm 389-ds-2.2.10~git2.345056d3-150600.8.7.2.s390x.rpm 389-ds-devel-2.2.10~git2.345056d3-150600.8.7.2.s390x.rpm 389-ds-snmp-2.2.10~git2.345056d3-150600.8.7.2.s390x.rpm lib389-2.2.10~git2.345056d3-150600.8.7.2.s390x.rpm libsvrcore0-2.2.10~git2.345056d3-150600.8.7.2.s390x.rpm 389-ds-2.2.10~git2.345056d3-150600.8.7.2.ppc64le.rpm 389-ds-devel-2.2.10~git2.345056d3-150600.8.7.2.ppc64le.rpm 389-ds-snmp-2.2.10~git2.345056d3-150600.8.7.2.ppc64le.rpm lib389-2.2.10~git2.345056d3-150600.8.7.2.ppc64le.rpm libsvrcore0-2.2.10~git2.345056d3-150600.8.7.2.ppc64le.rpm 389-ds-2.2.10~git2.345056d3-150600.8.7.2.aarch64.rpm 389-ds-devel-2.2.10~git2.345056d3-150600.8.7.2.aarch64.rpm 389-ds-snmp-2.2.10~git2.345056d3-150600.8.7.2.aarch64.rpm lib389-2.2.10~git2.345056d3-150600.8.7.2.aarch64.rpm libsvrcore0-2.2.10~git2.345056d3-150600.8.7.2.aarch64.rpm openSUSE-SLE-15.6-2024-3094 Security update for kubernetes1.26 important SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.26 fixes the following issues: Update kubernetes to version 1.26.15: - CVE-2024-24786: Fixed infinite loop in protojson.Unmarshal in golang-protobuf (bsc#1229867) - CVE-2023-39325: Fixed a flaw that can lead to a DoS due to a rapid stream resets causing excessive work. This is also known as CVE-2023-44487. (bsc#1229869) - CVE-2023-44487: Fixed HTTP/2 Rapid Reset attack in net/http (bsc#1229869) Other fixes: - Fixed packages required by kubernetes1.26-client installation (bsc#1229008) - Update go to version v1.22.5 (bsc#1229858) - Add upstream patch for reproducible builds (bsc#1062303) kubernetes1.26-1.26.15-150400.9.11.1.src.rpm kubernetes1.26-apiserver-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-client-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-client-bash-completion-1.26.15-150400.9.11.1.noarch.rpm kubernetes1.26-client-common-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-client-fish-completion-1.26.15-150400.9.11.1.noarch.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-kubelet-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-proxy-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-scheduler-1.26.15-150400.9.11.1.x86_64.rpm kubernetes1.26-apiserver-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-client-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-client-common-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-kubelet-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-proxy-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-scheduler-1.26.15-150400.9.11.1.s390x.rpm kubernetes1.26-apiserver-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-client-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-client-common-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-kubelet-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-proxy-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-scheduler-1.26.15-150400.9.11.1.ppc64le.rpm kubernetes1.26-apiserver-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-client-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-client-common-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-kubelet-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-proxy-1.26.15-150400.9.11.1.aarch64.rpm kubernetes1.26-scheduler-1.26.15-150400.9.11.1.aarch64.rpm openSUSE-SLE-15.6-2024-3095 Security update for ucode-intel important SUSE Updates openSUSE-SLE 15.6 This update for ucode-intel fixes the following issues: - Intel CPU Microcode was updated to the 20240813 release (bsc#1229129) - CVE-2024-24853: Security updates for [INTEL-SA-01083](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01083.html) - CVE-2024-25939: Security updates for [INTEL-SA-01118](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01118.html) - CVE-2024-24980: Security updates for [INTEL-SA-01100](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01100.html) - CVE-2023-42667: Security updates for [INTEL-SA-01038](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01038.html) - CVE-2023-49141: Security updates for [INTEL-SA-01046](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01046.html) Other issues fixed: - Update for functional issues. Refer to [Intel Core Ultra Processor](https://cdrdv2.intel.com/v1/dl/getContent/792254) for details. - Update for functional issues. Refer to [3rd Generation Intel Xeon Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/637780) for details. - Update for functional issues. Refer to [3rd Generation Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/634897) for details. - Update for functional issues. Refer to [2nd 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 D-2700 Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/714071) for details. - Update for functional issues. Refer to [Intel Xeon E-2300 Processor Specification Update ](https://cdrdv2.intel.com/v1/dl/getContent/709192) for details. - Update for functional issues. Refer to [13th Generation Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details. - Update for functional issues. Refer to [12th Generation Intel Core Processor Family](https://cdrdv2.intel.com/v1/dl/getContent/682436) for details. - Update for functional issues. Refer to [11th Gen Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/631123) for details. - Update for functional issues. Refer to [10th Gen Intel Core Processor Families Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/341079) for details. - Update for functional issues. Refer to [10th Generation Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/615213) for details. - Update for functional issues. Refer to [8th and 9th Generation Intel Core Processor Family Spec Update](https://cdrdv2.intel.com/v1/dl/getContent/337346) for details. - Update for functional issues. Refer to [8th Generation Intel Core Processor Families Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/338025) for details. - Update for functional issues. Refer to [7th and 8th Generation Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/334663) for details. - Update for functional issues. Refer to [Intel Processors and Intel Core i3 N-Series](https://cdrdv2.intel.com/v1/dl/getContent/764616) for details. - Update for functional issues. Refer to [Intel Atom x6000E Series, and Intel Pentium and Celeron N and J Series Processors for Internet of Things (IoT) Applications](https://cdrdv2.intel.com/v1/dl/getContent/636674) for details. Updated Platforms: | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | AML-Y22 | H0 | 06-8e-09/10 | 000000f4 | 000000f6 | Core Gen8 Mobile | AML-Y42 | V0 | 06-8e-0c/94 | 000000fa | 000000fc | Core Gen10 Mobile | CFL-H | R0 | 06-9e-0d/22 | 000000fc | 00000100 | Core Gen9 Mobile | CFL-H/S | P0 | 06-9e-0c/22 | 000000f6 | 000000f8 | Core Gen9 | CFL-H/S/E3 | U0 | 06-9e-0a/22 | 000000f6 | 000000f8 | Core Gen8 Desktop, Mobile, Xeon E | CFL-S | B0 | 06-9e-0b/02 | 000000f4 | 000000f6 | Core Gen8 | CFL-S | P0 | 06-9e-0c/22 | 000000f6 | 000000f8 | Core Gen9 Desktop | CFL-U43e | D0 | 06-8e-0a/c0 | 000000f4 | 000000f6 | Core Gen8 Mobile | CLX-SP | B1 | 06-55-07/bf | 05003605 | 05003707 | Xeon Scalable Gen2 | CML-H | R1 | 06-a5-02/20 | 000000fa | 000000fc | Core Gen10 Mobile | CML-S102 | Q0 | 06-a5-05/22 | 000000fa | 000000fc | Core Gen10 | CML-S62 | G1 | 06-a5-03/22 | 000000fa | 000000fc | Core Gen10 | CML-U42 | V0 | 06-8e-0c/94 | 000000fa | 000000fc | Core Gen10 Mobile | CML-U62 V1 | A0 | 06-a6-00/80 | 000000fa | 000000fe | Core Gen10 Mobile | CML-U62 V2 | K1 | 06-a6-01/80 | 000000fa | 000000fc | Core Gen10 Mobile | CML-Y42 | V0 | 06-8e-0c/94 | 000000fa | 000000fc | Core Gen10 Mobile | CPX-SP | A1 | 06-55-0b/bf | 07002802 | 07002904 | Xeon Scalable Gen3 | EHL | B1 | 06-96-01/01 | 00000019 | 0000001a | Pentium J6426/N6415, Celeron J6412/J6413/N6210/N6211, Atom x6000E | ICL-D | B0 | 06-6c-01/10 | 01000290 | 010002b0 | Xeon D-17xx, D-27xx | ICL-U/Y | D1 | 06-7e-05/80 | 000000c4 | 000000c6 | Core Gen10 Mobile | ICX-SP | Dx/M1 | 06-6a-06/87 | 0d0003d1 | 0d0003e7 | Xeon Scalable Gen3 | KBL-R U | Y0 | 06-8e-0a/c0 | 000000f4 | 000000f6 | Core Gen8 Mobile | KBL-U23e | J1 | 06-8e-09/c0 | 000000f4 | 000000f6 | Core Gen7 Mobile | KBL-U/Y | H0 | 06-8e-09/c0 | 000000f4 | 000000f6 | Core Gen7 Mobile | MTL | C-0 | 06-aa-04/e6 | 0000001c | 0000001e | Core Ultra Processor | RKL-S | B0 | 06-a7-01/02 | 0000005e | 00000062 | Core Gen11 | TGL | B0/B1 | 06-8c-01/80 | 000000b6 | 000000b8 | Core Gen11 Mobile | TGL-H | R0 | 06-8d-01/c2 | 00000050 | 00000052 | Core Gen11 Mobile | TGL-R | C0 | 06-8c-02/c2 | 00000036 | 00000038 | Core Gen11 Mobile | WHL-U | V0 | 06-8e-0c/94 | 000000fa | 000000fc | Core Gen8 Mobile | WHL-U | W0 | 06-8e-0b/d0 | 000000f4 | 000000f6 | Core Gen8 Mobile - update to 20240531: * Update for functional issues. Refer to Intel Pentium Silver and Intel Celeron Processor Specification Update - Updated Platforms: | Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products |:---------------|:---------|:------------|:---------|:---------|:--------- | GLK | B0 | 06-7a-01/01 | 00000040 | 00000042 | Pentium Silver N/J5xxx, Celeron N/J4xxx ucode-intel-20240813-150200.44.1.src.rpm True ucode-intel-20240813-150200.44.1.x86_64.rpm True openSUSE-SLE-15.6-2024-2985 Security update for libqt5-qtquick3d important SUSE Updates openSUSE-SLE 15.6 This update for libqt5-qtquick3d fixes the following issues: - CVE-2024-40724: Fixed a heap-based buffer overflow in the PLY importer class (bsc#1228199) - Fixed progressive anti-aliasing, which doesn't work if any object in the scene used a PrincipledMaterial - Fixed a crash when a custom material/effect shader variable changes - Skipped processing unknown uniforms, as those that are vendor specific libQt5Quick3D5-5.15.12+kde1-150600.3.3.1.x86_64.rpm libQt5Quick3DAssetImport5-5.15.12+kde1-150600.3.3.1.x86_64.rpm libqt5-qtquick3d-5.15.12+kde1-150600.3.3.1.src.rpm libqt5-qtquick3d-devel-5.15.12+kde1-150600.3.3.1.x86_64.rpm libqt5-qtquick3d-examples-5.15.12+kde1-150600.3.3.1.x86_64.rpm libqt5-qtquick3d-imports-5.15.12+kde1-150600.3.3.1.x86_64.rpm libqt5-qtquick3d-private-headers-devel-5.15.12+kde1-150600.3.3.1.x86_64.rpm libqt5-qtquick3d-tools-5.15.12+kde1-150600.3.3.1.x86_64.rpm libQt5Quick3D5-5.15.12+kde1-150600.3.3.1.s390x.rpm libQt5Quick3DAssetImport5-5.15.12+kde1-150600.3.3.1.s390x.rpm libqt5-qtquick3d-devel-5.15.12+kde1-150600.3.3.1.s390x.rpm libqt5-qtquick3d-examples-5.15.12+kde1-150600.3.3.1.s390x.rpm libqt5-qtquick3d-imports-5.15.12+kde1-150600.3.3.1.s390x.rpm libqt5-qtquick3d-private-headers-devel-5.15.12+kde1-150600.3.3.1.s390x.rpm libqt5-qtquick3d-tools-5.15.12+kde1-150600.3.3.1.s390x.rpm libQt5Quick3D5-5.15.12+kde1-150600.3.3.1.ppc64le.rpm libQt5Quick3DAssetImport5-5.15.12+kde1-150600.3.3.1.ppc64le.rpm libqt5-qtquick3d-devel-5.15.12+kde1-150600.3.3.1.ppc64le.rpm libqt5-qtquick3d-examples-5.15.12+kde1-150600.3.3.1.ppc64le.rpm libqt5-qtquick3d-imports-5.15.12+kde1-150600.3.3.1.ppc64le.rpm libqt5-qtquick3d-private-headers-devel-5.15.12+kde1-150600.3.3.1.ppc64le.rpm libqt5-qtquick3d-tools-5.15.12+kde1-150600.3.3.1.ppc64le.rpm libQt5Quick3D5-5.15.12+kde1-150600.3.3.1.aarch64.rpm libQt5Quick3DAssetImport5-5.15.12+kde1-150600.3.3.1.aarch64.rpm libqt5-qtquick3d-devel-5.15.12+kde1-150600.3.3.1.aarch64.rpm libqt5-qtquick3d-examples-5.15.12+kde1-150600.3.3.1.aarch64.rpm libqt5-qtquick3d-imports-5.15.12+kde1-150600.3.3.1.aarch64.rpm libqt5-qtquick3d-private-headers-devel-5.15.12+kde1-150600.3.3.1.aarch64.rpm libqt5-qtquick3d-tools-5.15.12+kde1-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3134 Recommended update for ovmf moderate SUSE Updates openSUSE-SLE 15.6 This update for ovmf fixes the following issues: - We do not official support AMD SEV yet. On the other hand, the secure boot will be disabled in SEV flavor, so we do not need revert the patch anymore (bsc#1209266). - Add backslash to the end of "-D BUILD_SHELL=FALSE" in BUILD_OPTIONS_X86. ovmf-202308-150600.5.3.2.src.rpm ovmf-202308-150600.5.3.2.x86_64.rpm ovmf-tools-202308-150600.5.3.2.x86_64.rpm qemu-ovmf-ia32-202308-150600.5.3.2.noarch.rpm qemu-ovmf-x86_64-202308-150600.5.3.2.noarch.rpm qemu-ovmf-x86_64-debug-202308-150600.5.3.2.x86_64.rpm qemu-uefi-aarch32-202308-150600.5.3.2.noarch.rpm qemu-uefi-aarch64-202308-150600.5.3.2.noarch.rpm ovmf-202308-150600.5.3.2.aarch64.rpm ovmf-tools-202308-150600.5.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-2984 Security update for libqt5-qt3d important SUSE Updates openSUSE-SLE 15.6 This update for libqt5-qt3d fixes the following issues: - CVE-2024-40724: Fixed a heap-based buffer overflow in the PLY importer class (bsc#1228204) - Checked for a nullptr returned from the shader manager - Fill image with transparency by default to avoid having junk if it's not filled properly before the first paint call - Fixed QTextureAtlas parenting that could lead to crashes due to being used after free'd libQt53DAnimation-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DAnimation5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DCore-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DCore5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DExtras-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DExtras5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DInput-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DInput5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DLogic-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DLogic5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuick-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuick5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickAnimation-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickAnimation5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickExtras-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickExtras5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickInput-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickInput5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickRender-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickRender5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickScene2D-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DQuickScene2D5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DRender-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DRender5-5.15.12+kde0-150600.3.3.1.x86_64.rpm libqt5-qt3d-5.15.12+kde0-150600.3.3.1.src.rpm libqt5-qt3d-devel-5.15.12+kde0-150600.3.3.1.x86_64.rpm libqt5-qt3d-examples-5.15.12+kde0-150600.3.3.1.x86_64.rpm libqt5-qt3d-imports-5.15.12+kde0-150600.3.3.1.x86_64.rpm libqt5-qt3d-private-headers-devel-5.15.12+kde0-150600.3.3.1.noarch.rpm libqt5-qt3d-tools-5.15.12+kde0-150600.3.3.1.x86_64.rpm libQt53DAnimation-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DAnimation5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DCore-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DCore5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DExtras-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DExtras5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DInput-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DInput5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DLogic-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DLogic5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuick-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuick5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickAnimation-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickAnimation5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickExtras-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickExtras5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickInput-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickInput5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickRender-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickRender5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickScene2D-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DQuickScene2D5-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DRender-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DRender5-5.15.12+kde0-150600.3.3.1.s390x.rpm libqt5-qt3d-devel-5.15.12+kde0-150600.3.3.1.s390x.rpm libqt5-qt3d-examples-5.15.12+kde0-150600.3.3.1.s390x.rpm libqt5-qt3d-imports-5.15.12+kde0-150600.3.3.1.s390x.rpm libqt5-qt3d-tools-5.15.12+kde0-150600.3.3.1.s390x.rpm libQt53DAnimation-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DAnimation5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DCore-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DCore5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DExtras-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DExtras5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DInput-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DInput5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DLogic-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DLogic5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuick-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuick5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickAnimation-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickAnimation5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickExtras-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickExtras5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickInput-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickInput5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickRender-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickRender5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickScene2D-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DQuickScene2D5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DRender-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DRender5-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libqt5-qt3d-devel-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libqt5-qt3d-examples-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libqt5-qt3d-imports-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libqt5-qt3d-tools-5.15.12+kde0-150600.3.3.1.ppc64le.rpm libQt53DAnimation-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DAnimation5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DCore-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DCore5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DExtras-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DExtras5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DInput-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DInput5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DLogic-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DLogic5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuick-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuick5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickAnimation-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickAnimation5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickExtras-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickExtras5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickInput-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickInput5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickRender-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickRender5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickScene2D-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DQuickScene2D5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DRender-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libQt53DRender5-5.15.12+kde0-150600.3.3.1.aarch64.rpm libqt5-qt3d-devel-5.15.12+kde0-150600.3.3.1.aarch64.rpm libqt5-qt3d-examples-5.15.12+kde0-150600.3.3.1.aarch64.rpm libqt5-qt3d-imports-5.15.12+kde0-150600.3.3.1.aarch64.rpm libqt5-qt3d-tools-5.15.12+kde0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3119 Security update for openssl-1_0_0 moderate SUSE Updates openSUSE-SLE 15.6 This update for openssl-1_0_0 fixes the following issues: - CVE-2024-5535: Fixed a buffer overread in function SSL_select_next_proto() with an empty supported client protocols buffer (bsc#1227138, bsc#1227227) libopenssl-1_0_0-devel-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl-1_0_0-devel-32bit-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl10-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl1_0_0-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl1_0_0-32bit-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl1_0_0-hmac-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl1_0_0-hmac-32bit-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl1_0_0-steam-1.0.2p-150000.3.94.1.x86_64.rpm libopenssl1_0_0-steam-32bit-1.0.2p-150000.3.94.1.x86_64.rpm openssl-1_0_0-1.0.2p-150000.3.94.1.src.rpm openssl-1_0_0-1.0.2p-150000.3.94.1.x86_64.rpm openssl-1_0_0-cavs-1.0.2p-150000.3.94.1.x86_64.rpm openssl-1_0_0-doc-1.0.2p-150000.3.94.1.noarch.rpm libopenssl-1_0_0-devel-1.0.2p-150000.3.94.1.s390x.rpm libopenssl10-1.0.2p-150000.3.94.1.s390x.rpm libopenssl1_0_0-1.0.2p-150000.3.94.1.s390x.rpm libopenssl1_0_0-hmac-1.0.2p-150000.3.94.1.s390x.rpm libopenssl1_0_0-steam-1.0.2p-150000.3.94.1.s390x.rpm openssl-1_0_0-1.0.2p-150000.3.94.1.s390x.rpm openssl-1_0_0-cavs-1.0.2p-150000.3.94.1.s390x.rpm libopenssl-1_0_0-devel-1.0.2p-150000.3.94.1.ppc64le.rpm libopenssl10-1.0.2p-150000.3.94.1.ppc64le.rpm libopenssl1_0_0-1.0.2p-150000.3.94.1.ppc64le.rpm libopenssl1_0_0-hmac-1.0.2p-150000.3.94.1.ppc64le.rpm libopenssl1_0_0-steam-1.0.2p-150000.3.94.1.ppc64le.rpm openssl-1_0_0-1.0.2p-150000.3.94.1.ppc64le.rpm openssl-1_0_0-cavs-1.0.2p-150000.3.94.1.ppc64le.rpm libopenssl-1_0_0-devel-1.0.2p-150000.3.94.1.aarch64.rpm libopenssl10-1.0.2p-150000.3.94.1.aarch64.rpm libopenssl1_0_0-1.0.2p-150000.3.94.1.aarch64.rpm libopenssl1_0_0-hmac-1.0.2p-150000.3.94.1.aarch64.rpm libopenssl1_0_0-steam-1.0.2p-150000.3.94.1.aarch64.rpm openssl-1_0_0-1.0.2p-150000.3.94.1.aarch64.rpm openssl-1_0_0-cavs-1.0.2p-150000.3.94.1.aarch64.rpm openSUSE-SLE-15.6-2024-2983 Security update for qemu important SUSE Updates openSUSE-SLE 15.6 This update for qemu fixes the following issues: - CVE-2024-4467: Fixed denial of service and file read/write via qemu-img info command (bsc#1227322) - CVE-2024-7409: Fixed denial of service via improper synchronization in QEMU NBD Server during socket closure (bsc#1229007) * nbd/server: Close stray clients at server-stop * nbd/server: Drop non-negotiating clients * nbd/server: Cap default max-connections to 100 * nbd/server: Plumb in new args to nbd_client_add() * nbd: Minor style and typo fixes - Update qemu to version 8.2.6 qemu-8.2.6-150600.3.9.1.src.rpm qemu-8.2.6-150600.3.9.1.x86_64.rpm qemu-SLOF-8.2.6-150600.3.9.1.noarch.rpm qemu-accel-qtest-8.2.6-150600.3.9.1.x86_64.rpm qemu-accel-tcg-x86-8.2.6-150600.3.9.1.x86_64.rpm qemu-arm-8.2.6-150600.3.9.1.x86_64.rpm qemu-audio-alsa-8.2.6-150600.3.9.1.x86_64.rpm qemu-audio-dbus-8.2.6-150600.3.9.1.x86_64.rpm qemu-audio-jack-8.2.6-150600.3.9.1.x86_64.rpm qemu-audio-pa-8.2.6-150600.3.9.1.x86_64.rpm qemu-audio-pipewire-8.2.6-150600.3.9.1.x86_64.rpm qemu-audio-spice-8.2.6-150600.3.9.1.x86_64.rpm qemu-block-curl-8.2.6-150600.3.9.1.x86_64.rpm qemu-block-dmg-8.2.6-150600.3.9.1.x86_64.rpm qemu-block-gluster-8.2.6-150600.3.9.1.x86_64.rpm qemu-block-iscsi-8.2.6-150600.3.9.1.x86_64.rpm qemu-block-nfs-8.2.6-150600.3.9.1.x86_64.rpm qemu-block-rbd-8.2.6-150600.3.9.1.x86_64.rpm qemu-block-ssh-8.2.6-150600.3.9.1.x86_64.rpm qemu-chardev-baum-8.2.6-150600.3.9.1.x86_64.rpm qemu-chardev-spice-8.2.6-150600.3.9.1.x86_64.rpm qemu-doc-8.2.6-150600.3.9.1.noarch.rpm qemu-extra-8.2.6-150600.3.9.1.x86_64.rpm qemu-guest-agent-8.2.6-150600.3.9.1.x86_64.rpm qemu-headless-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-display-qxl-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-usb-host-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-usb-redirect-8.2.6-150600.3.9.1.x86_64.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.9.1.x86_64.rpm qemu-img-8.2.6-150600.3.9.1.x86_64.rpm qemu-ipxe-8.2.6-150600.3.9.1.noarch.rpm qemu-ivshmem-tools-8.2.6-150600.3.9.1.x86_64.rpm qemu-ksm-8.2.6-150600.3.9.1.x86_64.rpm qemu-lang-8.2.6-150600.3.9.1.x86_64.rpm qemu-linux-user-8.2.6-150600.3.9.1.src.rpm qemu-linux-user-8.2.6-150600.3.9.1.x86_64.rpm qemu-microvm-8.2.6-150600.3.9.1.noarch.rpm qemu-ppc-8.2.6-150600.3.9.1.x86_64.rpm qemu-pr-helper-8.2.6-150600.3.9.1.x86_64.rpm qemu-s390x-8.2.6-150600.3.9.1.x86_64.rpm qemu-seabios-8.2.61.16.3_3_ga95067eb-150600.3.9.1.noarch.rpm qemu-skiboot-8.2.6-150600.3.9.1.noarch.rpm qemu-spice-8.2.6-150600.3.9.1.x86_64.rpm qemu-tools-8.2.6-150600.3.9.1.x86_64.rpm qemu-ui-curses-8.2.6-150600.3.9.1.x86_64.rpm qemu-ui-dbus-8.2.6-150600.3.9.1.x86_64.rpm qemu-ui-gtk-8.2.6-150600.3.9.1.x86_64.rpm qemu-ui-opengl-8.2.6-150600.3.9.1.x86_64.rpm qemu-ui-spice-app-8.2.6-150600.3.9.1.x86_64.rpm qemu-ui-spice-core-8.2.6-150600.3.9.1.x86_64.rpm qemu-vgabios-8.2.61.16.3_3_ga95067eb-150600.3.9.1.noarch.rpm qemu-vhost-user-gpu-8.2.6-150600.3.9.1.x86_64.rpm qemu-x86-8.2.6-150600.3.9.1.x86_64.rpm qemu-8.2.6-150600.3.9.1.s390x.rpm qemu-accel-qtest-8.2.6-150600.3.9.1.s390x.rpm qemu-accel-tcg-x86-8.2.6-150600.3.9.1.s390x.rpm qemu-arm-8.2.6-150600.3.9.1.s390x.rpm qemu-audio-alsa-8.2.6-150600.3.9.1.s390x.rpm qemu-audio-dbus-8.2.6-150600.3.9.1.s390x.rpm qemu-audio-jack-8.2.6-150600.3.9.1.s390x.rpm qemu-audio-pa-8.2.6-150600.3.9.1.s390x.rpm qemu-audio-pipewire-8.2.6-150600.3.9.1.s390x.rpm qemu-audio-spice-8.2.6-150600.3.9.1.s390x.rpm qemu-block-curl-8.2.6-150600.3.9.1.s390x.rpm qemu-block-dmg-8.2.6-150600.3.9.1.s390x.rpm qemu-block-gluster-8.2.6-150600.3.9.1.s390x.rpm qemu-block-iscsi-8.2.6-150600.3.9.1.s390x.rpm qemu-block-nfs-8.2.6-150600.3.9.1.s390x.rpm qemu-block-rbd-8.2.6-150600.3.9.1.s390x.rpm qemu-block-ssh-8.2.6-150600.3.9.1.s390x.rpm qemu-chardev-baum-8.2.6-150600.3.9.1.s390x.rpm qemu-chardev-spice-8.2.6-150600.3.9.1.s390x.rpm qemu-extra-8.2.6-150600.3.9.1.s390x.rpm qemu-guest-agent-8.2.6-150600.3.9.1.s390x.rpm qemu-headless-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-display-qxl-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-usb-host-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-usb-redirect-8.2.6-150600.3.9.1.s390x.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.9.1.s390x.rpm qemu-img-8.2.6-150600.3.9.1.s390x.rpm qemu-ivshmem-tools-8.2.6-150600.3.9.1.s390x.rpm qemu-ksm-8.2.6-150600.3.9.1.s390x.rpm qemu-lang-8.2.6-150600.3.9.1.s390x.rpm qemu-linux-user-8.2.6-150600.3.9.1.s390x.rpm qemu-ppc-8.2.6-150600.3.9.1.s390x.rpm qemu-pr-helper-8.2.6-150600.3.9.1.s390x.rpm qemu-s390x-8.2.6-150600.3.9.1.s390x.rpm qemu-spice-8.2.6-150600.3.9.1.s390x.rpm qemu-tools-8.2.6-150600.3.9.1.s390x.rpm qemu-ui-curses-8.2.6-150600.3.9.1.s390x.rpm qemu-ui-dbus-8.2.6-150600.3.9.1.s390x.rpm qemu-ui-gtk-8.2.6-150600.3.9.1.s390x.rpm qemu-ui-opengl-8.2.6-150600.3.9.1.s390x.rpm qemu-ui-spice-app-8.2.6-150600.3.9.1.s390x.rpm qemu-ui-spice-core-8.2.6-150600.3.9.1.s390x.rpm qemu-vhost-user-gpu-8.2.6-150600.3.9.1.s390x.rpm qemu-x86-8.2.6-150600.3.9.1.s390x.rpm qemu-8.2.6-150600.3.9.1.ppc64le.rpm qemu-accel-qtest-8.2.6-150600.3.9.1.ppc64le.rpm qemu-accel-tcg-x86-8.2.6-150600.3.9.1.ppc64le.rpm qemu-arm-8.2.6-150600.3.9.1.ppc64le.rpm qemu-audio-alsa-8.2.6-150600.3.9.1.ppc64le.rpm qemu-audio-dbus-8.2.6-150600.3.9.1.ppc64le.rpm qemu-audio-jack-8.2.6-150600.3.9.1.ppc64le.rpm qemu-audio-pa-8.2.6-150600.3.9.1.ppc64le.rpm qemu-audio-pipewire-8.2.6-150600.3.9.1.ppc64le.rpm qemu-audio-spice-8.2.6-150600.3.9.1.ppc64le.rpm qemu-block-curl-8.2.6-150600.3.9.1.ppc64le.rpm qemu-block-dmg-8.2.6-150600.3.9.1.ppc64le.rpm qemu-block-gluster-8.2.6-150600.3.9.1.ppc64le.rpm qemu-block-iscsi-8.2.6-150600.3.9.1.ppc64le.rpm qemu-block-nfs-8.2.6-150600.3.9.1.ppc64le.rpm qemu-block-rbd-8.2.6-150600.3.9.1.ppc64le.rpm qemu-block-ssh-8.2.6-150600.3.9.1.ppc64le.rpm qemu-chardev-baum-8.2.6-150600.3.9.1.ppc64le.rpm qemu-chardev-spice-8.2.6-150600.3.9.1.ppc64le.rpm qemu-extra-8.2.6-150600.3.9.1.ppc64le.rpm qemu-guest-agent-8.2.6-150600.3.9.1.ppc64le.rpm qemu-headless-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-display-qxl-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-usb-host-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-usb-redirect-8.2.6-150600.3.9.1.ppc64le.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.9.1.ppc64le.rpm qemu-img-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ivshmem-tools-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ksm-8.2.6-150600.3.9.1.ppc64le.rpm qemu-lang-8.2.6-150600.3.9.1.ppc64le.rpm qemu-linux-user-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ppc-8.2.6-150600.3.9.1.ppc64le.rpm qemu-pr-helper-8.2.6-150600.3.9.1.ppc64le.rpm qemu-s390x-8.2.6-150600.3.9.1.ppc64le.rpm qemu-spice-8.2.6-150600.3.9.1.ppc64le.rpm qemu-tools-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ui-curses-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ui-dbus-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ui-gtk-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ui-opengl-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ui-spice-app-8.2.6-150600.3.9.1.ppc64le.rpm qemu-ui-spice-core-8.2.6-150600.3.9.1.ppc64le.rpm qemu-vhost-user-gpu-8.2.6-150600.3.9.1.ppc64le.rpm qemu-x86-8.2.6-150600.3.9.1.ppc64le.rpm qemu-8.2.6-150600.3.9.1.aarch64.rpm qemu-accel-qtest-8.2.6-150600.3.9.1.aarch64.rpm qemu-accel-tcg-x86-8.2.6-150600.3.9.1.aarch64.rpm qemu-arm-8.2.6-150600.3.9.1.aarch64.rpm qemu-audio-alsa-8.2.6-150600.3.9.1.aarch64.rpm qemu-audio-dbus-8.2.6-150600.3.9.1.aarch64.rpm qemu-audio-jack-8.2.6-150600.3.9.1.aarch64.rpm qemu-audio-pa-8.2.6-150600.3.9.1.aarch64.rpm qemu-audio-pipewire-8.2.6-150600.3.9.1.aarch64.rpm qemu-audio-spice-8.2.6-150600.3.9.1.aarch64.rpm qemu-block-curl-8.2.6-150600.3.9.1.aarch64.rpm qemu-block-dmg-8.2.6-150600.3.9.1.aarch64.rpm qemu-block-gluster-8.2.6-150600.3.9.1.aarch64.rpm qemu-block-iscsi-8.2.6-150600.3.9.1.aarch64.rpm qemu-block-nfs-8.2.6-150600.3.9.1.aarch64.rpm qemu-block-rbd-8.2.6-150600.3.9.1.aarch64.rpm qemu-block-ssh-8.2.6-150600.3.9.1.aarch64.rpm qemu-chardev-baum-8.2.6-150600.3.9.1.aarch64.rpm qemu-chardev-spice-8.2.6-150600.3.9.1.aarch64.rpm qemu-extra-8.2.6-150600.3.9.1.aarch64.rpm qemu-guest-agent-8.2.6-150600.3.9.1.aarch64.rpm qemu-headless-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-display-qxl-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-usb-host-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-usb-redirect-8.2.6-150600.3.9.1.aarch64.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.9.1.aarch64.rpm qemu-img-8.2.6-150600.3.9.1.aarch64.rpm qemu-ivshmem-tools-8.2.6-150600.3.9.1.aarch64.rpm qemu-ksm-8.2.6-150600.3.9.1.aarch64.rpm qemu-lang-8.2.6-150600.3.9.1.aarch64.rpm qemu-linux-user-8.2.6-150600.3.9.1.aarch64.rpm qemu-ppc-8.2.6-150600.3.9.1.aarch64.rpm qemu-pr-helper-8.2.6-150600.3.9.1.aarch64.rpm qemu-s390x-8.2.6-150600.3.9.1.aarch64.rpm qemu-spice-8.2.6-150600.3.9.1.aarch64.rpm qemu-tools-8.2.6-150600.3.9.1.aarch64.rpm qemu-ui-curses-8.2.6-150600.3.9.1.aarch64.rpm qemu-ui-dbus-8.2.6-150600.3.9.1.aarch64.rpm qemu-ui-gtk-8.2.6-150600.3.9.1.aarch64.rpm qemu-ui-opengl-8.2.6-150600.3.9.1.aarch64.rpm qemu-ui-spice-app-8.2.6-150600.3.9.1.aarch64.rpm qemu-ui-spice-core-8.2.6-150600.3.9.1.aarch64.rpm qemu-vhost-user-gpu-8.2.6-150600.3.9.1.aarch64.rpm qemu-x86-8.2.6-150600.3.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-2951 Recommended update for go1.23 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.23 fixes the following issues: - go1.23 (released 2024-08-13) is a major release of Go. go1.23.x minor releases will be provided through August 2025. See https://github.com/golang/go/wiki/Go-Release-Cycle go1.23 arrives six months after go1.22. Most of its changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. (bsc#1229122) * Language change: Go 1.23 makes the (Go 1.22) "range-over-func" experiment a part of the language. The "range" clause in a "for-range" loop now accepts iterator functions of the following types: func(func() bool) func(func(K) bool) func(func(K, V) bool) as range expressions. Calls of the iterator argument function produce the iteration values for the "for-range" loop. For details see the iter package documentation and the language spec. For motivation see the 2022 "range-over-func" discussion. * Language change: Go 1.23 includes preview support for generic type aliases. Building the toolchain with GOEXPERIMENT=aliastypeparams enables this feature within a package. (Using generic alias types across package boundaries is not yet supported.) * Opt-in Telemetry: Starting in Go 1.23, the Go toolchain can collect usage and breakage statistics that help the Go team understand how the Go toolchain is used and how well it is working. We refer to these statistics as Go telemetry. Go telemetry is an opt-in system, controlled by the go telemetry command. By default, the toolchain programs collect statistics in counter files that can be inspected locally but are otherwise unused (go telemetry local). To help us keep Go working well and understand Go usage, please consider opting in to Go telemetry by running go telemetry on. In that mode, anonymous counter reports are uploaded to telemetry.go.dev weekly, where they are aggregated into graphs and also made available for download by any Go contributors or users wanting to analyze the data. See "Go Telemetry" for more details about the Go Telemetry system. * go command: Setting the GOROOT_FINAL environment variable no longer has an effect (#62047). Distributions that install the go command to a location other than $GOROOT/bin/go should install a symlink instead of relocating or copying the go binary. * go command: The new go env -changed flag causes the command to print only those settings whose effective value differs from the default value that would be obtained in an empty environment with no prior uses of the -w flag. * go command: The new go mod tidy -diff flag causes the command not to modify the files but instead print the necessary changes as a unified diff. It exits with a non-zero code if updates are needed. * go command: The go list -m -json command now includes new Sum and GoModSum fields. This is similar to the existing behavior of the go mod download -json command. * go command: The new godebug directive in go.mod and go.work declares a GODEBUG setting to apply for the work module or workspace in use. * go vet: The go vet subcommand now includes the stdversion analyzer, which flags references to symbols that are too new for the version of Go in effect in the referring file. (The effective version is determined by the go directive in the file's enclosing go.mod file, and by any //go:build constraints in the file.) For example, it will report a diagnostic for a reference to the reflect.TypeFor function (introduced in go1.22) from a file in a module whose go.mod file specifies go 1.21. * cgo: cmd/cgo supports the new -ldflags flag for passing flags to the C linker. The go command uses it automatically, avoiding "argument list too long" errors with a very large CGO_LDFLAGS. * go trace: The trace tool now better tolerates partially broken traces by attempting to recover what trace data it can. This functionality is particularly helpful when viewing a trace that was collected during a program crash, since the trace data leading up to the crash will now be recoverable under most circumstances. * Runtime: The traceback printed by the runtime after an unhandled panic or other fatal error now indents the second and subsequent lines of the error message (for example, the argument to panic) by a single tab, so that it can be unambiguously distinguished from the stack trace of the first goroutine. See go#64590 for discussion. * Compiler: The build time overhead to building with Profile Guided Optimization has been reduced significantly. Previously, large builds could see 100%+ build time increase from enabling PGO. In Go 1.23, overhead should be in the single digit percentages. * Compiler: The compiler in Go 1.23 can now overlap the stack frame slots of local variables accessed in disjoint regions of a function, which reduces stack usage for Go applications. * Compiler: For 386 and amd64, the compiler will use information from PGO to align certain hot blocks in loops. This improves performance an additional 1-1.5% at a cost of an additional 0.1% text and binary size. This is currently only implemented on 386 and amd64 because it has not shown an improvement on other platforms. Hot block alignment can be disabled with -gcflags=[<packages>=]-d=alignhot=0. * Linker: The linker now disallows using a //go:linkname directive to refer to internal symbols in the standard library (including the runtime) that are not marked with //go:linkname on their definitions. Similarly, the linker disallows references to such symbols from assembly code. For backward compatibility, existing usages of //go:linkname found in a large open-source code corpus remain supported. Any new references to standard library internal symbols will be disallowed. * Linker: A linker command line flag -checklinkname=0 can be used to disable this check, for debugging and experimenting purposes. * Linker: When building a dynamically linked ELF binary (including PIE binary), the new -bindnow flag enables immediate function binding. * Standard library changes: * timer: 1.23 makes two significant changes to the implementation of time.Timer and time.Ticker. First, Timers and Tickers that are no longer referred to by the program become eligible for garbage collection immediately, even if their Stop methods have not been called. Earlier versions of Go did not collect unstopped Timers until after they had fired and never collected unstopped Tickers. Second, the timer channel associated with a Timer or Ticker is now unbuffered, with capacity 0. The main effect of this change is that Go now guarantees that for any call to a Reset or Stop method, no stale values prepared before that call will be sent or received after the call. Earlier versions of Go used channels with a one-element buffer, making it difficult to use Reset and Stop correctly. A visible effect of this change is that len and cap of timer channels now returns 0 instead of 1, which may affect programs that poll the length to decide whether a receive on the timer channel will succeed. Such code should use a non-blocking receive instead. These new behaviors are only enabled when the main Go program is in a module with a go.mod go line using Go 1.23.0 or later. When Go 1.23 builds older programs, the old behaviors remain in effect. The new GODEBUG setting asynctimerchan=1 can be used to revert back to asynchronous channel behaviors even when a program names Go 1.23.0 or later in its go.mod file. * unique: The new unique package provides facilities for canonicalizing values (like "interning" or "hash-consing"). Any value of comparable type may be canonicalized with the new Make[T] function, which produces a reference to a canonical copy of the value in the form of a Handle[T]. Two Handle[T] are equal if and only if the values used to produce the handles are equal, allowing programs to deduplicate values and reduce their memory footprint. Comparing two Handle[T] values is efficient, reducing down to a simple pointer comparison. * iter: The new iter package provides the basic definitions for working with user-defined iterators. * slices: The slices package adds several functions that work with iterators: - All returns an iterator over slice indexes and values. - Values returns an iterator over slice elements. - Backward returns an iterator that loops over a slice backward. - Collect collects values from an iterator into a new slice. - AppendSeq appends values from an iterator to an existing slice. - Sorted collects values from an iterator into a new slice, and then sorts the slice. - SortedFunc is like Sorted but with a comparison function. - SortedStableFunc is like SortFunc but uses a stable sort algorithm. - Chunk returns an iterator over consecutive sub-slices of up to n elements of a slice. * maps: The maps package adds several functions that work with iterators: - All returns an iterator over key-value pairs from a map. - Keys returns an iterator over keys in a map. - Values returns an iterator over values in a map. - Insert adds the key-value pairs from an iterator to an existing map. - Collect collects key-value pairs from an iterator into a new map and returns it. * structs: The new structs package provides types for struct fields that modify properties of the containing struct type such as memory layout. In this release, the only such type is HostLayout which indicates that a structure with a field of that type has a layout that conforms to host platform expectations. * Minor changes to the standard library: As always, there are various minor changes and updates to the library, made with the Go 1 promise of compatibility in mind. * archive/tar: If the argument to FileInfoHeader implements the new FileInfoNames interface, then the interface methods will be used to set the Uname/Gname of the file header. This allows applications to override the system-dependent Uname/Gname lookup. * crypto/tls: The TLS client now supports the Encrypted Client Hello draft specification. This feature can be enabled by setting the Config.EncryptedClientHelloConfigList field to an encoded ECHConfigList for the host that is being connected to. * crypto/tls: The QUICConn type used by QUIC implementations includes new events reporting on the state of session resumption, and provides a way for the QUIC layer to add data to session tickets and session cache entries. * crypto/tls: 3DES cipher suites were removed from the default list used when Config.CipherSuites is nil. The default can be reverted by adding tls3des=1 to the GODEBUG environment variable. * crypto/tls: The experimental post-quantum key exchange mechanism X25519Kyber768Draft00 is now enabled by default when Config.CurvePreferences is nil. The default can be reverted by adding tlskyber=0 to the GODEBUG environment variable. * crypto/tls: Go 1.23 changed the behavior of X509KeyPair and LoadX509KeyPair to populate the Certificate.Leaf field of the returned Certificate. The new x509keypairleaf GODEBUG setting is added for this behavior. * crypto/x509: CreateCertificateRequest now correctly supports RSA-PSS signature algorithms. * crypto/x509: CreateCertificateRequest and CreateRevocationList now verify the generated signature using the signer's public key. If the signature is invalid, an error is returned. This has been the behavior of CreateCertificate since Go 1.16. * crypto/x509: The x509sha1 GODEBUG setting will be removed in the next Go major release (Go 1.24). This will mean that crypto/x509 will no longer support verifying signatures on certificates that use SHA-1 based signature algorithms. * crypto/x509: The new ParseOID function parses a dot-encoded ASN.1 Object Identifier string. The OID type now implements the encoding.BinaryMarshaler, encoding.BinaryUnmarshaler, encoding.TextMarshaler, encoding.TextUnmarshaler interfaces. database/sql * crypto/x509: Errors returned by driver.Valuer implementations are now wrapped for improved error handling during operations like DB.Query, DB.Exec, and DB.QueryRow. * debug/elf: The debug/elf package now defines PT_OPENBSD_NOBTCFI. This ProgType is used to disable Branch Tracking Control Flow Integrity (BTCFI) enforcement on OpenBSD binaries. * debug/elf: Now defines the symbol type constants STT_RELC, STT_SRELC, and STT_GNU_IFUNC. * encoding/binary The new Encode and Decode functions are byte slice equivalents to Read and Write. Append allows marshaling multiple data into the same byte slice. * go/ast: The new Preorder function returns a convenient iterator over all the nodes of a syntax tree. * go/types: The Func type, which represents a function or method symbol, now has a Func.Signature method that returns the function's type, which is always a Signature. * go/types: The Alias type now has an Rhs method that returns the type on the right-hand side of its declaration: given type A = B, the Rhs of A is B. (go#66559) * go/types: The methods Alias.Origin, Alias.SetTypeParams, Alias.TypeParams, and Alias.TypeArgs have been added. They are needed for generic alias types. * go/types: By default, go/types now produces Alias type nodes for type aliases. This behavior can be controlled by the GODEBUG gotypesalias flag. Its default has changed from 0 in Go 1.22 to 1 in Go 1.23. * math/rand/v2: The Uint function and Rand.Uint method have been added. They were inadvertently left out of Go 1.22. * math/rand/v2: The new ChaCha8.Read method implements the io.Reader interface. * net: The new type KeepAliveConfig permits fine-tuning the keep-alive options for TCP connections, via a new TCPConn.SetKeepAliveConfig method and new KeepAliveConfig fields for Dialer and ListenConfig. * net: The DNSError type now wraps errors caused by timeouts or cancellation. For example, errors.Is(someDNSErr, context.DeadlineExceedeed) will now report whether a DNS error was caused by a timeout. * net: The new GODEBUG setting netedns0=0 disables sending EDNS0 additional headers on DNS requests, as they reportedly break the DNS server on some modems. * net/http: Cookie now preserves double quotes surrounding a cookie value. The new Cookie.Quoted field indicates whether the Cookie.Value was originally quoted. * net/http: The new Request.CookiesNamed method retrieves all cookies that match the given name. * net/http: The new Cookie.Partitioned field identifies cookies with the Partitioned attribute. * net/http: The patterns used by ServeMux now allow one or more spaces or tabs after the method name. Previously, only a single space was permitted. * net/http: The new ParseCookie function parses a Cookie header value and returns all the cookies which were set in it. Since the same cookie name can appear multiple times the returned Values can contain more than one value for a given key. * net/http: The new ParseSetCookie function parses a Set-Cookie header value and returns a cookie. It returns an error on syntax error. * net/http: ServeContent, ServeFile, and ServeFileFS now remove the Cache-Control, Content-Encoding, Etag, and Last-Modified headers when serving an error. These headers usually apply to the non-error content, but not to the text of errors. * net/http: Middleware which wraps a ResponseWriter and applies on-the-fly encoding, such as Content-Encoding: gzip, will not function after this change. The previous behavior of ServeContent, ServeFile, and ServeFileFS may be restored by setting GODEBUG=httpservecontentkeepheaders=1. Note that middleware which changes the size of the served content (such as by compressing it) already does not function properly when ServeContent handles a Range request. On-the-fly compression should use the Transfer-Encoding header instead of Content-Encoding. * net/http: For inbound requests, the new Request.Pattern field contains the ServeMux pattern (if any) that matched the request. This field is not set when GODEBUG=httpmuxgo121=1 is set. * net/http/httptest: The new NewRequestWithContext method creates an incoming request with a context.Context. * net/netip: In Go 1.22 and earlier, using reflect.DeepEqual to compare an Addr holding an IPv4 address to one holding the IPv4-mapped IPv6 form of that address incorrectly returned true, even though the Addr values were different when comparing with == or Addr.Compare. This bug is now fixed and all three approaches now report the same result. * os: The Stat function now sets the ModeSocket bit for files that are Unix sockets on Windows. These files are identified by having a reparse tag set to IO_REPARSE_TAG_AF_UNIX. * os: On Windows, the mode bits reported by Lstat and Stat for reparse points changed. Mount points no longer have ModeSymlink set, and reparse points that are not symlinks, Unix sockets, or dedup files now always have ModeIrregular set. This behavior is controlled by the winsymlink setting. For Go 1.23, it defaults to winsymlink=1. Previous versions default to winsymlink=0. * os: The CopyFS function copies an io/fs.FS into the local filesystem. * os: On Windows, Readlink no longer tries to normalize volumes to drive letters, which was not always even possible. This behavior is controlled by the winreadlinkvolume setting. For Go 1.23, it defaults to winreadlinkvolume=1. Previous versions default to winreadlinkvolume=0. * os: On Linux with pidfd support (generally Linux v5.4+), Process-related functions and methods use pidfd (rather than PID) internally, eliminating potential mistargeting when a PID is reused by the OS. Pidfd support is fully transparent to a user, except for additional process file descriptors that a process may have. * path/filepath: The new Localize function safely converts a slash-separated path into an operating system path. * path/filepath: On Windows, EvalSymlinks no longer evaluates mount points, which was a source of many inconsistencies and bugs. This behavior is controlled by the winsymlink setting. For Go 1.23, it defaults to winsymlink=1. Previous versions default to winsymlink=0. * path/filepath: On Windows, EvalSymlinks no longer tries to normalize volumes to drive letters, which was not always even possible. This behavior is controlled by the winreadlinkvolume setting. For Go 1.23, it defaults to winreadlinkvolume=1. Previous versions default to winreadlinkvolume=0. * reflect: The new methods synonymous with the methods of the same name in Value are added to Type: - Type.OverflowComplex - Type.OverflowFloat - Type.OverflowInt - Type.OverflowUint * reflect: The new SliceAt function is analogous to NewAt, but for slices. * reflect: The Value.Pointer and Value.UnsafePointer methods now support values of kind String. * reflect: The new methods Value.Seq and Value.Seq2 return sequences that iterate over the value as though it were used in a for/range loop. The new methods Type.CanSeq and Type.CanSeq2 report whether calling Value.Seq and Value.Seq2, respectively, will succeed without panicking. * runtime/debug: The SetCrashOutput function allows the user to specify an alternate file to which the runtime should write its fatal crash report. It may be used to construct an automated reporting mechanism for all unexpected crashes, not just those in goroutines that explicitly use recover. * runtime/pprof: The maximum stack depth for alloc, mutex, block, threadcreate and goroutine profiles has been raised from 32 to 128 frames. * runtime/trace: The runtime now explicitly flushes trace data when a program crashes due to an uncaught panic. This means that more complete trace data will be available in a trace if the program crashes while tracing is active. * slices: The Repeat function returns a new slice that repeats the provided slice the given number of times. * sync: The Map.Clear method deletes all the entries, resulting in an empty Map. It is analogous to clear. * sync/atomic: The new And and Or operators apply a bitwise AND or OR to the given input, returning the old value. * syscall: The syscall package now defines WSAENOPROTOOPT on Windows. * syscall: The GetsockoptInt function is now supported on Windows. * testing/fstest: TestFS now returns a structured error that can be unwrapped (via method Unwrap() []error). This allows inspecting errors using errors.Is or errors.As. * text/template: Templates now support the new "else with" action, which reduces template complexity in some use cases. * time: Parse and ParseInLocation now return an error if the time zone offset is out of range. * unicode/utf16: The RuneLen function returns the number of 16-bit words in the UTF-16 encoding of the rune. It returns -1 if the rune is not a valid value to encode in UTF-16. * Port: Darwin: As announced in the Go 1.22 release notes, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. * Port: Linux: Go 1.23 is the last release that requires Linux kernel version 2.6.32 or later. Go 1.24 will require Linux kernel version 3.17 or later, with an exception that systems running 3.10 or later will continue to be supported if the kernel has been patched to support the getrandom system call. * Port: OpenBSD: Go 1.23 adds experimental support for OpenBSD on 64-bit RISC-V (GOOS=openbsd, GOARCH=riscv64). * Port: ARM64: Go 1.23 introduces a new GOARM64 environment variable, which specifies the minimum target version of the ARM64 architecture at compile time. Allowed values are v8.{0-9} and v9.{0-5}. This may be followed by an option specifying extensions implemented by target hardware. Valid options are ,lse and ,crypto. The GOARM64 environment variable defaults to v8.0. * Port: RISC-V: Go 1.23 introduces a new GORISCV64 environment variable, which selects the RISC-V user-mode application profile for which to compile. Allowed values are rva20u64 and rva22u64. The GORISCV64 environment variable defaults to rva20u64. * Port: Wasm: The go_wasip1_wasm_exec script in GOROOT/misc/wasm has dropped support for versions of wasmtime < 14.0.0. go1.23-1.23.0-150000.1.3.1.src.rpm go1.23-1.23.0-150000.1.3.1.x86_64.rpm go1.23-doc-1.23.0-150000.1.3.1.x86_64.rpm go1.23-race-1.23.0-150000.1.3.1.x86_64.rpm go1.23-1.23.0-150000.1.3.1.s390x.rpm go1.23-doc-1.23.0-150000.1.3.1.s390x.rpm go1.23-race-1.23.0-150000.1.3.1.s390x.rpm go1.23-1.23.0-150000.1.3.1.ppc64le.rpm go1.23-doc-1.23.0-150000.1.3.1.ppc64le.rpm go1.23-race-1.23.0-150000.1.3.1.ppc64le.rpm go1.23-1.23.0-150000.1.3.1.aarch64.rpm go1.23-doc-1.23.0-150000.1.3.1.aarch64.rpm go1.23-race-1.23.0-150000.1.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2974 Security update for python310 important SUSE Updates openSUSE-SLE 15.6 This update for python310 fixes the following issues: Security issue fixed: - CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780) Non-security issues fixed: - Improve python reproducible builds (bsc#1227999) - Make pip and modern tools install directly in /usr/local when used by the user (bsc#1225660) - Fixed executable bits for /usr/bin/idle* (bsc#1227378). libpython3_10-1_0-3.10.14-150400.4.54.1.x86_64.rpm libpython3_10-1_0-32bit-3.10.14-150400.4.54.1.x86_64.rpm python310-3.10.14-150400.4.54.1.src.rpm python310-3.10.14-150400.4.54.1.x86_64.rpm python310-32bit-3.10.14-150400.4.54.1.x86_64.rpm python310-base-3.10.14-150400.4.54.1.x86_64.rpm python310-base-32bit-3.10.14-150400.4.54.1.x86_64.rpm python310-core-3.10.14-150400.4.54.1.src.rpm python310-curses-3.10.14-150400.4.54.1.x86_64.rpm python310-dbm-3.10.14-150400.4.54.1.x86_64.rpm python310-devel-3.10.14-150400.4.54.1.x86_64.rpm python310-doc-3.10.14-150400.4.54.1.x86_64.rpm python310-doc-devhelp-3.10.14-150400.4.54.1.x86_64.rpm python310-documentation-3.10.14-150400.4.54.1.src.rpm python310-idle-3.10.14-150400.4.54.1.x86_64.rpm python310-testsuite-3.10.14-150400.4.54.1.x86_64.rpm python310-tk-3.10.14-150400.4.54.1.x86_64.rpm python310-tools-3.10.14-150400.4.54.1.x86_64.rpm libpython3_10-1_0-3.10.14-150400.4.54.1.s390x.rpm python310-3.10.14-150400.4.54.1.s390x.rpm python310-base-3.10.14-150400.4.54.1.s390x.rpm python310-curses-3.10.14-150400.4.54.1.s390x.rpm python310-dbm-3.10.14-150400.4.54.1.s390x.rpm python310-devel-3.10.14-150400.4.54.1.s390x.rpm python310-doc-3.10.14-150400.4.54.1.s390x.rpm python310-doc-devhelp-3.10.14-150400.4.54.1.s390x.rpm python310-idle-3.10.14-150400.4.54.1.s390x.rpm python310-testsuite-3.10.14-150400.4.54.1.s390x.rpm python310-tk-3.10.14-150400.4.54.1.s390x.rpm python310-tools-3.10.14-150400.4.54.1.s390x.rpm libpython3_10-1_0-3.10.14-150400.4.54.1.ppc64le.rpm python310-3.10.14-150400.4.54.1.ppc64le.rpm python310-base-3.10.14-150400.4.54.1.ppc64le.rpm python310-curses-3.10.14-150400.4.54.1.ppc64le.rpm python310-dbm-3.10.14-150400.4.54.1.ppc64le.rpm python310-devel-3.10.14-150400.4.54.1.ppc64le.rpm python310-doc-3.10.14-150400.4.54.1.ppc64le.rpm python310-doc-devhelp-3.10.14-150400.4.54.1.ppc64le.rpm python310-idle-3.10.14-150400.4.54.1.ppc64le.rpm python310-testsuite-3.10.14-150400.4.54.1.ppc64le.rpm python310-tk-3.10.14-150400.4.54.1.ppc64le.rpm python310-tools-3.10.14-150400.4.54.1.ppc64le.rpm libpython3_10-1_0-3.10.14-150400.4.54.1.aarch64.rpm python310-3.10.14-150400.4.54.1.aarch64.rpm python310-base-3.10.14-150400.4.54.1.aarch64.rpm python310-curses-3.10.14-150400.4.54.1.aarch64.rpm python310-dbm-3.10.14-150400.4.54.1.aarch64.rpm python310-devel-3.10.14-150400.4.54.1.aarch64.rpm python310-doc-3.10.14-150400.4.54.1.aarch64.rpm python310-doc-devhelp-3.10.14-150400.4.54.1.aarch64.rpm python310-idle-3.10.14-150400.4.54.1.aarch64.rpm python310-testsuite-3.10.14-150400.4.54.1.aarch64.rpm python310-tk-3.10.14-150400.4.54.1.aarch64.rpm python310-tools-3.10.14-150400.4.54.1.aarch64.rpm openSUSE-SLE-15.6-2024-3076 Security update for python39 important SUSE Updates openSUSE-SLE 15.6 This update for python39 fixes the following issues: Security issues fixed: - CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780) - CVE-2024-5642: Removed support for anything but OpenSSL 1.1.1 or newer (bsc#1227233) Non-security issues fixed: - Fixed executable bits for /usr/bin/idle* (bsc#1227378). - Improve python reproducible builds (bsc#1227999) libpython3_9-1_0-3.9.19-150300.4.49.1.x86_64.rpm libpython3_9-1_0-32bit-3.9.19-150300.4.49.1.x86_64.rpm python39-3.9.19-150300.4.49.1.src.rpm python39-3.9.19-150300.4.49.1.x86_64.rpm python39-32bit-3.9.19-150300.4.49.1.x86_64.rpm python39-base-3.9.19-150300.4.49.1.x86_64.rpm python39-base-32bit-3.9.19-150300.4.49.1.x86_64.rpm python39-core-3.9.19-150300.4.49.1.src.rpm python39-curses-3.9.19-150300.4.49.1.x86_64.rpm python39-dbm-3.9.19-150300.4.49.1.x86_64.rpm python39-devel-3.9.19-150300.4.49.1.x86_64.rpm python39-doc-3.9.19-150300.4.49.1.x86_64.rpm python39-doc-devhelp-3.9.19-150300.4.49.1.x86_64.rpm python39-documentation-3.9.19-150300.4.49.1.src.rpm python39-idle-3.9.19-150300.4.49.1.x86_64.rpm python39-testsuite-3.9.19-150300.4.49.1.x86_64.rpm python39-tk-3.9.19-150300.4.49.1.x86_64.rpm python39-tools-3.9.19-150300.4.49.1.x86_64.rpm libpython3_9-1_0-3.9.19-150300.4.49.1.s390x.rpm python39-3.9.19-150300.4.49.1.s390x.rpm python39-base-3.9.19-150300.4.49.1.s390x.rpm python39-curses-3.9.19-150300.4.49.1.s390x.rpm python39-dbm-3.9.19-150300.4.49.1.s390x.rpm python39-devel-3.9.19-150300.4.49.1.s390x.rpm python39-doc-3.9.19-150300.4.49.1.s390x.rpm python39-doc-devhelp-3.9.19-150300.4.49.1.s390x.rpm python39-idle-3.9.19-150300.4.49.1.s390x.rpm python39-testsuite-3.9.19-150300.4.49.1.s390x.rpm python39-tk-3.9.19-150300.4.49.1.s390x.rpm python39-tools-3.9.19-150300.4.49.1.s390x.rpm libpython3_9-1_0-3.9.19-150300.4.49.1.ppc64le.rpm python39-3.9.19-150300.4.49.1.ppc64le.rpm python39-base-3.9.19-150300.4.49.1.ppc64le.rpm python39-curses-3.9.19-150300.4.49.1.ppc64le.rpm python39-dbm-3.9.19-150300.4.49.1.ppc64le.rpm python39-devel-3.9.19-150300.4.49.1.ppc64le.rpm python39-doc-3.9.19-150300.4.49.1.ppc64le.rpm python39-doc-devhelp-3.9.19-150300.4.49.1.ppc64le.rpm python39-idle-3.9.19-150300.4.49.1.ppc64le.rpm python39-testsuite-3.9.19-150300.4.49.1.ppc64le.rpm python39-tk-3.9.19-150300.4.49.1.ppc64le.rpm python39-tools-3.9.19-150300.4.49.1.ppc64le.rpm libpython3_9-1_0-3.9.19-150300.4.49.1.aarch64.rpm python39-3.9.19-150300.4.49.1.aarch64.rpm python39-base-3.9.19-150300.4.49.1.aarch64.rpm python39-curses-3.9.19-150300.4.49.1.aarch64.rpm python39-dbm-3.9.19-150300.4.49.1.aarch64.rpm python39-devel-3.9.19-150300.4.49.1.aarch64.rpm python39-doc-3.9.19-150300.4.49.1.aarch64.rpm python39-doc-devhelp-3.9.19-150300.4.49.1.aarch64.rpm python39-idle-3.9.19-150300.4.49.1.aarch64.rpm python39-testsuite-3.9.19-150300.4.49.1.aarch64.rpm python39-tk-3.9.19-150300.4.49.1.aarch64.rpm python39-tools-3.9.19-150300.4.49.1.aarch64.rpm openSUSE-SLE-15.6-2024-2982 Security update for python311 important SUSE Updates openSUSE-SLE 15.6 This update for python311 fixes the following issues: Security issues fixed: - CVE-2024-6923: Fixed email header injection due to unquoted newlines (bsc#1228780) - CVE-2024-5642: Removed support for anything but OpenSSL 1.1.1 or newer (bsc#1227233) - CVE-2024-4032: Fixed incorrect IPv4 and IPv6 private ranges (bsc#1226448) Non-security issues fixed: - Fixed executable bits for /usr/bin/idle* (bsc#1227378). - Improve python reproducible builds (bsc#1227999) - Make pip and modern tools install directly in /usr/local when used by the user (bsc#1225660) - %{profileopt} variable is set according to the variable %{do_profiling} (bsc#1227999) libpython3_11-1_0-3.11.9-150600.3.3.1.x86_64.rpm libpython3_11-1_0-32bit-3.11.9-150600.3.3.1.x86_64.rpm python311-3.11.9-150600.3.3.1.src.rpm python311-3.11.9-150600.3.3.1.x86_64.rpm python311-32bit-3.11.9-150600.3.3.1.x86_64.rpm python311-base-3.11.9-150600.3.3.1.x86_64.rpm python311-base-32bit-3.11.9-150600.3.3.1.x86_64.rpm python311-core-3.11.9-150600.3.3.1.src.rpm python311-curses-3.11.9-150600.3.3.1.x86_64.rpm python311-dbm-3.11.9-150600.3.3.1.x86_64.rpm python311-devel-3.11.9-150600.3.3.1.x86_64.rpm python311-doc-3.11.9-150600.3.3.1.x86_64.rpm python311-doc-devhelp-3.11.9-150600.3.3.1.x86_64.rpm python311-documentation-3.11.9-150600.3.3.1.src.rpm python311-idle-3.11.9-150600.3.3.1.x86_64.rpm python311-testsuite-3.11.9-150600.3.3.1.x86_64.rpm python311-tk-3.11.9-150600.3.3.1.x86_64.rpm python311-tools-3.11.9-150600.3.3.1.x86_64.rpm libpython3_11-1_0-3.11.9-150600.3.3.1.s390x.rpm python311-3.11.9-150600.3.3.1.s390x.rpm python311-base-3.11.9-150600.3.3.1.s390x.rpm python311-curses-3.11.9-150600.3.3.1.s390x.rpm python311-dbm-3.11.9-150600.3.3.1.s390x.rpm python311-devel-3.11.9-150600.3.3.1.s390x.rpm python311-doc-3.11.9-150600.3.3.1.s390x.rpm python311-doc-devhelp-3.11.9-150600.3.3.1.s390x.rpm python311-idle-3.11.9-150600.3.3.1.s390x.rpm python311-testsuite-3.11.9-150600.3.3.1.s390x.rpm python311-tk-3.11.9-150600.3.3.1.s390x.rpm python311-tools-3.11.9-150600.3.3.1.s390x.rpm libpython3_11-1_0-3.11.9-150600.3.3.1.ppc64le.rpm python311-3.11.9-150600.3.3.1.ppc64le.rpm python311-base-3.11.9-150600.3.3.1.ppc64le.rpm python311-curses-3.11.9-150600.3.3.1.ppc64le.rpm python311-dbm-3.11.9-150600.3.3.1.ppc64le.rpm python311-devel-3.11.9-150600.3.3.1.ppc64le.rpm python311-doc-3.11.9-150600.3.3.1.ppc64le.rpm python311-doc-devhelp-3.11.9-150600.3.3.1.ppc64le.rpm python311-idle-3.11.9-150600.3.3.1.ppc64le.rpm python311-testsuite-3.11.9-150600.3.3.1.ppc64le.rpm python311-tk-3.11.9-150600.3.3.1.ppc64le.rpm python311-tools-3.11.9-150600.3.3.1.ppc64le.rpm libpython3_11-1_0-3.11.9-150600.3.3.1.aarch64.rpm python311-3.11.9-150600.3.3.1.aarch64.rpm python311-base-3.11.9-150600.3.3.1.aarch64.rpm python311-curses-3.11.9-150600.3.3.1.aarch64.rpm python311-dbm-3.11.9-150600.3.3.1.aarch64.rpm python311-devel-3.11.9-150600.3.3.1.aarch64.rpm python311-doc-3.11.9-150600.3.3.1.aarch64.rpm python311-doc-devhelp-3.11.9-150600.3.3.1.aarch64.rpm python311-idle-3.11.9-150600.3.3.1.aarch64.rpm python311-testsuite-3.11.9-150600.3.3.1.aarch64.rpm python311-tk-3.11.9-150600.3.3.1.aarch64.rpm python311-tools-3.11.9-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-2996 Recommended update for cloud-regionsrv-client important SUSE Updates openSUSE-SLE 15.6 This update for cloud-regionsrv-client fixes the following issues: - Fix docker.service fail to start in Public Cloud providers. (bsc#1229137) + The entry for the update infrastructure registry mirror was written incorrectly causing docker daemon startup to fail. cloud-regionsrv-client-10.3.0-150300.13.6.1.src.rpm cloud-regionsrv-client-10.3.0-150300.13.6.1.x86_64.rpm cloud-regionsrv-client-addon-azure-1.0.5-150300.13.6.1.noarch.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.6.1.x86_64.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.6.1.x86_64.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.6.1.x86_64.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.6.1.x86_64.rpm cloud-regionsrv-client-10.3.0-150300.13.6.1.s390x.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.6.1.s390x.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.6.1.s390x.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.6.1.s390x.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.6.1.s390x.rpm cloud-regionsrv-client-10.3.0-150300.13.6.1.ppc64le.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.6.1.ppc64le.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.6.1.ppc64le.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.6.1.ppc64le.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.6.1.ppc64le.rpm cloud-regionsrv-client-10.3.0-150300.13.6.1.aarch64.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.6.1.aarch64.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.6.1.aarch64.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.6.1.aarch64.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3118 Security update for dovecot23 important SUSE Updates openSUSE-SLE 15.6 This update for dovecot23 fixes the following issues: - CVE-2024-23185: Fixed a denial of service with large headers (bsc#1229183) - CVE-2024-23184: Fixed a denial of service parsing messages containing many address headers (bsc#1229184) dovecot23-2.3.15-150200.65.1.src.rpm dovecot23-2.3.15-150200.65.1.x86_64.rpm dovecot23-backend-mysql-2.3.15-150200.65.1.x86_64.rpm dovecot23-backend-pgsql-2.3.15-150200.65.1.x86_64.rpm dovecot23-backend-sqlite-2.3.15-150200.65.1.x86_64.rpm dovecot23-devel-2.3.15-150200.65.1.x86_64.rpm dovecot23-fts-2.3.15-150200.65.1.x86_64.rpm dovecot23-fts-lucene-2.3.15-150200.65.1.x86_64.rpm dovecot23-fts-solr-2.3.15-150200.65.1.x86_64.rpm dovecot23-fts-squat-2.3.15-150200.65.1.x86_64.rpm dovecot23-2.3.15-150200.65.1.s390x.rpm dovecot23-backend-mysql-2.3.15-150200.65.1.s390x.rpm dovecot23-backend-pgsql-2.3.15-150200.65.1.s390x.rpm dovecot23-backend-sqlite-2.3.15-150200.65.1.s390x.rpm dovecot23-devel-2.3.15-150200.65.1.s390x.rpm dovecot23-fts-2.3.15-150200.65.1.s390x.rpm dovecot23-fts-lucene-2.3.15-150200.65.1.s390x.rpm dovecot23-fts-solr-2.3.15-150200.65.1.s390x.rpm dovecot23-fts-squat-2.3.15-150200.65.1.s390x.rpm dovecot23-2.3.15-150200.65.1.ppc64le.rpm dovecot23-backend-mysql-2.3.15-150200.65.1.ppc64le.rpm dovecot23-backend-pgsql-2.3.15-150200.65.1.ppc64le.rpm dovecot23-backend-sqlite-2.3.15-150200.65.1.ppc64le.rpm dovecot23-devel-2.3.15-150200.65.1.ppc64le.rpm dovecot23-fts-2.3.15-150200.65.1.ppc64le.rpm dovecot23-fts-lucene-2.3.15-150200.65.1.ppc64le.rpm dovecot23-fts-solr-2.3.15-150200.65.1.ppc64le.rpm dovecot23-fts-squat-2.3.15-150200.65.1.ppc64le.rpm dovecot23-2.3.15-150200.65.1.aarch64.rpm dovecot23-backend-mysql-2.3.15-150200.65.1.aarch64.rpm dovecot23-backend-pgsql-2.3.15-150200.65.1.aarch64.rpm dovecot23-backend-sqlite-2.3.15-150200.65.1.aarch64.rpm dovecot23-devel-2.3.15-150200.65.1.aarch64.rpm dovecot23-fts-2.3.15-150200.65.1.aarch64.rpm dovecot23-fts-lucene-2.3.15-150200.65.1.aarch64.rpm dovecot23-fts-solr-2.3.15-150200.65.1.aarch64.rpm dovecot23-fts-squat-2.3.15-150200.65.1.aarch64.rpm openSUSE-SLE-15.6-2024-3112 Security update for MozillaThunderbird important SUSE Updates openSUSE-SLE 15.6 This update for MozillaThunderbird fixes the following issues: - Mozilla Thunderbird 115.14 * fixed: When using an external installation of GnuPG, Thunderbird occassionally sent/received corrupted messages * fixed: Users of external GnuPG were unable to decrypt incorrectly encoded messages (bmo#1906903) * fixed: Flatpak install of 128.0esr was incorrectly downgraded to 115.13.0esr (bmo#1908299) * fixed: Security fixes MFSA 2024-38 (bsc#1228648) * CVE-2024-7519: Out of bounds memory access in graphics shared memory handling * CVE-2024-7521: Incomplete WebAssembly exception handing * CVE-2024-7522: Out of bounds read in editor component * CVE-2024-7525: Missing permission check when creating a StreamFilter * CVE-2024-7526: Uninitialized memory used by WebGL * CVE-2024-7527: Use-after-free in JavaScript garbage collection * CVE-2024-7529: Document content could partially obscure security prompts MozillaThunderbird-115.14.0-150200.8.174.1.src.rpm MozillaThunderbird-115.14.0-150200.8.174.1.x86_64.rpm MozillaThunderbird-translations-common-115.14.0-150200.8.174.1.x86_64.rpm MozillaThunderbird-translations-other-115.14.0-150200.8.174.1.x86_64.rpm MozillaThunderbird-115.14.0-150200.8.174.1.s390x.rpm MozillaThunderbird-translations-common-115.14.0-150200.8.174.1.s390x.rpm MozillaThunderbird-translations-other-115.14.0-150200.8.174.1.s390x.rpm MozillaThunderbird-115.14.0-150200.8.174.1.ppc64le.rpm MozillaThunderbird-translations-common-115.14.0-150200.8.174.1.ppc64le.rpm MozillaThunderbird-translations-other-115.14.0-150200.8.174.1.ppc64le.rpm MozillaThunderbird-115.14.0-150200.8.174.1.aarch64.rpm MozillaThunderbird-translations-common-115.14.0-150200.8.174.1.aarch64.rpm MozillaThunderbird-translations-other-115.14.0-150200.8.174.1.aarch64.rpm openSUSE-SLE-15.6-2024-3172 Security update for apache2 important SUSE Updates openSUSE-SLE 15.6 This update for apache2 fixes the following issues: - CVE-2024-38474: Fixed substitution encoding issue in mod_rewrite (bsc#1227278) - CVE-2024-38473: Fixed encoding problem in mod_proxy (bsc#1227276) - CVE-2024-39884: Fixed source code disclosure with handlers configured via AddType (bsc#1227353) apache2-2.4.58-150600.5.23.1.src.rpm apache2-2.4.58-150600.5.23.1.x86_64.rpm apache2-devel-2.4.58-150600.5.23.1.src.rpm apache2-devel-2.4.58-150600.5.23.1.x86_64.rpm apache2-event-2.4.58-150600.5.23.1.src.rpm apache2-event-2.4.58-150600.5.23.1.x86_64.rpm apache2-manual-2.4.58-150600.5.23.1.noarch.rpm apache2-manual-2.4.58-150600.5.23.1.src.rpm apache2-prefork-2.4.58-150600.5.23.1.src.rpm apache2-prefork-2.4.58-150600.5.23.1.x86_64.rpm apache2-utils-2.4.58-150600.5.23.1.src.rpm apache2-utils-2.4.58-150600.5.23.1.x86_64.rpm apache2-worker-2.4.58-150600.5.23.1.src.rpm apache2-worker-2.4.58-150600.5.23.1.x86_64.rpm apache2-2.4.58-150600.5.23.1.s390x.rpm apache2-devel-2.4.58-150600.5.23.1.s390x.rpm apache2-event-2.4.58-150600.5.23.1.s390x.rpm apache2-prefork-2.4.58-150600.5.23.1.s390x.rpm apache2-utils-2.4.58-150600.5.23.1.s390x.rpm apache2-worker-2.4.58-150600.5.23.1.s390x.rpm apache2-2.4.58-150600.5.23.1.ppc64le.rpm apache2-devel-2.4.58-150600.5.23.1.ppc64le.rpm apache2-event-2.4.58-150600.5.23.1.ppc64le.rpm apache2-prefork-2.4.58-150600.5.23.1.ppc64le.rpm apache2-utils-2.4.58-150600.5.23.1.ppc64le.rpm apache2-worker-2.4.58-150600.5.23.1.ppc64le.rpm apache2-2.4.58-150600.5.23.1.aarch64.rpm apache2-devel-2.4.58-150600.5.23.1.aarch64.rpm apache2-event-2.4.58-150600.5.23.1.aarch64.rpm apache2-prefork-2.4.58-150600.5.23.1.aarch64.rpm apache2-utils-2.4.58-150600.5.23.1.aarch64.rpm apache2-worker-2.4.58-150600.5.23.1.aarch64.rpm openSUSE-SLE-15.6-2024-3103 Recommended update for xfsprogs moderate SUSE Updates openSUSE-SLE 15.6 This update for xfsprogs fixes the following issue: - xfs_repair: allow symlinks with short remote targets (bsc#1229160) libhandle1-6.7.0-150600.3.6.2.x86_64.rpm xfsprogs-6.7.0-150600.3.6.2.src.rpm xfsprogs-6.7.0-150600.3.6.2.x86_64.rpm xfsprogs-devel-6.7.0-150600.3.6.2.x86_64.rpm xfsprogs-scrub-6.7.0-150600.3.6.2.x86_64.rpm libhandle1-6.7.0-150600.3.6.2.s390x.rpm xfsprogs-6.7.0-150600.3.6.2.s390x.rpm xfsprogs-devel-6.7.0-150600.3.6.2.s390x.rpm xfsprogs-scrub-6.7.0-150600.3.6.2.s390x.rpm libhandle1-6.7.0-150600.3.6.2.ppc64le.rpm xfsprogs-6.7.0-150600.3.6.2.ppc64le.rpm xfsprogs-devel-6.7.0-150600.3.6.2.ppc64le.rpm xfsprogs-scrub-6.7.0-150600.3.6.2.ppc64le.rpm libhandle1-6.7.0-150600.3.6.2.aarch64.rpm xfsprogs-6.7.0-150600.3.6.2.aarch64.rpm xfsprogs-devel-6.7.0-150600.3.6.2.aarch64.rpm xfsprogs-scrub-6.7.0-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-3113 Security update for xen important SUSE Updates openSUSE-SLE 15.6 This update for xen fixes the following issues: - CVE-2024-31145: Fixed error handling in x86 IOMMU identity mapping (XSA-460, bsc#1228574) - CVE-2024-31146: Fixed PCI device pass-through with shared resources (XSA-461, bsc#1228575) Other fixes: - Update to Xen 4.18.3 security bug fix release (bsc#1027519) xen-4.18.3_02-150600.3.6.1.src.rpm True xen-4.18.3_02-150600.3.6.1.x86_64.rpm True xen-devel-4.18.3_02-150600.3.6.1.x86_64.rpm True xen-doc-html-4.18.3_02-150600.3.6.1.x86_64.rpm True xen-libs-32bit-4.18.3_02-150600.3.6.1.x86_64.rpm True xen-libs-4.18.3_02-150600.3.6.1.x86_64.rpm True xen-tools-4.18.3_02-150600.3.6.1.x86_64.rpm True xen-tools-domU-4.18.3_02-150600.3.6.1.x86_64.rpm True xen-tools-xendomains-wait-disk-4.18.3_02-150600.3.6.1.noarch.rpm True xen-4.18.3_02-150600.3.6.1.aarch64.rpm True xen-devel-4.18.3_02-150600.3.6.1.aarch64.rpm True xen-doc-html-4.18.3_02-150600.3.6.1.aarch64.rpm True xen-libs-4.18.3_02-150600.3.6.1.aarch64.rpm True xen-tools-4.18.3_02-150600.3.6.1.aarch64.rpm True xen-tools-domU-4.18.3_02-150600.3.6.1.aarch64.rpm True openSUSE-SLE-15.6-2024-2970 Security update for python-WebOb moderate SUSE Updates openSUSE-SLE 15.6 This update for python-WebOb fixes the following issues: - CVE-2024-42353: Fixed open redirect via WebOb's Response object in Location header (bsc#1229221) python-WebOb-1.8.7-150400.11.6.1.src.rpm python311-WebOb-1.8.7-150400.11.6.1.noarch.rpm openSUSE-SLE-15.6-2024-3117 Security update for tiff moderate SUSE Updates openSUSE-SLE 15.6 This update for tiff fixes the following issues: - CVE-2024-7006: Fixed null pointer dereference in tif_dirinfo.c (bsc#1228924) libtiff-devel-32bit-4.6.0-150600.3.3.1.x86_64.rpm libtiff-devel-4.6.0-150600.3.3.1.x86_64.rpm libtiff6-32bit-4.6.0-150600.3.3.1.x86_64.rpm libtiff6-4.6.0-150600.3.3.1.x86_64.rpm tiff-4.6.0-150600.3.3.1.src.rpm tiff-4.6.0-150600.3.3.1.x86_64.rpm libtiff-devel-4.6.0-150600.3.3.1.s390x.rpm libtiff6-4.6.0-150600.3.3.1.s390x.rpm tiff-4.6.0-150600.3.3.1.s390x.rpm libtiff-devel-4.6.0-150600.3.3.1.ppc64le.rpm libtiff6-4.6.0-150600.3.3.1.ppc64le.rpm tiff-4.6.0-150600.3.3.1.ppc64le.rpm libtiff-devel-4.6.0-150600.3.3.1.aarch64.rpm libtiff6-4.6.0-150600.3.3.1.aarch64.rpm tiff-4.6.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3067 Recommended update for kubernetes1.23 moderate SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.23 fixes the following issues: - Fix dependencies installation (bsc#1229008) kubernetes1.23-1.23.17-150500.3.18.1.src.rpm kubernetes1.23-apiserver-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-client-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-client-bash-completion-1.23.17-150500.3.18.1.noarch.rpm kubernetes1.23-client-common-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-client-fish-completion-1.23.17-150500.3.18.1.noarch.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-kubelet-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-proxy-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-scheduler-1.23.17-150500.3.18.1.x86_64.rpm kubernetes1.23-apiserver-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-client-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-client-common-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-kubelet-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-proxy-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-scheduler-1.23.17-150500.3.18.1.s390x.rpm kubernetes1.23-apiserver-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-client-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-client-common-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-kubelet-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-proxy-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-scheduler-1.23.17-150500.3.18.1.ppc64le.rpm kubernetes1.23-apiserver-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-client-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-client-common-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-controller-manager-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-kubeadm-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-kubelet-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-kubelet-common-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-proxy-1.23.17-150500.3.18.1.aarch64.rpm kubernetes1.23-scheduler-1.23.17-150500.3.18.1.aarch64.rpm openSUSE-SLE-15.6-2024-3096 Recommended update for kubernetes1.25 moderate SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.25 fixes the following issues: - Fix dependencies installation (bsc#1229008) kubernetes1.25-1.25.16-150400.9.13.1.src.rpm kubernetes1.25-apiserver-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-client-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-client-bash-completion-1.25.16-150400.9.13.1.noarch.rpm kubernetes1.25-client-common-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-client-fish-completion-1.25.16-150400.9.13.1.noarch.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-kubelet-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-proxy-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-scheduler-1.25.16-150400.9.13.1.x86_64.rpm kubernetes1.25-apiserver-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-client-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-client-common-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-kubelet-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-proxy-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-scheduler-1.25.16-150400.9.13.1.s390x.rpm kubernetes1.25-apiserver-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-client-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-client-common-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-kubelet-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-proxy-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-scheduler-1.25.16-150400.9.13.1.ppc64le.rpm kubernetes1.25-apiserver-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-client-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-client-common-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-controller-manager-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-kubeadm-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-kubelet-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-kubelet-common-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-proxy-1.25.16-150400.9.13.1.aarch64.rpm kubernetes1.25-scheduler-1.25.16-150400.9.13.1.aarch64.rpm openSUSE-SLE-15.6-2024-3101 Recommended update for python-azure-agent moderate SUSE Updates openSUSE-SLE 15.6 This update for python-azure-agent fixes the following issue: - The agent service gets restarted in post but may fail due to a missing config file. config files were split into their own package previously. When we detect that we have to restore a config file we also need to restart the agent again (bsc#1227600). python-azure-agent-2.9.1.1-150100.3.44.2.noarch.rpm python-azure-agent-2.9.1.1-150100.3.44.2.src.rpm python-azure-agent-config-default-2.9.1.1-150100.3.44.2.noarch.rpm python-azure-agent-config-hpc-2.9.1.1-150100.3.44.2.noarch.rpm python-azure-agent-config-micro-2.9.1.1-150100.3.44.2.noarch.rpm python-azure-agent-config-server-2.9.1.1-150100.3.44.2.noarch.rpm python-azure-agent-test-2.9.1.1-150100.3.44.2.noarch.rpm openSUSE-SLE-15.6-2024-2995 Recommended update for mysql-connector-java moderate SUSE Updates openSUSE-SLE 15.6 This update for mysql-connector-java fixes the following issue: - Null pointer exception fixes as reported from (bsc#1229150). mysql-connector-java-8.4.0-150200.3.24.2.noarch.rpm mysql-connector-java-8.4.0-150200.3.24.2.src.rpm openSUSE-SLE-15.6-2024-3111 Security update for unbound low SUSE Updates openSUSE-SLE 15.6 This update for unbound fixes the following issues: - CVE-2024-43167: Fix null pointer dereference issue in function ub_ctx_set_fwd (bsc#1229068) libunbound8-1.20.0-150600.23.6.1.x86_64.rpm unbound-1.20.0-150600.23.6.1.src.rpm unbound-1.20.0-150600.23.6.1.x86_64.rpm unbound-anchor-1.20.0-150600.23.6.1.x86_64.rpm unbound-devel-1.20.0-150600.23.6.1.x86_64.rpm unbound-munin-1.20.0-150600.23.6.1.noarch.rpm unbound-python-1.20.0-150600.23.6.1.x86_64.rpm libunbound8-1.20.0-150600.23.6.1.s390x.rpm unbound-1.20.0-150600.23.6.1.s390x.rpm unbound-anchor-1.20.0-150600.23.6.1.s390x.rpm unbound-devel-1.20.0-150600.23.6.1.s390x.rpm unbound-python-1.20.0-150600.23.6.1.s390x.rpm libunbound8-1.20.0-150600.23.6.1.ppc64le.rpm unbound-1.20.0-150600.23.6.1.ppc64le.rpm unbound-anchor-1.20.0-150600.23.6.1.ppc64le.rpm unbound-devel-1.20.0-150600.23.6.1.ppc64le.rpm unbound-python-1.20.0-150600.23.6.1.ppc64le.rpm libunbound8-1.20.0-150600.23.6.1.aarch64.rpm unbound-1.20.0-150600.23.6.1.aarch64.rpm unbound-anchor-1.20.0-150600.23.6.1.aarch64.rpm unbound-devel-1.20.0-150600.23.6.1.aarch64.rpm unbound-python-1.20.0-150600.23.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3071 Recommended update for suse-build-key moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-build-key fixes the following issue: - extended 2048 bit SUSE SLE 12, 15 GA-SP5 key until 2028 (bsc#1229339). suse-build-key-12.0-150000.8.52.3.noarch.rpm suse-build-key-12.0-150000.8.52.3.src.rpm openSUSE-SLE-15.6-2024-3109 Security update for webkit2gtk3 important SUSE Updates openSUSE-SLE 15.6 This update for webkit2gtk3 fixes the following issues: Update to version 2.44.3 (bsc#1228696 bsc#1228697 bsc#1228698): - Fix web process cache suspend/resume when sandbox is enabled. - Fix accelerated images dissapearing after scrolling. - Fix video flickering with DMA-BUF sink. - Fix pointer lock on X11. - Fix movement delta on mouse events in GTK3. - Undeprecate console message API and make it available in 2022 API. - Fix several crashes and rendering issues. - Security fixes: CVE-2024-40776, CVE-2024-40779, CVE-2024-40780, CVE-2024-40782, CVE-2024-40785, CVE-2024-40789, CVE-2024-40794, CVE-2024-4558. WebKitGTK-4.0-lang-2.44.3-150600.12.9.1.noarch.rpm WebKitGTK-4.1-lang-2.44.3-150600.12.9.1.noarch.rpm WebKitGTK-6.0-lang-2.44.3-150600.12.9.1.noarch.rpm libjavascriptcoregtk-4_0-18-2.44.3-150600.12.9.1.x86_64.rpm libjavascriptcoregtk-4_0-18-32bit-2.44.3-150600.12.9.1.x86_64.rpm libjavascriptcoregtk-4_1-0-2.44.3-150600.12.9.1.x86_64.rpm libjavascriptcoregtk-4_1-0-32bit-2.44.3-150600.12.9.1.x86_64.rpm libjavascriptcoregtk-6_0-1-2.44.3-150600.12.9.1.x86_64.rpm libwebkit2gtk-4_0-37-2.44.3-150600.12.9.1.x86_64.rpm libwebkit2gtk-4_0-37-32bit-2.44.3-150600.12.9.1.x86_64.rpm libwebkit2gtk-4_1-0-2.44.3-150600.12.9.1.x86_64.rpm libwebkit2gtk-4_1-0-32bit-2.44.3-150600.12.9.1.x86_64.rpm libwebkitgtk-6_0-4-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-JavaScriptCore-4_0-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-JavaScriptCore-4_1-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-JavaScriptCore-6_0-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-WebKit-6_0-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-WebKit2-4_0-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-WebKit2-4_1-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.3-150600.12.9.1.x86_64.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.3-150600.12.9.1.x86_64.rpm webkit-jsc-4-2.44.3-150600.12.9.1.x86_64.rpm webkit-jsc-4.1-2.44.3-150600.12.9.1.x86_64.rpm webkit-jsc-6.0-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk-4_0-injected-bundles-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk-4_1-injected-bundles-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk3-2.44.3-150600.12.9.1.src.rpm webkit2gtk3-devel-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk3-minibrowser-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk3-soup2-2.44.3-150600.12.9.1.src.rpm webkit2gtk3-soup2-devel-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk3-soup2-minibrowser-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk4-2.44.3-150600.12.9.1.src.rpm webkit2gtk4-devel-2.44.3-150600.12.9.1.x86_64.rpm webkit2gtk4-minibrowser-2.44.3-150600.12.9.1.x86_64.rpm webkitgtk-6_0-injected-bundles-2.44.3-150600.12.9.1.x86_64.rpm libjavascriptcoregtk-4_0-18-2.44.3-150600.12.9.1.s390x.rpm libjavascriptcoregtk-4_1-0-2.44.3-150600.12.9.1.s390x.rpm libjavascriptcoregtk-6_0-1-2.44.3-150600.12.9.1.s390x.rpm libwebkit2gtk-4_0-37-2.44.3-150600.12.9.1.s390x.rpm libwebkit2gtk-4_1-0-2.44.3-150600.12.9.1.s390x.rpm libwebkitgtk-6_0-4-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-JavaScriptCore-4_0-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-JavaScriptCore-4_1-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-JavaScriptCore-6_0-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-WebKit-6_0-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-WebKit2-4_0-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-WebKit2-4_1-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.3-150600.12.9.1.s390x.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.3-150600.12.9.1.s390x.rpm webkit-jsc-4-2.44.3-150600.12.9.1.s390x.rpm webkit-jsc-4.1-2.44.3-150600.12.9.1.s390x.rpm webkit-jsc-6.0-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk-4_0-injected-bundles-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk-4_1-injected-bundles-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk3-devel-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk3-minibrowser-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk3-soup2-devel-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk3-soup2-minibrowser-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk4-devel-2.44.3-150600.12.9.1.s390x.rpm webkit2gtk4-minibrowser-2.44.3-150600.12.9.1.s390x.rpm webkitgtk-6_0-injected-bundles-2.44.3-150600.12.9.1.s390x.rpm libjavascriptcoregtk-4_0-18-2.44.3-150600.12.9.1.ppc64le.rpm libjavascriptcoregtk-4_1-0-2.44.3-150600.12.9.1.ppc64le.rpm libjavascriptcoregtk-6_0-1-2.44.3-150600.12.9.1.ppc64le.rpm libwebkit2gtk-4_0-37-2.44.3-150600.12.9.1.ppc64le.rpm libwebkit2gtk-4_1-0-2.44.3-150600.12.9.1.ppc64le.rpm libwebkitgtk-6_0-4-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-JavaScriptCore-4_0-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-JavaScriptCore-4_1-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-JavaScriptCore-6_0-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-WebKit-6_0-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-WebKit2-4_0-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-WebKit2-4_1-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.3-150600.12.9.1.ppc64le.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.3-150600.12.9.1.ppc64le.rpm webkit-jsc-4-2.44.3-150600.12.9.1.ppc64le.rpm webkit-jsc-4.1-2.44.3-150600.12.9.1.ppc64le.rpm webkit-jsc-6.0-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk-4_0-injected-bundles-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk-4_1-injected-bundles-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk3-devel-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk3-minibrowser-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk3-soup2-devel-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk3-soup2-minibrowser-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk4-devel-2.44.3-150600.12.9.1.ppc64le.rpm webkit2gtk4-minibrowser-2.44.3-150600.12.9.1.ppc64le.rpm webkitgtk-6_0-injected-bundles-2.44.3-150600.12.9.1.ppc64le.rpm libjavascriptcoregtk-4_0-18-2.44.3-150600.12.9.1.aarch64.rpm libjavascriptcoregtk-4_1-0-2.44.3-150600.12.9.1.aarch64.rpm libjavascriptcoregtk-6_0-1-2.44.3-150600.12.9.1.aarch64.rpm libwebkit2gtk-4_0-37-2.44.3-150600.12.9.1.aarch64.rpm libwebkit2gtk-4_1-0-2.44.3-150600.12.9.1.aarch64.rpm libwebkitgtk-6_0-4-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-JavaScriptCore-4_0-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-JavaScriptCore-4_1-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-JavaScriptCore-6_0-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-WebKit-6_0-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-WebKit2-4_0-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-WebKit2-4_1-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-WebKit2WebExtension-4_0-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-WebKit2WebExtension-4_1-2.44.3-150600.12.9.1.aarch64.rpm typelib-1_0-WebKitWebProcessExtension-6_0-2.44.3-150600.12.9.1.aarch64.rpm webkit-jsc-4-2.44.3-150600.12.9.1.aarch64.rpm webkit-jsc-4.1-2.44.3-150600.12.9.1.aarch64.rpm webkit-jsc-6.0-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk-4_0-injected-bundles-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk-4_1-injected-bundles-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk3-devel-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk3-minibrowser-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk3-soup2-devel-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk3-soup2-minibrowser-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk4-devel-2.44.3-150600.12.9.1.aarch64.rpm webkit2gtk4-minibrowser-2.44.3-150600.12.9.1.aarch64.rpm webkitgtk-6_0-injected-bundles-2.44.3-150600.12.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-3110 Security update for python-aiohttp moderate SUSE Updates openSUSE-SLE 15.6 This update for python-aiohttp fixes the following issues: - CVE-2024-42367: Fixed path traversal outside the root directory when requests involve compressed files as symbolic links (bsc#1229226) python-aiohttp-3.9.3-150400.10.24.1.src.rpm python311-aiohttp-3.9.3-150400.10.24.1.x86_64.rpm python311-aiohttp-3.9.3-150400.10.24.1.s390x.rpm python311-aiohttp-3.9.3-150400.10.24.1.ppc64le.rpm python311-aiohttp-3.9.3-150400.10.24.1.aarch64.rpm openSUSE-SLE-15.6-2024-3133 Recommended update for dpdk moderate SUSE Updates openSUSE-SLE 15.6 This update for dpdk fixes the following issue: - SUSE provided DPDK modules taint the kernel as unsupported (bsc#1214724). dpdk-22.11.1-150600.3.6.1.src.rpm dpdk-22.11.1-150600.3.6.1.x86_64.rpm dpdk-devel-22.11.1-150600.3.6.1.x86_64.rpm dpdk-devel-static-22.11.1-150600.3.6.1.x86_64.rpm dpdk-doc-22.11.1-150600.3.6.1.noarch.rpm dpdk-examples-22.11.1-150600.3.6.1.x86_64.rpm dpdk-kmp-default-22.11.1_k6.4.0_150600.23.17-150600.3.6.1.x86_64.rpm dpdk-tools-22.11.1-150600.3.6.1.x86_64.rpm libdpdk-23-22.11.1-150600.3.6.1.x86_64.rpm dpdk-22.11.1-150600.3.6.1.ppc64le.rpm dpdk-devel-22.11.1-150600.3.6.1.ppc64le.rpm dpdk-devel-static-22.11.1-150600.3.6.1.ppc64le.rpm dpdk-examples-22.11.1-150600.3.6.1.ppc64le.rpm dpdk-kmp-default-22.11.1_k6.4.0_150600.23.17-150600.3.6.1.ppc64le.rpm dpdk-tools-22.11.1-150600.3.6.1.ppc64le.rpm libdpdk-23-22.11.1-150600.3.6.1.ppc64le.rpm dpdk-22.11.1-150600.3.6.1.aarch64.rpm dpdk-devel-22.11.1-150600.3.6.1.aarch64.rpm dpdk-devel-static-22.11.1-150600.3.6.1.aarch64.rpm dpdk-examples-22.11.1-150600.3.6.1.aarch64.rpm dpdk-kmp-default-22.11.1_k6.4.0_150600.23.17-150600.3.6.1.aarch64.rpm dpdk-thunderx-22.11.1-150600.3.6.1.aarch64.rpm dpdk-thunderx-22.11.1-150600.3.6.1.src.rpm dpdk-thunderx-devel-22.11.1-150600.3.6.1.aarch64.rpm dpdk-thunderx-devel-static-22.11.1-150600.3.6.1.aarch64.rpm dpdk-thunderx-doc-22.11.1-150600.3.6.1.noarch.rpm dpdk-thunderx-examples-22.11.1-150600.3.6.1.aarch64.rpm dpdk-thunderx-kmp-default-22.11.1_k6.4.0_150600.23.17-150600.3.6.1.aarch64.rpm dpdk-thunderx-tools-22.11.1-150600.3.6.1.aarch64.rpm dpdk-tools-22.11.1-150600.3.6.1.aarch64.rpm libdpdk-23-22.11.1-150600.3.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3185 Recommended update for cups moderate SUSE Updates openSUSE-SLE 15.6 This update for cups fixes the following issues: - Fixed cupsd failing to authenticate users when group membership is required (bsc#1226227) cups-2.2.7-150000.3.65.1.src.rpm cups-2.2.7-150000.3.65.1.x86_64.rpm cups-client-2.2.7-150000.3.65.1.x86_64.rpm cups-config-2.2.7-150000.3.65.1.x86_64.rpm cups-ddk-2.2.7-150000.3.65.1.x86_64.rpm cups-devel-2.2.7-150000.3.65.1.x86_64.rpm cups-devel-32bit-2.2.7-150000.3.65.1.x86_64.rpm libcups2-2.2.7-150000.3.65.1.x86_64.rpm libcups2-32bit-2.2.7-150000.3.65.1.x86_64.rpm libcupscgi1-2.2.7-150000.3.65.1.x86_64.rpm libcupscgi1-32bit-2.2.7-150000.3.65.1.x86_64.rpm libcupsimage2-2.2.7-150000.3.65.1.x86_64.rpm libcupsimage2-32bit-2.2.7-150000.3.65.1.x86_64.rpm libcupsmime1-2.2.7-150000.3.65.1.x86_64.rpm libcupsmime1-32bit-2.2.7-150000.3.65.1.x86_64.rpm libcupsppdc1-2.2.7-150000.3.65.1.x86_64.rpm libcupsppdc1-32bit-2.2.7-150000.3.65.1.x86_64.rpm cups-2.2.7-150000.3.65.1.s390x.rpm cups-client-2.2.7-150000.3.65.1.s390x.rpm cups-config-2.2.7-150000.3.65.1.s390x.rpm cups-ddk-2.2.7-150000.3.65.1.s390x.rpm cups-devel-2.2.7-150000.3.65.1.s390x.rpm libcups2-2.2.7-150000.3.65.1.s390x.rpm libcupscgi1-2.2.7-150000.3.65.1.s390x.rpm libcupsimage2-2.2.7-150000.3.65.1.s390x.rpm libcupsmime1-2.2.7-150000.3.65.1.s390x.rpm libcupsppdc1-2.2.7-150000.3.65.1.s390x.rpm cups-2.2.7-150000.3.65.1.ppc64le.rpm cups-client-2.2.7-150000.3.65.1.ppc64le.rpm cups-config-2.2.7-150000.3.65.1.ppc64le.rpm cups-ddk-2.2.7-150000.3.65.1.ppc64le.rpm cups-devel-2.2.7-150000.3.65.1.ppc64le.rpm libcups2-2.2.7-150000.3.65.1.ppc64le.rpm libcupscgi1-2.2.7-150000.3.65.1.ppc64le.rpm libcupsimage2-2.2.7-150000.3.65.1.ppc64le.rpm libcupsmime1-2.2.7-150000.3.65.1.ppc64le.rpm libcupsppdc1-2.2.7-150000.3.65.1.ppc64le.rpm cups-2.2.7-150000.3.65.1.aarch64.rpm cups-client-2.2.7-150000.3.65.1.aarch64.rpm cups-config-2.2.7-150000.3.65.1.aarch64.rpm cups-ddk-2.2.7-150000.3.65.1.aarch64.rpm cups-devel-2.2.7-150000.3.65.1.aarch64.rpm libcups2-2.2.7-150000.3.65.1.aarch64.rpm libcupscgi1-2.2.7-150000.3.65.1.aarch64.rpm libcupsimage2-2.2.7-150000.3.65.1.aarch64.rpm libcupsmime1-2.2.7-150000.3.65.1.aarch64.rpm libcupsppdc1-2.2.7-150000.3.65.1.aarch64.rpm openSUSE-SLE-15.6-2024-3108 Security update for frr important SUSE Updates openSUSE-SLE 15.6 This update for frr fixes the following issues: - CVE-2024-44070: Fixed missing stream length check before TLV value is taken in bgp_attr_encap (bsc#1229438) frr-8.4-150500.4.26.1.src.rpm frr-8.4-150500.4.26.1.x86_64.rpm frr-devel-8.4-150500.4.26.1.x86_64.rpm libfrr0-8.4-150500.4.26.1.x86_64.rpm libfrr_pb0-8.4-150500.4.26.1.x86_64.rpm libfrrcares0-8.4-150500.4.26.1.x86_64.rpm libfrrfpm_pb0-8.4-150500.4.26.1.x86_64.rpm libfrrospfapiclient0-8.4-150500.4.26.1.x86_64.rpm libfrrsnmp0-8.4-150500.4.26.1.x86_64.rpm libfrrzmq0-8.4-150500.4.26.1.x86_64.rpm libmlag_pb0-8.4-150500.4.26.1.x86_64.rpm frr-8.4-150500.4.26.1.s390x.rpm frr-devel-8.4-150500.4.26.1.s390x.rpm libfrr0-8.4-150500.4.26.1.s390x.rpm libfrr_pb0-8.4-150500.4.26.1.s390x.rpm libfrrcares0-8.4-150500.4.26.1.s390x.rpm libfrrfpm_pb0-8.4-150500.4.26.1.s390x.rpm libfrrospfapiclient0-8.4-150500.4.26.1.s390x.rpm libfrrsnmp0-8.4-150500.4.26.1.s390x.rpm libfrrzmq0-8.4-150500.4.26.1.s390x.rpm libmlag_pb0-8.4-150500.4.26.1.s390x.rpm frr-8.4-150500.4.26.1.ppc64le.rpm frr-devel-8.4-150500.4.26.1.ppc64le.rpm libfrr0-8.4-150500.4.26.1.ppc64le.rpm libfrr_pb0-8.4-150500.4.26.1.ppc64le.rpm libfrrcares0-8.4-150500.4.26.1.ppc64le.rpm libfrrfpm_pb0-8.4-150500.4.26.1.ppc64le.rpm libfrrospfapiclient0-8.4-150500.4.26.1.ppc64le.rpm libfrrsnmp0-8.4-150500.4.26.1.ppc64le.rpm libfrrzmq0-8.4-150500.4.26.1.ppc64le.rpm libmlag_pb0-8.4-150500.4.26.1.ppc64le.rpm frr-8.4-150500.4.26.1.aarch64.rpm frr-devel-8.4-150500.4.26.1.aarch64.rpm libfrr0-8.4-150500.4.26.1.aarch64.rpm libfrr_pb0-8.4-150500.4.26.1.aarch64.rpm libfrrcares0-8.4-150500.4.26.1.aarch64.rpm libfrrfpm_pb0-8.4-150500.4.26.1.aarch64.rpm libfrrospfapiclient0-8.4-150500.4.26.1.aarch64.rpm libfrrsnmp0-8.4-150500.4.26.1.aarch64.rpm libfrrzmq0-8.4-150500.4.26.1.aarch64.rpm libmlag_pb0-8.4-150500.4.26.1.aarch64.rpm openSUSE-SLE-15.6-2024-3147 Recommended update for dracut moderate SUSE Updates openSUSE-SLE 15.6 This update for dracut fixes the following issues: - Version update with: * feat(systemd*) include systemd config files from /usr/lib/systemd (bsc#1228398) * fix(convertfs) error in conditional expressions (bsc#1228847) dracut-059+suse.531.g48487c31-150600.3.6.2.src.rpm dracut-059+suse.531.g48487c31-150600.3.6.2.x86_64.rpm dracut-extra-059+suse.531.g48487c31-150600.3.6.2.x86_64.rpm dracut-fips-059+suse.531.g48487c31-150600.3.6.2.x86_64.rpm dracut-ima-059+suse.531.g48487c31-150600.3.6.2.x86_64.rpm dracut-mkinitrd-deprecated-059+suse.531.g48487c31-150600.3.6.2.x86_64.rpm dracut-tools-059+suse.531.g48487c31-150600.3.6.2.x86_64.rpm dracut-059+suse.531.g48487c31-150600.3.6.2.s390x.rpm dracut-extra-059+suse.531.g48487c31-150600.3.6.2.s390x.rpm dracut-fips-059+suse.531.g48487c31-150600.3.6.2.s390x.rpm dracut-ima-059+suse.531.g48487c31-150600.3.6.2.s390x.rpm dracut-mkinitrd-deprecated-059+suse.531.g48487c31-150600.3.6.2.s390x.rpm dracut-tools-059+suse.531.g48487c31-150600.3.6.2.s390x.rpm dracut-059+suse.531.g48487c31-150600.3.6.2.ppc64le.rpm dracut-extra-059+suse.531.g48487c31-150600.3.6.2.ppc64le.rpm dracut-fips-059+suse.531.g48487c31-150600.3.6.2.ppc64le.rpm dracut-ima-059+suse.531.g48487c31-150600.3.6.2.ppc64le.rpm dracut-mkinitrd-deprecated-059+suse.531.g48487c31-150600.3.6.2.ppc64le.rpm dracut-tools-059+suse.531.g48487c31-150600.3.6.2.ppc64le.rpm dracut-059+suse.531.g48487c31-150600.3.6.2.aarch64.rpm dracut-extra-059+suse.531.g48487c31-150600.3.6.2.aarch64.rpm dracut-fips-059+suse.531.g48487c31-150600.3.6.2.aarch64.rpm dracut-ima-059+suse.531.g48487c31-150600.3.6.2.aarch64.rpm dracut-mkinitrd-deprecated-059+suse.531.g48487c31-150600.3.6.2.aarch64.rpm dracut-tools-059+suse.531.g48487c31-150600.3.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-3123 Recommended update for deltarpm moderate SUSE Updates openSUSE-SLE 15.6 This update for deltarpm fixes the following issues: - Support for threaded zstd compression. - use a tmp file instead of memory to hold the data (bsc#1228948). - fixed C related bugs (incorrect sized memset(), memcpy instead of strcpy, unsigned int). deltarpm-3.6.4-150000.5.3.2.src.rpm deltarpm-3.6.4-150000.5.3.2.x86_64.rpm python3-deltarpm-3.6.4-150000.5.3.2.x86_64.rpm deltarpm-3.6.4-150000.5.3.2.s390x.rpm python3-deltarpm-3.6.4-150000.5.3.2.s390x.rpm deltarpm-3.6.4-150000.5.3.2.ppc64le.rpm python3-deltarpm-3.6.4-150000.5.3.2.ppc64le.rpm deltarpm-3.6.4-150000.5.3.2.aarch64.rpm python3-deltarpm-3.6.4-150000.5.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-3121 Recommended update for yast2-users moderate SUSE Updates openSUSE-SLE 15.6 This update for yast2-users fixes the following issues: - Relax check in GECOS field, allow any data except colons (bsc#1228149). - Backport changes to avoid namespace collisions. - Branch package for SP6 (bsc#1208913). - YaST can no longer modify NIS users and groups (bnc#1206627). - YaST2: Adding several users via yast fails sometimes (bnc#1209377). - Importing user during installation can lead to password malformation (bnc#1211583). - YaST2 ayast_setup setup broken on SLES15-SP4 (bnc#1211753). yast2-users-4.6.6-150600.3.3.5.src.rpm yast2-users-4.6.6-150600.3.3.5.x86_64.rpm yast2-users-4.6.6-150600.3.3.5.s390x.rpm yast2-users-4.6.6-150600.3.3.5.ppc64le.rpm yast2-users-4.6.6-150600.3.3.5.aarch64.rpm openSUSE-SLE-15.6-2024-3132 Recommended update for permissions moderate SUSE Updates openSUSE-SLE 15.6 This update for permissions fixes the following issues: - Update to version 20240826: * permissions: remove outdated entries (bsc#1228968) - Update to version 20240826: * cockpit: revert path change (bsc#1229329) permissions-20240826-150600.10.9.1.src.rpm permissions-20240826-150600.10.9.1.x86_64.rpm permissions-zypp-plugin-20240826-150600.10.9.1.noarch.rpm permissions-20240826-150600.10.9.1.s390x.rpm permissions-20240826-150600.10.9.1.ppc64le.rpm permissions-20240826-150600.10.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-3129 Recommended update for unzip moderate SUSE Updates openSUSE-SLE 15.6 This update for unzip fixes the following issues: - Add patch to fix issue with some files being incorrectly detected as symlinks (boo#1190273) librcc-0.2.13-150000.1.3.1.src.rpm librcc-devel-0.2.13-150000.1.3.1.x86_64.rpm librcc0-0.2.13-150000.1.3.1.x86_64.rpm librcc0-32bit-0.2.13-150000.1.3.1.x86_64.rpm librcd-0.1.14-150000.1.3.1.src.rpm librcd-devel-0.1.14-150000.1.3.1.x86_64.rpm librcd0-0.1.14-150000.1.3.1.x86_64.rpm librcd0-32bit-0.1.14-150000.1.3.1.x86_64.rpm rcc-runtime-0.2.13-150000.1.3.1.x86_64.rpm unzip-6.00-150000.4.14.1.src.rpm unzip-6.00-150000.4.14.1.x86_64.rpm unzip-doc-6.00-150000.4.14.1.noarch.rpm librcc-devel-0.2.13-150000.1.3.1.s390x.rpm librcc0-0.2.13-150000.1.3.1.s390x.rpm librcd-devel-0.1.14-150000.1.3.1.s390x.rpm librcd0-0.1.14-150000.1.3.1.s390x.rpm rcc-runtime-0.2.13-150000.1.3.1.s390x.rpm unzip-6.00-150000.4.14.1.s390x.rpm librcc-devel-0.2.13-150000.1.3.1.ppc64le.rpm librcc0-0.2.13-150000.1.3.1.ppc64le.rpm librcd-devel-0.1.14-150000.1.3.1.ppc64le.rpm librcd0-0.1.14-150000.1.3.1.ppc64le.rpm rcc-runtime-0.2.13-150000.1.3.1.ppc64le.rpm unzip-6.00-150000.4.14.1.ppc64le.rpm librcc-devel-0.2.13-150000.1.3.1.aarch64.rpm librcc0-0.2.13-150000.1.3.1.aarch64.rpm librcd-devel-0.1.14-150000.1.3.1.aarch64.rpm librcd0-0.1.14-150000.1.3.1.aarch64.rpm rcc-runtime-0.2.13-150000.1.3.1.aarch64.rpm unzip-6.00-150000.4.14.1.aarch64.rpm openSUSE-SLE-15.6-2024-3253 Recommended update for resource-agents moderate SUSE Updates openSUSE-SLE 15.6 This update for resource-agents fixes the following issue: - Resource agent azure-events-az has been updated to support retry handling for periods of internal metadata service unavailability, and provide more resilient pacemaker operation (bsc#1226140). ldirectord-4.13.0+git6.ae50f94f-150600.4.6.2.x86_64.rpm monitoring-plugins-metadata-4.13.0+git6.ae50f94f-150600.4.6.2.noarch.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.6.2.src.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.6.2.x86_64.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.6.2.x86_64.rpm ldirectord-4.13.0+git6.ae50f94f-150600.4.6.2.s390x.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.6.2.s390x.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.6.2.s390x.rpm ldirectord-4.13.0+git6.ae50f94f-150600.4.6.2.ppc64le.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.6.2.ppc64le.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.6.2.ppc64le.rpm ldirectord-4.13.0+git6.ae50f94f-150600.4.6.2.aarch64.rpm resource-agents-4.13.0+git6.ae50f94f-150600.4.6.2.aarch64.rpm resource-agents-zfs-4.13.0+git6.ae50f94f-150600.4.6.2.aarch64.rpm openSUSE-SLE-15.6-2024-3131 Recommended update for mozilla-nss moderate SUSE Updates openSUSE-SLE 15.6 This update for mozilla-nss fixes the following issues: - FIPS: Enforce approved curves with the CKK_EC_MONTGOMERY key type (bsc#1224113). libfreebl3-3.101.2-150400.3.51.1.x86_64.rpm libfreebl3-32bit-3.101.2-150400.3.51.1.x86_64.rpm libsoftokn3-3.101.2-150400.3.51.1.x86_64.rpm libsoftokn3-32bit-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-3.101.2-150400.3.51.1.src.rpm mozilla-nss-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-32bit-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-certs-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-certs-32bit-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-devel-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-sysinit-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-sysinit-32bit-3.101.2-150400.3.51.1.x86_64.rpm mozilla-nss-tools-3.101.2-150400.3.51.1.x86_64.rpm libfreebl3-3.101.2-150400.3.51.1.s390x.rpm libsoftokn3-3.101.2-150400.3.51.1.s390x.rpm mozilla-nss-3.101.2-150400.3.51.1.s390x.rpm mozilla-nss-certs-3.101.2-150400.3.51.1.s390x.rpm mozilla-nss-devel-3.101.2-150400.3.51.1.s390x.rpm mozilla-nss-sysinit-3.101.2-150400.3.51.1.s390x.rpm mozilla-nss-tools-3.101.2-150400.3.51.1.s390x.rpm libfreebl3-3.101.2-150400.3.51.1.ppc64le.rpm libsoftokn3-3.101.2-150400.3.51.1.ppc64le.rpm mozilla-nss-3.101.2-150400.3.51.1.ppc64le.rpm mozilla-nss-certs-3.101.2-150400.3.51.1.ppc64le.rpm mozilla-nss-devel-3.101.2-150400.3.51.1.ppc64le.rpm mozilla-nss-sysinit-3.101.2-150400.3.51.1.ppc64le.rpm mozilla-nss-tools-3.101.2-150400.3.51.1.ppc64le.rpm libfreebl3-3.101.2-150400.3.51.1.aarch64.rpm libsoftokn3-3.101.2-150400.3.51.1.aarch64.rpm mozilla-nss-3.101.2-150400.3.51.1.aarch64.rpm mozilla-nss-certs-3.101.2-150400.3.51.1.aarch64.rpm mozilla-nss-devel-3.101.2-150400.3.51.1.aarch64.rpm mozilla-nss-sysinit-3.101.2-150400.3.51.1.aarch64.rpm mozilla-nss-tools-3.101.2-150400.3.51.1.aarch64.rpm openSUSE-SLE-15.6-2024-3142 Recommended update for cargo-auditable moderate SUSE Updates openSUSE-SLE 15.6 This update for cargo-auditable fixes the following issues: - Allow cargo-packaging to use alternate rust versions (bsc#1224122) cargo-auditable-0.6.4~0-150500.12.3.1.src.rpm cargo-auditable-0.6.4~0-150500.12.3.1.x86_64.rpm cargo-auditable-0.6.4~0-150500.12.3.1.s390x.rpm cargo-auditable-0.6.4~0-150500.12.3.1.ppc64le.rpm cargo-auditable-0.6.4~0-150500.12.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3199 Recommended update for yast2-installation moderate SUSE Updates openSUSE-SLE 15.6 This update for yast2-installation fixes the following issue: - Don't block in AutoYaST upgrade (bsc#1181625). yast2-installation-4.6.13-150600.3.3.3.noarch.rpm yast2-installation-4.6.13-150600.3.3.3.src.rpm openSUSE-SLE-15.6-2024-3135 Recommended update for rsyslog moderate SUSE Updates openSUSE-SLE 15.6 This update for rsyslog fixes the following issues: - Version upgrade - patches replaced by upgrade (details in upgrade logs) * Revert "Update omlibdbi.c" * imkmsg: add params "readMode" and "expectedBootCompleteSeconds" * testbench: fix "typo" in test case * omazureeventhubs: Corrected handling of transport closed failures * imkmsg: add module param parseKernelTimestamp * imfile: remove state file on file delete fix * imklog bugfix: keepKernelTimestamp=off config param did not work * Netstreamdriver: deallocate certificate related resources * TLS subsystem: add remote hostname to error reporting * Fix forking issue do to close_range call * replace debian sample systemd service file by readme * testbench: bump zookeeper version to match current offering * Update rsyslog.service sample unit to the latest version used in Debian Trixie * Only keep a single rsyslog.service for Debian * Remove no longer used --with-systemdsystemunitdir configure switch * use logind instead of utmp for wall messages with systemd * Typo fixes * Drop CAP_IPC_LOCK capability * Add CAP_NET_RAW capability due to the omudpspoof module * Add new global config option "libcapng.enable" * tcp net subsystem: handle data race gracefully * Avoid crash on restart in imrelp SIGTTIN handler - patches replaced by upgrade * fix startup issue on modern systemd systems * Fix misspeling in message. * tcpflood bugfix: plain tcp send error not properly reported * omprog bugfix: Add CAP_DAC_OVERRIDE to the bounding set * testbench: cleanup and improve some more imfile tests * lookup tables: fix static analyzer issue * lookup tables bugfix: reload on HUP did not work when backgrounded * CI: fix and cleaup github workflow * imjournal: Support input module * testbench: make test more reliable * tcpflood: add -A option to NOT abort when sending fails * tcpflood: fix today's programming error * openssl: Replaced depreceated method SSLv23_method with TLS_method * testbench improvement: define state file directories for imfile tests * testbench: cleanup a test and some nitfixes to it * tcpflood bugfix: TCP sending was not implemented properly * testbench: make waiting for HUP processing more reliable * build system: make rsyslogd execute when --disable-inet is configured * CI: update zookeper download to newer version * ossl driver: Using newer INIT API for OpenSSL 1.1+ Versions * ossl: Fix CRL File Expire from 1 day to 100 years. * PR5175: Add TLS CRL Support for GnuTLS driver and OpenSSL 1.0.2+ * omazureeventhubs: Initial implementation of new output module * TLS CRL Support Issue 5081 * action.resumeintervalmax: the parameter was not respected * IMHIREDIS::FIXED:: Restore compatiblity with hiredis < v1.0.0 * Add the 'batchsize' parameter to imhiredis * Clear undefined behavior in libgcry.c (GH #5167) * Do not try to drop capabilities when we don't have any * testbench: use newer zookeeper version in tests * build system: more precise error message on too-old lib * Fix quoting for omprog, improg, mmexternal rsyslog-8.2406.0-150600.12.3.2.src.rpm rsyslog-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-diag-tools-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-doc-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-dbi-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-elasticsearch-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-gcrypt-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-gssapi-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-gtls-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-kafka-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-mmnormalize-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-mysql-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-omamqp1-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-omhttpfs-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-omtcl-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-ossl-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-pgsql-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-relp-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-snmp-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-module-udpspoof-8.2406.0-150600.12.3.2.x86_64.rpm rsyslog-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-diag-tools-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-doc-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-dbi-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-elasticsearch-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-gcrypt-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-gssapi-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-gtls-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-kafka-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-mmnormalize-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-mysql-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-omamqp1-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-omhttpfs-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-omtcl-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-ossl-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-pgsql-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-relp-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-snmp-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-module-udpspoof-8.2406.0-150600.12.3.2.s390x.rpm rsyslog-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-diag-tools-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-doc-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-dbi-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-elasticsearch-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-gcrypt-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-gssapi-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-gtls-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-kafka-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-mmnormalize-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-mysql-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-omamqp1-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-omhttpfs-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-omtcl-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-ossl-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-pgsql-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-relp-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-snmp-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-module-udpspoof-8.2406.0-150600.12.3.2.ppc64le.rpm rsyslog-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-diag-tools-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-doc-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-dbi-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-elasticsearch-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-gcrypt-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-gssapi-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-gtls-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-kafka-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-mmnormalize-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-mysql-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-omamqp1-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-omhttpfs-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-omtcl-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-ossl-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-pgsql-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-relp-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-snmp-8.2406.0-150600.12.3.2.aarch64.rpm rsyslog-module-udpspoof-8.2406.0-150600.12.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-3206 Recommended update for snapper moderate SUSE Updates openSUSE-SLE 15.6 This update for snapper fixes the following issues: - handle content-length of stomp in zypper plugin (bsc#1229142) libsnapper-devel-0.8.16-150300.3.9.1.x86_64.rpm libsnapper5-0.8.16-150300.3.9.1.x86_64.rpm pam_snapper-0.8.16-150300.3.9.1.x86_64.rpm snapper-0.8.16-150300.3.9.1.src.rpm snapper-0.8.16-150300.3.9.1.x86_64.rpm snapper-testsuite-0.8.16-150300.3.9.1.x86_64.rpm snapper-zypp-plugin-0.8.16-150300.3.9.1.x86_64.rpm libsnapper-devel-0.8.16-150300.3.9.1.s390x.rpm libsnapper5-0.8.16-150300.3.9.1.s390x.rpm pam_snapper-0.8.16-150300.3.9.1.s390x.rpm snapper-0.8.16-150300.3.9.1.s390x.rpm snapper-testsuite-0.8.16-150300.3.9.1.s390x.rpm snapper-zypp-plugin-0.8.16-150300.3.9.1.s390x.rpm libsnapper-devel-0.8.16-150300.3.9.1.ppc64le.rpm libsnapper5-0.8.16-150300.3.9.1.ppc64le.rpm pam_snapper-0.8.16-150300.3.9.1.ppc64le.rpm snapper-0.8.16-150300.3.9.1.ppc64le.rpm snapper-testsuite-0.8.16-150300.3.9.1.ppc64le.rpm snapper-zypp-plugin-0.8.16-150300.3.9.1.ppc64le.rpm libsnapper-devel-0.8.16-150300.3.9.1.aarch64.rpm libsnapper5-0.8.16-150300.3.9.1.aarch64.rpm pam_snapper-0.8.16-150300.3.9.1.aarch64.rpm snapper-0.8.16-150300.3.9.1.aarch64.rpm snapper-testsuite-0.8.16-150300.3.9.1.aarch64.rpm snapper-zypp-plugin-0.8.16-150300.3.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-3122 Recommended update for go moderate SUSE Updates openSUSE-SLE 15.6 This update for go fixes the following issue: - Update to current stable go1.22 (bsc#1218424). go-1.22-150000.3.35.4.src.rpm go-1.22-150000.3.35.4.x86_64.rpm go-doc-1.22-150000.3.35.4.x86_64.rpm go-race-1.22-150000.3.35.4.x86_64.rpm go-1.22-150000.3.35.4.s390x.rpm go-doc-1.22-150000.3.35.4.s390x.rpm go-race-1.22-150000.3.35.4.s390x.rpm go-1.22-150000.3.35.4.ppc64le.rpm go-doc-1.22-150000.3.35.4.ppc64le.rpm go-race-1.22-150000.3.35.4.ppc64le.rpm go-1.22-150000.3.35.4.aarch64.rpm go-doc-1.22-150000.3.35.4.aarch64.rpm go-race-1.22-150000.3.35.4.aarch64.rpm openSUSE-SLE-15.6-2024-3063 Feature update for suse-fonts moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-fonts fixes the following issues: - Ship the new SUSE font (jsc#PED-10439) suse-fonts-0~20240710-150000.1.3.1.noarch.rpm suse-fonts-0~20240710-150000.1.3.1.src.rpm openSUSE-SLE-15.6-2024-3097 Security update for kubernetes1.28 important SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.28 fixes the following issues: Update kubernetes to version 1.28.13: - CVE-2024-24786: Fixed infinite loop in protojson.Unmarshal in golang-protobuf (bsc#1229867) - CVE-2023-39325: Fixed a flaw that can lead to a DoS due to a rapid stream resets causing excessive work. This is also known as CVE-2023-44487. (bsc#1229869) - CVE-2023-45288: Fixed denial of service due to close connections when receiving too many headers in net/http and x/net/http2 (bsc#1229869) - CVE-2023-44487: Fixed HTTP/2 Rapid Reset attack in net/http (bsc#1229869) Other fixes: - Update go to version v1.22.5 (bsc#1229858) kubernetes1.28-1.28.13-150400.9.8.1.src.rpm kubernetes1.28-apiserver-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-client-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-client-bash-completion-1.28.13-150400.9.8.1.noarch.rpm kubernetes1.28-client-common-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-client-fish-completion-1.28.13-150400.9.8.1.noarch.rpm kubernetes1.28-controller-manager-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-kubeadm-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-kubelet-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-kubelet-common-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-proxy-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-scheduler-1.28.13-150400.9.8.1.x86_64.rpm kubernetes1.28-apiserver-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-client-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-client-common-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-controller-manager-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-kubeadm-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-kubelet-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-kubelet-common-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-proxy-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-scheduler-1.28.13-150400.9.8.1.s390x.rpm kubernetes1.28-apiserver-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-client-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-client-common-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-controller-manager-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-kubeadm-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-kubelet-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-kubelet-common-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-proxy-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-scheduler-1.28.13-150400.9.8.1.ppc64le.rpm kubernetes1.28-apiserver-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-client-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-client-common-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-controller-manager-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-kubeadm-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-kubelet-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-kubelet-common-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-proxy-1.28.13-150400.9.8.1.aarch64.rpm kubernetes1.28-scheduler-1.28.13-150400.9.8.1.aarch64.rpm openSUSE-SLE-15.6-2024-3098 Security update for kubernetes1.27 important SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.27 fixes the following issues: Update kubernetes to version 1.27.16 - CVE-2024-24786: Fixed infinite loop in protojson.Unmarshal in golang-protobuf (bsc#1229867) - CVE-2023-39325: Fixed a flaw that can lead to a DoS due to a rapid stream resets causing excessive work. This is also known as CVE-2023-44487. (bsc#1229869) - CVE-2023-45288: Fixed denial of service due to close connections when receiving too many headers in net/http and x/net/http2 (bsc#1229869) - CVE-2023-44487: Fixed HTTP/2 Rapid Reset attack in net/http (bsc#1229869) Other fixes: - Update go to version v1.22.5 (bsc#1229858) kubernetes1.27-1.27.16-150400.9.10.1.src.rpm kubernetes1.27-apiserver-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-client-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-client-bash-completion-1.27.16-150400.9.10.1.noarch.rpm kubernetes1.27-client-common-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-client-fish-completion-1.27.16-150400.9.10.1.noarch.rpm kubernetes1.27-controller-manager-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-kubeadm-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-kubelet-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-kubelet-common-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-proxy-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-scheduler-1.27.16-150400.9.10.1.x86_64.rpm kubernetes1.27-apiserver-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-client-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-client-common-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-controller-manager-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-kubeadm-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-kubelet-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-kubelet-common-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-proxy-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-scheduler-1.27.16-150400.9.10.1.s390x.rpm kubernetes1.27-apiserver-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-client-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-client-common-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-controller-manager-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-kubeadm-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-kubelet-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-kubelet-common-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-proxy-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-scheduler-1.27.16-150400.9.10.1.ppc64le.rpm kubernetes1.27-apiserver-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-client-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-client-common-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-controller-manager-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-kubeadm-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-kubelet-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-kubelet-common-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-proxy-1.27.16-150400.9.10.1.aarch64.rpm kubernetes1.27-scheduler-1.27.16-150400.9.10.1.aarch64.rpm openSUSE-SLE-15.6-2024-3130 Recommended update for libwebp moderate SUSE Updates openSUSE-SLE 15.6 This update for libwebp fixes the following issue: - added libwebp7-32bit to packagehub for Wine. (bsc#1228322 bsc#1229582) libwebp-1.0.3-150200.3.12.1.src.rpm libwebp-devel-1.0.3-150200.3.12.1.x86_64.rpm libwebp-devel-32bit-1.0.3-150200.3.12.1.x86_64.rpm libwebp-tools-1.0.3-150200.3.12.1.x86_64.rpm libwebp7-1.0.3-150200.3.12.1.x86_64.rpm libwebp7-32bit-1.0.3-150200.3.12.1.x86_64.rpm libwebpdecoder3-1.0.3-150200.3.12.1.x86_64.rpm libwebpdecoder3-32bit-1.0.3-150200.3.12.1.x86_64.rpm libwebpdemux2-1.0.3-150200.3.12.1.x86_64.rpm libwebpdemux2-32bit-1.0.3-150200.3.12.1.x86_64.rpm libwebpmux3-1.0.3-150200.3.12.1.x86_64.rpm libwebpmux3-32bit-1.0.3-150200.3.12.1.x86_64.rpm libwebp-devel-1.0.3-150200.3.12.1.s390x.rpm libwebp-tools-1.0.3-150200.3.12.1.s390x.rpm libwebp7-1.0.3-150200.3.12.1.s390x.rpm libwebpdecoder3-1.0.3-150200.3.12.1.s390x.rpm libwebpdemux2-1.0.3-150200.3.12.1.s390x.rpm libwebpmux3-1.0.3-150200.3.12.1.s390x.rpm libwebp-devel-1.0.3-150200.3.12.1.ppc64le.rpm libwebp-tools-1.0.3-150200.3.12.1.ppc64le.rpm libwebp7-1.0.3-150200.3.12.1.ppc64le.rpm libwebpdecoder3-1.0.3-150200.3.12.1.ppc64le.rpm libwebpdemux2-1.0.3-150200.3.12.1.ppc64le.rpm libwebpmux3-1.0.3-150200.3.12.1.ppc64le.rpm libwebp-devel-1.0.3-150200.3.12.1.aarch64.rpm libwebp-tools-1.0.3-150200.3.12.1.aarch64.rpm libwebp7-1.0.3-150200.3.12.1.aarch64.rpm libwebpdecoder3-1.0.3-150200.3.12.1.aarch64.rpm libwebpdemux2-1.0.3-150200.3.12.1.aarch64.rpm libwebpmux3-1.0.3-150200.3.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-3127 Recommended update for kubevirt, virt-api-container, virt-controller-container, virt-exportproxy-container, virt-exportserver-container, virt-handler-container, virt-launcher-container, virt-libguestfs-tools-container, virt-operator-container, virt-pr-helper-container moderate SUSE Updates openSUSE-SLE 15.6 This update for kubevirt, virt-api-container, virt-controller-container, virt-exportproxy-container, virt-exportserver-container, virt-handler-container, virt-launcher-container, virt-libguestfs-tools-container, virt-operator-container, virt-pr-helper-container fixes the following issues: Update to version 1.3.1 + Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.3.1 - Fix DV error report via VM printable status - Fix permission error in storage migration tests Update to version 1.3.0 + Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.3.0 kubevirt-1.3.1-150600.5.9.1.src.rpm kubevirt-container-disk-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-manifests-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-pr-helper-conf-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-tests-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virt-api-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virt-controller-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virt-exportproxy-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virt-exportserver-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virt-handler-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virt-launcher-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virt-operator-1.3.1-150600.5.9.1.x86_64.rpm kubevirt-virtctl-1.3.1-150600.5.9.1.x86_64.rpm obs-service-kubevirt_containers_meta-1.3.1-150600.5.9.1.x86_64.rpm openSUSE-SLE-15.6-2024-3100 Recommended update for cloud-regionsrv-client important SUSE Updates openSUSE-SLE 15.6 This update for cloud-regionsrv-client contains the following fixes: - Update to 10.3.4: + Modify the message when network access over a specific IP version does not work. This is an informational message and should not look like an error + Inform the user that LTSS registration takes a little longer + Add fix for sles12 no transactional update patch: + SLE 12 family has no products with transactional-update we do not need to look for this condition - From 10.3.3: (bsc#1229472) + Handle changes in process structure to properly identify the running zypper parent process and only check for 1 PID - From 10.3.2: + Remove rgnsrv-clnt-fix-docker-setup patch included upstream - From 10.3.1: (jsc#PCT-400) + Add support for LTSS registration + Add fix for sles12 disable registry: ~ No container support in SLE 12 cloud-regionsrv-client-10.3.4-150300.13.9.1.noarch.rpm cloud-regionsrv-client-10.3.4-150300.13.9.1.src.rpm cloud-regionsrv-client-addon-azure-1.0.5-150300.13.9.1.noarch.rpm cloud-regionsrv-client-generic-config-1.0.0-150300.13.9.1.noarch.rpm cloud-regionsrv-client-plugin-azure-2.0.0-150300.13.9.1.noarch.rpm cloud-regionsrv-client-plugin-ec2-1.0.4-150300.13.9.1.noarch.rpm cloud-regionsrv-client-plugin-gce-1.0.0-150300.13.9.1.noarch.rpm openSUSE-SLE-15.6-2024-3128 Recommended update for cdi-apiserver-container, cdi-cloner-container, cdi-controller-container, cdi-importer-container, cdi-operator-container, cdi-uploadproxy-container, cdi-uploadserver-container, containerized-data-importer moderate SUSE Updates openSUSE-SLE 15.6 This update for cdi-apiserver-container, cdi-cloner-container, cdi-controller-container, cdi-importer-container, cdi-operator-container, cdi-uploadproxy-container, cdi-uploadserver-container, containerized-data-importer fixes the following issues: Update to version 1.60.1 + Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.1 containerized-data-importer-1.60.1-150600.3.9.1.src.rpm containerized-data-importer-api-1.60.1-150600.3.9.1.x86_64.rpm containerized-data-importer-cloner-1.60.1-150600.3.9.1.x86_64.rpm containerized-data-importer-controller-1.60.1-150600.3.9.1.x86_64.rpm containerized-data-importer-importer-1.60.1-150600.3.9.1.x86_64.rpm containerized-data-importer-manifests-1.60.1-150600.3.9.1.x86_64.rpm containerized-data-importer-operator-1.60.1-150600.3.9.1.x86_64.rpm containerized-data-importer-uploadproxy-1.60.1-150600.3.9.1.x86_64.rpm containerized-data-importer-uploadserver-1.60.1-150600.3.9.1.x86_64.rpm obs-service-cdi_containers_meta-1.60.1-150600.3.9.1.x86_64.rpm openSUSE-SLE-15.6-2024-3126 Recommended update for llvm17 moderate SUSE Updates openSUSE-SLE 15.6 This update for llvm17 fixes the following issue: - lld17 and llldb17 are shipped to PackageHub 15 SP6. clang-tools-17.0.6-150600.3.2.1.x86_64.rpm clang17-17.0.6-150600.3.2.1.x86_64.rpm clang17-devel-17.0.6-150600.3.2.1.x86_64.rpm clang17-doc-17.0.6-150600.3.2.1.noarch.rpm libLLVM17-17.0.6-150600.3.2.1.x86_64.rpm libLLVM17-32bit-17.0.6-150600.3.2.1.x86_64.rpm libLTO17-17.0.6-150600.3.2.1.x86_64.rpm libc++-devel-17.0.6-150600.3.2.1.x86_64.rpm libc++1-17.0.6-150600.3.2.1.x86_64.rpm libc++abi-devel-17.0.6-150600.3.2.1.x86_64.rpm libc++abi1-17.0.6-150600.3.2.1.x86_64.rpm libclang-cpp17-17.0.6-150600.3.2.1.x86_64.rpm libclang-cpp17-32bit-17.0.6-150600.3.2.1.x86_64.rpm libclang13-17.0.6-150600.3.2.1.x86_64.rpm liblldb17-17.0.6-150600.3.2.1.x86_64.rpm libomp17-devel-17.0.6-150600.3.2.1.x86_64.rpm lld17-17.0.6-150600.3.2.1.x86_64.rpm lldb17-17.0.6-150600.3.2.1.x86_64.rpm lldb17-devel-17.0.6-150600.3.2.1.x86_64.rpm llvm17-17.0.6-150600.3.2.1.src.rpm llvm17-17.0.6-150600.3.2.1.x86_64.rpm llvm17-devel-17.0.6-150600.3.2.1.x86_64.rpm llvm17-doc-17.0.6-150600.3.2.1.noarch.rpm llvm17-gold-17.0.6-150600.3.2.1.x86_64.rpm llvm17-opt-viewer-17.0.6-150600.3.2.1.noarch.rpm llvm17-polly-17.0.6-150600.3.2.1.x86_64.rpm llvm17-polly-devel-17.0.6-150600.3.2.1.x86_64.rpm llvm17-vim-plugins-17.0.6-150600.3.2.1.noarch.rpm python3-clang17-17.0.6-150600.3.2.1.noarch.rpm python3-lldb17-17.0.6-150600.3.2.1.x86_64.rpm clang-tools-17.0.6-150600.3.2.1.s390x.rpm clang17-17.0.6-150600.3.2.1.s390x.rpm clang17-devel-17.0.6-150600.3.2.1.s390x.rpm libLLVM17-17.0.6-150600.3.2.1.s390x.rpm libLTO17-17.0.6-150600.3.2.1.s390x.rpm libclang-cpp17-17.0.6-150600.3.2.1.s390x.rpm libclang13-17.0.6-150600.3.2.1.s390x.rpm lld17-17.0.6-150600.3.2.1.s390x.rpm llvm17-17.0.6-150600.3.2.1.s390x.rpm llvm17-devel-17.0.6-150600.3.2.1.s390x.rpm llvm17-gold-17.0.6-150600.3.2.1.s390x.rpm llvm17-polly-17.0.6-150600.3.2.1.s390x.rpm llvm17-polly-devel-17.0.6-150600.3.2.1.s390x.rpm clang-tools-17.0.6-150600.3.2.1.ppc64le.rpm clang17-17.0.6-150600.3.2.1.ppc64le.rpm clang17-devel-17.0.6-150600.3.2.1.ppc64le.rpm libLLVM17-17.0.6-150600.3.2.1.ppc64le.rpm libLTO17-17.0.6-150600.3.2.1.ppc64le.rpm libclang-cpp17-17.0.6-150600.3.2.1.ppc64le.rpm libclang13-17.0.6-150600.3.2.1.ppc64le.rpm libomp17-devel-17.0.6-150600.3.2.1.ppc64le.rpm lld17-17.0.6-150600.3.2.1.ppc64le.rpm llvm17-17.0.6-150600.3.2.1.ppc64le.rpm llvm17-devel-17.0.6-150600.3.2.1.ppc64le.rpm llvm17-gold-17.0.6-150600.3.2.1.ppc64le.rpm llvm17-polly-17.0.6-150600.3.2.1.ppc64le.rpm llvm17-polly-devel-17.0.6-150600.3.2.1.ppc64le.rpm clang-tools-17.0.6-150600.3.2.1.aarch64.rpm clang17-17.0.6-150600.3.2.1.aarch64.rpm clang17-devel-17.0.6-150600.3.2.1.aarch64.rpm libLLVM17-17.0.6-150600.3.2.1.aarch64.rpm libLTO17-17.0.6-150600.3.2.1.aarch64.rpm libc++-devel-17.0.6-150600.3.2.1.aarch64.rpm libc++1-17.0.6-150600.3.2.1.aarch64.rpm libc++abi-devel-17.0.6-150600.3.2.1.aarch64.rpm libc++abi1-17.0.6-150600.3.2.1.aarch64.rpm libclang-cpp17-17.0.6-150600.3.2.1.aarch64.rpm libclang13-17.0.6-150600.3.2.1.aarch64.rpm liblldb17-17.0.6-150600.3.2.1.aarch64.rpm libomp17-devel-17.0.6-150600.3.2.1.aarch64.rpm lld17-17.0.6-150600.3.2.1.aarch64.rpm lldb17-17.0.6-150600.3.2.1.aarch64.rpm lldb17-devel-17.0.6-150600.3.2.1.aarch64.rpm llvm17-17.0.6-150600.3.2.1.aarch64.rpm llvm17-devel-17.0.6-150600.3.2.1.aarch64.rpm llvm17-gold-17.0.6-150600.3.2.1.aarch64.rpm llvm17-polly-17.0.6-150600.3.2.1.aarch64.rpm llvm17-polly-devel-17.0.6-150600.3.2.1.aarch64.rpm python3-lldb17-17.0.6-150600.3.2.1.aarch64.rpm openSUSE-SLE-15.6-2024-3125 Recommended update for stunnel moderate SUSE Updates openSUSE-SLE 15.6 This update for stunnel fixes the following issues: - Disable use of the X25519 and X448 elliptic curves in ECDH for now, as they are not valid in FIPS 140-3 currently (bsc#1229826) To use them in non-FIPS mode, you can specify curves in the stunnel configuration file. stunnel-5.70-150600.3.3.1.src.rpm stunnel-5.70-150600.3.3.1.x86_64.rpm stunnel-doc-5.70-150600.3.3.1.noarch.rpm stunnel-5.70-150600.3.3.1.s390x.rpm stunnel-5.70-150600.3.3.1.ppc64le.rpm stunnel-5.70-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3104 Security update for bubblewrap and flatpak important SUSE Updates openSUSE-SLE 15.6 This update for bubblewrap and flatpak fixes the following issues: - CVE-2024-42472: Fixed access to files outside sandbox for apps using persistent (bsc#1229157) bubblewrap-0.8.0-150500.3.6.1.src.rpm bubblewrap-0.8.0-150500.3.6.1.x86_64.rpm bubblewrap-zsh-completion-0.8.0-150500.3.6.1.x86_64.rpm flatpak-1.14.6-150600.3.3.1.src.rpm flatpak-1.14.6-150600.3.3.1.x86_64.rpm flatpak-devel-1.14.6-150600.3.3.1.x86_64.rpm flatpak-remote-flathub-1.14.6-150600.3.3.1.noarch.rpm flatpak-zsh-completion-1.14.6-150600.3.3.1.noarch.rpm libflatpak0-1.14.6-150600.3.3.1.x86_64.rpm system-user-flatpak-1.14.6-150600.3.3.1.noarch.rpm typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.x86_64.rpm bubblewrap-0.8.0-150500.3.6.1.s390x.rpm bubblewrap-zsh-completion-0.8.0-150500.3.6.1.s390x.rpm flatpak-1.14.6-150600.3.3.1.s390x.rpm flatpak-devel-1.14.6-150600.3.3.1.s390x.rpm libflatpak0-1.14.6-150600.3.3.1.s390x.rpm typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.s390x.rpm bubblewrap-0.8.0-150500.3.6.1.ppc64le.rpm bubblewrap-zsh-completion-0.8.0-150500.3.6.1.ppc64le.rpm flatpak-1.14.6-150600.3.3.1.ppc64le.rpm flatpak-devel-1.14.6-150600.3.3.1.ppc64le.rpm libflatpak0-1.14.6-150600.3.3.1.ppc64le.rpm typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.ppc64le.rpm bubblewrap-0.8.0-150500.3.6.1.aarch64.rpm bubblewrap-zsh-completion-0.8.0-150500.3.6.1.aarch64.rpm flatpak-1.14.6-150600.3.3.1.aarch64.rpm flatpak-devel-1.14.6-150600.3.3.1.aarch64.rpm libflatpak0-1.14.6-150600.3.3.1.aarch64.rpm typelib-1_0-Flatpak-1_0-1.14.6-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3205 Recommended update for mariadb moderate SUSE Updates openSUSE-SLE 15.6 This update for mariadb fixes the following issue: - Update to 10.11.9 libmariadbd-devel-10.11.9-150600.4.6.1.x86_64.rpm libmariadbd19-10.11.9-150600.4.6.1.x86_64.rpm mariadb-10.11.9-150600.4.6.1.src.rpm mariadb-10.11.9-150600.4.6.1.x86_64.rpm mariadb-bench-10.11.9-150600.4.6.1.x86_64.rpm mariadb-client-10.11.9-150600.4.6.1.x86_64.rpm mariadb-errormessages-10.11.9-150600.4.6.1.noarch.rpm mariadb-galera-10.11.9-150600.4.6.1.x86_64.rpm mariadb-rpm-macros-10.11.9-150600.4.6.1.x86_64.rpm mariadb-test-10.11.9-150600.4.6.1.x86_64.rpm mariadb-tools-10.11.9-150600.4.6.1.x86_64.rpm libmariadbd-devel-10.11.9-150600.4.6.1.s390x.rpm libmariadbd19-10.11.9-150600.4.6.1.s390x.rpm mariadb-10.11.9-150600.4.6.1.s390x.rpm mariadb-bench-10.11.9-150600.4.6.1.s390x.rpm mariadb-client-10.11.9-150600.4.6.1.s390x.rpm mariadb-galera-10.11.9-150600.4.6.1.s390x.rpm mariadb-rpm-macros-10.11.9-150600.4.6.1.s390x.rpm mariadb-test-10.11.9-150600.4.6.1.s390x.rpm mariadb-tools-10.11.9-150600.4.6.1.s390x.rpm libmariadbd-devel-10.11.9-150600.4.6.1.ppc64le.rpm libmariadbd19-10.11.9-150600.4.6.1.ppc64le.rpm mariadb-10.11.9-150600.4.6.1.ppc64le.rpm mariadb-bench-10.11.9-150600.4.6.1.ppc64le.rpm mariadb-client-10.11.9-150600.4.6.1.ppc64le.rpm mariadb-galera-10.11.9-150600.4.6.1.ppc64le.rpm mariadb-rpm-macros-10.11.9-150600.4.6.1.ppc64le.rpm mariadb-test-10.11.9-150600.4.6.1.ppc64le.rpm mariadb-tools-10.11.9-150600.4.6.1.ppc64le.rpm libmariadbd-devel-10.11.9-150600.4.6.1.aarch64.rpm libmariadbd19-10.11.9-150600.4.6.1.aarch64.rpm mariadb-10.11.9-150600.4.6.1.aarch64.rpm mariadb-bench-10.11.9-150600.4.6.1.aarch64.rpm mariadb-client-10.11.9-150600.4.6.1.aarch64.rpm mariadb-galera-10.11.9-150600.4.6.1.aarch64.rpm mariadb-rpm-macros-10.11.9-150600.4.6.1.aarch64.rpm mariadb-test-10.11.9-150600.4.6.1.aarch64.rpm mariadb-tools-10.11.9-150600.4.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3245 Recommended update for maven, maven-resolver, sbt, xmvn moderate SUSE Updates openSUSE-SLE 15.6 This update for maven, maven-resolver, sbt, xmvn fixes the following issues: maven-resolver was upgraded to version 1.9.22: - Bugs fixed: * Resolver-Supplier unusable in OSGi runtimes * Invalid Cookie set under proxy conditions * In typical setups, DefaultArtifact copies the same maps over and over again * Memory consumption improvements - New Features: * Import o.e.aether packages with the exact same version in OSGi metadata - Improvements: * Removed excessive strictness of OSGi dependency metadata maven was upgraded to version 3.9.9: - Bugs fixed: * Fixed search for topDirectory when using -f / --file for Maven 3.9.x * Fixed Maven not finding extensions for -f when current dir is root * Fixed warning for com.sun:tools:jar that refers to a non-existing file * Fixed profile activation based on OS properties for "mvn site" * Fixed Resolver wrongly assuming it is deploying a plugin by presence of META-INF/maven/plugins.xml in JAR * Fixed missing or mismatching Trusted Checksum for some artifacts is not properly reported * Fixed regression causing Property not resolved in profile pluginManagement sbt, xmvn: - Minor code improvements maven-3.9.9-150200.4.30.1.src.rpm maven-3.9.9-150200.4.30.1.x86_64.rpm maven-javadoc-3.9.9-150200.4.30.1.noarch.rpm maven-lib-3.9.9-150200.4.30.1.x86_64.rpm maven-resolver-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-1.9.22-150200.3.26.1.src.rpm maven-resolver-api-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-connector-basic-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-impl-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-javadoc-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-named-locks-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-spi-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-test-util-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-transport-classpath-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-transport-file-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-transport-http-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-transport-wagon-1.9.22-150200.3.26.1.noarch.rpm maven-resolver-util-1.9.22-150200.3.26.1.noarch.rpm sbt-0.13.18-150200.4.27.4.noarch.rpm sbt-0.13.18-150200.4.27.4.src.rpm sbt-bootstrap-0.13.18-150200.4.27.4.noarch.rpm sbt-bootstrap-0.13.18-150200.4.27.4.src.rpm xmvn-4.2.0-150200.3.27.1.src.rpm xmvn-4.2.0-150200.3.27.1.x86_64.rpm xmvn-api-4.2.0-150200.3.27.1.noarch.rpm xmvn-connector-4.2.0-150200.3.27.1.noarch.rpm xmvn-connector-4.2.0-150200.3.27.1.src.rpm xmvn-connector-javadoc-4.2.0-150200.3.27.1.noarch.rpm xmvn-core-4.2.0-150200.3.27.1.noarch.rpm xmvn-install-4.2.0-150200.3.27.1.noarch.rpm xmvn-minimal-4.2.0-150200.3.27.1.x86_64.rpm xmvn-mojo-4.2.0-150200.3.27.1.noarch.rpm xmvn-mojo-4.2.0-150200.3.27.1.src.rpm xmvn-mojo-javadoc-4.2.0-150200.3.27.1.noarch.rpm xmvn-parent-4.2.0-150200.3.27.1.noarch.rpm xmvn-parent-4.2.0-150200.3.27.1.src.rpm xmvn-resolve-4.2.0-150200.3.27.1.noarch.rpm xmvn-subst-4.2.0-150200.3.27.1.noarch.rpm xmvn-tools-4.2.0-150200.3.27.1.src.rpm xmvn-tools-javadoc-4.2.0-150200.3.27.1.noarch.rpm maven-3.9.9-150200.4.30.1.s390x.rpm maven-lib-3.9.9-150200.4.30.1.s390x.rpm xmvn-4.2.0-150200.3.27.1.s390x.rpm xmvn-minimal-4.2.0-150200.3.27.1.s390x.rpm maven-3.9.9-150200.4.30.1.ppc64le.rpm maven-lib-3.9.9-150200.4.30.1.ppc64le.rpm xmvn-4.2.0-150200.3.27.1.ppc64le.rpm xmvn-minimal-4.2.0-150200.3.27.1.ppc64le.rpm maven-3.9.9-150200.4.30.1.aarch64.rpm maven-lib-3.9.9-150200.4.30.1.aarch64.rpm xmvn-4.2.0-150200.3.27.1.aarch64.rpm xmvn-minimal-4.2.0-150200.3.27.1.aarch64.rpm openSUSE-SLE-15.6-2024-3124 Recommended update for cryptsetup moderate SUSE Updates openSUSE-SLE 15.6 This update for cryptsetup fixes the following issues: - FIPS: Extend the password for PBKDF2 benchmarking to be more than 20 chars to meet FIPS 140-3 requirements (bsc#1229975) cryptsetup-2.7.0-150600.3.3.1.src.rpm cryptsetup-2.7.0-150600.3.3.1.x86_64.rpm cryptsetup-doc-2.7.0-150600.3.3.1.noarch.rpm cryptsetup-lang-2.7.0-150600.3.3.1.noarch.rpm cryptsetup-ssh-2.7.0-150600.3.3.1.x86_64.rpm libcryptsetup-devel-2.7.0-150600.3.3.1.x86_64.rpm libcryptsetup12-2.7.0-150600.3.3.1.x86_64.rpm libcryptsetup12-32bit-2.7.0-150600.3.3.1.x86_64.rpm cryptsetup-2.7.0-150600.3.3.1.s390x.rpm cryptsetup-ssh-2.7.0-150600.3.3.1.s390x.rpm libcryptsetup-devel-2.7.0-150600.3.3.1.s390x.rpm libcryptsetup12-2.7.0-150600.3.3.1.s390x.rpm cryptsetup-2.7.0-150600.3.3.1.ppc64le.rpm cryptsetup-ssh-2.7.0-150600.3.3.1.ppc64le.rpm libcryptsetup-devel-2.7.0-150600.3.3.1.ppc64le.rpm libcryptsetup12-2.7.0-150600.3.3.1.ppc64le.rpm cryptsetup-2.7.0-150600.3.3.1.aarch64.rpm cryptsetup-ssh-2.7.0-150600.3.3.1.aarch64.rpm libcryptsetup-devel-2.7.0-150600.3.3.1.aarch64.rpm libcryptsetup12-2.7.0-150600.3.3.1.aarch64.rpm openSUSE-SLE-15.6-2024-3177 Recommended update for mksusecd important SUSE Updates openSUSE-SLE 15.6 This update for mksusecd fixes the following issues: - Make some compression settings configurable (bsc#1223982, jsc#PED-8374). - Update documentation. - Fix UEFI image rebuild detection (bsc#1227668). - Allow updating kernel in live initrd. - Allow updating kernel in live root, support resizing live root. mksusecd-3.0-150600.3.9.3.src.rpm mksusecd-3.0-150600.3.9.3.x86_64.rpm mksusecd-3.0-150600.3.9.3.s390x.rpm mksusecd-3.0-150600.3.9.3.ppc64le.rpm mksusecd-3.0-150600.3.9.3.aarch64.rpm openSUSE-SLE-15.6-2024-3164 Recommended update for suse-fonts moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-fonts fixes the following issues: Update to v1.000: * Prep for Google Fonts submission * Update copyright * Files ready for GF suse-fonts-1.000-150000.1.6.1.noarch.rpm suse-fonts-1.000-150000.1.6.1.src.rpm openSUSE-SLE-15.6-2024-3163 Security update for gradle moderate SUSE Updates openSUSE-SLE 15.6 This update for gradle fixes the following issues: - CVE-2023-35946: Fixed a dependency issue leading the cache to write files into an unintended location. (bsc#1212930) gradle-4.4.1-150200.3.24.1.src.rpm gradle-4.4.1-150200.3.24.1.x86_64.rpm gradle-4.4.1-150200.3.24.1.s390x.rpm gradle-4.4.1-150200.3.24.1.ppc64le.rpm gradle-4.4.1-150200.3.24.1.aarch64.rpm openSUSE-SLE-15.6-2024-3180 Recommended update for binutils moderate SUSE Updates openSUSE-SLE 15.6 This update for binutils fixes the following issues: Update to current 2.43.1 branch [jsc#PED-10474]: Update to version 2.43: * new .base64 pseudo-op, allowing base64 encoded data as strings * Intel APX: add support for CFCMOV, CCMP, CTEST, zero-upper, NF (APX_F now fully supported) * x86 Intel syntax now warns about more mnemonic suffixes * macros and .irp/.irpc/.rept bodies can use \+ to get at number of times the macro/body was executed * aarch64: support 'armv9.5-a' for -march, add support for LUT and LUT2 * s390: base register operand in D(X,B) and D(L,B) can now be omitted (ala 'D(X,)'); warn when register type doesn't match operand type (use option 'warn-regtype-mismatch=[strict|relaxed|no]' to adjust) * riscv: support various extensions: Zacas, Zcmp, Zfbfmin, Zvfbfmin, Zvfbfwma, Smcsrind/Sscsrind, XCvMem, XCvBi, XCvElw, XSfCease, all at version 1.0; remove support for assembly of privileged spec 1.9.1 (linking support remains) * arm: remove support for some old co-processors: Maverick and FPA * mips: '--trap' now causes either trap or breakpoint instructions to be emitted as per current ISA, instead of always using trap insn and failing when current ISA was incompatible with that * LoongArch: accept .option pseudo-op for fine-grained control of assembly code options; add support for DT_RELR * readelf: now displays RELR relocations in full detail; add -j/--display-section to show just those section(s) content according to their type * objdump/readelf now dump also .eh_frame_hdr (when present) when dumping .eh_frame * gprofng: add event types for AMD Zen3/Zen4 and Intel Ice Lake processors; add minimal support for riscv * linker: - put .got and .got.plt into relro segment - add -z isa-level-report=[none|all|needed|used] to the x86 ELF linker to report needed and used x86-64 ISA levels - add --rosegment option which changes the -z separate-code option so that only one read-only segment is created (instead of two) - add --section-ordering-file <FILE> option to add extra mapping of input sections to output sections - add -plugin-save-temps to store plugin intermediate files permanently Update to version 2.42: * Add support for many aarch64 extensions: SVE2.1, SME2.1, B16B16, RASv2, LSE128, GCS, CHK, SPECRES2, LRCPC3, THE, ITE, D128, XS and flags to enable them: '+fcma', '+jscvt', '+frintts', '+flagm2', '+rcpc2' and '+wfxt' * Add experimantal support for GAS to synthesize call-frame-info for some hand-written asm (--scfi=experimental) on x86-64. * Add support for more x86-64 extensions: APX: 32 GPRs, NDD, PUSH2/POP2, PUSHP/POPP; USER_MSR, AVX10.1, PBNDKB, SM4, SM3, SHA512, AVX-VNNI-INT16. * Add support for more RISC-V extensions: T-Head v2.3.0, CORE-V v1.0, SiFive VCIX v1.0. * BPF assembler: ';' separates statements now, and does not introduce line comments anymore (use '#' or '//' for this). * x86-64 ld: Add '-z mark-plt/-z nomark-plt' to mark PLT entries with dynamic tags. * risc-v ld: Add '--[no-]check-uleb128'. * New linker script directive: REVERSE, to be combined with SORT_BY_NAME or SORT_BY_INIT_PRIORITY, reverses the generated order. * New linker options --warn-execstack-objects (warn only about execstack when input object files request it), and --error-execstack plus --error-rxw-segments to convert the existing warnings into errors. * objdump: Add -Z/--decompress to be used with -s/--full-contents to decompress section contents before displaying. * readelf: Add --extra-sym-info to be used with --symbols (currently prints section name of references section index). * objcopy: Add --set-section-flags for x86_64 to include SHF_X86_64_LARGE. * s390 disassembly: add target-specific disasm option 'insndesc', as in "objdump -M insndesc" to display an instruction description as comment along with the disassembly. - Add binutils-use-less-memory.diff to be a little nicer to 32bit userspace and huge links. [bsc#1216908] - Add libzstd-devel to Requires of binutils-devel. (bsc#1215341) binutils-2.43-150100.7.49.1.src.rpm binutils-2.43-150100.7.49.1.x86_64.rpm binutils-devel-2.43-150100.7.49.1.x86_64.rpm binutils-devel-32bit-2.43-150100.7.49.1.x86_64.rpm binutils-gold-2.43-150100.7.49.1.x86_64.rpm cross-aarch64-binutils-2.43-150100.7.49.1.src.rpm cross-aarch64-binutils-2.43-150100.7.49.1.x86_64.rpm cross-arm-binutils-2.43-150100.7.49.1.src.rpm cross-arm-binutils-2.43-150100.7.49.1.x86_64.rpm cross-avr-binutils-2.43-150100.7.49.1.src.rpm cross-avr-binutils-2.43-150100.7.49.1.x86_64.rpm cross-bpf-binutils-2.43-150100.7.49.1.src.rpm cross-bpf-binutils-2.43-150100.7.49.1.x86_64.rpm cross-epiphany-binutils-2.43-150100.7.49.1.src.rpm cross-epiphany-binutils-2.43-150100.7.49.1.x86_64.rpm cross-hppa-binutils-2.43-150100.7.49.1.src.rpm cross-hppa-binutils-2.43-150100.7.49.1.x86_64.rpm cross-hppa64-binutils-2.43-150100.7.49.1.src.rpm cross-hppa64-binutils-2.43-150100.7.49.1.x86_64.rpm cross-i386-binutils-2.43-150100.7.49.1.src.rpm cross-i386-binutils-2.43-150100.7.49.1.x86_64.rpm cross-ia64-binutils-2.43-150100.7.49.1.src.rpm cross-ia64-binutils-2.43-150100.7.49.1.x86_64.rpm cross-m68k-binutils-2.43-150100.7.49.1.src.rpm cross-m68k-binutils-2.43-150100.7.49.1.x86_64.rpm cross-mips-binutils-2.43-150100.7.49.1.src.rpm cross-mips-binutils-2.43-150100.7.49.1.x86_64.rpm cross-ppc-binutils-2.43-150100.7.49.1.src.rpm cross-ppc-binutils-2.43-150100.7.49.1.x86_64.rpm cross-ppc64-binutils-2.43-150100.7.49.1.src.rpm cross-ppc64-binutils-2.43-150100.7.49.1.x86_64.rpm cross-ppc64le-binutils-2.43-150100.7.49.1.src.rpm cross-ppc64le-binutils-2.43-150100.7.49.1.x86_64.rpm cross-pru-binutils-2.43-150100.7.49.1.src.rpm cross-pru-binutils-2.43-150100.7.49.1.x86_64.rpm cross-riscv64-binutils-2.43-150100.7.49.1.src.rpm cross-riscv64-binutils-2.43-150100.7.49.1.x86_64.rpm cross-rx-binutils-2.43-150100.7.49.1.src.rpm cross-rx-binutils-2.43-150100.7.49.1.x86_64.rpm cross-s390-binutils-2.43-150100.7.49.1.src.rpm cross-s390-binutils-2.43-150100.7.49.1.x86_64.rpm cross-s390x-binutils-2.43-150100.7.49.1.src.rpm cross-s390x-binutils-2.43-150100.7.49.1.x86_64.rpm cross-sparc-binutils-2.43-150100.7.49.1.src.rpm cross-sparc-binutils-2.43-150100.7.49.1.x86_64.rpm cross-sparc64-binutils-2.43-150100.7.49.1.src.rpm cross-sparc64-binutils-2.43-150100.7.49.1.x86_64.rpm cross-spu-binutils-2.43-150100.7.49.1.src.rpm cross-spu-binutils-2.43-150100.7.49.1.x86_64.rpm cross-xtensa-binutils-2.43-150100.7.49.1.src.rpm cross-xtensa-binutils-2.43-150100.7.49.1.x86_64.rpm libctf-nobfd0-2.43-150100.7.49.1.x86_64.rpm libctf0-2.43-150100.7.49.1.x86_64.rpm binutils-2.43-150100.7.49.1.s390x.rpm binutils-devel-2.43-150100.7.49.1.s390x.rpm binutils-gold-2.43-150100.7.49.1.s390x.rpm cross-aarch64-binutils-2.43-150100.7.49.1.s390x.rpm cross-arm-binutils-2.43-150100.7.49.1.s390x.rpm cross-avr-binutils-2.43-150100.7.49.1.s390x.rpm cross-bpf-binutils-2.43-150100.7.49.1.s390x.rpm cross-epiphany-binutils-2.43-150100.7.49.1.s390x.rpm cross-hppa-binutils-2.43-150100.7.49.1.s390x.rpm cross-hppa64-binutils-2.43-150100.7.49.1.s390x.rpm cross-i386-binutils-2.43-150100.7.49.1.s390x.rpm cross-ia64-binutils-2.43-150100.7.49.1.s390x.rpm cross-m68k-binutils-2.43-150100.7.49.1.s390x.rpm cross-mips-binutils-2.43-150100.7.49.1.s390x.rpm cross-ppc-binutils-2.43-150100.7.49.1.s390x.rpm cross-ppc64-binutils-2.43-150100.7.49.1.s390x.rpm cross-ppc64le-binutils-2.43-150100.7.49.1.s390x.rpm cross-pru-binutils-2.43-150100.7.49.1.s390x.rpm cross-riscv64-binutils-2.43-150100.7.49.1.s390x.rpm cross-rx-binutils-2.43-150100.7.49.1.s390x.rpm cross-s390-binutils-2.43-150100.7.49.1.s390x.rpm cross-sparc-binutils-2.43-150100.7.49.1.s390x.rpm cross-sparc64-binutils-2.43-150100.7.49.1.s390x.rpm cross-spu-binutils-2.43-150100.7.49.1.s390x.rpm cross-x86_64-binutils-2.43-150100.7.49.1.s390x.rpm cross-x86_64-binutils-2.43-150100.7.49.1.src.rpm cross-xtensa-binutils-2.43-150100.7.49.1.s390x.rpm libctf-nobfd0-2.43-150100.7.49.1.s390x.rpm libctf0-2.43-150100.7.49.1.s390x.rpm binutils-2.43-150100.7.49.1.ppc64le.rpm binutils-devel-2.43-150100.7.49.1.ppc64le.rpm binutils-gold-2.43-150100.7.49.1.ppc64le.rpm cross-aarch64-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-arm-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-avr-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-bpf-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-epiphany-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-hppa-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-hppa64-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-i386-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-ia64-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-m68k-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-mips-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-ppc-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-ppc64-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-pru-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-riscv64-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-rx-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-s390-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-s390x-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-sparc-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-sparc64-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-spu-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-x86_64-binutils-2.43-150100.7.49.1.ppc64le.rpm cross-xtensa-binutils-2.43-150100.7.49.1.ppc64le.rpm libctf-nobfd0-2.43-150100.7.49.1.ppc64le.rpm libctf0-2.43-150100.7.49.1.ppc64le.rpm binutils-2.43-150100.7.49.1.aarch64.rpm binutils-devel-2.43-150100.7.49.1.aarch64.rpm binutils-gold-2.43-150100.7.49.1.aarch64.rpm cross-arm-binutils-2.43-150100.7.49.1.aarch64.rpm cross-avr-binutils-2.43-150100.7.49.1.aarch64.rpm cross-bpf-binutils-2.43-150100.7.49.1.aarch64.rpm cross-epiphany-binutils-2.43-150100.7.49.1.aarch64.rpm cross-hppa-binutils-2.43-150100.7.49.1.aarch64.rpm cross-hppa64-binutils-2.43-150100.7.49.1.aarch64.rpm cross-i386-binutils-2.43-150100.7.49.1.aarch64.rpm cross-ia64-binutils-2.43-150100.7.49.1.aarch64.rpm cross-m68k-binutils-2.43-150100.7.49.1.aarch64.rpm cross-mips-binutils-2.43-150100.7.49.1.aarch64.rpm cross-ppc-binutils-2.43-150100.7.49.1.aarch64.rpm cross-ppc64-binutils-2.43-150100.7.49.1.aarch64.rpm cross-ppc64le-binutils-2.43-150100.7.49.1.aarch64.rpm cross-pru-binutils-2.43-150100.7.49.1.aarch64.rpm cross-riscv64-binutils-2.43-150100.7.49.1.aarch64.rpm cross-rx-binutils-2.43-150100.7.49.1.aarch64.rpm cross-s390-binutils-2.43-150100.7.49.1.aarch64.rpm cross-s390x-binutils-2.43-150100.7.49.1.aarch64.rpm cross-sparc-binutils-2.43-150100.7.49.1.aarch64.rpm cross-sparc64-binutils-2.43-150100.7.49.1.aarch64.rpm cross-spu-binutils-2.43-150100.7.49.1.aarch64.rpm cross-x86_64-binutils-2.43-150100.7.49.1.aarch64.rpm cross-xtensa-binutils-2.43-150100.7.49.1.aarch64.rpm libctf-nobfd0-2.43-150100.7.49.1.aarch64.rpm libctf0-2.43-150100.7.49.1.aarch64.rpm openSUSE-SLE-15.6-2024-3162 Security update for java-1_8_0-ibm important SUSE Updates openSUSE-SLE 15.6 This update for java-1_8_0-ibm fixes the following issues: - Update to Java 8.0 Service Refresh 8 Fix Pack 30 (bsc#1228346) - CVE-2024-21147: Fixed an array index overflow in RangeCheckElimination. (bsc#1228052) - CVE-2024-21145: Fixed an out-of-bounds access in 2D image handling. (bsc#1228051) - CVE-2024-21140: Fixed a range check elimination pre-loop limit overflow. (bsc#1228048) - CVE-2024-21144: Pack200 increase loading time due to improper header validation. (bsc#1228050) - CVE-2024-21138: Fixed an issue where excessive symbol length can lead to infinite loop. (bsc#1228047) - CVE-2024-21131: Fixed a potential UTF8 size overflow. (bsc#1228046) - CVE-2024-27267: Fixed an Object Request Broker (ORB) remote denial of service. (bsc#1229224) java-1_8_0-ibm-1.8.0_sr8.30-150000.3.92.1.nosrc.rpm java-1_8_0-ibm-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-32bit-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-alsa-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-demo-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-devel-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-devel-32bit-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-plugin-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-src-1.8.0_sr8.30-150000.3.92.1.x86_64.rpm java-1_8_0-ibm-1.8.0_sr8.30-150000.3.92.1.s390x.rpm java-1_8_0-ibm-demo-1.8.0_sr8.30-150000.3.92.1.s390x.rpm java-1_8_0-ibm-devel-1.8.0_sr8.30-150000.3.92.1.s390x.rpm java-1_8_0-ibm-src-1.8.0_sr8.30-150000.3.92.1.s390x.rpm java-1_8_0-ibm-1.8.0_sr8.30-150000.3.92.1.ppc64le.rpm java-1_8_0-ibm-demo-1.8.0_sr8.30-150000.3.92.1.ppc64le.rpm java-1_8_0-ibm-devel-1.8.0_sr8.30-150000.3.92.1.ppc64le.rpm java-1_8_0-ibm-src-1.8.0_sr8.30-150000.3.92.1.ppc64le.rpm openSUSE-SLE-15.6-2024-3140 Security update for java-1_8_0-openj9 important SUSE Updates openSUSE-SLE 15.6 This update for java-1_8_0-openj9 fixes the following issues: - Update to OpenJDK 8u422 build 05 with OpenJ9 0.46.0 virtual machine - CVE-2024-21147: Fixed an array index overflow in RangeCheckElimination. (bsc#1228052) - CVE-2024-21145: Fixed an out-of-bounds access in 2D image handling. (bsc#1228051) - CVE-2024-21140: Fixed a range check elimination pre-loop limit overflow. (bsc#1228048) - CVE-2024-21144: Pack200 increase loading time due to improper header validation. (bsc#1228050) - CVE-2024-21138: Fixed an issue where excessive symbol length can lead to infinite loop. (bsc#1228047) - CVE-2024-21131: Fixed a potential UTF8 size overflow. (bsc#1228046) java-1_8_0-openj9-1.8.0.422-150200.3.48.2.src.rpm java-1_8_0-openj9-1.8.0.422-150200.3.48.2.x86_64.rpm java-1_8_0-openj9-accessibility-1.8.0.422-150200.3.48.2.x86_64.rpm java-1_8_0-openj9-demo-1.8.0.422-150200.3.48.2.x86_64.rpm java-1_8_0-openj9-devel-1.8.0.422-150200.3.48.2.x86_64.rpm java-1_8_0-openj9-headless-1.8.0.422-150200.3.48.2.x86_64.rpm java-1_8_0-openj9-javadoc-1.8.0.422-150200.3.48.2.noarch.rpm java-1_8_0-openj9-src-1.8.0.422-150200.3.48.2.x86_64.rpm java-1_8_0-openj9-1.8.0.422-150200.3.48.2.s390x.rpm java-1_8_0-openj9-accessibility-1.8.0.422-150200.3.48.2.s390x.rpm java-1_8_0-openj9-demo-1.8.0.422-150200.3.48.2.s390x.rpm java-1_8_0-openj9-devel-1.8.0.422-150200.3.48.2.s390x.rpm java-1_8_0-openj9-headless-1.8.0.422-150200.3.48.2.s390x.rpm java-1_8_0-openj9-src-1.8.0.422-150200.3.48.2.s390x.rpm java-1_8_0-openj9-1.8.0.422-150200.3.48.2.ppc64le.rpm java-1_8_0-openj9-accessibility-1.8.0.422-150200.3.48.2.ppc64le.rpm java-1_8_0-openj9-demo-1.8.0.422-150200.3.48.2.ppc64le.rpm java-1_8_0-openj9-devel-1.8.0.422-150200.3.48.2.ppc64le.rpm java-1_8_0-openj9-headless-1.8.0.422-150200.3.48.2.ppc64le.rpm java-1_8_0-openj9-src-1.8.0.422-150200.3.48.2.ppc64le.rpm java-1_8_0-openj9-1.8.0.422-150200.3.48.2.aarch64.rpm java-1_8_0-openj9-accessibility-1.8.0.422-150200.3.48.2.aarch64.rpm java-1_8_0-openj9-demo-1.8.0.422-150200.3.48.2.aarch64.rpm java-1_8_0-openj9-devel-1.8.0.422-150200.3.48.2.aarch64.rpm java-1_8_0-openj9-headless-1.8.0.422-150200.3.48.2.aarch64.rpm java-1_8_0-openj9-src-1.8.0.422-150200.3.48.2.aarch64.rpm openSUSE-SLE-15.6-2024-3239 Recommended update for util-linux moderate SUSE Updates openSUSE-SLE 15.6 This update for util-linux fixes the following issue: - Skip aarch64 decode path for rest of the architectures (bsc#1229476). libblkid-devel-2.39.3-150600.4.12.2.x86_64.rpm libblkid-devel-32bit-2.39.3-150600.4.12.2.x86_64.rpm libblkid-devel-static-2.39.3-150600.4.12.2.x86_64.rpm libblkid1-2.39.3-150600.4.12.2.x86_64.rpm libblkid1-32bit-2.39.3-150600.4.12.2.x86_64.rpm libfdisk-devel-2.39.3-150600.4.12.2.x86_64.rpm libfdisk-devel-32bit-2.39.3-150600.4.12.2.x86_64.rpm libfdisk-devel-static-2.39.3-150600.4.12.2.x86_64.rpm libfdisk1-2.39.3-150600.4.12.2.x86_64.rpm libfdisk1-32bit-2.39.3-150600.4.12.2.x86_64.rpm libmount-devel-2.39.3-150600.4.12.2.x86_64.rpm libmount-devel-32bit-2.39.3-150600.4.12.2.x86_64.rpm libmount-devel-static-2.39.3-150600.4.12.2.x86_64.rpm libmount1-2.39.3-150600.4.12.2.x86_64.rpm libmount1-32bit-2.39.3-150600.4.12.2.x86_64.rpm libsmartcols-devel-2.39.3-150600.4.12.2.x86_64.rpm libsmartcols-devel-32bit-2.39.3-150600.4.12.2.x86_64.rpm libsmartcols-devel-static-2.39.3-150600.4.12.2.x86_64.rpm libsmartcols1-2.39.3-150600.4.12.2.x86_64.rpm libsmartcols1-32bit-2.39.3-150600.4.12.2.x86_64.rpm libuuid-devel-2.39.3-150600.4.12.2.x86_64.rpm libuuid-devel-32bit-2.39.3-150600.4.12.2.x86_64.rpm libuuid-devel-static-2.39.3-150600.4.12.2.x86_64.rpm libuuid1-2.39.3-150600.4.12.2.x86_64.rpm libuuid1-32bit-2.39.3-150600.4.12.2.x86_64.rpm python-libmount-2.39.3-150600.4.12.2.src.rpm python3-libmount-2.39.3-150600.4.12.2.x86_64.rpm util-linux-2.39.3-150600.4.12.2.src.rpm util-linux-2.39.3-150600.4.12.2.x86_64.rpm util-linux-lang-2.39.3-150600.4.12.2.noarch.rpm util-linux-systemd-2.39.3-150600.4.12.2.src.rpm util-linux-systemd-2.39.3-150600.4.12.2.x86_64.rpm util-linux-tty-tools-2.39.3-150600.4.12.2.x86_64.rpm uuidd-2.39.3-150600.4.12.2.x86_64.rpm libblkid-devel-2.39.3-150600.4.12.2.s390x.rpm libblkid-devel-static-2.39.3-150600.4.12.2.s390x.rpm libblkid1-2.39.3-150600.4.12.2.s390x.rpm libfdisk-devel-2.39.3-150600.4.12.2.s390x.rpm libfdisk-devel-static-2.39.3-150600.4.12.2.s390x.rpm libfdisk1-2.39.3-150600.4.12.2.s390x.rpm libmount-devel-2.39.3-150600.4.12.2.s390x.rpm libmount-devel-static-2.39.3-150600.4.12.2.s390x.rpm libmount1-2.39.3-150600.4.12.2.s390x.rpm libsmartcols-devel-2.39.3-150600.4.12.2.s390x.rpm libsmartcols-devel-static-2.39.3-150600.4.12.2.s390x.rpm libsmartcols1-2.39.3-150600.4.12.2.s390x.rpm libuuid-devel-2.39.3-150600.4.12.2.s390x.rpm libuuid-devel-static-2.39.3-150600.4.12.2.s390x.rpm libuuid1-2.39.3-150600.4.12.2.s390x.rpm python3-libmount-2.39.3-150600.4.12.2.s390x.rpm util-linux-2.39.3-150600.4.12.2.s390x.rpm util-linux-systemd-2.39.3-150600.4.12.2.s390x.rpm util-linux-tty-tools-2.39.3-150600.4.12.2.s390x.rpm uuidd-2.39.3-150600.4.12.2.s390x.rpm libblkid-devel-2.39.3-150600.4.12.2.ppc64le.rpm libblkid-devel-static-2.39.3-150600.4.12.2.ppc64le.rpm libblkid1-2.39.3-150600.4.12.2.ppc64le.rpm libfdisk-devel-2.39.3-150600.4.12.2.ppc64le.rpm libfdisk-devel-static-2.39.3-150600.4.12.2.ppc64le.rpm libfdisk1-2.39.3-150600.4.12.2.ppc64le.rpm libmount-devel-2.39.3-150600.4.12.2.ppc64le.rpm libmount-devel-static-2.39.3-150600.4.12.2.ppc64le.rpm libmount1-2.39.3-150600.4.12.2.ppc64le.rpm libsmartcols-devel-2.39.3-150600.4.12.2.ppc64le.rpm libsmartcols-devel-static-2.39.3-150600.4.12.2.ppc64le.rpm libsmartcols1-2.39.3-150600.4.12.2.ppc64le.rpm libuuid-devel-2.39.3-150600.4.12.2.ppc64le.rpm libuuid-devel-static-2.39.3-150600.4.12.2.ppc64le.rpm libuuid1-2.39.3-150600.4.12.2.ppc64le.rpm python3-libmount-2.39.3-150600.4.12.2.ppc64le.rpm util-linux-2.39.3-150600.4.12.2.ppc64le.rpm util-linux-systemd-2.39.3-150600.4.12.2.ppc64le.rpm util-linux-tty-tools-2.39.3-150600.4.12.2.ppc64le.rpm uuidd-2.39.3-150600.4.12.2.ppc64le.rpm libblkid-devel-2.39.3-150600.4.12.2.aarch64.rpm libblkid-devel-static-2.39.3-150600.4.12.2.aarch64.rpm libblkid1-2.39.3-150600.4.12.2.aarch64.rpm libfdisk-devel-2.39.3-150600.4.12.2.aarch64.rpm libfdisk-devel-static-2.39.3-150600.4.12.2.aarch64.rpm libfdisk1-2.39.3-150600.4.12.2.aarch64.rpm libmount-devel-2.39.3-150600.4.12.2.aarch64.rpm libmount-devel-static-2.39.3-150600.4.12.2.aarch64.rpm libmount1-2.39.3-150600.4.12.2.aarch64.rpm libsmartcols-devel-2.39.3-150600.4.12.2.aarch64.rpm libsmartcols-devel-static-2.39.3-150600.4.12.2.aarch64.rpm libsmartcols1-2.39.3-150600.4.12.2.aarch64.rpm libuuid-devel-2.39.3-150600.4.12.2.aarch64.rpm libuuid-devel-static-2.39.3-150600.4.12.2.aarch64.rpm libuuid1-2.39.3-150600.4.12.2.aarch64.rpm python3-libmount-2.39.3-150600.4.12.2.aarch64.rpm util-linux-2.39.3-150600.4.12.2.aarch64.rpm util-linux-systemd-2.39.3-150600.4.12.2.aarch64.rpm util-linux-tty-tools-2.39.3-150600.4.12.2.aarch64.rpm uuidd-2.39.3-150600.4.12.2.aarch64.rpm openSUSE-SLE-15.6-2024-3237 Recommended update for util-linux moderate SUSE Updates openSUSE-SLE 15.6 This update for util-linux fixes the following issue: - Skip aarch64 decode path for rest of the architectures (bsc#1229476). python3-libmount-2.37.4-150500.9.17.2.src.rpm openSUSE-SLE-15.6-2024-3161 Security update for python-Django important SUSE Updates openSUSE-SLE 15.6 This update for python-Django fixes the following issues: - CVE-2024-45230: Fixed potential denial-of-service vulnerability in django.utils.html.urlize(). (bsc#1229823) - CVE-2024-45231: Fixed potential user email enumeration via response status on password reset. (bsc#1229824) python-Django-4.2.11-150600.3.9.1.src.rpm python311-Django-4.2.11-150600.3.9.1.noarch.rpm openSUSE-SLE-15.6-2024-3246 Recommended update for beust-jcommander moderate SUSE Updates openSUSE-SLE 15.6 This update for beust-jcommander fixes the following issues: - beust-jcommander was upgraded to version 1.83: * Fixed Docs Timestamp * Fixed JCommander does not recognize command by alias * Fixed missing null check * Renamed IRule to IParametersValidator * Added the new interface IRule, and the new rules attribute to @Paramters * Fixed @-syntax not working with command objects * Fixed regression with removed usage methods * Add OSGi entries in MANIFEST.MF during jar creation beust-jcommander-1.83-150200.3.13.1.noarch.rpm beust-jcommander-1.83-150200.3.13.1.src.rpm beust-jcommander-javadoc-1.83-150200.3.13.1.noarch.rpm openSUSE-SLE-15.6-2024-3232 Recommended update for qemu moderate SUSE Updates openSUSE-SLE 15.6 This update for qemu fixes the following issues: * Reschedule query-block during qcow2 invalidation (bsc#1221812) qemu-8.2.6-150600.3.12.1.src.rpm qemu-8.2.6-150600.3.12.1.x86_64.rpm qemu-SLOF-8.2.6-150600.3.12.1.noarch.rpm qemu-accel-qtest-8.2.6-150600.3.12.1.x86_64.rpm qemu-accel-tcg-x86-8.2.6-150600.3.12.1.x86_64.rpm qemu-arm-8.2.6-150600.3.12.1.x86_64.rpm qemu-audio-alsa-8.2.6-150600.3.12.1.x86_64.rpm qemu-audio-dbus-8.2.6-150600.3.12.1.x86_64.rpm qemu-audio-jack-8.2.6-150600.3.12.1.x86_64.rpm qemu-audio-pa-8.2.6-150600.3.12.1.x86_64.rpm qemu-audio-pipewire-8.2.6-150600.3.12.1.x86_64.rpm qemu-audio-spice-8.2.6-150600.3.12.1.x86_64.rpm qemu-block-curl-8.2.6-150600.3.12.1.x86_64.rpm qemu-block-dmg-8.2.6-150600.3.12.1.x86_64.rpm qemu-block-gluster-8.2.6-150600.3.12.1.x86_64.rpm qemu-block-iscsi-8.2.6-150600.3.12.1.x86_64.rpm qemu-block-nfs-8.2.6-150600.3.12.1.x86_64.rpm qemu-block-rbd-8.2.6-150600.3.12.1.x86_64.rpm qemu-block-ssh-8.2.6-150600.3.12.1.x86_64.rpm qemu-chardev-baum-8.2.6-150600.3.12.1.x86_64.rpm qemu-chardev-spice-8.2.6-150600.3.12.1.x86_64.rpm qemu-doc-8.2.6-150600.3.12.1.noarch.rpm qemu-extra-8.2.6-150600.3.12.1.x86_64.rpm qemu-guest-agent-8.2.6-150600.3.12.1.x86_64.rpm qemu-headless-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-display-qxl-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-usb-host-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-usb-redirect-8.2.6-150600.3.12.1.x86_64.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.12.1.x86_64.rpm qemu-img-8.2.6-150600.3.12.1.x86_64.rpm qemu-ipxe-8.2.6-150600.3.12.1.noarch.rpm qemu-ivshmem-tools-8.2.6-150600.3.12.1.x86_64.rpm qemu-ksm-8.2.6-150600.3.12.1.x86_64.rpm qemu-lang-8.2.6-150600.3.12.1.x86_64.rpm qemu-linux-user-8.2.6-150600.3.12.1.src.rpm qemu-linux-user-8.2.6-150600.3.12.1.x86_64.rpm qemu-microvm-8.2.6-150600.3.12.1.noarch.rpm qemu-ppc-8.2.6-150600.3.12.1.x86_64.rpm qemu-pr-helper-8.2.6-150600.3.12.1.x86_64.rpm qemu-s390x-8.2.6-150600.3.12.1.x86_64.rpm qemu-seabios-8.2.61.16.3_3_ga95067eb-150600.3.12.1.noarch.rpm qemu-skiboot-8.2.6-150600.3.12.1.noarch.rpm qemu-spice-8.2.6-150600.3.12.1.x86_64.rpm qemu-tools-8.2.6-150600.3.12.1.x86_64.rpm qemu-ui-curses-8.2.6-150600.3.12.1.x86_64.rpm qemu-ui-dbus-8.2.6-150600.3.12.1.x86_64.rpm qemu-ui-gtk-8.2.6-150600.3.12.1.x86_64.rpm qemu-ui-opengl-8.2.6-150600.3.12.1.x86_64.rpm qemu-ui-spice-app-8.2.6-150600.3.12.1.x86_64.rpm qemu-ui-spice-core-8.2.6-150600.3.12.1.x86_64.rpm qemu-vgabios-8.2.61.16.3_3_ga95067eb-150600.3.12.1.noarch.rpm qemu-vhost-user-gpu-8.2.6-150600.3.12.1.x86_64.rpm qemu-x86-8.2.6-150600.3.12.1.x86_64.rpm qemu-8.2.6-150600.3.12.1.s390x.rpm qemu-accel-qtest-8.2.6-150600.3.12.1.s390x.rpm qemu-accel-tcg-x86-8.2.6-150600.3.12.1.s390x.rpm qemu-arm-8.2.6-150600.3.12.1.s390x.rpm qemu-audio-alsa-8.2.6-150600.3.12.1.s390x.rpm qemu-audio-dbus-8.2.6-150600.3.12.1.s390x.rpm qemu-audio-jack-8.2.6-150600.3.12.1.s390x.rpm qemu-audio-pa-8.2.6-150600.3.12.1.s390x.rpm qemu-audio-pipewire-8.2.6-150600.3.12.1.s390x.rpm qemu-audio-spice-8.2.6-150600.3.12.1.s390x.rpm qemu-block-curl-8.2.6-150600.3.12.1.s390x.rpm qemu-block-dmg-8.2.6-150600.3.12.1.s390x.rpm qemu-block-gluster-8.2.6-150600.3.12.1.s390x.rpm qemu-block-iscsi-8.2.6-150600.3.12.1.s390x.rpm qemu-block-nfs-8.2.6-150600.3.12.1.s390x.rpm qemu-block-rbd-8.2.6-150600.3.12.1.s390x.rpm qemu-block-ssh-8.2.6-150600.3.12.1.s390x.rpm qemu-chardev-baum-8.2.6-150600.3.12.1.s390x.rpm qemu-chardev-spice-8.2.6-150600.3.12.1.s390x.rpm qemu-extra-8.2.6-150600.3.12.1.s390x.rpm qemu-guest-agent-8.2.6-150600.3.12.1.s390x.rpm qemu-headless-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-display-qxl-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-usb-host-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-usb-redirect-8.2.6-150600.3.12.1.s390x.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.12.1.s390x.rpm qemu-img-8.2.6-150600.3.12.1.s390x.rpm qemu-ivshmem-tools-8.2.6-150600.3.12.1.s390x.rpm qemu-ksm-8.2.6-150600.3.12.1.s390x.rpm qemu-lang-8.2.6-150600.3.12.1.s390x.rpm qemu-linux-user-8.2.6-150600.3.12.1.s390x.rpm qemu-ppc-8.2.6-150600.3.12.1.s390x.rpm qemu-pr-helper-8.2.6-150600.3.12.1.s390x.rpm qemu-s390x-8.2.6-150600.3.12.1.s390x.rpm qemu-spice-8.2.6-150600.3.12.1.s390x.rpm qemu-tools-8.2.6-150600.3.12.1.s390x.rpm qemu-ui-curses-8.2.6-150600.3.12.1.s390x.rpm qemu-ui-dbus-8.2.6-150600.3.12.1.s390x.rpm qemu-ui-gtk-8.2.6-150600.3.12.1.s390x.rpm qemu-ui-opengl-8.2.6-150600.3.12.1.s390x.rpm qemu-ui-spice-app-8.2.6-150600.3.12.1.s390x.rpm qemu-ui-spice-core-8.2.6-150600.3.12.1.s390x.rpm qemu-vhost-user-gpu-8.2.6-150600.3.12.1.s390x.rpm qemu-x86-8.2.6-150600.3.12.1.s390x.rpm qemu-8.2.6-150600.3.12.1.ppc64le.rpm qemu-accel-qtest-8.2.6-150600.3.12.1.ppc64le.rpm qemu-accel-tcg-x86-8.2.6-150600.3.12.1.ppc64le.rpm qemu-arm-8.2.6-150600.3.12.1.ppc64le.rpm qemu-audio-alsa-8.2.6-150600.3.12.1.ppc64le.rpm qemu-audio-dbus-8.2.6-150600.3.12.1.ppc64le.rpm qemu-audio-jack-8.2.6-150600.3.12.1.ppc64le.rpm qemu-audio-pa-8.2.6-150600.3.12.1.ppc64le.rpm qemu-audio-pipewire-8.2.6-150600.3.12.1.ppc64le.rpm qemu-audio-spice-8.2.6-150600.3.12.1.ppc64le.rpm qemu-block-curl-8.2.6-150600.3.12.1.ppc64le.rpm qemu-block-dmg-8.2.6-150600.3.12.1.ppc64le.rpm qemu-block-gluster-8.2.6-150600.3.12.1.ppc64le.rpm qemu-block-iscsi-8.2.6-150600.3.12.1.ppc64le.rpm qemu-block-nfs-8.2.6-150600.3.12.1.ppc64le.rpm qemu-block-rbd-8.2.6-150600.3.12.1.ppc64le.rpm qemu-block-ssh-8.2.6-150600.3.12.1.ppc64le.rpm qemu-chardev-baum-8.2.6-150600.3.12.1.ppc64le.rpm qemu-chardev-spice-8.2.6-150600.3.12.1.ppc64le.rpm qemu-extra-8.2.6-150600.3.12.1.ppc64le.rpm qemu-guest-agent-8.2.6-150600.3.12.1.ppc64le.rpm qemu-headless-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-display-qxl-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-usb-host-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-usb-redirect-8.2.6-150600.3.12.1.ppc64le.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.12.1.ppc64le.rpm qemu-img-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ivshmem-tools-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ksm-8.2.6-150600.3.12.1.ppc64le.rpm qemu-lang-8.2.6-150600.3.12.1.ppc64le.rpm qemu-linux-user-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ppc-8.2.6-150600.3.12.1.ppc64le.rpm qemu-pr-helper-8.2.6-150600.3.12.1.ppc64le.rpm qemu-s390x-8.2.6-150600.3.12.1.ppc64le.rpm qemu-spice-8.2.6-150600.3.12.1.ppc64le.rpm qemu-tools-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ui-curses-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ui-dbus-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ui-gtk-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ui-opengl-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ui-spice-app-8.2.6-150600.3.12.1.ppc64le.rpm qemu-ui-spice-core-8.2.6-150600.3.12.1.ppc64le.rpm qemu-vhost-user-gpu-8.2.6-150600.3.12.1.ppc64le.rpm qemu-x86-8.2.6-150600.3.12.1.ppc64le.rpm qemu-8.2.6-150600.3.12.1.aarch64.rpm qemu-accel-qtest-8.2.6-150600.3.12.1.aarch64.rpm qemu-accel-tcg-x86-8.2.6-150600.3.12.1.aarch64.rpm qemu-arm-8.2.6-150600.3.12.1.aarch64.rpm qemu-audio-alsa-8.2.6-150600.3.12.1.aarch64.rpm qemu-audio-dbus-8.2.6-150600.3.12.1.aarch64.rpm qemu-audio-jack-8.2.6-150600.3.12.1.aarch64.rpm qemu-audio-pa-8.2.6-150600.3.12.1.aarch64.rpm qemu-audio-pipewire-8.2.6-150600.3.12.1.aarch64.rpm qemu-audio-spice-8.2.6-150600.3.12.1.aarch64.rpm qemu-block-curl-8.2.6-150600.3.12.1.aarch64.rpm qemu-block-dmg-8.2.6-150600.3.12.1.aarch64.rpm qemu-block-gluster-8.2.6-150600.3.12.1.aarch64.rpm qemu-block-iscsi-8.2.6-150600.3.12.1.aarch64.rpm qemu-block-nfs-8.2.6-150600.3.12.1.aarch64.rpm qemu-block-rbd-8.2.6-150600.3.12.1.aarch64.rpm qemu-block-ssh-8.2.6-150600.3.12.1.aarch64.rpm qemu-chardev-baum-8.2.6-150600.3.12.1.aarch64.rpm qemu-chardev-spice-8.2.6-150600.3.12.1.aarch64.rpm qemu-extra-8.2.6-150600.3.12.1.aarch64.rpm qemu-guest-agent-8.2.6-150600.3.12.1.aarch64.rpm qemu-headless-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-display-qxl-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-display-virtio-gpu-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-display-virtio-gpu-pci-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-display-virtio-vga-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-s390x-virtio-gpu-ccw-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-usb-host-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-usb-redirect-8.2.6-150600.3.12.1.aarch64.rpm qemu-hw-usb-smartcard-8.2.6-150600.3.12.1.aarch64.rpm qemu-img-8.2.6-150600.3.12.1.aarch64.rpm qemu-ivshmem-tools-8.2.6-150600.3.12.1.aarch64.rpm qemu-ksm-8.2.6-150600.3.12.1.aarch64.rpm qemu-lang-8.2.6-150600.3.12.1.aarch64.rpm qemu-linux-user-8.2.6-150600.3.12.1.aarch64.rpm qemu-ppc-8.2.6-150600.3.12.1.aarch64.rpm qemu-pr-helper-8.2.6-150600.3.12.1.aarch64.rpm qemu-s390x-8.2.6-150600.3.12.1.aarch64.rpm qemu-spice-8.2.6-150600.3.12.1.aarch64.rpm qemu-tools-8.2.6-150600.3.12.1.aarch64.rpm qemu-ui-curses-8.2.6-150600.3.12.1.aarch64.rpm qemu-ui-dbus-8.2.6-150600.3.12.1.aarch64.rpm qemu-ui-gtk-8.2.6-150600.3.12.1.aarch64.rpm qemu-ui-opengl-8.2.6-150600.3.12.1.aarch64.rpm qemu-ui-spice-app-8.2.6-150600.3.12.1.aarch64.rpm qemu-ui-spice-core-8.2.6-150600.3.12.1.aarch64.rpm qemu-vhost-user-gpu-8.2.6-150600.3.12.1.aarch64.rpm qemu-x86-8.2.6-150600.3.12.1.aarch64.rpm openSUSE-SLE-15.6-2024-3235 Recommended update for grub2 moderate SUSE Updates openSUSE-SLE 15.6 This update for grub2 fixes the following issues: - Fix failure in bli module (bsc#1226497) grub2-2.12-150600.8.6.1.src.rpm grub2-2.12-150600.8.6.1.x86_64.rpm grub2-arm64-efi-2.12-150600.8.6.1.noarch.rpm grub2-arm64-efi-debug-2.12-150600.8.6.1.noarch.rpm grub2-arm64-efi-extras-2.12-150600.8.6.1.noarch.rpm grub2-branding-upstream-2.12-150600.8.6.1.x86_64.rpm grub2-i386-pc-2.12-150600.8.6.1.noarch.rpm grub2-i386-pc-debug-2.12-150600.8.6.1.noarch.rpm grub2-i386-pc-extras-2.12-150600.8.6.1.noarch.rpm grub2-powerpc-ieee1275-2.12-150600.8.6.1.noarch.rpm grub2-powerpc-ieee1275-debug-2.12-150600.8.6.1.noarch.rpm grub2-powerpc-ieee1275-extras-2.12-150600.8.6.1.noarch.rpm grub2-snapper-plugin-2.12-150600.8.6.1.noarch.rpm grub2-systemd-sleep-plugin-2.12-150600.8.6.1.noarch.rpm grub2-x86_64-efi-2.12-150600.8.6.1.noarch.rpm grub2-x86_64-efi-debug-2.12-150600.8.6.1.noarch.rpm grub2-x86_64-efi-extras-2.12-150600.8.6.1.noarch.rpm grub2-x86_64-xen-2.12-150600.8.6.1.noarch.rpm grub2-x86_64-xen-extras-2.12-150600.8.6.1.noarch.rpm grub2-2.12-150600.8.6.1.s390x.rpm grub2-branding-upstream-2.12-150600.8.6.1.s390x.rpm grub2-s390x-emu-2.12-150600.8.6.1.s390x.rpm grub2-s390x-emu-debug-2.12-150600.8.6.1.s390x.rpm grub2-s390x-emu-extras-2.12-150600.8.6.1.noarch.rpm grub2-2.12-150600.8.6.1.ppc64le.rpm grub2-branding-upstream-2.12-150600.8.6.1.ppc64le.rpm grub2-2.12-150600.8.6.1.aarch64.rpm grub2-branding-upstream-2.12-150600.8.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3247 Recommended update for hamcrest moderate SUSE Updates openSUSE-SLE 15.6 This update for hamcrest fixes the following issues: - hamcrest was updated to version 3.0: * Breaking Changes: + From version 3.0, the jar distributed to Maven Central is now compiled to Java 1.8 bytecode, and is not compatible with previous versions of Java. Developers who use Java 1.7 earlier can still depend upon hamcrest-2.2.jar. * Improvements: + FileMatchersTest simplification + License cleanup hamcrest-3.0-150200.12.20.1.noarch.rpm hamcrest-3.0-150200.12.20.1.src.rpm hamcrest-javadoc-3.0-150200.12.20.1.noarch.rpm openSUSE-SLE-15.6-2024-3151 Security update for buildah important SUSE Updates openSUSE-SLE 15.6 This update for buildah fixes the following issues: Update to version 1.35.4: * Bump to Buildah v1.35.4 * CVE-2024-3727 updates (bsc#1224117) * integration test: handle new labels in "bud and test --unsetlabel" * Bump go-jose CVE-2024-28180 * Bump ocicrypt and go-jose CVE-2024-28180 Update to version 1.35.3: * correctly configure /etc/hosts and resolv.conf * buildah: refactor resolv/hosts setup. * CVE-2024-24786 protobuf to 1.33 Update to version 1.35.1: * CVE-2024-1753 container escape fix (bsc#1221677) - Buildah dropped cni support, require netavark instead (bsc#1221243) - Remove obsolete requires libcontainers-image & libcontainers-storage - Require passt for rootless networking (poo#156955) Buildah moved to passt/pasta for rootless networking from slirp4netns (https://github.com/containers/common/pull/1846) Update to version 1.35.0: * Bump c/common v0.58.0, c/image v5.30.0, c/storage v1.53.0 * conformance tests: don't break on trailing zeroes in layer blobs * Add a conformance test for copying to a mounted prior stage * cgroups: reuse version check from c/common * Update vendor of containers/(common,image) * manifest add: complain if we get artifact flags without --artifact * Use retry logic from containers/common * Vendor in containers/(storage,image,common) * Update module golang.org/x/crypto to v0.20.0 * Add comment re: Total Success task name * tests: skip_if_no_unshare(): check for --setuid * Properly handle build --pull=false * [skip-ci] Update tim-actions/get-pr-commits action to v1.3.1 * Update module go.etcd.io/bbolt to v1.3.9 * Revert "Reduce official image size" * Update module github.com/opencontainers/image-spec to v1.1.0 * Reduce official image size * Build with CNI support on FreeBSD * build --all-platforms: skip some base "image" platforms * Bump main to v1.35.0-dev * Vendor in latest containers/(storage,image,common) * Split up error messages for missing --sbom related flags * `buildah manifest`: add artifact-related options * cmd/buildah/manifest.go: lock lists before adding/annotating/pushing * cmd/buildah/manifest.go: don't make struct declarations aliases * Use golang.org/x/exp/slices.Contains * Disable loong64 again * Fix a couple of typos in one-line comments * egrep is obsolescent; use grep -E * Try Cirrus with a newer VM version * Set CONTAINERS_CONF in the chroot-mount-flags integration test * Update to match dependency API update * Update github.com/openshift/imagebuilder and containers/common * docs: correct default authfile path * tests: retrofit test for heredoc summary * build, heredoc: show heredoc summary in build output * manifest, push: add support for --retry and --retry-delay * imagebuildah: fix crash with empty RUN * Make buildah match podman for handling of ulimits * docs: move footnotes to where they're applicable * Allow users to specify no-dereference * docs: use reversed logo for dark theme in README * build,commit: add --sbom to scan and produce SBOMs when committing * commit: force omitHistory if the parent has layers but no history * docs: fix a couple of typos * internal/mkcw.Archive(): handle extra image content * stage_executor,heredoc: honor interpreter in heredoc * stage_executor,layers: burst cache if heredoc content is changed * Replace map[K]bool with map[K]struct{} where it makes sense * Replace strings.SplitN with strings.Cut * Document use of containers-transports values in buildah * manifest: addCompression use default from containers.conf * commit: add a --add-file flag * mkcw: populate the rootfs using an overlay * Ignore errors if label.Relabel returns ENOSUP buildah-1.35.4-150500.3.10.1.src.rpm buildah-1.35.4-150500.3.10.1.x86_64.rpm buildah-1.35.4-150500.3.10.1.s390x.rpm buildah-1.35.4-150500.3.10.1.ppc64le.rpm buildah-1.35.4-150500.3.10.1.aarch64.rpm openSUSE-SLE-15.6-2024-3157 Security update for MozillaFirefox important SUSE Updates openSUSE-SLE 15.6 This update for MozillaFirefox fixes the following issues: - Update to Firefox Extended Support Release 128.2.0 ESR (bsc#1229821) - CVE-2024-8381: Type confusion when looking up a property name in a 'with' block - CVE-2024-8382: Internal event interfaces were exposed to web content when browser EventHandler listener callbacks ran - CVE-2024-8383: Firefox did not ask before openings news: links in an external application - CVE-2024-8384: Garbage collection could mis-color cross-compartment objects in OOM conditions - CVE-2024-8385: WASM type confusion involving ArrayTypes - CVE-2024-8386: SelectElements could be shown over another site if popups are allowed - CVE-2024-8387: Memory safety bugs fixed in Firefox 130, Firefox ESR 128.2, and Thunderbird 128.2 MozillaFirefox-128.2.0-150200.152.149.1.src.rpm MozillaFirefox-128.2.0-150200.152.149.1.x86_64.rpm MozillaFirefox-branding-upstream-128.2.0-150200.152.149.1.x86_64.rpm MozillaFirefox-devel-128.2.0-150200.152.149.1.noarch.rpm MozillaFirefox-translations-common-128.2.0-150200.152.149.1.x86_64.rpm MozillaFirefox-translations-other-128.2.0-150200.152.149.1.x86_64.rpm MozillaFirefox-128.2.0-150200.152.149.1.s390x.rpm MozillaFirefox-branding-upstream-128.2.0-150200.152.149.1.s390x.rpm MozillaFirefox-translations-common-128.2.0-150200.152.149.1.s390x.rpm MozillaFirefox-translations-other-128.2.0-150200.152.149.1.s390x.rpm MozillaFirefox-128.2.0-150200.152.149.1.ppc64le.rpm MozillaFirefox-branding-upstream-128.2.0-150200.152.149.1.ppc64le.rpm MozillaFirefox-translations-common-128.2.0-150200.152.149.1.ppc64le.rpm MozillaFirefox-translations-other-128.2.0-150200.152.149.1.ppc64le.rpm MozillaFirefox-128.2.0-150200.152.149.1.aarch64.rpm MozillaFirefox-branding-upstream-128.2.0-150200.152.149.1.aarch64.rpm MozillaFirefox-translations-common-128.2.0-150200.152.149.1.aarch64.rpm MozillaFirefox-translations-other-128.2.0-150200.152.149.1.aarch64.rpm openSUSE-SLE-15.6-2024-3159 Security update for postgresql16 important SUSE Updates openSUSE-SLE 15.6 This update for postgresql16 fixes the following issues: - Upgrade to 16.4 (bsc#1229013) - CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013) - CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See the release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038) libecpg6-16.4-150600.16.5.1.x86_64.rpm libecpg6-32bit-16.4-150600.16.5.1.x86_64.rpm libpq5-16.4-150600.16.5.1.x86_64.rpm libpq5-32bit-16.4-150600.16.5.1.x86_64.rpm postgresql16-16.4-150600.16.5.1.src.rpm postgresql16-16.4-150600.16.5.1.x86_64.rpm postgresql16-contrib-16.4-150600.16.5.1.x86_64.rpm postgresql16-devel-16.4-150600.16.5.1.x86_64.rpm postgresql16-docs-16.4-150600.16.5.1.noarch.rpm postgresql16-llvmjit-16.4-150600.16.5.1.x86_64.rpm postgresql16-llvmjit-devel-16.4-150600.16.5.1.x86_64.rpm postgresql16-plperl-16.4-150600.16.5.1.x86_64.rpm postgresql16-plpython-16.4-150600.16.5.1.x86_64.rpm postgresql16-pltcl-16.4-150600.16.5.1.x86_64.rpm postgresql16-server-16.4-150600.16.5.1.x86_64.rpm postgresql16-server-devel-16.4-150600.16.5.1.x86_64.rpm postgresql16-test-16.4-150600.16.5.1.x86_64.rpm libecpg6-16.4-150600.16.5.1.s390x.rpm libpq5-16.4-150600.16.5.1.s390x.rpm postgresql16-16.4-150600.16.5.1.s390x.rpm postgresql16-contrib-16.4-150600.16.5.1.s390x.rpm postgresql16-devel-16.4-150600.16.5.1.s390x.rpm postgresql16-llvmjit-16.4-150600.16.5.1.s390x.rpm postgresql16-llvmjit-devel-16.4-150600.16.5.1.s390x.rpm postgresql16-plperl-16.4-150600.16.5.1.s390x.rpm postgresql16-plpython-16.4-150600.16.5.1.s390x.rpm postgresql16-pltcl-16.4-150600.16.5.1.s390x.rpm postgresql16-server-16.4-150600.16.5.1.s390x.rpm postgresql16-server-devel-16.4-150600.16.5.1.s390x.rpm postgresql16-test-16.4-150600.16.5.1.s390x.rpm libecpg6-16.4-150600.16.5.1.ppc64le.rpm libpq5-16.4-150600.16.5.1.ppc64le.rpm postgresql16-16.4-150600.16.5.1.ppc64le.rpm postgresql16-contrib-16.4-150600.16.5.1.ppc64le.rpm postgresql16-devel-16.4-150600.16.5.1.ppc64le.rpm postgresql16-llvmjit-16.4-150600.16.5.1.ppc64le.rpm postgresql16-llvmjit-devel-16.4-150600.16.5.1.ppc64le.rpm postgresql16-plperl-16.4-150600.16.5.1.ppc64le.rpm postgresql16-plpython-16.4-150600.16.5.1.ppc64le.rpm postgresql16-pltcl-16.4-150600.16.5.1.ppc64le.rpm postgresql16-server-16.4-150600.16.5.1.ppc64le.rpm postgresql16-server-devel-16.4-150600.16.5.1.ppc64le.rpm postgresql16-test-16.4-150600.16.5.1.ppc64le.rpm libecpg6-16.4-150600.16.5.1.aarch64.rpm libpq5-16.4-150600.16.5.1.aarch64.rpm postgresql16-16.4-150600.16.5.1.aarch64.rpm postgresql16-contrib-16.4-150600.16.5.1.aarch64.rpm postgresql16-devel-16.4-150600.16.5.1.aarch64.rpm postgresql16-llvmjit-16.4-150600.16.5.1.aarch64.rpm postgresql16-llvmjit-devel-16.4-150600.16.5.1.aarch64.rpm postgresql16-plperl-16.4-150600.16.5.1.aarch64.rpm postgresql16-plpython-16.4-150600.16.5.1.aarch64.rpm postgresql16-pltcl-16.4-150600.16.5.1.aarch64.rpm postgresql16-server-16.4-150600.16.5.1.aarch64.rpm postgresql16-server-devel-16.4-150600.16.5.1.aarch64.rpm postgresql16-test-16.4-150600.16.5.1.aarch64.rpm openSUSE-SLE-15.6-2024-3158 Security update for postgresql16 important SUSE Updates openSUSE-SLE 15.6 This update for postgresql16 fixes the following issues: - Upgrade to 15.8 (bsc#1229013) - CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013) postgresql15-15.8-150600.16.6.1.src.rpm postgresql15-15.8-150600.16.6.1.x86_64.rpm postgresql15-contrib-15.8-150600.16.6.1.x86_64.rpm postgresql15-devel-15.8-150600.16.6.1.x86_64.rpm postgresql15-docs-15.8-150600.16.6.1.noarch.rpm postgresql15-llvmjit-15.8-150600.16.6.1.x86_64.rpm postgresql15-llvmjit-devel-15.8-150600.16.6.1.x86_64.rpm postgresql15-plperl-15.8-150600.16.6.1.x86_64.rpm postgresql15-plpython-15.8-150600.16.6.1.x86_64.rpm postgresql15-pltcl-15.8-150600.16.6.1.x86_64.rpm postgresql15-server-15.8-150600.16.6.1.x86_64.rpm postgresql15-server-devel-15.8-150600.16.6.1.x86_64.rpm postgresql15-test-15.8-150600.16.6.1.x86_64.rpm postgresql15-15.8-150600.16.6.1.s390x.rpm postgresql15-contrib-15.8-150600.16.6.1.s390x.rpm postgresql15-devel-15.8-150600.16.6.1.s390x.rpm postgresql15-llvmjit-15.8-150600.16.6.1.s390x.rpm postgresql15-llvmjit-devel-15.8-150600.16.6.1.s390x.rpm postgresql15-plperl-15.8-150600.16.6.1.s390x.rpm postgresql15-plpython-15.8-150600.16.6.1.s390x.rpm postgresql15-pltcl-15.8-150600.16.6.1.s390x.rpm postgresql15-server-15.8-150600.16.6.1.s390x.rpm postgresql15-server-devel-15.8-150600.16.6.1.s390x.rpm postgresql15-test-15.8-150600.16.6.1.s390x.rpm postgresql15-15.8-150600.16.6.1.ppc64le.rpm postgresql15-contrib-15.8-150600.16.6.1.ppc64le.rpm postgresql15-devel-15.8-150600.16.6.1.ppc64le.rpm postgresql15-llvmjit-15.8-150600.16.6.1.ppc64le.rpm postgresql15-llvmjit-devel-15.8-150600.16.6.1.ppc64le.rpm postgresql15-plperl-15.8-150600.16.6.1.ppc64le.rpm postgresql15-plpython-15.8-150600.16.6.1.ppc64le.rpm postgresql15-pltcl-15.8-150600.16.6.1.ppc64le.rpm postgresql15-server-15.8-150600.16.6.1.ppc64le.rpm postgresql15-server-devel-15.8-150600.16.6.1.ppc64le.rpm postgresql15-test-15.8-150600.16.6.1.ppc64le.rpm postgresql15-15.8-150600.16.6.1.aarch64.rpm postgresql15-contrib-15.8-150600.16.6.1.aarch64.rpm postgresql15-devel-15.8-150600.16.6.1.aarch64.rpm postgresql15-llvmjit-15.8-150600.16.6.1.aarch64.rpm postgresql15-llvmjit-devel-15.8-150600.16.6.1.aarch64.rpm postgresql15-plperl-15.8-150600.16.6.1.aarch64.rpm postgresql15-plpython-15.8-150600.16.6.1.aarch64.rpm postgresql15-pltcl-15.8-150600.16.6.1.aarch64.rpm postgresql15-server-15.8-150600.16.6.1.aarch64.rpm postgresql15-server-devel-15.8-150600.16.6.1.aarch64.rpm postgresql15-test-15.8-150600.16.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3160 Security update for postgresql16 important SUSE Updates openSUSE-SLE 15.6 This update for postgresql16 fixes the following issues: - Upgrade to 14.13 (bsc#1229013) - CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013) postgresql14-14.13-150600.16.6.1.src.rpm postgresql14-14.13-150600.16.6.1.x86_64.rpm postgresql14-contrib-14.13-150600.16.6.1.x86_64.rpm postgresql14-devel-14.13-150600.16.6.1.x86_64.rpm postgresql14-docs-14.13-150600.16.6.1.noarch.rpm postgresql14-llvmjit-14.13-150600.16.6.1.x86_64.rpm postgresql14-llvmjit-devel-14.13-150600.16.6.1.x86_64.rpm postgresql14-plperl-14.13-150600.16.6.1.x86_64.rpm postgresql14-plpython-14.13-150600.16.6.1.x86_64.rpm postgresql14-pltcl-14.13-150600.16.6.1.x86_64.rpm postgresql14-server-14.13-150600.16.6.1.x86_64.rpm postgresql14-server-devel-14.13-150600.16.6.1.x86_64.rpm postgresql14-test-14.13-150600.16.6.1.x86_64.rpm postgresql14-14.13-150600.16.6.1.s390x.rpm postgresql14-contrib-14.13-150600.16.6.1.s390x.rpm postgresql14-devel-14.13-150600.16.6.1.s390x.rpm postgresql14-llvmjit-14.13-150600.16.6.1.s390x.rpm postgresql14-llvmjit-devel-14.13-150600.16.6.1.s390x.rpm postgresql14-plperl-14.13-150600.16.6.1.s390x.rpm postgresql14-plpython-14.13-150600.16.6.1.s390x.rpm postgresql14-pltcl-14.13-150600.16.6.1.s390x.rpm postgresql14-server-14.13-150600.16.6.1.s390x.rpm postgresql14-server-devel-14.13-150600.16.6.1.s390x.rpm postgresql14-test-14.13-150600.16.6.1.s390x.rpm postgresql14-14.13-150600.16.6.1.ppc64le.rpm postgresql14-contrib-14.13-150600.16.6.1.ppc64le.rpm postgresql14-devel-14.13-150600.16.6.1.ppc64le.rpm postgresql14-llvmjit-14.13-150600.16.6.1.ppc64le.rpm postgresql14-llvmjit-devel-14.13-150600.16.6.1.ppc64le.rpm postgresql14-plperl-14.13-150600.16.6.1.ppc64le.rpm postgresql14-plpython-14.13-150600.16.6.1.ppc64le.rpm postgresql14-pltcl-14.13-150600.16.6.1.ppc64le.rpm postgresql14-server-14.13-150600.16.6.1.ppc64le.rpm postgresql14-server-devel-14.13-150600.16.6.1.ppc64le.rpm postgresql14-test-14.13-150600.16.6.1.ppc64le.rpm postgresql14-14.13-150600.16.6.1.aarch64.rpm postgresql14-contrib-14.13-150600.16.6.1.aarch64.rpm postgresql14-devel-14.13-150600.16.6.1.aarch64.rpm postgresql14-llvmjit-14.13-150600.16.6.1.aarch64.rpm postgresql14-llvmjit-devel-14.13-150600.16.6.1.aarch64.rpm postgresql14-plperl-14.13-150600.16.6.1.aarch64.rpm postgresql14-plpython-14.13-150600.16.6.1.aarch64.rpm postgresql14-pltcl-14.13-150600.16.6.1.aarch64.rpm postgresql14-server-14.13-150600.16.6.1.aarch64.rpm postgresql14-server-devel-14.13-150600.16.6.1.aarch64.rpm postgresql14-test-14.13-150600.16.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3171 Security update for postgresql16 important SUSE Updates openSUSE-SLE 15.6 This update for postgresql16 fixes the following issues: - Upgrade to 13.16 (bsc#1229013) - CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013) postgresql13-13.16-150200.5.61.1.src.rpm postgresql13-13.16-150200.5.61.1.x86_64.rpm postgresql13-contrib-13.16-150200.5.61.1.x86_64.rpm postgresql13-devel-13.16-150200.5.61.1.x86_64.rpm postgresql13-docs-13.16-150200.5.61.1.noarch.rpm postgresql13-llvmjit-13.16-150200.5.61.1.x86_64.rpm postgresql13-llvmjit-devel-13.16-150200.5.61.1.x86_64.rpm postgresql13-plperl-13.16-150200.5.61.1.x86_64.rpm postgresql13-plpython-13.16-150200.5.61.1.x86_64.rpm postgresql13-pltcl-13.16-150200.5.61.1.x86_64.rpm postgresql13-server-13.16-150200.5.61.1.x86_64.rpm postgresql13-server-devel-13.16-150200.5.61.1.x86_64.rpm postgresql13-test-13.16-150200.5.61.1.x86_64.rpm postgresql13-13.16-150200.5.61.1.s390x.rpm postgresql13-contrib-13.16-150200.5.61.1.s390x.rpm postgresql13-devel-13.16-150200.5.61.1.s390x.rpm postgresql13-llvmjit-13.16-150200.5.61.1.s390x.rpm postgresql13-llvmjit-devel-13.16-150200.5.61.1.s390x.rpm postgresql13-plperl-13.16-150200.5.61.1.s390x.rpm postgresql13-plpython-13.16-150200.5.61.1.s390x.rpm postgresql13-pltcl-13.16-150200.5.61.1.s390x.rpm postgresql13-server-13.16-150200.5.61.1.s390x.rpm postgresql13-server-devel-13.16-150200.5.61.1.s390x.rpm postgresql13-test-13.16-150200.5.61.1.s390x.rpm postgresql13-13.16-150200.5.61.1.ppc64le.rpm postgresql13-contrib-13.16-150200.5.61.1.ppc64le.rpm postgresql13-devel-13.16-150200.5.61.1.ppc64le.rpm postgresql13-llvmjit-13.16-150200.5.61.1.ppc64le.rpm postgresql13-llvmjit-devel-13.16-150200.5.61.1.ppc64le.rpm postgresql13-plperl-13.16-150200.5.61.1.ppc64le.rpm postgresql13-plpython-13.16-150200.5.61.1.ppc64le.rpm postgresql13-pltcl-13.16-150200.5.61.1.ppc64le.rpm postgresql13-server-13.16-150200.5.61.1.ppc64le.rpm postgresql13-server-devel-13.16-150200.5.61.1.ppc64le.rpm postgresql13-test-13.16-150200.5.61.1.ppc64le.rpm postgresql13-13.16-150200.5.61.1.aarch64.rpm postgresql13-contrib-13.16-150200.5.61.1.aarch64.rpm postgresql13-devel-13.16-150200.5.61.1.aarch64.rpm postgresql13-llvmjit-13.16-150200.5.61.1.aarch64.rpm postgresql13-llvmjit-devel-13.16-150200.5.61.1.aarch64.rpm postgresql13-plperl-13.16-150200.5.61.1.aarch64.rpm postgresql13-plpython-13.16-150200.5.61.1.aarch64.rpm postgresql13-pltcl-13.16-150200.5.61.1.aarch64.rpm postgresql13-server-13.16-150200.5.61.1.aarch64.rpm postgresql13-server-devel-13.16-150200.5.61.1.aarch64.rpm postgresql13-test-13.16-150200.5.61.1.aarch64.rpm openSUSE-SLE-15.6-2024-3153 Security update for postgresql16 important SUSE Updates openSUSE-SLE 15.6 This update for postgresql16 fixes the following issues: - Upgrade to 12.20 (bsc#1229013) - CVE-2024-7348: PostgreSQL relation replacement during pg_dump executes arbitrary SQL. (bsc#1229013) postgresql12-12.20-150200.8.63.1.src.rpm postgresql12-12.20-150200.8.63.1.x86_64.rpm postgresql12-contrib-12.20-150200.8.63.1.x86_64.rpm postgresql12-devel-12.20-150200.8.63.1.x86_64.rpm postgresql12-docs-12.20-150200.8.63.1.noarch.rpm postgresql12-llvmjit-12.20-150200.8.63.1.x86_64.rpm postgresql12-llvmjit-devel-12.20-150200.8.63.1.x86_64.rpm postgresql12-plperl-12.20-150200.8.63.1.x86_64.rpm postgresql12-plpython-12.20-150200.8.63.1.x86_64.rpm postgresql12-pltcl-12.20-150200.8.63.1.x86_64.rpm postgresql12-server-12.20-150200.8.63.1.x86_64.rpm postgresql12-server-devel-12.20-150200.8.63.1.x86_64.rpm postgresql12-test-12.20-150200.8.63.1.x86_64.rpm postgresql12-12.20-150200.8.63.1.s390x.rpm postgresql12-contrib-12.20-150200.8.63.1.s390x.rpm postgresql12-devel-12.20-150200.8.63.1.s390x.rpm postgresql12-llvmjit-12.20-150200.8.63.1.s390x.rpm postgresql12-llvmjit-devel-12.20-150200.8.63.1.s390x.rpm postgresql12-plperl-12.20-150200.8.63.1.s390x.rpm postgresql12-plpython-12.20-150200.8.63.1.s390x.rpm postgresql12-pltcl-12.20-150200.8.63.1.s390x.rpm postgresql12-server-12.20-150200.8.63.1.s390x.rpm postgresql12-server-devel-12.20-150200.8.63.1.s390x.rpm postgresql12-test-12.20-150200.8.63.1.s390x.rpm postgresql12-12.20-150200.8.63.1.ppc64le.rpm postgresql12-contrib-12.20-150200.8.63.1.ppc64le.rpm postgresql12-devel-12.20-150200.8.63.1.ppc64le.rpm postgresql12-llvmjit-12.20-150200.8.63.1.ppc64le.rpm postgresql12-llvmjit-devel-12.20-150200.8.63.1.ppc64le.rpm postgresql12-plperl-12.20-150200.8.63.1.ppc64le.rpm postgresql12-plpython-12.20-150200.8.63.1.ppc64le.rpm postgresql12-pltcl-12.20-150200.8.63.1.ppc64le.rpm postgresql12-server-12.20-150200.8.63.1.ppc64le.rpm postgresql12-server-devel-12.20-150200.8.63.1.ppc64le.rpm postgresql12-test-12.20-150200.8.63.1.ppc64le.rpm postgresql12-12.20-150200.8.63.1.aarch64.rpm postgresql12-contrib-12.20-150200.8.63.1.aarch64.rpm postgresql12-devel-12.20-150200.8.63.1.aarch64.rpm postgresql12-llvmjit-12.20-150200.8.63.1.aarch64.rpm postgresql12-llvmjit-devel-12.20-150200.8.63.1.aarch64.rpm postgresql12-plperl-12.20-150200.8.63.1.aarch64.rpm postgresql12-plpython-12.20-150200.8.63.1.aarch64.rpm postgresql12-pltcl-12.20-150200.8.63.1.aarch64.rpm postgresql12-server-12.20-150200.8.63.1.aarch64.rpm postgresql12-server-devel-12.20-150200.8.63.1.aarch64.rpm postgresql12-test-12.20-150200.8.63.1.aarch64.rpm openSUSE-SLE-15.6-2024-3156 Security update for python312-pip low SUSE Updates openSUSE-SLE 15.6 This update for python312-pip fixes the following issues: - CVE-2023-5752: Avoiding injection of arbitrary configuration through Mercurial parameter. (bsc#1217353) python312-pip-23.2.1-150600.3.3.1.noarch.rpm python312-pip-23.2.1-150600.3.3.1.src.rpm openSUSE-SLE-15.6-2024-3155 Security update for kubernetes1.26 important SUSE Updates openSUSE-SLE 15.6 This update for kubernetes1.26 fixes the following issues: - CVE-2023-45288: Close connections when receiving too many headers. (bsc#1229869) kubernetes1.26-1.26.15-150400.9.14.1.src.rpm kubernetes1.26-apiserver-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-client-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-client-bash-completion-1.26.15-150400.9.14.1.noarch.rpm kubernetes1.26-client-common-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-client-fish-completion-1.26.15-150400.9.14.1.noarch.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-kubelet-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-proxy-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-scheduler-1.26.15-150400.9.14.1.x86_64.rpm kubernetes1.26-apiserver-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-client-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-client-common-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-kubelet-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-proxy-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-scheduler-1.26.15-150400.9.14.1.s390x.rpm kubernetes1.26-apiserver-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-client-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-client-common-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-kubelet-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-proxy-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-scheduler-1.26.15-150400.9.14.1.ppc64le.rpm kubernetes1.26-apiserver-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-client-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-client-common-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-controller-manager-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-kubeadm-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-kubelet-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-kubelet-common-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-proxy-1.26.15-150400.9.14.1.aarch64.rpm kubernetes1.26-scheduler-1.26.15-150400.9.14.1.aarch64.rpm openSUSE-SLE-15.6-2024-3242 Recommended update for strace moderate SUSE Updates openSUSE-SLE 15.6 This update for strace fixes the following issue: - Change the license to the correct LGPL-2.1-or-later (bsc#1228216). strace-5.14-150400.3.3.2.src.rpm strace-5.14-150400.3.3.2.x86_64.rpm strace-5.14-150400.3.3.2.s390x.rpm strace-5.14-150400.3.3.2.ppc64le.rpm strace-5.14-150400.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-3204 Security update for curl moderate SUSE Updates openSUSE-SLE 15.6 This update for curl fixes the following issues: - CVE-2024-8096: OCSP stapling bypass with GnuTLS. (bsc#1230093) curl-8.6.0-150600.4.6.1.src.rpm curl-8.6.0-150600.4.6.1.x86_64.rpm libcurl-devel-32bit-8.6.0-150600.4.6.1.x86_64.rpm libcurl-devel-8.6.0-150600.4.6.1.x86_64.rpm libcurl4-32bit-8.6.0-150600.4.6.1.x86_64.rpm libcurl4-8.6.0-150600.4.6.1.x86_64.rpm curl-8.6.0-150600.4.6.1.s390x.rpm libcurl-devel-8.6.0-150600.4.6.1.s390x.rpm libcurl4-8.6.0-150600.4.6.1.s390x.rpm curl-8.6.0-150600.4.6.1.ppc64le.rpm libcurl-devel-8.6.0-150600.4.6.1.ppc64le.rpm libcurl4-8.6.0-150600.4.6.1.ppc64le.rpm curl-8.6.0-150600.4.6.1.aarch64.rpm libcurl-devel-8.6.0-150600.4.6.1.aarch64.rpm libcurl4-8.6.0-150600.4.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3194 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-41062: Sync sock recv cb and release (bsc#1228576). - CVE-2023-52489: Fix race in accessing memory_section->usage (bsc#1221326). - CVE-2024-43821: Fix a possible null pointer dereference (bsc#1229315). - CVE-2024-43911: Fix NULL dereference at band check in starting tx ba session (bsc#1229827). - CVE-2024-42277: Avoid NULL deref in sprd_iommu_hw_en (bsc#1229409). - CVE-2024-43880: Put back removed metod in struct objagg_ops (bsc#1229481). - CVE-2024-43899: Fix null pointer deref in dcn20_resource.c (bsc#1229754). - CVE-2024-43882: Fixed ToCToU between perm check and set-uid/gid usage. (bsc#1229503) - CVE-2024-43866: Always drain health in shutdown callback (bsc#1229495). - CVE-2024-26812: Struct virqfd kABI workaround (bsc#1222808). - CVE-2024-27010: Fix mirred deadlock on device recursion (bsc#1223720). - CVE-2024-36270: Fix reference in patches.suse/netfilter-tproxy-bail-out-if-IP-has-been-disabled-on.patch (bsc#1226798) - CVE-2024-36881: Reset ptes when close() for wr-protected ones (bsc#1225718). - CVE-2024-42316: Fix div-by-zero in vmpressure_calc_level() (bsc#1229353). - CVE-2024-43855: Fix deadlock between mddev_suspend and flush bio (bsc#1229342,). - CVE-2024-43864: Fix CT entry update leaks of modify header context (bsc#1229496) - CVE-2024-26631: Fix data-race in ipv6_mc_down / mld_ifc_work (bsc#1221630). - CVE-2024-42109: Unconditionally flush pending work before notifier (bsc#1228505) - CVE-2024-41084: Avoid null pointer dereference in region lookup (bsc#1228472) - CVE-2024-40905: Fix possible race in __fib6_drop_pcpu_from() (bsc#1227761) - CVE-2024-39489: Fix memleak in seg6_hmac_init_algo (bsc#1227623) - CVE-2024-36489: Fix missing memory barrier in tls_init (bsc#1226874) - CVE-2024-27079: Add kABI workaround patch (bsc#1223742). - CVE-2024-41020: Fix fcntl/close race recovery compat path (bsc#1228427). - CVE-2024-35897: Discard table flag update with pending basechain deletion (bsc#1224510). - CVE-2024-27403: Restore const specifier in flow_offload_route_init() (bsc#1224415). - CVE-2024-27011: Fix memleak in map from abort path (bsc#1223803). - CVE-2024-26668: Reject configurations that cause integer overflow (bsc#1222335). - CVE-2024-26835: Set dormant flag on hook register failure (bsc#1222967). - CVE-2024-26808: Handle NETDEV_UNREGISTER for inet/ingress basechain (bsc#1222634). - CVE-2024-26809: Release elements in clone only from destroy path (bsc#1222633). - CVE-2023-52581: Fix memleak when more than 255 elements expired (bsc#1220877). - CVE-2024-43837: Fix updating attached freplace prog in prog_array map (bsc#1229297). - CVE-2024-35939: Fixed leak pages on dma_set_decrypted() failure (bsc#1224535). - CVE-2024-42291: Add a per-VF limit on number of FDIR filters (bsc#1229374). - CVE-2024-42268: Fix missing lock on sync reset reload (bsc#1229391). - CVE-2024-43834: Fix invalid wait context of page_pool_destroy() (bsc#1229314) - CVE-2024-27433: Fix an error handling path in clk_mt8135_apmixed_probe() (bsc#1224711). - CVE-2024-36286: Acquire rcu_read_lock() in instance_destroy_rcu() (bsc#1226801) - CVE-2024-26851: Add protection for bmp length out of range (bsc#1223074) - CVE-2024-40920: Fix suspicious rcu usage in br_mst_set_state (bsc#1227781). - CVE-2024-40921: Pass vlan group directly to br_mst_vlan_set_state (bsc#1227784). - CVE-2024-36979: Fix vlan use-after-free (bsc#1226604). - CVE-2024-26590: Fix inconsistent per-file compression format (bsc#1220252,). - CVE-2023-52859: Fix use-after-free when register pmu fails (bsc#1225582). - CVE-2024-42270: Fix null-ptr-deref in iptable_nat_table_init() (bsc#1229404) - CVE-2024-42269: Fix potential null-ptr-deref in ip6table_nat_table_init() (bsc#1229402) - CVE-2024-42284: Return non-zero value from tipc_udp_addr2str() on error (bsc#1229382) - CVE-2024-42283: Initialize all fields in dumped nexthops (bsc#1229383) - CVE-2024-42312: Always initialize i_uid/i_gid (bsc#1229357) - CVE-2024-43854: Initialize integrity buffer to zero before writing it to media (bsc#1229345) - CVE-2024-42322: Properly dereference pe in ip_vs_add_service (bsc#1229347) - CVE-2024-42308: Update DRM patch reference (bsc#1229411) - CVE-2024-42301: Update parport patch reference (bsc#1229407) - CVE-2024-42290: Handle runtime power management correctly (bsc#1229379). - CVE-2024-42318: Do not lose track of restrictions on cred_transfer (bsc#1229351). - CVE-2023-52889: Fix null pointer deref when receiving skb during sock creation (bsc#1229287,). - CVE-2024-42295: Handle inconsistent state in nilfs_btnode_create_block() (bsc#1229370). - CVE-2024-43850: Fix refcount imbalance seen during bwmon_remove (bsc#1229316). - CVE-2024-43831: Handle invalid decoder vsi (bsc#1229309). - CVE-2024-43839: Adjust 'name' buf size of bna_tcb and bna_ccb structures (bsc#1229301). - CVE-2024-41007: Use signed arithmetic in tcp_rtx_probe0_timed_out() (bsc#1227863). - CVE-2024-42281: Fix a segment issue when downgrading gso_size (bsc#1229386). - CVE-2024-26669: kABI fix for --Fix chain template offload (bsc#1222350). - CVE-2024-26677: kABI fix for -Fix delayed ACKs to not set the reference serial number (bsc#1222387). - CVE-2024-41050: Cyclic allocation of msg_id to avoid reuse (bsc#1228499). - CVE-2024-41051: Wait for ondemand_object_worker to finish when dropping object (bsc#1228468). - CVE-2024-41074: Set object to close if ondemand_id > 0 in copen (bsc#1228643). - CVE-2024-41075: Add consistency check for copen/cread (bsc#1228646). - CVE-2024-41012: Remove locks reliably when fcntl/close race is detected (bsc#1228247). - CVE-2024-41080: Fix possible deadlock in io_register_iowq_max_workers() (bsc#1228616). - CVE-2024-42246: Remap EPERM in case of connection failure in xs_tcp_setup_socket (bsc#1228989). - CVE-2024-42159: Use proper format specifier in mpi3mr_sas_port_add() (bsc#1228754 CVE-2024-42159 git-fixes). - CVE-2024-42241: Disable PMD-sized page cache if needed (bsc#1228986). - CVE-2024-42245: Revert "Make sure to try to detach at least one movable task" (bsc#1228978). - CVE-2024-26735: Fix possible use-after-free and null-ptr-deref (bsc#1222372). - CVE-2024-26837: Skip MDB replays of deferred events on offload (bsc#1222973). - CVE-2024-42155: Wipe copies of protected- and secure-keys (bsc#1228733). - CVE-2024-42156: Wipe copies of clear-key structures on failure (bsc#1228722). - CVE-2024-42157: Wipe sensitive data on failure (bsc#1228727). - CVE-2024-42158: Use kfree_sensitive() to fix Coccinelle warnings (bsc#1228720). - CVE-2024-38662: Cover verifier checks for mutating sockmap/sockhash (bsc#1226885). - CVE-2024-36911: Do not free decrypted memory (bsc#1225745). - CVE-2024-36910: Do not free decrypted memory (bsc#1225717). - CVE-2024-36909: Do not free ring buffers that couldn't be re-encrypted (bsc#1225744). - CVE-2024-40938: Fix d_parent walk (bsc#1227840). - CVE-2024-42247: Avoid unaligned 64-bit memory accesses (bsc#1228988). - CVE-2024-41010: Add netlink helper library (bsc#1228021). - CVE-2024-42106: Initialize pad field in struct inet_diag_req_v2 (bsc#1228493). - CVE-2024-42095: Fix Errata i2310 with RX FIFO level check (bsc#1228446). - CVE-2024-41068: Fix sclp_init() cleanup on failure (bsc#1228579). - CVE-2024-42138: Fix double memory deallocation in case of invalid INI file (bsc#1228500). - CVE-2024-42107: Do not process extts if PTP is disabled (bsc#1228494). - CVE-2024-42139: Fix improper extts handling (bsc#1228503). - CVE-2024-42110: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx() (bsc#1228501). - CVE-2024-42113: Initialize num_q_vectors for MSI/INTx interrupts (bsc#1228568). - CVE-2024-42148: Fix multiple UBSAN array-index-out-of-bounds (bsc#1228487). - CVE-2024-42142: E-switch, Create ingress ACL when needed (bsc#1228491). - CVE-2024-42073: Fix memory corruptions on Spectrum-4 systems (bsc#1228457). - CVE-2024-42162: Account for stopped queues when reading NIC stats (bsc#1228706). - CVE-2024-42082: Remove WARN() from __xdp_reg_mem_model() (bsc#1228482). - CVE-2024-40978: Fix crash while reading debugfs attribute (bsc#1227929). - CVE-2024-41000: Prefer different overflow check (bsc#1227867). - CVE-2024-40995: Fix possible infinite loop in tcf_idr_check_alloc() (bsc#1227830). - CVE-2024-42161: Avoid uninitialized value in BPF_CORE_READ_BITFIELD (bsc#1228756). - CVE-2024-41069: Fix route memory corruption (bsc#1228644). - CVE-2024-39506: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet (bsc#1227729). - CVE-2024-42145: Implement a limit on UMAD receive List (bsc#1228743). - CVE-2024-40994: Fix integer overflow in max_vclocks_store (bsc#1227829). - CVE-2024-42124: Make qedf_execute_tmf() non-preemptible (bsc#1228705). - CVE-2024-42096: Stop playing stack games in profile_pc() (bsc#1228633). - CVE-2024-42224: Correct check for empty list (bsc#1228723). - CVE-2024-41048: Skip zero length skb in sk_msg_recvmsg (bsc#1228565). - CVE-2024-40958: Make get_net_ns() handle zero refcount net (bsc#1227812). - CVE-2024-40939: Fix tainted pointer delete is case of region creation fail (bsc#1227799). - CVE-2024-36933: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment() (bsc#1225832). - CVE-2024-36929: Reject skb_copy(_expand) for fraglist GSO skbs (bsc#1225814). - CVE-2024-41044: Reject claimed-as-LCP but actually malformed packets (bsc#1228530). - CVE-2024-41066: Add tx check to prevent skb leak (bsc#1228640). - CVE-2024-42093: Avoid explicit cpumask var allocation on stack (bsc#1228680). - CVE-2024-42122: Add NULL pointer check for kzalloc (bsc#1228591). - CVE-2024-41078: Fix quota root leak after quota disable failure (bsc#1228655). - CVE-2024-40989: Disassociate vcpus from redistributor region on teardown (bsc#1227823). - CVE-2024-41064: Avoid possible crash when edev->pdev changes (bsc#1228599). - CVE-2024-41036: Fix deadlock with the SPI chip variant (bsc#1228496) - CVE-2024-41040: Fix UAF when resolving a clash (bsc#1228518). - CVE-2024-35949: Make sure that WRITTEN is set on all metadata blocks (bsc#1224700). - CVE-2024-41081: Block BH in ila_output() (bsc#1228617). - CVE-2024-41076: Fix memory leak in nfs4_set_security_label (bsc#1228649). - CVE-2024-42079: Fix NULL pointer dereference in gfs2_log_flush (bsc#1228672). - CVE-2024-41057: Fix slab-use-after-free in cachefiles_withdraw_cookie() (bsc#1228462). - CVE-2024-41058: Fix slab-use-after-free in fscache_withdraw_volume() (bsc#1228459). - CVE-2024-41015: Add bounds checking to ocfs2_check_dir_entry() (bsc#1228409). - CVE-2024-40956: Fix possible Use-After-Free in irq_process_work_list (bsc#1227810). - CVE-2024-27437: Disable auto-enable of exclusive INTx IRQ (bsc#1222625). - CVE-2024-41032: Check if a hash-index is in cpu_possible_mask (bsc#1228460) - CVE-2024-40957: Fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors (bsc#1227811) - CVE-2024-41041: Set SOCK_RCU_FREE earlier in udp_lib_get_port() (bsc#1228520). - CVE-2024-40954: Do not leave a dangling sk pointer, when socket creation fails (bsc#1227808) - CVE-2024-42070: Fully validate NFT_DATA_VALUE on store to data registers (bsc#1228470). - CVE-2024-41070: Prevent UAF in kvm_spapr_tce_attach_iommu_group() (bsc#1228581). - CVE-2024-40959: Check ip6_dst_idev() return value in xfrm6_get_saddr() (bsc#1227884). - CVE-2024-41009: Fix overrunning reservations in ringbuf (bsc#1228020). - CVE-2024-40909: Fix a potential use-after-free in bpf_link_free() (bsc#1227798). - CVE-2024-27024: Fix WARNING in rds_conn_connect_if_down (bsc#1223777). The following non-security bugs were fixed: - ACPI: battery: create alarm sysfs attribute atomically (stable-fixes). - ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead() (git-fixes). - ACPI: SBS: manage alarm sysfs attribute through psy core (stable-fixes). - ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window (git-fixes). - afs: fix __afs_break_callback() / afs_drop_open_mmap() race (git-fixes). - ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (stable-fixes). - ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (stable-fixes). - ALSA: hda: Conditionally use snooping for AMD HDMI (git-fixes). - ALSA: hda: conexant: Fix headset auto detect fail in the polling mode (git-fixes). - ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (stable-fixes). - ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (stable-fixes). - ALSA: hda/realtek - Fixed ALC256 headphone no sound (stable-fixes). - ALSA: hda/realtek - FIxed ALC285 headphone no sound (stable-fixes). - ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (stable-fixes). - ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (stable-fixes). - ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G (stable-fixes). - ALSA: hda/realtek: Add support for new HP G12 laptops (stable-fixes). - ALSA: hda/realtek: Enable mute/micmute LEDs on HP Laptop 14-ey0xxx (stable-fixes). - ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7 (git-fixes). - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book3 Ultra (stable-fixes). - ALSA: hda/realtek: Implement sound init sequence for Samsung Galaxy Book3 Pro 360 (stable-fixes). - ALSA: hda/realtek: support HP Pavilion Aero 13-bg0xxx Mute LED (stable-fixes). - ALSA: hda/tas2781: fix wrong calibrated data order (git-fixes). - ALSA: hda/tas2781: Use correct endian conversion (git-fixes). - ALSA: line6: Fix racy access to midibuf (stable-fixes). - ALSA: line6: Fix racy access to midibuf (stable-fixes). - ALSA: seq: Skip event type filtering for UMP events (git-fixes). - ALSA: seq: ump: Explicitly reset RPN with Null RPN (stable-fixes). - ALSA: seq: ump: Optimize conversions from SysEx to UMP (git-fixes). - ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception (stable-fixes). - ALSA: seq: ump: Use the common RPN/bank conversion context (stable-fixes). - ALSA: timer: Relax start tick time check for slave timer elements (git-fixes). - ALSA: ump: Explicitly reset RPN with Null RPN (stable-fixes). - ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception (stable-fixes). - ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET (stable-fixes). - ALSA: usb-audio: Correct surround channels in UAC1 channel map (git-fixes). - ALSA: usb-audio: Re-add ScratchAmp quirk entries (git-fixes). - ALSA: usb-audio: Re-add ScratchAmp quirk entries (git-fixes). - ALSA: usb-audio: Support Yamaha P-125 quirk entry (stable-fixes). - ALSA: usb: Fix UBSAN warning in parse_audio_unit() (stable-fixes). - apparmor: unpack transition table if dfa is not present (bsc#1226031). - arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to (git-fixes) - arm64: Add Neoverse-V2 part (git-fixes) - arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process (git-fixes) - arm64: barrier: Restore spec_bar() macro (git-fixes) - arm64: cputype: Add Cortex-A720 definitions (git-fixes) - arm64: cputype: Add Cortex-A725 definitions (git-fixes) - arm64: cputype: Add Cortex-X1C definitions (git-fixes) - arm64: cputype: Add Cortex-X3 definitions (git-fixes) - arm64: cputype: Add Cortex-X4 definitions (git-fixes) - arm64: cputype: Add Cortex-X925 definitions (git-fixes) - arm64: cputype: Add Neoverse-V3 definitions (git-fixes) - arm64: dts: imx8mp: add HDMI power-domains (git-fixes) - arm64: dts: imx8mp: Add NPU Node (git-fixes) - arm64: dts: imx8mp: Fix pgc vpu locations (git-fixes) - arm64: dts: imx8mp: Fix pgc_mlmix location (git-fixes) - arm64: errata: Expand speculative SSBS workaround (again) (git-fixes) - arm64: errata: Expand speculative SSBS workaround (git-fixes) - arm64: errata: Unify speculative SSBS errata logic (git-fixes). Update config files. - arm64: Fix KASAN random tag seed initialization (git-fixes) - arm64: jump_label: Ensure patched jump_labels are visible to all CPUs (git-fixes) - ASoC: allow module autoloading for table board_ids (stable-fixes). - ASoC: allow module autoloading for table db1200_pids (stable-fixes). - ASoC: amd: acp: fix module autoloading (git-fixes). - ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx (bsc#1227182). - ASoC: amd: yc: Support mic on HP 14-em0002la (stable-fixes). - ASoC: amd: yc: Support mic on HP 14-em0002la (stable-fixes). - ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (stable-fixes). - ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (stable-fixes). - ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa881x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa881x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa883x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa883x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa884x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa884x: Correct Soundwire ports mask (git-fixes). - ASoC: cs35l45: Checks index of cs35l45_irqs[] (stable-fixes). - ASoC: cs35l56: Handle OTP read latency over SoundWire (stable-fixes). - ASoC: cs35l56: Handle OTP read latency over SoundWire (stable-fixes). - ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (stable-fixes). - ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (stable-fixes). - ASoC: fsl_micfil: Expand the range of FIFO watermark mask (stable-fixes). - ASoC: fsl_micfil: Expand the range of FIFO watermark mask (stable-fixes). - ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile (stable-fixes). - ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (git-fixes). - ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (git-fixes). - ASoC: nau8822: Lower debug print priority (stable-fixes). - ASoC: nau8822: Lower debug print priority (stable-fixes). - ASoC: SOF: amd: Fix for acp init sequence (git-fixes). - ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending before suspend (stable-fixes). - ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data (stable-fixes). - ASoC: SOF: mediatek: Add missing board compatible (stable-fixes). - ASoC: SOF: Remove libraries from topology lookups (git-fixes). - ASoC: SOF: Remove libraries from topology lookups (git-fixes). - ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1 (stable-fixes). - ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error (stable-fixes). - Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio (stable-fixes). - Bluetooth: bnep: Fix out-of-bound access (stable-fixes). - Bluetooth: btintel: Fail setup on error (git-fixes). - Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading (stable-fixes). - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591 (stable-fixes). - Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables (stable-fixes). - Bluetooth: Fix usage of __hci_cmd_sync_status (git-fixes). - Bluetooth: hci_conn: Check non NULL function before calling for HFP offload (stable-fixes). - Bluetooth: hci_core: Fix LE quote calculation (git-fixes). - Bluetooth: hci_core: Fix not handling hibernation actions (git-fixes). - Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor (git-fixes). - Bluetooth: hci_sync: Fix suspending with wrong filter policy (git-fixes). - Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() (git-fixes). - Bluetooth: L2CAP: Fix deadlock (git-fixes). - Bluetooth: MGMT: Add error handling to pair_device() (git-fixes). - Bluetooth: SMP: Fix assumption of Central always being Initiator (git-fixes). - bnxt_re: Fix imm_data endianness (git-fixes) - bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG (git-fixes) - bpf, lpm: Fix check prefixlen before walking trie (git-fixes). - bpf: Add crosstask check to __bpf_get_stack (git-fixes). - bpf: Detect IP == ksym.end as part of BPF program (git-fixes). - bpf: do not infer PTR_TO_CTX for programs with unnamed context type (git-fixes). - bpf: enforce precision of R0 on callback return (git-fixes). - bpf: Ensure proper register state printing for cond jumps (git-fixes). - bpf: extract bpf_ctx_convert_map logic and make it more reusable (git-fixes). - bpf: Fix a few selftest failures due to llvm18 change (git-fixes). - bpf: Fix a kernel verifier crash in stacksafe() (bsc#1225903). - bpf: Fix check_stack_write_fixed_off() to correctly spill imm (git-fixes). - bpf: fix control-flow graph checking in privileged mode (git-fixes). - bpf: Fix kfunc callback register type handling (git-fixes). - bpf: Fix prog_array_map_poke_run map poke update (git-fixes). - bpf: Fix unnecessary -EBUSY from htab_lock_bucket (git-fixes). - bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg (git-fixes). - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() (git-fixes). - bpf: kprobe: remove unused declaring of bpf_kprobe_override (git-fixes). - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly (git-fixes). - bpf: Remove unnecessary wait from bpf_map_copy_value() (git-fixes). - bpf: Set uattr->batch.count as zero before batched update or deletion (git-fixes). - bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type() (git-fixes). - bpf/tests: Remove duplicate JSGT tests (git-fixes). - bpftool: Align output skeleton ELF code (git-fixes). - bpftool: Fix -Wcast-qual warning (git-fixes). - bpftool: mark orphaned programs during prog show (git-fixes). - bpftool: Silence build warning about calloc() (git-fixes). - btrfs: add a btrfs_finish_ordered_extent helper (git-fixes). - btrfs: add a is_data_bbio helper (git-fixes). - btrfs: add an ordered_extent pointer to struct btrfs_bio (git-fixes). - btrfs: copy dir permission and time when creating a stub subvolume (bsc#1228321). - btrfs: ensure fast fsync waits for ordered extents after a write failure (git-fixes). - btrfs: factor out a btrfs_queue_ordered_fn helper (git-fixes). - btrfs: factor out a can_finish_ordered_extent helper (git-fixes). - btrfs: fix corruption after buffer fault in during direct IO append write (git-fixes). - btrfs: fix double inode unlock for direct IO sync writes (git-fixes). - btrfs: fix extent map use-after-free when adding pages to compressed bio (git-fixes). - btrfs: fix leak of qgroup extent records after transaction abort (git-fixes). - btrfs: fix ordered extent split error handling in btrfs_dio_submit_io (git-fixes). - btrfs: limit write bios to a single ordered extent (git-fixes). - btrfs: make btrfs_finish_ordered_extent() return void (git-fixes). - btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocow (git-fixes). - btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io (git-fixes). - btrfs: open code end_extent_writepage in end_bio_extent_writepage (git-fixes). - btrfs: pass a btrfs_inode to btrfs_fdatawrite_range() (git-fixes). - btrfs: pass a btrfs_inode to btrfs_wait_ordered_range() (git-fixes). - btrfs: pass an ordered_extent to btrfs_reloc_clone_csums (git-fixes). - btrfs: pass an ordered_extent to btrfs_submit_compressed_write (git-fixes). - btrfs: remove btrfs_add_ordered_extent (git-fixes). - btrfs: rename err to ret in btrfs_direct_write() (git-fixes). - btrfs: uninline some static inline helpers from tree-log.h (git-fixes). - btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx) (git-fixes). - btrfs: use a btrfs_inode local variable at btrfs_sync_file() (git-fixes). - btrfs: use bbio->ordered in btrfs_csum_one_bio (git-fixes). - btrfs: use btrfs_finish_ordered_extent to complete buffered writes (git-fixes). - btrfs: use btrfs_finish_ordered_extent to complete compressed writes (git-fixes). - btrfs: use btrfs_finish_ordered_extent to complete direct writes (git-fixes). - btrfs: use irq safe locking when running and adding delayed iputs (git-fixes). - cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode (bsc#1229245). - cachefiles: add missing lock protection when polling (bsc#1229256). - cachefiles: add restore command to recover inflight ondemand read requests (bsc#1229244). - cachefiles: add spin_lock for cachefiles_ondemand_info (bsc#1229249). - cachefiles: cancel all requests for the object that is being dropped (bsc#1229255). - cachefiles: defer exposing anon_fd until after copy_to_user() succeeds (bsc#1229251). - cachefiles: extract ondemand info field from cachefiles_object (bsc#1229240). - cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read() (bsc#1229247). - cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd() (bsc#1229246). - cachefiles: introduce object ondemand state (bsc#1229239). - cachefiles: make on-demand read killable (bsc#1229252). - cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode (bsc#1229243). - cachefiles: never get a new anonymous fd if ondemand_id is valid (bsc#1229250). - cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop (bsc#1229253). - cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read() (bsc#1229248). - cachefiles: resend an open request if the read request's object is closed (bsc#1229241). - cachefiles: stop sending new request when dropping object (bsc#1229254). - can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum (stable-fixes). - can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd (stable-fixes). - ceph: periodically flush the cap releases (bsc#1230056). - cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root() (bsc#1222254). - cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show() (bsc#1222254). - cgroup: Make operations on the cgroup root_list RCU safe (bsc#1222254). - cgroup: preserve KABI of cgroup_root (bsc#1222254). - cgroup: Remove unnecessary list_empty() (bsc#1222254). - cgroup/cpuset: Prevent UAF in proc_cpuset_show() (bsc#1228801). - char: xillybus: Check USB endpoints when probing device (git-fixes). - char: xillybus: Do not destroy workqueue from work item running on it (stable-fixes). - char: xillybus: Refine workqueue handling (git-fixes). - clk: en7523: fix rate divider for slic and spi clocks (git-fixes). - clk: qcom: camcc-sc7280: Add parent dependency to all camera GDSCs (git-fixes). - clk: qcom: gcc-sa8775p: Update the GDSC wait_val fields and flags (git-fixes). - clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock (git-fixes). - clk: qcom: gpucc-sa8775p: Park RCG's clk source at XO during disable (git-fixes). - clk: qcom: gpucc-sa8775p: Remove the CLK_IS_CRITICAL and ALWAYS_ON flags (git-fixes). - clk: qcom: gpucc-sa8775p: Update wait_val fields for GPU GDSC's (git-fixes). - clk: qcom: gpucc-sm8350: Park RCG's clk source at XO during disable (git-fixes). - clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the error (git-fixes). - clk: qcom: Park shared RCGs upon registration (git-fixes). - clk: visconti: Add bounds-checking coverage for struct visconti_pll_provider (stable-fixes). - clocksource/drivers/sh_cmt: Address race condition for clock events (stable-fixes). - cpu/SMT: Enable SMT only if a core is online (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes). - cxl/region: Move cxl_dpa_to_region() work to the region driver (bsc#1228472) - dev/parport: fix the array out-of-bounds risk (stable-fixes). - device property: Add cleanup.h based fwnode_handle_put() scope based cleanup (stable-fixes). - dmaengine: dw: Add memory bus width verification (git-fixes). - dmaengine: dw: Add peripheral bus width verification (git-fixes). - docs: KVM: Fix register ID of SPSR_FIQ (git-fixes). - driver core: Fix uevent_show() vs driver detach race (git-fixes). - drm/admgpu: fix dereferencing null pointer context (stable-fixes). - drm/amd/display: Add delay to improve LTTPR UHBR interop (stable-fixes). - drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update (stable-fixes). - drm/amd/display: Add null checker before passing variables (stable-fixes). - drm/amd/display: Adjust cursor position (git-fixes). - drm/amd/display: avoid using null object of framebuffer (git-fixes). - drm/amd/display: Check for NULL pointer (stable-fixes). - drm/amd/display: fix cursor offset on rotation 180 (git-fixes). - drm/amd/display: fix s2idle entry for DCN3.5+ (stable-fixes). - drm/amd/display: Skip Recompute DSC Params if no Stream on Link (stable-fixes). - drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr (stable-fixes). - drm/amdgpu: Actually check flags for all context ops (stable-fixes). - drm/amdgpu: Add lock around VF RLCG interface (stable-fixes). - drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_parent (stable-fixes). - drm/amdgpu: fix potential resource leak warning (stable-fixes). - drm/amdgpu: Fix the null pointer dereference to ras_manager (stable-fixes). - drm/amdgpu: Forward soft recovery errors to userspace (stable-fixes). - drm/amdgpu: reset vm state machine after gpu reset(vram lost) (stable-fixes). - drm/amdgpu: Validate TA binary size (stable-fixes). - drm/amdgpu/jpeg2: properly set atomics vmid field (stable-fixes). - drm/amdgpu/jpeg4: properly set atomics vmid field (stable-fixes). - drm/amdgpu/pm: Fix the null pointer dereference for smu7 (stable-fixes). - drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules (stable-fixes). - drm/amdgpu/pm: Fix the param type of set_power_profile_mode (stable-fixes). - drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1 (git-fixes). - drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell (stable-fixes). - drm/bridge: analogix_dp: properly handle zero sized AUX transactions (stable-fixes). - drm/client: fix null pointer dereference in drm_client_modeset_probe (git-fixes). - drm/dp_mst: Skip CSN if topology probing is not done yet (stable-fixes). - drm/etnaviv: do not block scheduler when GPU is still active (stable-fixes). - drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll() (git-fixes). - drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict (git-fixes). - drm/i915/gem: Adjust vma offset for framebuffer mmap offset (stable-fixes). - drm/i915/gem: Fix Virtual Memory mapping boundaries calculation (git-fixes). - drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro (git-fixes). - drm/lima: set gp bus_stop bit before hard reset (stable-fixes). - drm/mediatek/dp: Fix spurious kfree() (git-fixes). - drm/msm: Reduce fallout of fence signaling vs reclaim hangs (stable-fixes). - drm/msm/dp: fix the max supported bpp logic (git-fixes). - drm/msm/dp: reset the link phy params before link training (git-fixes). - drm/msm/dpu: capture snapshot on the first commit_done timeout (stable-fixes). - drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails (git-fixes). - drm/msm/dpu: do not play tricks with debug macros (git-fixes). - drm/msm/dpu: drop MSM_ENC_VBLANK support (stable-fixes). - drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable() (git-fixes). - drm/msm/dpu: split dpu_encoder_wait_for_event into two functions (stable-fixes). - drm/msm/dpu: take plane rotation into account for wide planes (git-fixes). - drm/msm/dpu: try multirect based on mdp clock limits (stable-fixes). - drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys (stable-fixes). - drm/msm/mdss: Rename path references to mdp_path (stable-fixes). - drm/msm/mdss: switch mdss to use devm_of_icc_get() (stable-fixes). - drm/nouveau: prime: fix refcount underflow (git-fixes). - drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels (stable-fixes). - drm/radeon: Remove __counted_by from StateArray.states[] (git-fixes). - drm/radeon/evergreen_cs: Clean up errors in evergreen_cs.c (bsc#1229024). - drm/rockchip: vop2: clear afbc en and transform bit for cluster window at linear mode (stable-fixes). - drm/virtio: Fix type of dma-fence context variable (git-fixes). - drm/vmwgfx: Fix a deadlock in dma buf fence polling (git-fixes). - drm/vmwgfx: Fix overlay when using Screen Targets (git-fixes). - drm/vmwgfx: Fix prime with external buffers (git-fixes). - efi/libstub: Zero initialize heap allocated struct screen_info (git-fixes). - evm: do not copy up 'security.evm' xattr (git-fixes). - firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid (stable-fixes). - fs/netfs/fscache_cookie: add missing "n_accesses" check (bsc#1229455). - fuse: Initialize beyond-EOF page contents before setting uptodate (bsc#1229456). - genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline (git-fixes). - genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware (git-fixes). - genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() (git-fixes). - gfs2: setattr_chown: Add missing initialization (git-fixes). - gpio: mlxbf3: Support shutdown() function (git-fixes). - gpio: prevent potential speculation leaks in gpio_device_get_desc() (stable-fixes). - gpio: sysfs: extend the critical section for unregistering sysfs devices (stable-fixes). - gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey (git-fixes). - hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode() (git-fixes). - HID: wacom: Defer calculation of resolution until resolution_code is known (git-fixes). - hwmon: (ltc2992) Avoid division by zero (stable-fixes). - hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt() (git-fixes). - hwmon: (pc87360) Bounds check data->innr usage (stable-fixes). - i2c: Fix conditional for substituting empty ACPI functions (stable-fixes). - i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume (git-fixes). - i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (git-fixes). - i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (git-fixes). - i2c: riic: avoid potential division by zero (stable-fixes). - i2c: smbus: Improve handling of stuck alerts (git-fixes). - i2c: smbus: Send alert notifications to all devices if source not found (git-fixes). - i2c: stm32f7: Add atomic_xfer method to driver (stable-fixes). - i2c: Use IS_REACHABLE() for substituting empty ACPI functions (git-fixes). - i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer (stable-fixes). - i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out (stable-fixes). - i915/perf: Remove code to update PWR_CLK_STATE for gen12 (git-fixes). - ice: Fix NULL pointer access, if PF does not support SRIOV_LAG (bsc#1228737). - Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3 (stable-fixes). - Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table (bsc#1229056). - Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination (stable-fixes). - Input: MT - limit max slots (stable-fixes). - io_uring: Drop per-ctx dummy_ubuf (git-fixes). - io_uring: fix io_match_task must_hold (git-fixes). - io_uring: Fix probe of disabled operations (git-fixes). - io_uring: tighten task exit cancellations (git-fixes). - io_uring/advise: support 64-bit lengths (git-fixes). - iommu/amd: Convert comma to semicolon (git-fixes). - iommu/vt-d: Fix identity map bounds in si_domain_init() (git-fixes). - iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace() (git-fixes). - ip6_tunnel: Fix broken GRO (bsc#1229444). - ipv6: sr: fix incorrect unregister order (git-fixes). - irqdomain: Fixed unbalanced fwnode get and put (git-fixes). - jfs: define xtree root and page independently (git-fixes). - jfs: fix null ptr deref in dtInsertEntry (git-fixes). - jfs: Fix shift-out-of-bounds in dbDiscardAG (git-fixes). - jump_label: Clarify condition in static_key_fast_inc_not_disabled() (git-fixes). - jump_label: Fix concurrency issues in static_key_slow_dec() (git-fixes). - jump_label: Fix the fix, brown paper bags galore (git-fixes). - jump_label: Simplify and clarify static_key_fast_inc_cpus_locked() (git-fixes). - kabi fix for KVM: s390: fix LPSWEY handling (bsc#1227634 git-fixes). - kabi fix for SUNRPC: add a missing rpc_stat for TCP TLS (git-fixes). - kABI fix of: virtio-crypto: handle config changed by work queue (git-fixes). - kABI workaround for sound core UMP conversion (stable-fixes). - kabi/severities: ignore kABI for FireWire sound local symbols (bsc#1208783) - kabi/severity: add nvme common code The nvme common code is also allowed to change the data structures, there are only internal users. - kcov: properly check for softirq context (git-fixes). - kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy() (bsc#1229134). - kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_files (git-fixes). - kprobes: Fix to check symbol prefixes correctly (git-fixes). - kprobes: Prohibit probing on CFI preamble symbol (git-fixes). - KVM: Always flush async #PF workqueue when vCPU is being destroyed (git-fixes). - KVM: arm64: AArch32: Fix spurious trapping of conditional instructions (git-fixes). - KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgd (git-fixes). - KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode (git-fixes). - KVM: arm64: Fix __pkvm_init_switch_pgd call ABI (git-fixes). - KVM: arm64: Fix AArch32 register narrowing on userspace write (git-fixes). - KVM: arm64: Fix clobbered ELR in sync abort/SError (git-fixes) - KVM: arm64: GICv4: Do not perform a map to a mapped vLPI (git-fixes). - KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2 (git-fixes). - KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init() (git-fixes). - KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table() (git-fixes). - KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler (git-fixes). - KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id (git-fixes). - KVM: arm64: vgic-v4: Restore pending state on host userspace write (git-fixes). - KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy() (git-fixes). - KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy (git-fixes). - KVM: arm64: vgic: Simplify kvm_vgic_destroy() (git-fixes). - KVM: fix kvm_mmu_memory_cache allocation warning (git-fixes). - KVM: Make KVM_MEM_GUEST_MEMFD mutually exclusive with KVM_MEM_READONLY (git-fixes). - KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector (git-fixes). - KVM: nVMX: Check for pending posted interrupts when looking for nested events (git-fixes). - KVM: nVMX: Request immediate exit iff pending nested event needs injection (git-fixes). - KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3 (bsc#1194869). - KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE (bsc#1215199). - KVM: Protect vcpu->pid dereference via debugfs with RCU (git-fixes). - KVM: Reject overly excessive IDs in KVM_CREATE_VCPU (git-fixes). - KVM: s390: fix LPSWEY handling (bsc#1227634 git-fixes). - KVM: s390: fix validity interception issue when gisa is switched off (git-fixes bsc#1229167). - kvm: s390: Reject memory region operations for ucontrol VMs (git-fixes bsc#1229168). - KVM: Stop processing *all* memslots when "null" mmu_notifier handler is found (git-fixes). - KVM: VMX: Move posted interrupt descriptor out of VMX code (git-fixes). - KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked() (git-fixes). - KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit() (git-fixes). - KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID (git-fixes). - KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE (git-fixes). - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API (git-fixes). - libbpf: Apply map_set_def_max_entries() for inner_maps on creation (git-fixes). - libbpf: Fix faccessat() usage on Android (git-fixes). - libbpf: Use OPTS_SET() macro in bpf_xdp_query() (git-fixes). - md-cluster: fix hanging issue while a new disk adding (bsc#1223395). - md-cluster: fix hanging issue while a new disk adding (bsc#1223395). - md-cluster: fix no recovery job when adding/re-adding a disk (bsc#1223395). - md-cluster: fix no recovery job when adding/re-adding a disk (bsc#1223395). - md-cluster: keeping kabi compatibility for upstream commit 35a0a409fa26 (bsc#1223395). - md: add a mddev_add_trace_msg helper (git-fixes). - md: add check for sleepers in md_wakeup_thread() (git-fixes). - md: change the return value type of md_write_start to void (git-fixes). - md: do not account sync_io if iostats of the disk is disabled (git-fixes). - md: do not delete safemode_timer in mddev_suspend (git-fixes). - md: Do not wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl (git-fixes). - md: factor out a helper exceed_read_errors() to check read_errors (git-fixes). - md: fix a suspicious RCU usage warning (git-fixes). - md/md-bitmap: fix writing non bitmap pages (git-fixes). - md/raid1: set max_sectors during early return from choose_slow_rdev() (git-fixes). - md/raid1: support read error check (git-fixes). - md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING (git-fixes). - md/raid5: fix spares errors about rcu usage (git-fixes). - md/raid5: recheck if reshape has finished with device_lock held (git-fixes). - media: amphion: Remove lock in s_ctrl callback (stable-fixes). - media: drivers/media/dvb-core: copy user arrays safely (stable-fixes). - media: pci: cx23885: check cx23885_vdev_init() return (stable-fixes). - media: Revert "media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()" (git-fixes). - media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920 (git-fixes). - media: uvcvideo: Disable autosuspend for Insta360 Link (stable-fixes). - media: uvcvideo: Fix the bandwdith quirk on USB 3.x (stable-fixes). - media: uvcvideo: Ignore empty TS packets (stable-fixes). - media: uvcvideo: Quirk for invalid dev_sof in Logitech C922 (stable-fixes). - media: xc2028: avoid use-after-free in load_firmware_cb() (stable-fixes). - memcg: protect concurrent access to mem_cgroup_idr (git-fixes). - memory: stm32-fmc2-ebi: check regmap_read return value (stable-fixes). - memory: tegra: Skip SID programming if SID registers are not set (stable-fixes). - minmax: add a few more MIN_T/MAX_T users (bsc#1229024). - minmax: avoid overly complicated constant expressions in VM code (bsc#1229024). - minmax: do not use max() in situations that want a C constant expression (bsc#1229024). - minmax: fix up min3() and max3() too (bsc#1229024). - minmax: improve macro expansion and type checking (bsc#1229024). - minmax: make generic MIN() and MAX() macros available everywhere (bsc#1229024). - minmax: simplify and clarify min_t()/max_t() implementation (bsc#1229024). - minmax: simplify min()/max()/clamp() implementation (bsc#1229024). - mm, kmsan: fix infinite recursion due to RCU critical section (git-fixes). - mm: prevent derefencing NULL ptr in pfn_section_valid() (git-fixes). - mmc: dw_mmc: allow biu and ciu clocks to defer (git-fixes). - mmc: mmc_test: Fix NULL dereference on allocation failure (git-fixes). - mmc: mtk-sd: receive cmd8 data when hs400 tuning fail (git-fixes). - net: drop bad gso csum_start and offset in virtio_net_hdr (git-fixes). - net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb() (git-fixes). - net: fix sk_memory_allocated_{add|sub} vs softirqs (bsc#1228757). - net: mana: Add support for page sizes other than 4KB on ARM64 (jsc#PED-8491 bsc#1226530). - net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings (bsc#1229154). - net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response (git-fixes). - net: mana: Fix RX buf alloc_size alignment and atomic op panic (bsc#1229086). - net: missing check virtio (git-fixes). - net: phy: micrel: Fix the KSZ9131 MDI-X status issue (git-fixes). - net: phy: realtek: add support for RTL8366S Gigabit PHY (git-fixes). - net: usb: qmi_wwan: fix memory leak for not ip packets (git-fixes). - net: usb: sr9700: fix uninitialized variable use in sr_mdio_read (git-fixes). - net/iucv: fix the allocation size of iucv_path_table array (git-fixes bsc#1229451). - net/iucv: fix use after free in iucv_sock_close() (bsc#1228973). - net/rds: fix possible cp null dereference (git-fixes). - net/sched: initialize noop_qdisc owner (git-fixes). - netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume() (bsc#1228459 bsc#1228462). - nfc: pn533: Add poll mod list filling check (git-fixes). - nfs: do not invalidate dentries on transient errors (git-fixes). - nfs: expose /proc/net/sunrpc/nfs in net namespaces (git-fixes). - nfs: make the rpc_stat per net namespace (git-fixes). - nfs: pass explicit offset/count to trace events (git-fixes). - nfs: propagate readlink errors in nfs_symlink_filler (git-fixes). - NFSD: Support write delegations in LAYOUTGET (git-fixes). - NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server (git-fixes). - nouveau/firmware: use dma non-coherent allocator (git-fixes). - nvme_core: scan namespaces asynchronously (bsc#1224105). - nvme-multipath: find NUMA path only for online numa-node (git-fixes). - nvme-multipath: implement "queue-depth" iopolicy (bsc#1227706). - nvme-multipath: prepare for "queue-depth" iopolicy (bsc#1227706). - nvme-pci: add missing condition check for existence of mapped data (git-fixes). - nvme-pci: do not directly handle subsys reset fallout (bsc#1220066). - nvme-pci: Fix the instructions for disabling power management (git-fixes). - nvme-sysfs: add 'tls_configured_key' sysfs attribute (bsc#1221857). - nvme-sysfs: add 'tls_keyring' attribute (bsc#1221857). - nvme-tcp: check for invalidated or revoked key (bsc#1221857). - nvme-tcp: sanitize TLS key handling (bsc#1221857). - nvme: add a newline to the 'tls_key' sysfs attribute (bsc#1221857). - nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset (git-fixes). - nvme: avoid double free special payload (git-fixes). - nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA (git-fixes). - nvme: fixup comment for nvme RDMA Provider Type (git-fixes). - nvme: split off TLS sysfs attributes into a separate group (bsc#1221857). - nvme: tcp: remove unnecessary goto statement (bsc#1221857). - nvmet-auth: fix nvmet_auth hash error handling (git-fixes). - nvmet: always initialize cqe.result (git-fixes). - nvmet: do not return 'reserved' for empty TSAS values (git-fixes). - nvmet: fix a possible leak when destroy a ctrl during qp establishment (git-fixes). - nvmet: make 'tsas' attribute idempotent for RDMA (git-fixes). - ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry() (bsc#1228410). - padata: Fix possible divide-by-0 panic in padata_mt_helper() (git-fixes). - PCI: Add Edimax Vendor ID to pci_ids.h (stable-fixes). - PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN (git-fixes). - PCI: loongson: Enable MSI in LS7A Root Complex (stable-fixes). - perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 (git-fixes). - pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE (git-fixes). - pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins (git-fixes). - pinctrl: single: fix potential NULL dereference in pcs_get_function() (git-fixes). - pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register (git-fixes). - platform/chrome: cros_ec_proto: Lock device when updating MKBP version (git-fixes). - platform/chrome: cros_ec_proto: Lock device when updating MKBP version (git-fixes). - platform/surface: aggregator: Fix warning when controller is destroyed in probe (git-fixes). - platform/x86: lg-laptop: fix %s null argument warning (stable-fixes). - platform/x86/amd/hsmp: Add support for ACPI based probing (jsc#PED-8779). - platform/x86/amd/hsmp: Cache pci_dev in struct hsmp_socket (jsc#PED-8779). - platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc() (jsc#PED-8779). - platform/x86/amd/hsmp: Check HSMP support on AMD family of processors (jsc#PED-8779). - platform/x86/amd/hsmp: Check num_sockets against MAX_AMD_SOCKETS (jsc#PED-8779). - platform/x86/amd/hsmp: Create static func to handle platdev (jsc#PED-8779). - platform/x86/amd/hsmp: Define a struct to hold mailbox regs (jsc#PED-8779). - platform/x86/amd/hsmp: Move dev from platdev to hsmp_socket (jsc#PED-8779). - platform/x86/amd/hsmp: Move hsmp_test to probe (jsc#PED-8779). - platform/x86/amd/hsmp: Non-ACPI support for AMD F1A_M00~0Fh (jsc#PED-8779). - platform/x86/amd/hsmp: Remove extra parenthesis and add a space (jsc#PED-8779). - platform/x86/amd/hsmp: Restructure sysfs group creation (jsc#PED-8779). - platform/x86/amd/hsmp: switch to use device_add_groups() (jsc#PED-8779). - platform/x86/intel/ifs: Initialize union ifs_status to zero (git-fixes). - power: supply: axp288_charger: Fix constant_charge_voltage writes (git-fixes). - power: supply: axp288_charger: Round constant_charge_voltage writes down (git-fixes). - power: supply: qcom_battmgr: return EAGAIN when firmware service is not up (git-fixes). - powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap() (bsc#1194869). - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS (bsc#1194869). - powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n (bsc#1194869). - powerpc/io: Avoid clang null pointer arithmetic warnings (bsc#1194869). - powerpc/kexec_file: fix cpus node update to FDT (bsc#1194869). - powerpc/kexec: make the update_cpus_node() function public (bsc#1194869). - powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP (bsc#1194869). - powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp (bsc#1194869). - powerpc/pseries: Whitelist dtl slub object for copying to userspace (bsc#1194869). - powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE (bsc#1194869). - powerpc/topology: Check if a core is online (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes). - powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#" (bsc#1194869). - printk/panic: Allow cpu backtraces to be written into ringbuffer during panic (bsc#1225607). - RDMA: Fix netdev tracker in ib_device_set_netdev (git-fixes) - RDMA/cache: Release GID table even if leak is detected (git-fixes) - RDMA/device: Return error earlier if port in not valid (git-fixes) - RDMA/hns: Check atomic wr length (git-fixes) - RDMA/hns: Fix insufficient extend DB for VFs. (git-fixes) - RDMA/hns: Fix mbx timing out before CMD execution is completed (git-fixes) - RDMA/hns: Fix missing pagesize and alignment check in FRMR (git-fixes) - RDMA/hns: Fix shift-out-bounds when max_inline_data is 0 (git-fixes) - RDMA/hns: Fix soft lockup under heavy CEQE load (git-fixes) - RDMA/hns: Fix undifined behavior caused by invalid max_sge (git-fixes) - RDMA/hns: Fix unmatch exception handling when init eq table fails (git-fixes) - RDMA/iwcm: Fix a use-after-free related to destroying CM IDs (git-fixes) - RDMA/mana_ib: Use virtual address in dma regions for MRs (git-fixes). - RDMA/mlx4: Fix truncated output warning in alias_GUID.c (git-fixes) - RDMA/mlx4: Fix truncated output warning in mad.c (git-fixes) - RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE (git-fixes) - RDMA/rxe: Do not set BTH_ACK_MASK for UC or UD QPs (git-fixes) - reiserfs: fix uninit-value in comp_keys (git-fixes). - rtc: nct3018y: fix possible NULL dereference (stable-fixes). - s390/cpum_cf: Fix endless loop in CF_DIAG event stop (git-fixes bsc#1229171). - s390/dasd: fix error checks in dasd_copy_pair_store() (git-fixes bsc#1229173). - s390/dasd: fix error recovery leading to data corruption on ESE devices (git-fixes bsc#1229452). - s390/pci: Add missing virt_to_phys() for directed DIBV (git-fixes bsc#1229174). - s390/pci: Allow allocation of more than 1 MSI interrupt (git-fixes bsc#1229172). - s390/pci: Refactor arch_setup_msi_irqs() (git-fixes bsc#1229172). - s390/pkey: harmonize pkey s390 debug feature calls (bsc#1228720). - s390/pkey: introduce dynamic debugging for pkey (bsc#1228720). - s390/sclp: Prevent release of buffer in I/O (git-fixes bsc#1229169). - s390/uv: Panic for set and remove shared access UVC errors (git-fixes bsc#1229170). - samples/bpf: syscall_tp_user: Fix array out-of-bound access (git-fixes). - samples/bpf: syscall_tp_user: Rename num_progs into nr_tests (git-fixes). - sbitmap: use READ_ONCE to access map->word (stable-fixes). - scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state (bsc#1228857). - scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactive (bsc#1228857). - scsi: lpfc: Fix handling of fully recovered fabric node in dev_loss callbk (bsc#1228857). - scsi: lpfc: Fix incorrect request len mbox field when setting trunking via sysfs (bsc#1228857). - scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info (bsc#1228857). - scsi: lpfc: Relax PRLI issue conditions after GID_FT response (bsc#1228857). - scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages (bsc#1228857). - scsi: lpfc: Update lpfc version to 14.4.0.3 (bsc#1228857). - scsi: qla2xxx: Avoid possible run-time warning with long model_num (bsc#1228850). - scsi: qla2xxx: Complete command early within lock (bsc#1228850). - scsi: qla2xxx: Convert comma to semicolon (bsc#1228850). - scsi: qla2xxx: Drop driver owner assignment (bsc#1228850). - scsi: qla2xxx: During vport delete send async logout explicitly (bsc#1228850). - scsi: qla2xxx: Fix debugfs output for fw_resource_count (bsc#1228850). - scsi: qla2xxx: Fix flash read failure (bsc#1228850). - scsi: qla2xxx: Fix for possible memory corruption (bsc#1228850). - scsi: qla2xxx: Fix optrom version displayed in FDMI (bsc#1228850). - scsi: qla2xxx: Indent help text (bsc#1228850). - scsi: qla2xxx: Reduce fabric scan duplicate code (bsc#1228850). - scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple' (bsc#1228850). - scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds (bsc#1228850). - scsi: qla2xxx: Unable to act on RSCN for port online (bsc#1228850). - scsi: qla2xxx: Update version to 10.02.09.300-k (bsc#1228850). - scsi: qla2xxx: Use QP lock to search for bsg (bsc#1228850). - scsi: qla2xxx: validate nvme_local_port correctly (bsc#1228850). - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values (git-fixes). - selftests/bpf: Add a test to verify previous stacksafe() fix (bsc#1225903). - selftests/bpf: Add assert for user stacks in test_task_stack (git-fixes). - selftests/bpf: Add netkit to tc_redirect selftest (git-fixes). - selftests/bpf: De-veth-ize the tc_redirect test case (git-fixes). - selftests/bpf: Disable IPv6 for lwt_redirect test (git-fixes). - selftests/bpf: fix bpf_loop_bench for new callback verification scheme (git-fixes). - selftests/bpf: fix compiler warnings in RELEASE=1 mode (git-fixes). - selftests/bpf: Fix erroneous bitmask operation (git-fixes). - selftests/bpf: Fix issues in setup_classid_environment() (git-fixes). - selftests/bpf: Fix potential premature unload in bpf_testmod (git-fixes). - selftests/bpf: Fix pyperf180 compilation failure with clang18 (git-fixes). - selftests/bpf: fix RELEASE=1 build for tc_opts (git-fixes). - selftests/bpf: Fix the flaky tc_redirect_dtime test (git-fixes). - selftests/bpf: Fix up xdp bonding test wrt feature flags (git-fixes). - selftests/bpf: Make linked_list failure test more robust (git-fixes). - selftests/bpf: Relax time_tai test for equal timestamps in tai_forward (git-fixes). - selftests/bpf: satisfy compiler by having explicit return in btf test (git-fixes). - selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not available (git-fixes). - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on (git-fixes). - serial: core: check uartclk for zero to avoid divide by zero (stable-fixes). - soc: qcom: cmd-db: Map shared memory as WC, not WB (git-fixes). - soc: qcom: pmic_glink: Actually communicate when remote goes down (git-fixes). - soundwire: stream: fix programming slave ports for non-continous port maps (git-fixes). - spi: Add empty versions of ACPI functions (stable-fixes). - spi: microchip-core: fix init function not setting the master and motorola modes (git-fixes). - spi: microchip-core: switch to use modern name (stable-fixes). - spi: spi-fsl-lpspi: Fix scldiv calculation (git-fixes). - spi: spidev: Add missing spi_device_id for bh2228fv (git-fixes). - Squashfs: fix variable overflow triggered by sysbot (git-fixes). - squashfs: squashfs_read_data need to check if the length is 0 (git-fixes). - ssb: Fix division by zero issue in ssb_calc_clock_rate (stable-fixes). - staging: iio: resolver: ad2s1210: fix use before initialization (stable-fixes). - staging: ks7010: disable bh on tx_dev_lock (stable-fixes). - string.h: Introduce memtostr() and memtostr_pad() (bsc#1228849). - SUNRPC: add a missing rpc_stat for TCP TLS (git-fixes). - sunrpc: add a struct rpc_stats arg to rpc_create_args (git-fixes). - SUNRPC: Fix a race to wake a sync task (git-fixes). - swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files() (git-fixes). - swiotlb: fix swiotlb_bounce() to do partial sync's correctly (git-fixes). - syscalls: fix compat_sys_io_pgetevents_time64 usage (git-fixes). - thermal: bcm2835: Convert to platform remove callback returning void (stable-fixes). - thermal/drivers/broadcom: Fix race between removal and clock disable (git-fixes). - thunderbolt: Mark XDomain as unplugged when router is removed (stable-fixes). - tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline (bsc#1227747). - tools/perf: Fix perf bench futex to enable the run when some CPU's are offline (bsc#1227747). - tools/perf: Fix timing issue with parallel threads in perf bench wake-up-parallel (bsc#1227747). - tools/resolve_btfids: fix build with musl libc (git-fixes). - tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids (git-fixes). - tools/resolve_btfids: Fix cross-compilation to non-host endianness (git-fixes). - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h (git-fixes). - trace/pid_list: Change gfp flags in pid_list_fill_irq() (git-fixes). - tracing: Return from tracing_buffers_read() if the file has been closed (bsc#1229136 git-fixes). - tty: atmel_serial: use the correct RTS flag (git-fixes). - tty: serial: fsl_lpuart: mark last busy before uart_add_one_port (git-fixes). - usb: cdnsp: fix for Link TRB with TC (git-fixes). - usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function (git-fixes). - usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes() (git-fixes). - usb: dwc3: core: Skip setting event buffers for host only controllers (stable-fixes). - usb: dwc3: omap: add missing depopulate in probe error path (git-fixes). - usb: dwc3: st: add missing depopulate in probe error path (git-fixes). - usb: dwc3: st: fix probed platform device ref count on probe error path (git-fixes). - usb: gadget: core: Check for unset descriptor (git-fixes). - usb: gadget: fsl: Increase size of name buffer for endpoints (stable-fixes). - usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed (git-fixes). - usb: gadget: u_serial: Set start_delayed during suspend (git-fixes). - usb: gadget: uvc: cleanup request when not in correct state (stable-fixes). - USB: serial: debug: do not echo input by default (stable-fixes). - usb: typec: fsa4480: add support for Audio Accessory Mode (git-fixes). - usb: typec: fsa4480: Add support to swap SBU orientation (git-fixes). - usb: typec: fsa4480: Check if the chip is really there (git-fixes). - usb: typec: fsa4480: Relax CHIP_ID check (git-fixes). - usb: typec: fsa4480: rework mux & switch setup to handle more states (git-fixes). - usb: vhci-hcd: Do not drop references before new references are gained (stable-fixes). - vfio/pci: fix potential memory leak in vfio_intx_enable() (git-fixes). - vhost-scsi: Handle vhost_vq_work_queue failures for events (git-fixes). - vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler (git-fixes). - vhost: Release worker mutex during flushes (git-fixes). - vhost: Use virtqueue mutex for swapping worker (git-fixes). - vhost/vsock: always initialize seqpacket_allow (git-fixes). - virt: guest_memfd: fix reference leak on hwpoisoned page (git-fixes). - virtio_net: use u64_stats_t infra to avoid data-races (git-fixes). - virtio-crypto: handle config changed by work queue (git-fixes). - virtio: reenable config if freezing device failed (git-fixes). - virtiofs: forbid newlines in tags (bsc#1229940). - wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup() (stable-fixes). - wifi: ath12k: fix soft lockup on suspend (git-fixes). - wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion (git-fixes). - wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done (git-fixes). - wifi: iwlwifi: fw: fix wgds rev 3 exact size (git-fixes). - wifi: mac80211: use monitor sdata with driver only if desired (git-fixes). - wifi: mwifiex: duplicate static structs used in driver instances (git-fixes). - wifi: nl80211: disallow setting special AP channel widths (stable-fixes). - wifi: nl80211: do not give key data to userspace (stable-fixes). - wifi: rtw88: usb: Fix disconnection after beacon loss (stable-fixes). - wifi: wfx: repair open network AP mode (git-fixes). - workqueue: Improve scalability of workqueue watchdog touch (bsc#1193454). - workqueue: wq_watchdog_touch is always called with valid CPU (bsc#1193454). - x86/asm: Use %c/%n instead of %P operand modifier in asm templates (git-fixes). - x86/entry/64: Remove obsolete comment on tracing vs. SYSRET (git-fixes). - x86/mm: Fix pti_clone_entry_text() for i386 (git-fixes). - x86/mm: Fix pti_clone_pgtable() alignment assumption (git-fixes). - x86/mtrr: Check if fixed MTRRs exist before saving them (git-fixes). - x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks() (git-fixes). - x86/numa: Fix the address overlap check in numa_fill_memblks() (git-fixes). - x86/numa: Fix the sort compare func used in numa_fill_memblks() (git-fixes). - x86/numa: Introduce numa_fill_memblks() (git-fixes). - x86/pci: Skip early E820 check for ECAM region (git-fixes). - x86/xen: Convert comma to semicolon (git-fixes). - xfs: allow cross-linking special files without project quota (git-fixes). - xfs: allow symlinks with short remote targets (bsc#1229160). - xfs: allow unlinked symlinks and dirs with zero size (git-fixes). - xfs: attr forks require attr, not attr2 (git-fixes). - xfs: convert comma to semicolon (git-fixes). - xfs: do not use current->journal_info (git-fixes). - xfs: Fix missing interval for missing_owner in xfs fsmap (git-fixes). - xfs: Fix the owner setting issue for rmap query in xfs fsmap (git-fixes). - xfs: fix unlink vs cluster buffer instantiation race (git-fixes). - xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs (git-fixes). - xfs: journal geometry is not properly bounds checked (git-fixes). - xfs: match lock mode in xfs_buffered_write_iomap_begin() (git-fixes). - xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery (git-fixes). - xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later (git-fixes). - xfs: use consistent uid/gid when grabbing dquots for inodes (git-fixes). - xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code (git-fixes). - xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration (git-fixes). - xprtrdma: Fix rpcrdma_reqs_reset() (git-fixes). cluster-md-kmp-azure-6.4.0-150600.8.11.1.x86_64.rpm True dlm-kmp-azure-6.4.0-150600.8.11.1.x86_64.rpm True gfs2-kmp-azure-6.4.0-150600.8.11.1.x86_64.rpm True kernel-azure-6.4.0-150600.8.11.1.nosrc.rpm True kernel-azure-6.4.0-150600.8.11.1.x86_64.rpm True kernel-azure-devel-6.4.0-150600.8.11.1.x86_64.rpm True kernel-azure-extra-6.4.0-150600.8.11.1.x86_64.rpm True kernel-azure-livepatch-devel-6.4.0-150600.8.11.1.x86_64.rpm True kernel-azure-optional-6.4.0-150600.8.11.1.x86_64.rpm True kernel-azure-vdso-6.4.0-150600.8.11.1.x86_64.rpm True kernel-devel-azure-6.4.0-150600.8.11.1.noarch.rpm True kernel-source-azure-6.4.0-150600.8.11.1.noarch.rpm True kernel-source-azure-6.4.0-150600.8.11.1.src.rpm True kernel-syms-azure-6.4.0-150600.8.11.1.src.rpm True kernel-syms-azure-6.4.0-150600.8.11.1.x86_64.rpm True kselftests-kmp-azure-6.4.0-150600.8.11.1.x86_64.rpm True ocfs2-kmp-azure-6.4.0-150600.8.11.1.x86_64.rpm True reiserfs-kmp-azure-6.4.0-150600.8.11.1.x86_64.rpm True cluster-md-kmp-azure-6.4.0-150600.8.11.1.aarch64.rpm True dlm-kmp-azure-6.4.0-150600.8.11.1.aarch64.rpm True gfs2-kmp-azure-6.4.0-150600.8.11.1.aarch64.rpm True kernel-azure-6.4.0-150600.8.11.1.aarch64.rpm True kernel-azure-devel-6.4.0-150600.8.11.1.aarch64.rpm True kernel-azure-extra-6.4.0-150600.8.11.1.aarch64.rpm True kernel-azure-livepatch-devel-6.4.0-150600.8.11.1.aarch64.rpm True kernel-azure-optional-6.4.0-150600.8.11.1.aarch64.rpm True kernel-syms-azure-6.4.0-150600.8.11.1.aarch64.rpm True kselftests-kmp-azure-6.4.0-150600.8.11.1.aarch64.rpm True ocfs2-kmp-azure-6.4.0-150600.8.11.1.aarch64.rpm True reiserfs-kmp-azure-6.4.0-150600.8.11.1.aarch64.rpm True openSUSE-SLE-15.6-2024-3215 Recommended update for nvptx-tools moderate SUSE Updates openSUSE-SLE 15.6 This update for nvptx-tools fixes the following issues: Update to version 1.0+git.20240530.96f8fc5: * ld: Global constructor/destructor support * Build in C++11 mode * Import 'config/ax_cxx_compile_stdcxx.m4' from GCC * Replace 'nvptx-none-run-single' with a locking mechanism in 'nvptx-none-run.exp' * Change github.com/MentorEmbedded to github.com/SourceryTools Update to version 1.0+git.20240419.9962793: * as: Document current handling of '//:IND_FUNC_MAP' [#45] * Handle ":IND_FUNC_MAP" in nvptx-as to ensure map-directive order is kept * Handle --hash-style argument in nvptx-ld Update to version 1.0+git.20230913.c321f1a: * as: Allow for arbitrary number of tokens in a 'stmt' * Ensure :VAR_MAP and :FUNC_MAP are output in order, part II [#29] * Ensure :VAR_MAP and :FUNC_MAP are output in order: add more test cases [#29] * as: Pass 'Vis' into 'parse_line_nosemi' * as: Inline 'alloc_comment' * as: When tokenizing a block comment, don't lose a preceding end of line marker * as: Add 'test/as/block_comment-1.test' * Bump architecture baseline from sm_35 to sm_50 [#30] * as: Remove unused 'FUNC_MAP', 'VAR_MAP' scanning * as: Clean up 'symbol's via C++ destructor * Enable 'test/as/ptxas/missing-1.test' also if 'ptxas' is available * Adjust for 'pex_run' error message change in "Update imported files: GCC, 2018-10-29 [#1, #42]" * Note "Imported Files" in 'README-development' [#1] * Add 'move-if-change' [#1] * Remove 'acinclude.m4' * Don't use 'gcc_AC_PROG_INSTALL'; use standard 'AC_PROG_INSTALL' * Don't use 'gcc_AC_PROG_LN_S'; assume that 'ln -s' does work * Have 'aclocal.m4' be "generated automatically by aclocal" * Move 'ACX_PKGVERSION', 'ACX_BUGURL' into 'config/acx.m4' * Ensure :VAR_MAP and :FUNC_MAP are output in order Update to version 1.0+git.20230718.bbb6fe6: * Document "Program Instrumentation: Sanitizers" in 'README-development' * run: Move 'cuModuleGetFunction' for '__main' out of 'compile_file' * run: Plug 'compile_file' memory leaks * run: Localize 'cuda_lib' * as: Localize 'collect_wait' * as: Don't 'unlink (NULL)' * as: Don't use an obstack for 'ptxas' invocation [#1] * ld: Remove unused '#include "obstack.h"' [#1] * ld, nm: Stop 'using namespace std;' * run: For auto '--stack-size', consider free instead of total device memory [#8] * ld: Support archives appearing as input files * ld: Don't reject empty archives * ld: Make resolving of '-l'ibraries a separate step * ld: Verify no NUL-separated parts for 'process_refs_defs' * ld: Fix undefined behavior reading objects from archives * ld: Document padding of objects in archives * as: Plug 'alloc_stmt' memory leak * as: Plug 'read_file' memory leak * as: Plug 'tokenize' memory leak * as: Conceptually simplify capture of preamble '.target' directive's argument * 'test/GLOBAL_FUNCTION_DECL_f.s': 'f' is '.extern', not '.visible' [#38] Update to version 1.0+git.20230122.93e0090: * nm: '#define __STDC_FORMAT_MACROS' for '#include <inttypes.h>' [#40] * 'nm' * ld: Clean up the 'symbol_table' when we're done * as: Clean up the 'symbol_table' when we're done * ld: Clean up 'file_hash_entry' instances when we're done with the 'symbol_table' * as: Always 'free' the 'tok_preamble_target_arg'-deduced 'target_arg' string after 'ptxas' verification * as: 'obstack_free' after 'ptxas' verification * run: Close files after use nvptx-tools-1.0+git.20240530.96f8fc5-150000.4.9.1.src.rpm nvptx-tools-1.0+git.20240530.96f8fc5-150000.4.9.1.x86_64.rpm nvptx-tools-1.0+git.20240530.96f8fc5-150000.4.9.1.aarch64.rpm openSUSE-SLE-15.6-2024-3216 Security update for expat moderate SUSE Updates openSUSE-SLE 15.6 This update for expat fixes the following issues: - CVE-2024-45492: integer overflow in function nextScaffoldPart. (bsc#1229932) - CVE-2024-45491: integer overflow in dtdCopy. (bsc#1229931) - CVE-2024-45490: negative length for XML_ParseBuffer not rejected. (bsc#1229930) expat-2.4.4-150400.3.22.1.src.rpm expat-2.4.4-150400.3.22.1.x86_64.rpm libexpat-devel-2.4.4-150400.3.22.1.x86_64.rpm libexpat-devel-32bit-2.4.4-150400.3.22.1.x86_64.rpm libexpat1-2.4.4-150400.3.22.1.x86_64.rpm libexpat1-32bit-2.4.4-150400.3.22.1.x86_64.rpm expat-2.4.4-150400.3.22.1.s390x.rpm libexpat-devel-2.4.4-150400.3.22.1.s390x.rpm libexpat1-2.4.4-150400.3.22.1.s390x.rpm expat-2.4.4-150400.3.22.1.ppc64le.rpm libexpat-devel-2.4.4-150400.3.22.1.ppc64le.rpm libexpat1-2.4.4-150400.3.22.1.ppc64le.rpm expat-2.4.4-150400.3.22.1.aarch64.rpm libexpat-devel-2.4.4-150400.3.22.1.aarch64.rpm libexpat1-2.4.4-150400.3.22.1.aarch64.rpm openSUSE-SLE-15.6-2024-3222 Security update for runc low SUSE Updates openSUSE-SLE 15.6 This update for runc fixes the following issues: - Update to runc v1.1.14 - CVE-2024-45310: Fixed an issue where runc can be tricked into creating empty files/directories on host. (bsc#1230092) runc-1.1.14-150000.70.1.src.rpm runc-1.1.14-150000.70.1.x86_64.rpm runc-1.1.14-150000.70.1.s390x.rpm runc-1.1.14-150000.70.1.ppc64le.rpm runc-1.1.14-150000.70.1.aarch64.rpm openSUSE-SLE-15.6-2024-3221 Security update for containerd important SUSE Updates openSUSE-SLE 15.6 This update for containerd fixes the following issues: - Update to containerd v1.7.21 - CVE-2023-47108: Fixed DoS vulnerability in otelgrpc (uncontrolled resource consumption) due to unbound cardinality metrics. (bsc#1217070) - CVE-2023-45142: Fixed DoS vulnerability in otelhttp. (bsc#1228553) containerd-1.7.21-150000.117.1.src.rpm containerd-1.7.21-150000.117.1.x86_64.rpm containerd-ctr-1.7.21-150000.117.1.x86_64.rpm containerd-devel-1.7.21-150000.117.1.x86_64.rpm containerd-1.7.21-150000.117.1.s390x.rpm containerd-ctr-1.7.21-150000.117.1.s390x.rpm containerd-devel-1.7.21-150000.117.1.s390x.rpm containerd-1.7.21-150000.117.1.ppc64le.rpm containerd-ctr-1.7.21-150000.117.1.ppc64le.rpm containerd-devel-1.7.21-150000.117.1.ppc64le.rpm containerd-1.7.21-150000.117.1.aarch64.rpm containerd-ctr-1.7.21-150000.117.1.aarch64.rpm containerd-devel-1.7.21-150000.117.1.aarch64.rpm openSUSE-SLE-15.6-2024-3213 Security update for go1.22 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.22 fixes the following issues: - Update go v1.22.7 - CVE-2024-34155: Fixed stack exhaustion in all Parse* functions. (bsc#1230252) - CVE-2024-34156: Fixed stack exhaustion in Decoder.Decode. (bsc#1230253) - CVE-2024-34158: Fixed stack exhaustion in Parse. (bsc#1230254) go1.22-1.22.7-150000.1.27.1.src.rpm go1.22-1.22.7-150000.1.27.1.x86_64.rpm go1.22-doc-1.22.7-150000.1.27.1.x86_64.rpm go1.22-race-1.22.7-150000.1.27.1.x86_64.rpm go1.22-1.22.7-150000.1.27.1.s390x.rpm go1.22-doc-1.22.7-150000.1.27.1.s390x.rpm go1.22-race-1.22.7-150000.1.27.1.s390x.rpm go1.22-1.22.7-150000.1.27.1.ppc64le.rpm go1.22-doc-1.22.7-150000.1.27.1.ppc64le.rpm go1.22-race-1.22.7-150000.1.27.1.ppc64le.rpm go1.22-1.22.7-150000.1.27.1.aarch64.rpm go1.22-doc-1.22.7-150000.1.27.1.aarch64.rpm go1.22-race-1.22.7-150000.1.27.1.aarch64.rpm openSUSE-SLE-15.6-2024-3214 Security update for go1.23 moderate SUSE Updates openSUSE-SLE 15.6 This update for go1.23 fixes the following issues: - Update go v1.23.1 - CVE-2024-34155: Fixed stack exhaustion in all Parse* functions. (bsc#1230252) - CVE-2024-34156: Fixed stack exhaustion in Decoder.Decode. (bsc#1230253) - CVE-2024-34158: Fixed stack exhaustion in Parse. (bsc#1230254) go1.23-1.23.1-150000.1.6.1.src.rpm go1.23-1.23.1-150000.1.6.1.x86_64.rpm go1.23-doc-1.23.1-150000.1.6.1.x86_64.rpm go1.23-race-1.23.1-150000.1.6.1.x86_64.rpm go1.23-1.23.1-150000.1.6.1.s390x.rpm go1.23-doc-1.23.1-150000.1.6.1.s390x.rpm go1.23-race-1.23.1-150000.1.6.1.s390x.rpm go1.23-1.23.1-150000.1.6.1.ppc64le.rpm go1.23-doc-1.23.1-150000.1.6.1.ppc64le.rpm go1.23-race-1.23.1-150000.1.6.1.ppc64le.rpm go1.23-1.23.1-150000.1.6.1.aarch64.rpm go1.23-doc-1.23.1-150000.1.6.1.aarch64.rpm go1.23-race-1.23.1-150000.1.6.1.aarch64.rpm openSUSE-SLE-15.6-2024-3244 Recommended update for scap-security-guide moderate SUSE Updates openSUSE-SLE 15.6 This update for scap-security-guide fixes the following issues: - Version update (jsc#ECO-3319). - Add Amazon Linux 2023 product - Introduce new remediation type Kickstart - Make PAM macros more flexible to variables - Remove Debian 10 Product - Remove Red Hat Enterprise Linux 7 product - Update CIS RHEL9 control file to v2.0.0 scap-security-guide-0.1.74-150000.1.86.2.noarch.rpm scap-security-guide-0.1.74-150000.1.86.2.src.rpm scap-security-guide-debian-0.1.74-150000.1.86.2.noarch.rpm scap-security-guide-redhat-0.1.74-150000.1.86.2.noarch.rpm scap-security-guide-ubuntu-0.1.74-150000.1.86.2.noarch.rpm openSUSE-SLE-15.6-2024-3258 Recommended update for rmt-server important SUSE Updates openSUSE-SLE 15.6 This update for rmt-server contains the following fixes: - Version 2.19 * Fix for mirroring products that contain special characters (eg.: '$') in their path * rmt-server-pubcloud: * Support registration of extensions in BYOS mode on top of a PAYG system (hybrid mode) (jsc#PCT-400) * Validate repository and registy access for hybrid systems - Include new script to fix yum-utils issue (jsc#SLL-369) rmt-server-2.19-150500.3.22.1.src.rpm rmt-server-2.19-150500.3.22.1.x86_64.rpm rmt-server-config-2.19-150500.3.22.1.x86_64.rpm rmt-server-pubcloud-2.19-150500.3.22.1.x86_64.rpm rmt-server-2.19-150500.3.22.1.s390x.rpm rmt-server-config-2.19-150500.3.22.1.s390x.rpm rmt-server-pubcloud-2.19-150500.3.22.1.s390x.rpm rmt-server-2.19-150500.3.22.1.ppc64le.rpm rmt-server-config-2.19-150500.3.22.1.ppc64le.rpm rmt-server-pubcloud-2.19-150500.3.22.1.ppc64le.rpm rmt-server-2.19-150500.3.22.1.aarch64.rpm rmt-server-config-2.19-150500.3.22.1.aarch64.rpm rmt-server-pubcloud-2.19-150500.3.22.1.aarch64.rpm openSUSE-SLE-15.6-2024-3263 Recommended update for python3-dmidecode moderate SUSE Updates openSUSE-SLE 15.6 This update for python3-dmidecode fixes the following issues: - python3-dmidecode was updated to version 3.12.3 (bsc#1229855): * Added support for SMBIOS3.3.0 python3-dmidecode-3.12.3-150400.21.2.src.rpm python3-dmidecode-3.12.3-150400.21.2.x86_64.rpm python3-dmidecode-3.12.3-150400.21.2.s390x.rpm python3-dmidecode-3.12.3-150400.21.2.ppc64le.rpm python3-dmidecode-3.12.3-150400.21.2.aarch64.rpm openSUSE-SLE-15.6-2024-3195 Security update for the Linux Kernel important SUSE Updates openSUSE-SLE 15.6 The SUSE Linux Enterprise 15 SP6 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-41062: Sync sock recv cb and release (bsc#1228576). - CVE-2023-52489: Fix race in accessing memory_section->usage (bsc#1221326). - CVE-2024-43821: Fix a possible null pointer dereference (bsc#1229315). - CVE-2024-43911: Fix NULL dereference at band check in starting tx ba session (bsc#1229827). - CVE-2024-42277: Avoid NULL deref in sprd_iommu_hw_en (bsc#1229409). - CVE-2024-43880: Put back removed metod in struct objagg_ops (bsc#1229481). - CVE-2024-43899: Fix null pointer deref in dcn20_resource.c (bsc#1229754). - CVE-2024-43882: Fixed ToCToU between perm check and set-uid/gid usage. (bsc#1229503) - CVE-2024-43866: Always drain health in shutdown callback (bsc#1229495). - CVE-2024-26812: Struct virqfd kABI workaround (bsc#1222808). - CVE-2024-27010: Fix mirred deadlock on device recursion (bsc#1223720). - CVE-2024-36881: Fix reset ptes when close() for wr-protected (bsc#1225718). - CVE-2024-42316: Fix div-by-zero in vmpressure_calc_level() (bsc#1229353). - CVE-2024-43855: Fix deadlock between mddev_suspend and flush bio (bsc#1229342). - CVE-2024-43864: Fix CT entry update leaks of modify header context (bsc#1229496). - CVE-2024-26631: Fix data-race in ipv6_mc_down / mld_ifc_work (bsc#1221630). - CVE-2024-42109: Unconditionally flush pending work before notifier (bsc#1228505). - CVE-2024-41084: Avoid null pointer dereference in region lookup (bsc#1228472). - CVE-2024-40905: Fix possible race in __fib6_drop_pcpu_from() (bsc#1227761) - CVE-2024-39489: Fix memleak in seg6_hmac_init_algo (bsc#1227623) - CVE-2024-36489: Fix missing memory barrier in tls_init (bsc#1226874) - CVE-2024-27079: Fix NULL domain on device release (bsc#1223742). - CVE-2024-41020: Fix fcntl/close race recovery compat path (bsc#1228427). - CVE-2024-35897: Discard table flag update with pending basechain deletion (bsc#1224510). - CVE-2024-27403: Restore const specifier in flow_offload_route_init() (bsc#1224415). - CVE-2024-27011: Fix memleak in map from abort path (bsc#1223803). - CVE-2024-26668: Reject configurations that cause integer overflow (bsc#1222335). - CVE-2024-26835: Set dormant flag on hook register failure (bsc#1222967). - CVE-2024-26808: Handle NETDEV_UNREGISTER for inet/ingress basechain (bsc#1222634). - CVE-2024-26809: Release elements in clone only from destroy path (bsc#1222633). - CVE-2023-52581: Fix memleak when more than 255 elements expired (bsc#1220877). - CVE-2024-43837: Fix updating attached freplace prog in prog_array map (bsc#1229297). - CVE-2024-35939: Fixed leak pages on dma_set_decrypted() failure (bsc#1224535). - CVE-2024-42291: Add a per-VF limit on number of FDIR filters (bsc#1229374). - CVE-2024-42268: Fix missing lock on sync reset reload (bsc#1229391). - CVE-2024-43834: Fix invalid wait context of page_pool_destroy() (bsc#1229314) - CVE-2024-27433: Fix an error handling path in clk_mt8135_apmixed_probe() (bsc#1224711). - CVE-2024-36286: Acquire rcu_read_lock() in instance_destroy_rcu() (bsc#1226801) - CVE-2024-26851: Add protection for bmp length out of range (bsc#1223074) - CVE-2024-40920: Fix suspicious rcu usage in br_mst_set_state (bsc#1227781). - CVE-2024-40921: Pass vlan group directly to br_mst_vlan_set_state (bsc#1227784). - CVE-2024-36979: Fix vlan use-after-free (bsc#1226604). - CVE-2024-26590: Fix inconsistent per-file compression format (bsc#1220252). - CVE-2023-52859: Fix use-after-free when register pmu fails (bsc#1225582). - CVE-2024-42270: Fix null-ptr-deref in iptable_nat_table_init() (bsc#1229404). - CVE-2024-42269: Fix potential null-ptr-deref in ip6table_nat_table_init() (bsc#1229402). - CVE-2024-42284: Return non-zero value from tipc_udp_addr2str() on error (bsc#1229382) - CVE-2024-42283: Initialize all fields in dumped nexthops (bsc#1229383) - CVE-2024-42312: Always initialize i_uid/i_gid (bsc#1229357) - CVE-2024-43854: Initialize integrity buffer to zero before writing it to media (bsc#1229345) - CVE-2024-42322: Properly dereference pe in ip_vs_add_service (bsc#1229347) - CVE-2024-42290: Handle runtime power management correctly (bsc#1229379). - CVE-2024-42318: Do not lose track of restrictions on cred_transfer (bsc#1229351). - CVE-2023-52889: Fix null pointer deref when receiving skb during sock creation (bsc#1229287). - CVE-2024-42295: Handle inconsistent state in nilfs_btnode_create_block() (bsc#1229370). - CVE-2024-43850: Fix refcount imbalance seen during bwmon_remove (bsc#1229316). - CVE-2024-43831: Handle invalid decoder vsi (bsc#1229309). - CVE-2024-43839: Adjust 'name' buf size of bna_tcb and bna_ccb structures (bsc#1229301). - CVE-2024-41007: Use signed arithmetic in tcp_rtx_probe0_timed_out() (bsc#1227863). - CVE-2024-42281: Fix a segment issue when downgrading gso_size (bsc#1229386). - CVE-2024-26669: Fix chain template offload (bsc#1222350). - CVE-2024-26677: Blacklist e7870cf13d20 (" Fix delayed ACKs to not set the reference serial number") (bsc#1222387) - CVE-2024-41050: Cyclic allocation of msg_id to avoid reuse (bsc#1228499). - CVE-2024-41051: Wait for ondemand_object_worker to finish when dropping object (bsc#1228468). - CVE-2024-41074: Set object to close if ondemand_id < 0 in copen (bsc#1228643). - CVE-2024-41075: Add consistency check for copen/cread (bsc#1228646). - CVE-2024-41012: Remove locks reliably when fcntl/close race is detected (bsc#1228247). - CVE-2024-41080: Fix possible deadlock in io_register_iowq_max_workers() (bsc#1228616). - CVE-2024-42246: Remap EPERM in case of connection failure in xs_tcp_setup_socket (bsc#1228989). - CVE-2024-42159: Fix sanitise num_phys (bsc#1228754). - CVE-2024-42241: Disable PMD-sized page cache if needed (bsc#1228986). - CVE-2024-42245: Revert "sched/fair: Make sure to try to detach at least one movable task" (bsc#1228978). - CVE-2024-26735: Fix possible use-after-free and null-ptr-deref (bsc#1222372). - CVE-2024-26837: Race between creation of new group memberships and generation of the list of MDB events to replay (bsc#1222973). - CVE-2024-42155: Wipe copies of protected- and secure-keys (bsc#1228733). - CVE-2024-42156: Wipe copies of clear-key structures on failure (bsc#1228722). - CVE-2024-42157: Wipe sensitive data on failure (bsc#1228727). - CVE-2024-42158: Use kfree_sensitive() to fix Coccinelle warnings (bsc#1228720). - CVE-2024-38662: Cover verifier checks for mutating sockmap/sockhash (bsc#1226885). - CVE-2024-40938: Fix d_parent walk (bsc#1227840). - CVE-2024-42247: Avoid unaligned 64-bit memory accesses (bsc#1228988). - CVE-2024-41010: Fix too early release of tcx_entry (bsc#1228021). - CVE-2024-42106: Initialize pad field in struct inet_diag_req_v2 (bsc#1228493). - CVE-2024-42095: Fix Errata i2310 with RX FIFO level check (bsc#1228446). - CVE-2024-41068: Fix sclp_init() cleanup on failure (bsc#1228579). - CVE-2024-42138: Fix double memory deallocation in case of invalid INI file (bsc#1228500). - CVE-2024-42107: Do not process extts if PTP is disabled (bsc#1228494). - CVE-2024-42139: Fix improper extts handling (bsc#1228503). - CVE-2024-42110: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx() (bsc#1228501). - CVE-2024-42113: Initialize num_q_vectors for MSI/INTx interrupts (bsc#1228568). - CVE-2024-42148: Fix multiple UBSAN array-index-out-of-bounds (bsc#1228487). - CVE-2024-42142: E-switch, Create ingress ACL when needed (bsc#1228491). - CVE-2024-42073: Fix memory corruptions on Spectrum-4 systems (bsc#1228457). - CVE-2024-42162: Account for stopped queues when reading NIC stats (bsc#1228706). - CVE-2024-42082: Remove WARN() from __xdp_reg_mem_model() (bsc#1228482). - CVE-2024-40978: Fix crash while reading debugfs attribute (bsc#1227929). - CVE-2024-41000: Prefer different overflow check (bsc#1227867). - CVE-2024-40995: Fix possible infinite loop in tcf_idr_check_alloc() (bsc#1227830). - CVE-2024-42161: Avoid uninitialized value in BPF_CORE_READ_BITFIELD (bsc#1228756). - CVE-2024-41069: Fix route memory corruption (bsc#1228644). - CVE-2024-39506: Adjust a NULL pointer handling path in lio_vf_rep_copy_packet (bsc#1227729). - CVE-2024-42145: Implement a limit on UMAD receive List (bsc#1228743). - CVE-2024-40994: Fix integer overflow in max_vclocks_store (bsc#1227829). - CVE-2024-42124: Make qedf_execute_tmf() non-preemptible (bsc#1228705). - CVE-2024-42096: Stop playing stack games in profile_pc() (bsc#1228633). - CVE-2024-42224: Correct check for empty list (bsc#1228723). - CVE-2024-41048: Skip zero length skb in sk_msg_recvmsg (bsc#1228565). - CVE-2024-40958: Make get_net_ns() handle zero refcount net (bsc#1227812). - CVE-2024-40939: Fix tainted pointer delete is case of region creation fail (bsc#1227799). - CVE-2024-36933: Use correct mac_offset to unwind gso skb in nsh_gso_segment() (bsc#1225832). - CVE-2024-36929: Reject skb_copy(_expand) for fraglist GSO skbs (bsc#1225814). - CVE-2024-41044: Reject claimed-as-LCP but actually malformed packets (bsc#1228530). - CVE-2024-41066: Add tx check to prevent skb leak (bsc#1228640). - CVE-2024-42093: Avoid explicit cpumask var allocation on stack (bsc#1228680). - CVE-2024-42122: Add NULL pointer check for kzalloc (bsc#1228591). - CVE-2024-41078: Fix quota root leak after quota disable failure (bsc#1228655). - CVE-2024-40989: Disassociate vcpus from redistributor region on teardown (bsc#1227823). - CVE-2024-41064: Avoid possible crash when edev->pdev changes (bsc#1228599). - CVE-2024-41036: Fix deadlock with the SPI chip variant (bsc#1228496). - CVE-2024-41040: Fix UAF when resolving a clash (bsc#1228518). - CVE-2024-35949: Make sure that WRITTEN is set on all metadata blocks (bsc#1224700). - CVE-2024-41081: Block BH in ila_output() (bsc#1228617). - CVE-2024-41076: Fix memory leak in nfs4_set_security_label (bsc#1228649). - CVE-2024-42079: Fix NULL pointer dereference in gfs2_log_flush (bsc#1228672). - CVE-2024-41057: Fix slab-use-after-free in cachefiles_withdraw_cookie() (bsc#1228462). - CVE-2024-41058: Fix slab-use-after-free in fscache_withdraw_volume() (bsc#1228459). - CVE-2024-41015: Add bounds checking to ocfs2_check_dir_entry() (bsc#1228409). - CVE-2024-40956: Fix possible Use-After-Free in irq_process_work_list (bsc#1227810). - CVE-2024-27437: Disable auto-enable of exclusive INTx IRQ (bsc#1222625). - CVE-2024-41032: Check if a hash-index is in cpu_possible_mask (bsc#1228460). - CVE-2024-40957: Fix parameter passing when calling NF_HOOK() in End.DX4 and End.DX6 behaviors (bsc#1227811). - CVE-2024-41041: Set SOCK_RCU_FREE earlier in udp_lib_get_port() (bsc#1228520). - CVE-2024-40954: Do not leave a dangling sk pointer, when socket creation fails (bsc#1227808) - CVE-2024-42070: Fully validate NFT_DATA_VALUE on store to data registers (bsc#1228470). - CVE-2024-41070: Prevent UAF in kvm_spapr_tce_attach_iommu_group() (bsc#1228581). - CVE-2024-40959: Check ip6_dst_idev() return value in xfrm6_get_saddr() (bsc#1227884). - CVE-2024-41009: Fix overrunning reservations in ringbuf (bsc#1228020). - CVE-2024-40909: Fix a potential use-after-free in bpf_link_free() (bsc#1227798). - CVE-2024-27024: Fix WARNING in rds_conn_connect_if_down (bsc#1223777). The following non-security bugs were fixed: - ACPI: battery: create alarm sysfs attribute atomically (stable-fixes). - ACPI: processor_idle: use raw_safe_halt() in acpi_idle_play_dead() (git-fixes). - ACPI: SBS: manage alarm sysfs attribute through psy core (stable-fixes). - ACPI/NUMA: Apply SRAT proximity domain to entire CFMWS window (git-fixes). - afs: fix __afs_break_callback() / afs_drop_open_mmap() race (git-fixes). - ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (stable-fixes). - ALSA: hda: Add HP MP9 G4 Retail System AMS to force connect list (stable-fixes). - ALSA: hda: Conditionally use snooping for AMD HDMI (git-fixes). - ALSA: hda: conexant: Fix headset auto detect fail in the polling mode (git-fixes). - ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (stable-fixes). - ALSA: hda/hdmi: Yet more pin fix for HP EliteDesk 800 G4 (stable-fixes). - ALSA: hda/realtek - Fixed ALC256 headphone no sound (stable-fixes). - ALSA: hda/realtek - FIxed ALC285 headphone no sound (stable-fixes). - ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (stable-fixes). - ALSA: hda/realtek: Add Framework Laptop 13 (Intel Core Ultra) to quirks (stable-fixes). - ALSA: hda/realtek: Add quirk for Acer Aspire E5-574G (stable-fixes). - ALSA: hda/realtek: Add support for new HP G12 laptops (stable-fixes). - ALSA: hda/realtek: Enable mute/micmute LEDs on HP Laptop 14-ey0xxx (stable-fixes). - ALSA: hda/realtek: Fix noise from speakers on Lenovo IdeaPad 3 15IAU7 (git-fixes). - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book3 Ultra (stable-fixes). - ALSA: hda/realtek: Implement sound init sequence for Samsung Galaxy Book3 Pro 360 (stable-fixes). - ALSA: hda/realtek: support HP Pavilion Aero 13-bg0xxx Mute LED (stable-fixes). - ALSA: hda/tas2781: fix wrong calibrated data order (git-fixes). - ALSA: hda/tas2781: Use correct endian conversion (git-fixes). - ALSA: line6: Fix racy access to midibuf (stable-fixes). - ALSA: line6: Fix racy access to midibuf (stable-fixes). - ALSA: seq: Skip event type filtering for UMP events (git-fixes). - ALSA: seq: ump: Explicitly reset RPN with Null RPN (stable-fixes). - ALSA: seq: ump: Optimize conversions from SysEx to UMP (git-fixes). - ALSA: seq: ump: Transmit RPN/NRPN message at each MSB/LSB data reception (stable-fixes). - ALSA: seq: ump: Use the common RPN/bank conversion context (stable-fixes). - ALSA: timer: Relax start tick time check for slave timer elements (git-fixes). - ALSA: ump: Explicitly reset RPN with Null RPN (stable-fixes). - ALSA: ump: Transmit RPN/NRPN message at each MSB/LSB data reception (stable-fixes). - ALSA: usb-audio: Add delay quirk for VIVO USB-C-XE710 HEADSET (stable-fixes). - ALSA: usb-audio: Correct surround channels in UAC1 channel map (git-fixes). - ALSA: usb-audio: Re-add ScratchAmp quirk entries (git-fixes). - ALSA: usb-audio: Re-add ScratchAmp quirk entries (git-fixes). - ALSA: usb-audio: Support Yamaha P-125 quirk entry (stable-fixes). - ALSA: usb: Fix UBSAN warning in parse_audio_unit() (stable-fixes). - apparmor: unpack transition table if dfa is not present (bsc#1226031). - arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to (git-fixes) - arm64: Add Neoverse-V2 part (git-fixes) - arm64: armv8_deprecated: Fix warning in isndep cpuhp starting process (git-fixes) - arm64: barrier: Restore spec_bar() macro (git-fixes) - arm64: cputype: Add Cortex-A720 definitions (git-fixes) - arm64: cputype: Add Cortex-A725 definitions (git-fixes) - arm64: cputype: Add Cortex-X1C definitions (git-fixes) - arm64: cputype: Add Cortex-X3 definitions (git-fixes) - arm64: cputype: Add Cortex-X4 definitions (git-fixes) - arm64: cputype: Add Cortex-X925 definitions (git-fixes) - arm64: cputype: Add Neoverse-V3 definitions (git-fixes) - arm64: dts: imx8mp: add HDMI power-domains (git-fixes) - arm64: dts: imx8mp: Add NPU Node (git-fixes) - arm64: dts: imx8mp: Fix pgc vpu locations (git-fixes) - arm64: dts: imx8mp: Fix pgc_mlmix location (git-fixes) - arm64: errata: Expand speculative SSBS workaround (again) (git-fixes) - arm64: errata: Expand speculative SSBS workaround (git-fixes) - arm64: errata: Unify speculative SSBS errata logic (git-fixes). Update config files. - arm64: Fix KASAN random tag seed initialization (git-fixes) - arm64: jump_label: Ensure patched jump_labels are visible to all CPUs (git-fixes) - ASoC: allow module autoloading for table board_ids (stable-fixes). - ASoC: allow module autoloading for table db1200_pids (stable-fixes). - ASoC: amd: acp: fix module autoloading (git-fixes). - ASoC: amd: yc: Add quirk entry for OMEN by HP Gaming Laptop 16-n0xxx (bsc#1227182). - ASoC: amd: yc: Support mic on HP 14-em0002la (stable-fixes). - ASoC: amd: yc: Support mic on HP 14-em0002la (stable-fixes). - ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (stable-fixes). - ASoC: amd: yc: Support mic on Lenovo Thinkpad E14 Gen 6 (stable-fixes). - ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wcd938x-sdw: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa881x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa881x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa883x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa883x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa884x: Correct Soundwire ports mask (git-fixes). - ASoC: codecs: wsa884x: Correct Soundwire ports mask (git-fixes). - ASoC: cs35l45: Checks index of cs35l45_irqs[] (stable-fixes). - ASoC: cs35l56: Handle OTP read latency over SoundWire (stable-fixes). - ASoC: cs35l56: Handle OTP read latency over SoundWire (stable-fixes). - ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (stable-fixes). - ASoC: cs35l56: Patch CS35L56_IRQ1_MASK_18 to the default value (stable-fixes). - ASoC: fsl_micfil: Expand the range of FIFO watermark mask (stable-fixes). - ASoC: fsl_micfil: Expand the range of FIFO watermark mask (stable-fixes). - ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile (stable-fixes). - ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (git-fixes). - ASoC: meson: axg-fifo: fix irq scheduling issue with PREEMPT_RT (git-fixes). - ASoC: nau8822: Lower debug print priority (stable-fixes). - ASoC: nau8822: Lower debug print priority (stable-fixes). - ASoC: SOF: amd: Fix for acp init sequence (git-fixes). - ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is pending before suspend (stable-fixes). - ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data (stable-fixes). - ASoC: SOF: mediatek: Add missing board compatible (stable-fixes). - ASoC: SOF: Remove libraries from topology lookups (git-fixes). - ASoC: SOF: Remove libraries from topology lookups (git-fixes). - ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1 (stable-fixes). - ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error (stable-fixes). - Bluetooth: Add device 13d3:3572 IMC Networks Bluetooth Radio (stable-fixes). - Bluetooth: bnep: Fix out-of-bound access (stable-fixes). - Bluetooth: btintel: Fail setup on error (git-fixes). - Bluetooth: btnxpuart: Shutdown timer and prevent rearming when driver unloading (stable-fixes). - Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x13d3:0x3591 (stable-fixes). - Bluetooth: btusb: Add RTL8852BE device 0489:e125 to device tables (stable-fixes). - Bluetooth: Fix usage of __hci_cmd_sync_status (git-fixes). - Bluetooth: hci_conn: Check non NULL function before calling for HFP offload (stable-fixes). - Bluetooth: hci_core: Fix LE quote calculation (git-fixes). - Bluetooth: hci_core: Fix not handling hibernation actions (git-fixes). - Bluetooth: hci_sync: avoid dup filtering when passive scanning with adv monitor (git-fixes). - Bluetooth: hci_sync: Fix suspending with wrong filter policy (git-fixes). - Bluetooth: l2cap: always unlock channel in l2cap_conless_channel() (git-fixes). - Bluetooth: L2CAP: Fix deadlock (git-fixes). - Bluetooth: MGMT: Add error handling to pair_device() (git-fixes). - Bluetooth: SMP: Fix assumption of Central always being Initiator (git-fixes). - bnxt_re: Fix imm_data endianness (git-fixes) - bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG (git-fixes) - bpf, lpm: Fix check prefixlen before walking trie (git-fixes). - bpf: Add crosstask check to __bpf_get_stack (git-fixes). - bpf: Detect IP == ksym.end as part of BPF program (git-fixes). - bpf: do not infer PTR_TO_CTX for programs with unnamed context type (git-fixes). - bpf: enforce precision of R0 on callback return (git-fixes). - bpf: Ensure proper register state printing for cond jumps (git-fixes). - bpf: extract bpf_ctx_convert_map logic and make it more reusable (git-fixes). - bpf: Fix a few selftest failures due to llvm18 change (git-fixes). - bpf: Fix a kernel verifier crash in stacksafe() (bsc#1225903). - bpf: Fix check_stack_write_fixed_off() to correctly spill imm (git-fixes). - bpf: fix control-flow graph checking in privileged mode (git-fixes). - bpf: Fix kfunc callback register type handling (git-fixes). - bpf: Fix prog_array_map_poke_run map poke update (git-fixes). - bpf: Fix unnecessary -EBUSY from htab_lock_bucket (git-fixes). - bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global arg (git-fixes). - bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes() (git-fixes). - bpf: kprobe: remove unused declaring of bpf_kprobe_override (git-fixes). - bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctly (git-fixes). - bpf: Remove unnecessary wait from bpf_map_copy_value() (git-fixes). - bpf: Set uattr->batch.count as zero before batched update or deletion (git-fixes). - bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type() (git-fixes). - bpf/tests: Remove duplicate JSGT tests (git-fixes). - bpftool: Align output skeleton ELF code (git-fixes). - bpftool: Fix -Wcast-qual warning (git-fixes). - bpftool: mark orphaned programs during prog show (git-fixes). - bpftool: Silence build warning about calloc() (git-fixes). - btrfs: add a btrfs_finish_ordered_extent helper (git-fixes). - btrfs: add a is_data_bbio helper (git-fixes). - btrfs: add an ordered_extent pointer to struct btrfs_bio (git-fixes). - btrfs: copy dir permission and time when creating a stub subvolume (bsc#1228321). - btrfs: ensure fast fsync waits for ordered extents after a write failure (git-fixes). - btrfs: factor out a btrfs_queue_ordered_fn helper (git-fixes). - btrfs: factor out a can_finish_ordered_extent helper (git-fixes). - btrfs: fix corruption after buffer fault in during direct IO append write (git-fixes). - btrfs: fix double inode unlock for direct IO sync writes (git-fixes). - btrfs: fix extent map use-after-free when adding pages to compressed bio (git-fixes). - btrfs: fix leak of qgroup extent records after transaction abort (git-fixes). - btrfs: fix ordered extent split error handling in btrfs_dio_submit_io (git-fixes). - btrfs: limit write bios to a single ordered extent (git-fixes). - btrfs: make btrfs_finish_ordered_extent() return void (git-fixes). - btrfs: merge the two calls to btrfs_add_ordered_extent in run_delalloc_nocow (git-fixes). - btrfs: open code btrfs_bio_end_io in btrfs_dio_submit_io (git-fixes). - btrfs: open code end_extent_writepage in end_bio_extent_writepage (git-fixes). - btrfs: pass a btrfs_inode to btrfs_fdatawrite_range() (git-fixes). - btrfs: pass a btrfs_inode to btrfs_wait_ordered_range() (git-fixes). - btrfs: pass an ordered_extent to btrfs_reloc_clone_csums (git-fixes). - btrfs: pass an ordered_extent to btrfs_submit_compressed_write (git-fixes). - btrfs: remove btrfs_add_ordered_extent (git-fixes). - btrfs: rename err to ret in btrfs_direct_write() (git-fixes). - btrfs: uninline some static inline helpers from tree-log.h (git-fixes). - btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx) (git-fixes). - btrfs: use a btrfs_inode local variable at btrfs_sync_file() (git-fixes). - btrfs: use bbio->ordered in btrfs_csum_one_bio (git-fixes). - btrfs: use btrfs_finish_ordered_extent to complete buffered writes (git-fixes). - btrfs: use btrfs_finish_ordered_extent to complete compressed writes (git-fixes). - btrfs: use btrfs_finish_ordered_extent to complete direct writes (git-fixes). - btrfs: use irq safe locking when running and adding delayed iputs (git-fixes). - cachefiles, erofs: Fix NULL deref in when cachefiles is not doing ondemand-mode (bsc#1229245). - cachefiles: add missing lock protection when polling (bsc#1229256). - cachefiles: add restore command to recover inflight ondemand read requests (bsc#1229244). - cachefiles: add spin_lock for cachefiles_ondemand_info (bsc#1229249). - cachefiles: cancel all requests for the object that is being dropped (bsc#1229255). - cachefiles: defer exposing anon_fd until after copy_to_user() succeeds (bsc#1229251). - cachefiles: extract ondemand info field from cachefiles_object (bsc#1229240). - cachefiles: fix slab-use-after-free in cachefiles_ondemand_daemon_read() (bsc#1229247). - cachefiles: fix slab-use-after-free in cachefiles_ondemand_get_fd() (bsc#1229246). - cachefiles: introduce object ondemand state (bsc#1229239). - cachefiles: make on-demand read killable (bsc#1229252). - cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode (bsc#1229243). - cachefiles: never get a new anonymous fd if ondemand_id is valid (bsc#1229250). - cachefiles: propagate errors from vfs_getxattr() to avoid infinite loop (bsc#1229253). - cachefiles: remove err_put_fd label in cachefiles_ondemand_daemon_read() (bsc#1229248). - cachefiles: resend an open request if the read request's object is closed (bsc#1229241). - cachefiles: stop sending new request when dropping object (bsc#1229254). - can: mcp251xfd: tef: prepare to workaround broken TEF FIFO tail index erratum (stable-fixes). - can: mcp251xfd: tef: update workaround for erratum DS80000789E 6 of mcp2518fd (stable-fixes). - ceph: periodically flush the cap releases (bsc#1230056). - certs: Move RSA self-test data to separate file (bsc#1222777). - cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root() (bsc#1222254). - cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show() (bsc#1222254). - cgroup: Make operations on the cgroup root_list RCU safe (bsc#1222254). - cgroup: preserve KABI of cgroup_root (bsc#1222254). - cgroup: Remove unnecessary list_empty() (bsc#1222254). - cgroup/cpuset: Prevent UAF in proc_cpuset_show() (bsc#1228801). - char: xillybus: Check USB endpoints when probing device (git-fixes). - char: xillybus: Do not destroy workqueue from work item running on it (stable-fixes). - char: xillybus: Refine workqueue handling (git-fixes). - clk: en7523: fix rate divider for slic and spi clocks (git-fixes). - clk: qcom: camcc-sc7280: Add parent dependency to all camera GDSCs (git-fixes). - clk: qcom: gcc-sa8775p: Update the GDSC wait_val fields and flags (git-fixes). - clk: qcom: gcc-sc7280: Update force mem core bit for UFS ICE clock (git-fixes). - clk: qcom: gpucc-sa8775p: Park RCG's clk source at XO during disable (git-fixes). - clk: qcom: gpucc-sa8775p: Remove the CLK_IS_CRITICAL and ALWAYS_ON flags (git-fixes). - clk: qcom: gpucc-sa8775p: Update wait_val fields for GPU GDSC's (git-fixes). - clk: qcom: gpucc-sm8350: Park RCG's clk source at XO during disable (git-fixes). - clk: qcom: kpss-xcc: Return of_clk_add_hw_provider to transfer the error (git-fixes). - clk: qcom: Park shared RCGs upon registration (git-fixes). - clk: visconti: Add bounds-checking coverage for struct visconti_pll_provider (stable-fixes). - clocksource/drivers/sh_cmt: Address race condition for clock events (stable-fixes). - cpu/SMT: Enable SMT only if a core is online (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes). - cxl/region: Move cxl_dpa_to_region() work to the region driver (bsc#1228472) - dev/parport: fix the array out-of-bounds risk (stable-fixes). - device property: Add cleanup.h based fwnode_handle_put() scope based cleanup (stable-fixes). - dmaengine: dw: Add memory bus width verification (git-fixes). - dmaengine: dw: Add peripheral bus width verification (git-fixes). - docs: KVM: Fix register ID of SPSR_FIQ (git-fixes). - driver core: Fix uevent_show() vs driver detach race (git-fixes). - drm/admgpu: fix dereferencing null pointer context (stable-fixes). - drm/amd/display: Add delay to improve LTTPR UHBR interop (stable-fixes). - drm/amd/display: Add NULL check for 'afb' before dereferencing in amdgpu_dm_plane_handle_cursor_update (stable-fixes). - drm/amd/display: Add null checker before passing variables (stable-fixes). - drm/amd/display: Adjust cursor position (git-fixes). - drm/amd/display: avoid using null object of framebuffer (git-fixes). - drm/amd/display: Check for NULL pointer (stable-fixes). - drm/amd/display: fix cursor offset on rotation 180 (git-fixes). - drm/amd/display: fix s2idle entry for DCN3.5+ (stable-fixes). - drm/amd/display: Skip Recompute DSC Params if no Stream on Link (stable-fixes). - drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr (stable-fixes). - drm/amdgpu: Actually check flags for all context ops (stable-fixes). - drm/amdgpu: Add lock around VF RLCG interface (stable-fixes). - drm/amdgpu: fix dereference null return value for the function amdgpu_vm_pt_parent (stable-fixes). - drm/amdgpu: fix potential resource leak warning (stable-fixes). - drm/amdgpu: Fix the null pointer dereference to ras_manager (stable-fixes). - drm/amdgpu: Forward soft recovery errors to userspace (stable-fixes). - drm/amdgpu: reset vm state machine after gpu reset(vram lost) (stable-fixes). - drm/amdgpu: Validate TA binary size (stable-fixes). - drm/amdgpu/jpeg2: properly set atomics vmid field (stable-fixes). - drm/amdgpu/jpeg4: properly set atomics vmid field (stable-fixes). - drm/amdgpu/pm: Fix the null pointer dereference for smu7 (stable-fixes). - drm/amdgpu/pm: Fix the null pointer dereference in apply_state_adjust_rules (stable-fixes). - drm/amdgpu/pm: Fix the param type of set_power_profile_mode (stable-fixes). - drm/amdgpu/sdma5.2: limit wptr workaround to sdma 5.2.1 (git-fixes). - drm/amdgpu/sdma5.2: Update wptr registers as well as doorbell (stable-fixes). - drm/bridge: analogix_dp: properly handle zero sized AUX transactions (stable-fixes). - drm/client: fix null pointer dereference in drm_client_modeset_probe (git-fixes). - drm/dp_mst: Skip CSN if topology probing is not done yet (stable-fixes). - drm/etnaviv: do not block scheduler when GPU is still active (stable-fixes). - drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll() (git-fixes). - drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict (git-fixes). - drm/i915/gem: Adjust vma offset for framebuffer mmap offset (stable-fixes). - drm/i915/gem: Fix Virtual Memory mapping boundaries calculation (git-fixes). - drm/i915/hdcp: Fix HDCP2_STREAM_STATUS macro (git-fixes). - drm/lima: set gp bus_stop bit before hard reset (stable-fixes). - drm/mediatek/dp: Fix spurious kfree() (git-fixes). - drm/msm: Reduce fallout of fence signaling vs reclaim hangs (stable-fixes). - drm/msm/dp: fix the max supported bpp logic (git-fixes). - drm/msm/dp: reset the link phy params before link training (git-fixes). - drm/msm/dpu: capture snapshot on the first commit_done timeout (stable-fixes). - drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails (git-fixes). - drm/msm/dpu: do not play tricks with debug macros (git-fixes). - drm/msm/dpu: drop MSM_ENC_VBLANK support (stable-fixes). - drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable() (git-fixes). - drm/msm/dpu: split dpu_encoder_wait_for_event into two functions (stable-fixes). - drm/msm/dpu: take plane rotation into account for wide planes (git-fixes). - drm/msm/dpu: try multirect based on mdp clock limits (stable-fixes). - drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys (stable-fixes). - drm/msm/mdss: Rename path references to mdp_path (stable-fixes). - drm/msm/mdss: switch mdss to use devm_of_icc_get() (stable-fixes). - drm/nouveau: prime: fix refcount underflow (git-fixes). - drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels (stable-fixes). - drm/radeon: Remove __counted_by from StateArray.states[] (git-fixes). - drm/radeon/evergreen_cs: Clean up errors in evergreen_cs.c (bsc#1229024). - drm/rockchip: vop2: clear afbc en and transform bit for cluster window at linear mode (stable-fixes). - drm/virtio: Fix type of dma-fence context variable (git-fixes). - drm/vmwgfx: Fix a deadlock in dma buf fence polling (git-fixes). - drm/vmwgfx: Fix overlay when using Screen Targets (git-fixes). - drm/vmwgfx: Fix prime with external buffers (git-fixes). - efi/libstub: Zero initialize heap allocated struct screen_info (git-fixes). - evm: do not copy up 'security.evm' xattr (git-fixes). - firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid (stable-fixes). - fs/netfs/fscache_cookie: add missing "n_accesses" check (bsc#1229455). - fuse: Initialize beyond-EOF page contents before setting uptodate (bsc#1229456). - genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline (git-fixes). - genirq/generic_chip: Make irq_remove_generic_chip() irqdomain aware (git-fixes). - genirq/matrix: Exclude managed interrupts in irq_matrix_allocated() (git-fixes). - gfs2: setattr_chown: Add missing initialization (git-fixes). - gpio: mlxbf3: Support shutdown() function (git-fixes). - gpio: prevent potential speculation leaks in gpio_device_get_desc() (stable-fixes). - gpio: sysfs: extend the critical section for unregistering sysfs devices (stable-fixes). - gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkey (git-fixes). - hfs: fix to initialize fields of hfs_inode_info after hfs_alloc_inode() (git-fixes). - HID: wacom: Defer calculation of resolution until resolution_code is known (git-fixes). - hwmon: (ltc2992) Avoid division by zero (stable-fixes). - hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt() (git-fixes). - hwmon: (pc87360) Bounds check data->innr usage (stable-fixes). - i2c: Fix conditional for substituting empty ACPI functions (stable-fixes). - i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume (git-fixes). - i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (git-fixes). - i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (git-fixes). - i2c: riic: avoid potential division by zero (stable-fixes). - i2c: smbus: Improve handling of stuck alerts (git-fixes). - i2c: smbus: Send alert notifications to all devices if source not found (git-fixes). - i2c: stm32f7: Add atomic_xfer method to driver (stable-fixes). - i2c: Use IS_REACHABLE() for substituting empty ACPI functions (git-fixes). - i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer (stable-fixes). - i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times out (stable-fixes). - i915/perf: Remove code to update PWR_CLK_STATE for gen12 (git-fixes). - ice: Fix NULL pointer access, if PF does not support SRIOV_LAG (bsc#1228737). - Input: i8042 - add forcenorestore quirk to leave controller untouched even on s3 (stable-fixes). - Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table (bsc#1229056). - Input: i8042 - use new forcenorestore quirk to replace old buggy quirk combination (stable-fixes). - Input: MT - limit max slots (stable-fixes). - io_uring: Drop per-ctx dummy_ubuf (git-fixes). - io_uring: fix io_match_task must_hold (git-fixes). - io_uring: Fix probe of disabled operations (git-fixes). - io_uring: tighten task exit cancellations (git-fixes). - io_uring/advise: support 64-bit lengths (git-fixes). - iommu/amd: Convert comma to semicolon (git-fixes). - iommu/vt-d: Fix identity map bounds in si_domain_init() (git-fixes). - iommufd/device: Fix hwpt at err_unresv in iommufd_device_do_replace() (git-fixes). - ip6_tunnel: Fix broken GRO (bsc#1229444). - ipv6: sr: fix incorrect unregister order (git-fixes). - irqdomain: Fixed unbalanced fwnode get and put (git-fixes). - jfs: define xtree root and page independently (git-fixes). - jfs: fix null ptr deref in dtInsertEntry (git-fixes). - jfs: Fix shift-out-of-bounds in dbDiscardAG (git-fixes). - jump_label: Clarify condition in static_key_fast_inc_not_disabled() (git-fixes). - jump_label: Fix concurrency issues in static_key_slow_dec() (git-fixes). - jump_label: Fix the fix, brown paper bags galore (git-fixes). - jump_label: Simplify and clarify static_key_fast_inc_cpus_locked() (git-fixes). - kabi fix for KVM: s390: fix LPSWEY handling (bsc#1227634 git-fixes). - kabi fix for SUNRPC: add a missing rpc_stat for TCP TLS (git-fixes). - kABI fix of: virtio-crypto: handle config changed by work queue (git-fixes). - kABI workaround for sound core UMP conversion (stable-fixes). - kabi/severities: ignore kABI for FireWire sound local symbols (bsc#1208783) - kabi/severity: add nvme common code The nvme common code is also allowed to change the data structures, there are only internal users. - kcov: properly check for softirq context (git-fixes). - kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy() (bsc#1229134). - kernfs: fix false-positive WARN(nr_mmapped) in kernfs_drain_open_files (git-fixes). - kprobes: Fix to check symbol prefixes correctly (git-fixes). - kprobes: Prohibit probing on CFI preamble symbol (git-fixes). - KVM: Always flush async #PF workqueue when vCPU is being destroyed (git-fixes). - KVM: arm64: AArch32: Fix spurious trapping of conditional instructions (git-fixes). - KVM: arm64: Add missing memory barriers when switching to pKVM's hyp pgd (git-fixes). - KVM: arm64: Allow AArch32 PSTATE.M to be restored as System mode (git-fixes). - KVM: arm64: Fix __pkvm_init_switch_pgd call ABI (git-fixes). - KVM: arm64: Fix AArch32 register narrowing on userspace write (git-fixes). - KVM: arm64: Fix clobbered ELR in sync abort/SError (git-fixes) - KVM: arm64: GICv4: Do not perform a map to a mapped vLPI (git-fixes). - KVM: arm64: timers: Correctly handle TGE flip with CNTPOFF_EL2 (git-fixes). - KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init() (git-fixes). - KVM: arm64: vgic-its: Test for valid IRQ in its_sync_lpi_pending_table() (git-fixes). - KVM: arm64: vgic-its: Test for valid IRQ in MOVALL handler (git-fixes). - KVM: arm64: vgic-v2: Use cpuid from userspace as vcpu_id (git-fixes). - KVM: arm64: vgic-v4: Restore pending state on host userspace write (git-fixes). - KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy() (git-fixes). - KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroy (git-fixes). - KVM: arm64: vgic: Simplify kvm_vgic_destroy() (git-fixes). - KVM: fix kvm_mmu_memory_cache allocation warning (git-fixes). - KVM: Make KVM_MEM_GUEST_MEMFD mutually exclusive with KVM_MEM_READONLY (git-fixes). - KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vector (git-fixes). - KVM: nVMX: Check for pending posted interrupts when looking for nested events (git-fixes). - KVM: nVMX: Request immediate exit iff pending nested event needs injection (git-fixes). - KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3 (bsc#1194869). - KVM: PPC: Book3S HV: Handle pending exceptions on guest entry with MSR_EE (bsc#1215199). - KVM: Protect vcpu->pid dereference via debugfs with RCU (git-fixes). - KVM: Reject overly excessive IDs in KVM_CREATE_VCPU (git-fixes). - KVM: s390: fix LPSWEY handling (bsc#1227634 git-fixes). - KVM: s390: fix validity interception issue when gisa is switched off (git-fixes bsc#1229167). - kvm: s390: Reject memory region operations for ucontrol VMs (git-fixes bsc#1229168). - KVM: Stop processing *all* memslots when "null" mmu_notifier handler is found (git-fixes). - KVM: VMX: Move posted interrupt descriptor out of VMX code (git-fixes). - KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked() (git-fixes). - KVM: VMX: Switch __vmx_exit() and kvm_x86_vendor_exit() in vmx_exit() (git-fixes). - KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID (git-fixes). - KVM: x86/mmu: Bug the VM if KVM tries to split a !hugepage SPTE (git-fixes). - libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim API (git-fixes). - libbpf: Apply map_set_def_max_entries() for inner_maps on creation (git-fixes). - libbpf: Fix faccessat() usage on Android (git-fixes). - libbpf: Use OPTS_SET() macro in bpf_xdp_query() (git-fixes). - md-cluster: fix hanging issue while a new disk adding (bsc#1223395). - md-cluster: fix hanging issue while a new disk adding (bsc#1223395). - md-cluster: fix no recovery job when adding/re-adding a disk (bsc#1223395). - md-cluster: fix no recovery job when adding/re-adding a disk (bsc#1223395). - md-cluster: keeping kabi compatibility for upstream commit 35a0a409fa26 (bsc#1223395). - md: add a mddev_add_trace_msg helper (git-fixes). - md: add check for sleepers in md_wakeup_thread() (git-fixes). - md: change the return value type of md_write_start to void (git-fixes). - md: do not account sync_io if iostats of the disk is disabled (git-fixes). - md: do not delete safemode_timer in mddev_suspend (git-fixes). - md: Do not wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl (git-fixes). - md: factor out a helper exceed_read_errors() to check read_errors (git-fixes). - md: fix a suspicious RCU usage warning (git-fixes). - md/md-bitmap: fix writing non bitmap pages (git-fixes). - md/raid1: set max_sectors during early return from choose_slow_rdev() (git-fixes). - md/raid1: support read error check (git-fixes). - md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING (git-fixes). - md/raid5: fix spares errors about rcu usage (git-fixes). - md/raid5: recheck if reshape has finished with device_lock held (git-fixes). - media: amphion: Remove lock in s_ctrl callback (stable-fixes). - media: drivers/media/dvb-core: copy user arrays safely (stable-fixes). - media: pci: cx23885: check cx23885_vdev_init() return (stable-fixes). - media: Revert "media: dvb-usb: Fix unexpected infinite loop in dvb_usb_read_remote_control()" (git-fixes). - media: uvcvideo: Add quirk for invalid dev_sof in Logitech C920 (git-fixes). - media: uvcvideo: Disable autosuspend for Insta360 Link (stable-fixes). - media: uvcvideo: Fix the bandwdith quirk on USB 3.x (stable-fixes). - media: uvcvideo: Ignore empty TS packets (stable-fixes). - media: uvcvideo: Quirk for invalid dev_sof in Logitech C922 (stable-fixes). - media: xc2028: avoid use-after-free in load_firmware_cb() (stable-fixes). - memcg: protect concurrent access to mem_cgroup_idr (git-fixes). - memory: stm32-fmc2-ebi: check regmap_read return value (stable-fixes). - memory: tegra: Skip SID programming if SID registers are not set (stable-fixes). - minmax: add a few more MIN_T/MAX_T users (bsc#1229024). - minmax: avoid overly complicated constant expressions in VM code (bsc#1229024). - minmax: do not use max() in situations that want a C constant expression (bsc#1229024). - minmax: fix up min3() and max3() too (bsc#1229024). - minmax: improve macro expansion and type checking (bsc#1229024). - minmax: make generic MIN() and MAX() macros available everywhere (bsc#1229024). - minmax: simplify and clarify min_t()/max_t() implementation (bsc#1229024). - minmax: simplify min()/max()/clamp() implementation (bsc#1229024). - mm, kmsan: fix infinite recursion due to RCU critical section (git-fixes). - mm: prevent derefencing NULL ptr in pfn_section_valid() (git-fixes). - mmc: dw_mmc: allow biu and ciu clocks to defer (git-fixes). - mmc: mmc_test: Fix NULL dereference on allocation failure (git-fixes). - mmc: mtk-sd: receive cmd8 data when hs400 tuning fail (git-fixes). - net: drop bad gso csum_start and offset in virtio_net_hdr (git-fixes). - net: ethernet: mtk_wed: fix use-after-free panic in mtk_wed_setup_tc_block_cb() (git-fixes). - net: fix sk_memory_allocated_{add|sub} vs softirqs (bsc#1228757). - net: mana: Add support for page sizes other than 4KB on ARM64 (jsc#PED-8491 bsc#1226530). - net: mana: Fix doorbell out of order violation and avoid unnecessary doorbell rings (bsc#1229154). - net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response (git-fixes). - net: mana: Fix RX buf alloc_size alignment and atomic op panic (bsc#1229086). - net: missing check virtio (git-fixes). - net: phy: micrel: Fix the KSZ9131 MDI-X status issue (git-fixes). - net: phy: realtek: add support for RTL8366S Gigabit PHY (git-fixes). - net: usb: qmi_wwan: fix memory leak for not ip packets (git-fixes). - net: usb: sr9700: fix uninitialized variable use in sr_mdio_read (git-fixes). - net/iucv: fix the allocation size of iucv_path_table array (git-fixes bsc#1229451). - net/iucv: fix use after free in iucv_sock_close() (bsc#1228973). - net/rds: fix possible cp null dereference (git-fixes). - net/sched: initialize noop_qdisc owner (git-fixes). - netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume() (bsc#1228459 bsc#1228462). - nfc: pn533: Add poll mod list filling check (git-fixes). - nfs: do not invalidate dentries on transient errors (git-fixes). - nfs: expose /proc/net/sunrpc/nfs in net namespaces (git-fixes). - nfs: make the rpc_stat per net namespace (git-fixes). - nfs: pass explicit offset/count to trace events (git-fixes). - nfs: propagate readlink errors in nfs_symlink_filler (git-fixes). - NFSD: Support write delegations in LAYOUTGET (git-fixes). - NFSv4.1 another fix for EXCHGID4_FLAG_USE_PNFS_DS for DS server (git-fixes). - nouveau/firmware: use dma non-coherent allocator (git-fixes). - nvme_core: scan namespaces asynchronously (bsc#1224105). - nvme-multipath: find NUMA path only for online numa-node (git-fixes). - nvme-multipath: implement "queue-depth" iopolicy (bsc#1227706). - nvme-multipath: prepare for "queue-depth" iopolicy (bsc#1227706). - nvme-pci: add missing condition check for existence of mapped data (git-fixes). - nvme-pci: do not directly handle subsys reset fallout (bsc#1220066). - nvme-pci: Fix the instructions for disabling power management (git-fixes). - nvme-sysfs: add 'tls_configured_key' sysfs attribute (bsc#1221857). - nvme-sysfs: add 'tls_keyring' attribute (bsc#1221857). - nvme-tcp: check for invalidated or revoked key (bsc#1221857). - nvme-tcp: sanitize TLS key handling (bsc#1221857). - nvme: add a newline to the 'tls_key' sysfs attribute (bsc#1221857). - nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offset (git-fixes). - nvme: avoid double free special payload (git-fixes). - nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA (git-fixes). - nvme: fixup comment for nvme RDMA Provider Type (git-fixes). - nvme: split off TLS sysfs attributes into a separate group (bsc#1221857). - nvme: tcp: remove unnecessary goto statement (bsc#1221857). - nvmet-auth: fix nvmet_auth hash error handling (git-fixes). - nvmet: always initialize cqe.result (git-fixes). - nvmet: do not return 'reserved' for empty TSAS values (git-fixes). - nvmet: fix a possible leak when destroy a ctrl during qp establishment (git-fixes). - nvmet: make 'tsas' attribute idempotent for RDMA (git-fixes). - ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry() (bsc#1228410). - padata: Fix possible divide-by-0 panic in padata_mt_helper() (git-fixes). - PCI: Add Edimax Vendor ID to pci_ids.h (stable-fixes). - PCI: hv: Return zero, not garbage, when reading PCI_INTERRUPT_PIN (git-fixes). - PCI: loongson: Enable MSI in LS7A Root Complex (stable-fixes). - perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09 (git-fixes). - pinctrl: mediatek: common-v2: Fix broken bias-disable for PULL_PU_PD_RSEL_TYPE (git-fixes). - pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B pins (git-fixes). - pinctrl: single: fix potential NULL dereference in pcs_get_function() (git-fixes). - pinctrl: starfive: jh7110: Correct the level trigger configuration of iev register (git-fixes). - platform/chrome: cros_ec_proto: Lock device when updating MKBP version (git-fixes). - platform/chrome: cros_ec_proto: Lock device when updating MKBP version (git-fixes). - platform/surface: aggregator: Fix warning when controller is destroyed in probe (git-fixes). - platform/x86: lg-laptop: fix %s null argument warning (stable-fixes). - platform/x86/amd/hsmp: Add support for ACPI based probing (jsc#PED-8779). - platform/x86/amd/hsmp: Cache pci_dev in struct hsmp_socket (jsc#PED-8779). - platform/x86/amd/hsmp: Change devm_kzalloc() to devm_kcalloc() (jsc#PED-8779). - platform/x86/amd/hsmp: Check HSMP support on AMD family of processors (jsc#PED-8779). - platform/x86/amd/hsmp: Check num_sockets against MAX_AMD_SOCKETS (jsc#PED-8779). - platform/x86/amd/hsmp: Create static func to handle platdev (jsc#PED-8779). - platform/x86/amd/hsmp: Define a struct to hold mailbox regs (jsc#PED-8779). - platform/x86/amd/hsmp: Move dev from platdev to hsmp_socket (jsc#PED-8779). - platform/x86/amd/hsmp: Move hsmp_test to probe (jsc#PED-8779). - platform/x86/amd/hsmp: Non-ACPI support for AMD F1A_M00~0Fh (jsc#PED-8779). - platform/x86/amd/hsmp: Remove extra parenthesis and add a space (jsc#PED-8779). - platform/x86/amd/hsmp: Restructure sysfs group creation (jsc#PED-8779). - platform/x86/amd/hsmp: switch to use device_add_groups() (jsc#PED-8779). - platform/x86/intel/ifs: Initialize union ifs_status to zero (git-fixes). - power: supply: axp288_charger: Fix constant_charge_voltage writes (git-fixes). - power: supply: axp288_charger: Round constant_charge_voltage writes down (git-fixes). - power: supply: qcom_battmgr: return EAGAIN when firmware service is not up (git-fixes). - powerpc: fix a file leak in kvm_vcpu_ioctl_enable_cap() (bsc#1194869). - powerpc: xor_vmx: Add '-mhard-float' to CFLAGS (bsc#1194869). - powerpc/64: Set _IO_BASE to POISON_POINTER_DELTA not 0 for CONFIG_PCI=n (bsc#1194869). - powerpc/io: Avoid clang null pointer arithmetic warnings (bsc#1194869). - powerpc/kexec_file: fix cpus node update to FDT (bsc#1194869). - powerpc/kexec: make the update_cpus_node() function public (bsc#1194869). - powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMP (bsc#1194869). - powerpc/pseries: Add failure related checks for h_get_mpp and h_get_ppp (bsc#1194869). - powerpc/pseries: Whitelist dtl slub object for copying to userspace (bsc#1194869). - powerpc/radix: Move some functions into #ifdef CONFIG_KVM_BOOK3S_HV_POSSIBLE (bsc#1194869). - powerpc/topology: Check if a core is online (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes). - powerpc/xmon: Check cpu id in commands "c#", "dp#" and "dx#" (bsc#1194869). - printk/panic: Allow cpu backtraces to be written into ringbuffer during panic (bsc#1225607). - RDMA: Fix netdev tracker in ib_device_set_netdev (git-fixes) - RDMA/cache: Release GID table even if leak is detected (git-fixes) - RDMA/device: Return error earlier if port in not valid (git-fixes) - RDMA/hns: Check atomic wr length (git-fixes) - RDMA/hns: Fix insufficient extend DB for VFs. (git-fixes) - RDMA/hns: Fix mbx timing out before CMD execution is completed (git-fixes) - RDMA/hns: Fix missing pagesize and alignment check in FRMR (git-fixes) - RDMA/hns: Fix shift-out-bounds when max_inline_data is 0 (git-fixes) - RDMA/hns: Fix soft lockup under heavy CEQE load (git-fixes) - RDMA/hns: Fix undifined behavior caused by invalid max_sge (git-fixes) - RDMA/hns: Fix unmatch exception handling when init eq table fails (git-fixes) - RDMA/iwcm: Fix a use-after-free related to destroying CM IDs (git-fixes) - RDMA/mana_ib: Use virtual address in dma regions for MRs (git-fixes). - RDMA/mlx4: Fix truncated output warning in alias_GUID.c (git-fixes) - RDMA/mlx4: Fix truncated output warning in mad.c (git-fixes) - RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZE (git-fixes) - RDMA/rxe: Do not set BTH_ACK_MASK for UC or UD QPs (git-fixes) - reiserfs: fix uninit-value in comp_keys (git-fixes). - rtc: nct3018y: fix possible NULL dereference (stable-fixes). - s390/cpum_cf: Fix endless loop in CF_DIAG event stop (git-fixes bsc#1229171). - s390/dasd: fix error checks in dasd_copy_pair_store() (git-fixes bsc#1229173). - s390/dasd: fix error recovery leading to data corruption on ESE devices (git-fixes bsc#1229452). - s390/pci: Add missing virt_to_phys() for directed DIBV (git-fixes bsc#1229174). - s390/pci: Allow allocation of more than 1 MSI interrupt (git-fixes bsc#1229172). - s390/pci: Refactor arch_setup_msi_irqs() (git-fixes bsc#1229172). - s390/pkey: harmonize pkey s390 debug feature calls (bsc#1228720). - s390/pkey: introduce dynamic debugging for pkey (bsc#1228720). - s390/sclp: Prevent release of buffer in I/O (git-fixes bsc#1229169). - s390/uv: Panic for set and remove shared access UVC errors (git-fixes bsc#1229170). - samples/bpf: syscall_tp_user: Fix array out-of-bound access (git-fixes). - samples/bpf: syscall_tp_user: Rename num_progs into nr_tests (git-fixes). - sbitmap: use READ_ONCE to access map->word (stable-fixes). - scsi: lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state (bsc#1228857). - scsi: lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactive (bsc#1228857). - scsi: lpfc: Fix handling of fully recovered fabric node in dev_loss callbk (bsc#1228857). - scsi: lpfc: Fix incorrect request len mbox field when setting trunking via sysfs (bsc#1228857). - scsi: lpfc: Handle mailbox timeouts in lpfc_get_sfp_info (bsc#1228857). - scsi: lpfc: Relax PRLI issue conditions after GID_FT response (bsc#1228857). - scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages (bsc#1228857). - scsi: lpfc: Update lpfc version to 14.4.0.3 (bsc#1228857). - scsi: qla2xxx: Avoid possible run-time warning with long model_num (bsc#1228850). - scsi: qla2xxx: Complete command early within lock (bsc#1228850). - scsi: qla2xxx: Convert comma to semicolon (bsc#1228850). - scsi: qla2xxx: Drop driver owner assignment (bsc#1228850). - scsi: qla2xxx: During vport delete send async logout explicitly (bsc#1228850). - scsi: qla2xxx: Fix debugfs output for fw_resource_count (bsc#1228850). - scsi: qla2xxx: Fix flash read failure (bsc#1228850). - scsi: qla2xxx: Fix for possible memory corruption (bsc#1228850). - scsi: qla2xxx: Fix optrom version displayed in FDMI (bsc#1228850). - scsi: qla2xxx: Indent help text (bsc#1228850). - scsi: qla2xxx: Reduce fabric scan duplicate code (bsc#1228850). - scsi: qla2xxx: Remove unused struct 'scsi_dif_tuple' (bsc#1228850). - scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds (bsc#1228850). - scsi: qla2xxx: Unable to act on RSCN for port online (bsc#1228850). - scsi: qla2xxx: Update version to 10.02.09.300-k (bsc#1228850). - scsi: qla2xxx: Use QP lock to search for bsg (bsc#1228850). - scsi: qla2xxx: validate nvme_local_port correctly (bsc#1228850). - selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY values (git-fixes). - selftests/bpf: Add a test to verify previous stacksafe() fix (bsc#1225903). - selftests/bpf: Add assert for user stacks in test_task_stack (git-fixes). - selftests/bpf: Add netkit to tc_redirect selftest (git-fixes). - selftests/bpf: De-veth-ize the tc_redirect test case (git-fixes). - selftests/bpf: Disable IPv6 for lwt_redirect test (git-fixes). - selftests/bpf: fix bpf_loop_bench for new callback verification scheme (git-fixes). - selftests/bpf: fix compiler warnings in RELEASE=1 mode (git-fixes). - selftests/bpf: Fix erroneous bitmask operation (git-fixes). - selftests/bpf: Fix issues in setup_classid_environment() (git-fixes). - selftests/bpf: Fix potential premature unload in bpf_testmod (git-fixes). - selftests/bpf: Fix pyperf180 compilation failure with clang18 (git-fixes). - selftests/bpf: fix RELEASE=1 build for tc_opts (git-fixes). - selftests/bpf: Fix the flaky tc_redirect_dtime test (git-fixes). - selftests/bpf: Fix up xdp bonding test wrt feature flags (git-fixes). - selftests/bpf: Make linked_list failure test more robust (git-fixes). - selftests/bpf: Relax time_tai test for equal timestamps in tai_forward (git-fixes). - selftests/bpf: satisfy compiler by having explicit return in btf test (git-fixes). - selftests/bpf: Skip module_fentry_shadow test when bpf_testmod is not available (git-fixes). - selftests/bpf: Wait for the netstamp_needed_key static key to be turned on (git-fixes). - serial: core: check uartclk for zero to avoid divide by zero (stable-fixes). - soc: qcom: cmd-db: Map shared memory as WC, not WB (git-fixes). - soc: qcom: pmic_glink: Actually communicate when remote goes down (git-fixes). - soundwire: stream: fix programming slave ports for non-continous port maps (git-fixes). - spi: Add empty versions of ACPI functions (stable-fixes). - spi: microchip-core: fix init function not setting the master and motorola modes (git-fixes). - spi: microchip-core: switch to use modern name (stable-fixes). - spi: spi-fsl-lpspi: Fix scldiv calculation (git-fixes). - spi: spidev: Add missing spi_device_id for bh2228fv (git-fixes). - Squashfs: fix variable overflow triggered by sysbot (git-fixes). - squashfs: squashfs_read_data need to check if the length is 0 (git-fixes). - ssb: Fix division by zero issue in ssb_calc_clock_rate (stable-fixes). - staging: iio: resolver: ad2s1210: fix use before initialization (stable-fixes). - staging: ks7010: disable bh on tx_dev_lock (stable-fixes). - string.h: Introduce memtostr() and memtostr_pad() (bsc#1228849). - SUNRPC: add a missing rpc_stat for TCP TLS (git-fixes). - sunrpc: add a struct rpc_stats arg to rpc_create_args (git-fixes). - SUNRPC: Fix a race to wake a sync task (git-fixes). - swiotlb: do not set total_used to 0 in swiotlb_create_debugfs_files() (git-fixes). - swiotlb: fix swiotlb_bounce() to do partial sync's correctly (git-fixes). - syscalls: fix compat_sys_io_pgetevents_time64 usage (git-fixes). - thermal: bcm2835: Convert to platform remove callback returning void (stable-fixes). - thermal/drivers/broadcom: Fix race between removal and clock disable (git-fixes). - thunderbolt: Mark XDomain as unplugged when router is removed (stable-fixes). - tools/perf: Fix perf bench epoll to enable the run when some CPU's are offline (bsc#1227747). - tools/perf: Fix perf bench futex to enable the run when some CPU's are offline (bsc#1227747). - tools/perf: Fix timing issue with parallel threads in perf bench wake-up-parallel (bsc#1227747). - tools/resolve_btfids: fix build with musl libc (git-fixes). - tools/resolve_btfids: Fix comparison of distinct pointer types warning in resolve_btfids (git-fixes). - tools/resolve_btfids: Fix cross-compilation to non-host endianness (git-fixes). - tools/resolve_btfids: Refactor set sorting with types from btf_ids.h (git-fixes). - trace/pid_list: Change gfp flags in pid_list_fill_irq() (git-fixes). - tracing: Return from tracing_buffers_read() if the file has been closed (bsc#1229136 git-fixes). - tty: atmel_serial: use the correct RTS flag (git-fixes). - tty: serial: fsl_lpuart: mark last busy before uart_add_one_port (git-fixes). - usb: cdnsp: fix for Link TRB with TC (git-fixes). - usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function (git-fixes). - usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes() (git-fixes). - usb: dwc3: core: Skip setting event buffers for host only controllers (stable-fixes). - usb: dwc3: omap: add missing depopulate in probe error path (git-fixes). - usb: dwc3: st: add missing depopulate in probe error path (git-fixes). - usb: dwc3: st: fix probed platform device ref count on probe error path (git-fixes). - usb: gadget: core: Check for unset descriptor (git-fixes). - usb: gadget: fsl: Increase size of name buffer for endpoints (stable-fixes). - usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_speed (git-fixes). - usb: gadget: u_serial: Set start_delayed during suspend (git-fixes). - usb: gadget: uvc: cleanup request when not in correct state (stable-fixes). - USB: serial: debug: do not echo input by default (stable-fixes). - usb: typec: fsa4480: add support for Audio Accessory Mode (git-fixes). - usb: typec: fsa4480: Add support to swap SBU orientation (git-fixes). - usb: typec: fsa4480: Check if the chip is really there (git-fixes). - usb: typec: fsa4480: Relax CHIP_ID check (git-fixes). - usb: typec: fsa4480: rework mux & switch setup to handle more states (git-fixes). - usb: vhci-hcd: Do not drop references before new references are gained (stable-fixes). - vfio/pci: fix potential memory leak in vfio_intx_enable() (git-fixes). - vhost-scsi: Handle vhost_vq_work_queue failures for events (git-fixes). - vhost-vdpa: switch to use vmf_insert_pfn() in the fault handler (git-fixes). - vhost: Release worker mutex during flushes (git-fixes). - vhost: Use virtqueue mutex for swapping worker (git-fixes). - vhost/vsock: always initialize seqpacket_allow (git-fixes). - virt: guest_memfd: fix reference leak on hwpoisoned page (git-fixes). - virtio_net: use u64_stats_t infra to avoid data-races (git-fixes). - virtio-crypto: handle config changed by work queue (git-fixes). - virtio: reenable config if freezing device failed (git-fixes). - virtiofs: forbid newlines in tags (bsc#1229940). - wifi: ath12k: fix memory leak in ath12k_dp_rx_peer_frag_setup() (stable-fixes). - wifi: ath12k: fix soft lockup on suspend (git-fixes). - wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion (git-fixes). - wifi: cfg80211: fix reporting failed MLO links status with cfg80211_connect_done (git-fixes). - wifi: iwlwifi: fw: fix wgds rev 3 exact size (git-fixes). - wifi: mac80211: use monitor sdata with driver only if desired (git-fixes). - wifi: mwifiex: duplicate static structs used in driver instances (git-fixes). - wifi: nl80211: disallow setting special AP channel widths (stable-fixes). - wifi: nl80211: do not give key data to userspace (stable-fixes). - wifi: rtw88: usb: Fix disconnection after beacon loss (stable-fixes). - wifi: wfx: repair open network AP mode (git-fixes). - workqueue: Improve scalability of workqueue watchdog touch (bsc#1193454). - workqueue: wq_watchdog_touch is always called with valid CPU (bsc#1193454). - x86/asm: Use %c/%n instead of %P operand modifier in asm templates (git-fixes). - x86/entry/64: Remove obsolete comment on tracing vs. SYSRET (git-fixes). - x86/mm: Fix pti_clone_entry_text() for i386 (git-fixes). - x86/mm: Fix pti_clone_pgtable() alignment assumption (git-fixes). - x86/mtrr: Check if fixed MTRRs exist before saving them (git-fixes). - x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks() (git-fixes). - x86/numa: Fix the address overlap check in numa_fill_memblks() (git-fixes). - x86/numa: Fix the sort compare func used in numa_fill_memblks() (git-fixes). - x86/numa: Introduce numa_fill_memblks() (git-fixes). - x86/pci: Skip early E820 check for ECAM region (git-fixes). - x86/xen: Convert comma to semicolon (git-fixes). - xfs: allow cross-linking special files without project quota (git-fixes). - xfs: allow symlinks with short remote targets (bsc#1229160). - xfs: allow unlinked symlinks and dirs with zero size (git-fixes). - xfs: attr forks require attr, not attr2 (git-fixes). - xfs: convert comma to semicolon (git-fixes). - xfs: do not use current->journal_info (git-fixes). - xfs: Fix missing interval for missing_owner in xfs fsmap (git-fixes). - xfs: Fix the owner setting issue for rmap query in xfs fsmap (git-fixes). - xfs: fix unlink vs cluster buffer instantiation race (git-fixes). - xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fs (git-fixes). - xfs: journal geometry is not properly bounds checked (git-fixes). - xfs: match lock mode in xfs_buffered_write_iomap_begin() (git-fixes). - xfs: require XFS_SB_FEAT_INCOMPAT_LOG_XATTRS for attr log intent item recovery (git-fixes). - xfs: upgrade the extent counters in xfs_reflink_end_cow_extent later (git-fixes). - xfs: use consistent uid/gid when grabbing dquots for inodes (git-fixes). - xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code (git-fixes). - xhci: Fix Panther point NULL pointer deref at full-speed re-enumeration (git-fixes). - xprtrdma: Fix rpcrdma_reqs_reset() (git-fixes). cluster-md-kmp-rt-6.4.0-150600.10.8.3.x86_64.rpm True dlm-kmp-rt-6.4.0-150600.10.8.3.x86_64.rpm True gfs2-kmp-rt-6.4.0-150600.10.8.3.x86_64.rpm True kernel-devel-rt-6.4.0-150600.10.8.3.noarch.rpm True kernel-rt-6.4.0-150600.10.8.3.nosrc.rpm True kernel-rt-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt-devel-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt-extra-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt-livepatch-devel-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt-optional-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt-vdso-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt_debug-6.4.0-150600.10.8.3.nosrc.rpm True kernel-rt_debug-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt_debug-devel-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt_debug-livepatch-devel-6.4.0-150600.10.8.3.x86_64.rpm True kernel-rt_debug-vdso-6.4.0-150600.10.8.3.x86_64.rpm True kernel-source-rt-6.4.0-150600.10.8.3.noarch.rpm True kernel-source-rt-6.4.0-150600.10.8.3.src.rpm True kernel-syms-rt-6.4.0-150600.10.8.1.src.rpm True kernel-syms-rt-6.4.0-150600.10.8.1.x86_64.rpm True kselftests-kmp-rt-6.4.0-150600.10.8.3.x86_64.rpm True ocfs2-kmp-rt-6.4.0-150600.10.8.3.x86_64.rpm True reiserfs-kmp-rt-6.4.0-150600.10.8.3.x86_64.rpm True openSUSE-SLE-15.6-2024-3217 Security update for libpcap moderate SUSE Updates openSUSE-SLE 15.6 This update for libpcap fixes the following issues: - CVE-2024-8006: NULL pointer dereference in function pcap_findalldevs_ex(). (bsc#1230034) - CVE-2023-7256: double free via struct addrinfo in function sock_initaddress(). (bsc#1230020) libpcap-1.10.4-150600.3.3.2.src.rpm libpcap-devel-1.10.4-150600.3.3.2.x86_64.rpm libpcap-devel-32bit-1.10.4-150600.3.3.2.x86_64.rpm libpcap-devel-static-1.10.4-150600.3.3.2.x86_64.rpm libpcap1-1.10.4-150600.3.3.2.x86_64.rpm libpcap1-32bit-1.10.4-150600.3.3.2.x86_64.rpm libpcap-devel-1.10.4-150600.3.3.2.s390x.rpm libpcap-devel-static-1.10.4-150600.3.3.2.s390x.rpm libpcap1-1.10.4-150600.3.3.2.s390x.rpm libpcap-devel-1.10.4-150600.3.3.2.ppc64le.rpm libpcap-devel-static-1.10.4-150600.3.3.2.ppc64le.rpm libpcap1-1.10.4-150600.3.3.2.ppc64le.rpm libpcap-devel-1.10.4-150600.3.3.2.aarch64.rpm libpcap-devel-static-1.10.4-150600.3.3.2.aarch64.rpm libpcap1-1.10.4-150600.3.3.2.aarch64.rpm openSUSE-SLE-15.6-2024-3230 Recommended update for go moderate SUSE Updates openSUSE-SLE 15.6 This update for go fixes the following issues: - Update to current stable go1.23 (bsc#1229122) go-1.23-150000.3.38.1.src.rpm go-1.23-150000.3.38.1.x86_64.rpm go-doc-1.23-150000.3.38.1.x86_64.rpm go-race-1.23-150000.3.38.1.x86_64.rpm go-1.23-150000.3.38.1.s390x.rpm go-doc-1.23-150000.3.38.1.s390x.rpm go-race-1.23-150000.3.38.1.s390x.rpm go-1.23-150000.3.38.1.ppc64le.rpm go-doc-1.23-150000.3.38.1.ppc64le.rpm go-race-1.23-150000.3.38.1.ppc64le.rpm go-1.23-150000.3.38.1.aarch64.rpm go-doc-1.23-150000.3.38.1.aarch64.rpm go-race-1.23-150000.3.38.1.aarch64.rpm openSUSE-SLE-15.6-2024-3250 Security update for wireshark moderate SUSE Updates openSUSE-SLE 15.6 This update for wireshark fixes the following issues: - CVE-2024-8250: Fixed NTLMSSP dissector crash (bsc#1229907). libwireshark17-4.2.7-150600.18.11.1.x86_64.rpm libwiretap14-4.2.7-150600.18.11.1.x86_64.rpm libwsutil15-4.2.7-150600.18.11.1.x86_64.rpm wireshark-4.2.7-150600.18.11.1.src.rpm wireshark-4.2.7-150600.18.11.1.x86_64.rpm wireshark-devel-4.2.7-150600.18.11.1.x86_64.rpm wireshark-ui-qt-4.2.7-150600.18.11.1.x86_64.rpm libwireshark17-4.2.7-150600.18.11.1.s390x.rpm libwiretap14-4.2.7-150600.18.11.1.s390x.rpm libwsutil15-4.2.7-150600.18.11.1.s390x.rpm wireshark-4.2.7-150600.18.11.1.s390x.rpm wireshark-devel-4.2.7-150600.18.11.1.s390x.rpm wireshark-ui-qt-4.2.7-150600.18.11.1.s390x.rpm libwireshark17-4.2.7-150600.18.11.1.ppc64le.rpm libwiretap14-4.2.7-150600.18.11.1.ppc64le.rpm libwsutil15-4.2.7-150600.18.11.1.ppc64le.rpm wireshark-4.2.7-150600.18.11.1.ppc64le.rpm wireshark-devel-4.2.7-150600.18.11.1.ppc64le.rpm wireshark-ui-qt-4.2.7-150600.18.11.1.ppc64le.rpm libwireshark17-4.2.7-150600.18.11.1.aarch64.rpm libwiretap14-4.2.7-150600.18.11.1.aarch64.rpm libwsutil15-4.2.7-150600.18.11.1.aarch64.rpm wireshark-4.2.7-150600.18.11.1.aarch64.rpm wireshark-devel-4.2.7-150600.18.11.1.aarch64.rpm wireshark-ui-qt-4.2.7-150600.18.11.1.aarch64.rpm openSUSE-SLE-15.6-2024-3223 Recommended update for suse-migration-services moderate SUSE Updates openSUSE-SLE 15.6 This update for suse-migration-services fixes the following issues: - Version upgrade. - Add metadata and revhistory and article ID. - SLES12 SP4 no longer a supported migration starting point. - Switch default target and ISO backing distro SLE 15 SP3 Update documentation to reflect new default target. Update image build config.kiwi to build the ISO image based upon SLE 15 SP3. Update unit tests to reflect new default target. - Remove custom legacy ruby based zypper-migration script The install of the legacy zypper-migration-plugin script was previously removed from the kiwi file. - Rename overlay zypper-migration plugin with -ruby suffix. - Fix update-bootloader to run after grub-setup (bsc#1222258). suse-migration-pre-checks-2.0.40-150000.1.71.2.noarch.rpm suse-migration-services-2.0.40-150000.1.71.2.noarch.rpm suse-migration-services-2.0.40-150000.1.71.2.src.rpm openSUSE-SLE-15.6-2024-3219 Security update for colord moderate SUSE Updates openSUSE-SLE 15.6 This update for colord fixes the following issues: - Fixed a potential local privilege escalation by removing the script in the specfile which changes the ownership of /var/lib/colord. (bsc#1208056) colord-1.4.6-150600.3.3.1.src.rpm colord-1.4.6-150600.3.3.1.x86_64.rpm colord-color-profiles-1.4.6-150600.3.3.1.x86_64.rpm colord-lang-1.4.6-150600.3.3.1.noarch.rpm libcolord-devel-1.4.6-150600.3.3.1.x86_64.rpm libcolord2-1.4.6-150600.3.3.1.x86_64.rpm libcolord2-32bit-1.4.6-150600.3.3.1.x86_64.rpm libcolorhug2-1.4.6-150600.3.3.1.x86_64.rpm typelib-1_0-Colord-1_0-1.4.6-150600.3.3.1.x86_64.rpm typelib-1_0-Colorhug-1_0-1.4.6-150600.3.3.1.x86_64.rpm colord-1.4.6-150600.3.3.1.s390x.rpm colord-color-profiles-1.4.6-150600.3.3.1.s390x.rpm libcolord-devel-1.4.6-150600.3.3.1.s390x.rpm libcolord2-1.4.6-150600.3.3.1.s390x.rpm libcolorhug2-1.4.6-150600.3.3.1.s390x.rpm typelib-1_0-Colord-1_0-1.4.6-150600.3.3.1.s390x.rpm typelib-1_0-Colorhug-1_0-1.4.6-150600.3.3.1.s390x.rpm colord-1.4.6-150600.3.3.1.ppc64le.rpm colord-color-profiles-1.4.6-150600.3.3.1.ppc64le.rpm libcolord-devel-1.4.6-150600.3.3.1.ppc64le.rpm libcolord2-1.4.6-150600.3.3.1.ppc64le.rpm libcolorhug2-1.4.6-150600.3.3.1.ppc64le.rpm typelib-1_0-Colord-1_0-1.4.6-150600.3.3.1.ppc64le.rpm typelib-1_0-Colorhug-1_0-1.4.6-150600.3.3.1.ppc64le.rpm colord-1.4.6-150600.3.3.1.aarch64.rpm colord-color-profiles-1.4.6-150600.3.3.1.aarch64.rpm libcolord-devel-1.4.6-150600.3.3.1.aarch64.rpm libcolord2-1.4.6-150600.3.3.1.aarch64.rpm libcolorhug2-1.4.6-150600.3.3.1.aarch64.rpm typelib-1_0-Colord-1_0-1.4.6-150600.3.3.1.aarch64.rpm typelib-1_0-Colorhug-1_0-1.4.6-150600.3.3.1.aarch64.rpm